Нема описа

OrderReport.Designer.cs 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. namespace BulkPrinting
  2. {
  3. partial class OrderReport
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderReport));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
  33. this.dgvOrderReport = new System.Windows.Forms.DataGridView();
  34. this.btnSaveToCSV = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderReport)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // label1
  39. //
  40. this.label1.AutoSize = true;
  41. this.label1.ForeColor = System.Drawing.Color.White;
  42. this.label1.Location = new System.Drawing.Point(13, 13);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(171, 13);
  45. this.label1.TabIndex = 0;
  46. this.label1.Text = "Show Report for Orders From";
  47. this.label1.Click += new System.EventHandler(this.label1_Click);
  48. //
  49. // dtpStartDate
  50. //
  51. this.dtpStartDate.Location = new System.Drawing.Point(183, 10);
  52. this.dtpStartDate.Name = "dtpStartDate";
  53. this.dtpStartDate.Size = new System.Drawing.Size(200, 20);
  54. this.dtpStartDate.TabIndex = 1;
  55. this.dtpStartDate.ValueChanged += new System.EventHandler(this.dtpStartDate_ValueChanged);
  56. //
  57. // label2
  58. //
  59. this.label2.AutoSize = true;
  60. this.label2.ForeColor = System.Drawing.Color.White;
  61. this.label2.Location = new System.Drawing.Point(395, 12);
  62. this.label2.Name = "label2";
  63. this.label2.Size = new System.Drawing.Size(20, 13);
  64. this.label2.TabIndex = 0;
  65. this.label2.Text = "To";
  66. //
  67. // dtpEndDate
  68. //
  69. this.dtpEndDate.Location = new System.Drawing.Point(421, 10);
  70. this.dtpEndDate.Name = "dtpEndDate";
  71. this.dtpEndDate.Size = new System.Drawing.Size(200, 20);
  72. this.dtpEndDate.TabIndex = 1;
  73. this.dtpEndDate.ValueChanged += new System.EventHandler(this.dtpEndDate_ValueChanged);
  74. //
  75. // dgvOrderReport
  76. //
  77. this.dgvOrderReport.AllowUserToAddRows = false;
  78. this.dgvOrderReport.AllowUserToDeleteRows = false;
  79. this.dgvOrderReport.AllowUserToResizeRows = false;
  80. this.dgvOrderReport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  81. | System.Windows.Forms.AnchorStyles.Left)
  82. | System.Windows.Forms.AnchorStyles.Right)));
  83. this.dgvOrderReport.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
  84. this.dgvOrderReport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  85. this.dgvOrderReport.Location = new System.Drawing.Point(16, 36);
  86. this.dgvOrderReport.MultiSelect = false;
  87. this.dgvOrderReport.Name = "dgvOrderReport";
  88. this.dgvOrderReport.ReadOnly = true;
  89. this.dgvOrderReport.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  90. this.dgvOrderReport.Size = new System.Drawing.Size(1254, 568);
  91. this.dgvOrderReport.TabIndex = 2;
  92. //
  93. // btnSaveToCSV
  94. //
  95. this.btnSaveToCSV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  96. this.btnSaveToCSV.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  97. this.btnSaveToCSV.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  98. this.btnSaveToCSV.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  99. this.btnSaveToCSV.ForeColor = System.Drawing.Color.White;
  100. this.btnSaveToCSV.Location = new System.Drawing.Point(1166, 7);
  101. this.btnSaveToCSV.Name = "btnSaveToCSV";
  102. this.btnSaveToCSV.Size = new System.Drawing.Size(104, 23);
  103. this.btnSaveToCSV.TabIndex = 3;
  104. this.btnSaveToCSV.Text = "Save To CSV";
  105. this.btnSaveToCSV.UseVisualStyleBackColor = false;
  106. this.btnSaveToCSV.Click += new System.EventHandler(this.btnSaveToCSV_Click);
  107. //
  108. // OrderReport
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
  113. this.ClientSize = new System.Drawing.Size(1282, 616);
  114. this.Controls.Add(this.btnSaveToCSV);
  115. this.Controls.Add(this.dgvOrderReport);
  116. this.Controls.Add(this.dtpEndDate);
  117. this.Controls.Add(this.dtpStartDate);
  118. this.Controls.Add(this.label2);
  119. this.Controls.Add(this.label1);
  120. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  121. this.MinimumSize = new System.Drawing.Size(813, 532);
  122. this.Name = "OrderReport";
  123. this.Text = "Order Reports";
  124. this.Load += new System.EventHandler(this.OrderReport_Load);
  125. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderReport)).EndInit();
  126. this.ResumeLayout(false);
  127. this.PerformLayout();
  128. }
  129. #endregion
  130. private System.Windows.Forms.Label label1;
  131. private System.Windows.Forms.DateTimePicker dtpStartDate;
  132. private System.Windows.Forms.Label label2;
  133. private System.Windows.Forms.DateTimePicker dtpEndDate;
  134. private System.Windows.Forms.DataGridView dgvOrderReport;
  135. private System.Windows.Forms.Button btnSaveToCSV;
  136. }
  137. }