HistoryDataForm.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. namespace PMSUI
  2. {
  3. partial class HistoryDataForm
  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. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.gp_Read = new System.Windows.Forms.GroupBox();
  31. this.btHelps = new System.Windows.Forms.Button();
  32. this.dtp_StartTime = new System.Windows.Forms.DateTimePicker();
  33. this.tbOrderID = new System.Windows.Forms.TextBox();
  34. this.dtp_EndTime = new System.Windows.Forms.DateTimePicker();
  35. this.lbOrderID = new System.Windows.Forms.Label();
  36. this.lbStartTime = new System.Windows.Forms.Label();
  37. this.bt = new System.Windows.Forms.Button();
  38. this.lbEndTime = new System.Windows.Forms.Label();
  39. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  40. this.splitContainer1.Panel1.SuspendLayout();
  41. this.splitContainer1.Panel2.SuspendLayout();
  42. this.splitContainer1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  44. this.gp_Read.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // splitContainer1
  48. //
  49. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.splitContainer1.ImeMode = System.Windows.Forms.ImeMode.On;
  51. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  52. this.splitContainer1.Name = "splitContainer1";
  53. //
  54. // splitContainer1.Panel1
  55. //
  56. this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
  57. //
  58. // splitContainer1.Panel2
  59. //
  60. this.splitContainer1.Panel2.Controls.Add(this.btHelps);
  61. this.splitContainer1.Panel2.Controls.Add(this.gp_Read);
  62. this.splitContainer1.Size = new System.Drawing.Size(923, 517);
  63. this.splitContainer1.SplitterDistance = 648;
  64. this.splitContainer1.TabIndex = 4;
  65. //
  66. // dataGridView1
  67. //
  68. this.dataGridView1.AllowUserToAddRows = false;
  69. this.dataGridView1.AllowUserToDeleteRows = false;
  70. this.dataGridView1.AllowUserToResizeRows = false;
  71. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  72. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  73. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  74. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  76. this.dataGridView1.Name = "dataGridView1";
  77. this.dataGridView1.ReadOnly = true;
  78. this.dataGridView1.RowHeadersVisible = false;
  79. this.dataGridView1.RowTemplate.Height = 23;
  80. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  81. this.dataGridView1.Size = new System.Drawing.Size(648, 517);
  82. this.dataGridView1.TabIndex = 0;
  83. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  84. //
  85. // gp_Read
  86. //
  87. this.gp_Read.Controls.Add(this.dtp_StartTime);
  88. this.gp_Read.Controls.Add(this.tbOrderID);
  89. this.gp_Read.Controls.Add(this.dtp_EndTime);
  90. this.gp_Read.Controls.Add(this.lbOrderID);
  91. this.gp_Read.Controls.Add(this.lbStartTime);
  92. this.gp_Read.Controls.Add(this.bt);
  93. this.gp_Read.Controls.Add(this.lbEndTime);
  94. this.gp_Read.Location = new System.Drawing.Point(3, 41);
  95. this.gp_Read.Name = "gp_Read";
  96. this.gp_Read.Size = new System.Drawing.Size(235, 207);
  97. this.gp_Read.TabIndex = 46;
  98. this.gp_Read.TabStop = false;
  99. //
  100. // btHelps
  101. //
  102. this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  103. this.btHelps.Location = new System.Drawing.Point(3, 12);
  104. this.btHelps.Name = "btHelps";
  105. this.btHelps.Size = new System.Drawing.Size(85, 23);
  106. this.btHelps.TabIndex = 45;
  107. this.btHelps.Text = "帮助信息";
  108. this.btHelps.UseVisualStyleBackColor = true;
  109. this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
  110. //
  111. // dtp_StartTime
  112. //
  113. this.dtp_StartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  114. this.dtp_StartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  115. this.dtp_StartTime.Location = new System.Drawing.Point(73, 88);
  116. this.dtp_StartTime.Name = "dtp_StartTime";
  117. this.dtp_StartTime.Size = new System.Drawing.Size(133, 21);
  118. this.dtp_StartTime.TabIndex = 2;
  119. //
  120. // tbOrderID
  121. //
  122. this.tbOrderID.Location = new System.Drawing.Point(73, 169);
  123. this.tbOrderID.Name = "tbOrderID";
  124. this.tbOrderID.Size = new System.Drawing.Size(133, 21);
  125. this.tbOrderID.TabIndex = 8;
  126. //
  127. // dtp_EndTime
  128. //
  129. this.dtp_EndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  130. this.dtp_EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  131. this.dtp_EndTime.Location = new System.Drawing.Point(73, 126);
  132. this.dtp_EndTime.Name = "dtp_EndTime";
  133. this.dtp_EndTime.Size = new System.Drawing.Size(133, 21);
  134. this.dtp_EndTime.TabIndex = 3;
  135. //
  136. // lbOrderID
  137. //
  138. this.lbOrderID.AutoSize = true;
  139. this.lbOrderID.Location = new System.Drawing.Point(14, 171);
  140. this.lbOrderID.Name = "lbOrderID";
  141. this.lbOrderID.Size = new System.Drawing.Size(41, 12);
  142. this.lbOrderID.TabIndex = 7;
  143. this.lbOrderID.Text = "任务号";
  144. //
  145. // lbStartTime
  146. //
  147. this.lbStartTime.AutoSize = true;
  148. this.lbStartTime.Location = new System.Drawing.Point(14, 94);
  149. this.lbStartTime.Name = "lbStartTime";
  150. this.lbStartTime.Size = new System.Drawing.Size(53, 12);
  151. this.lbStartTime.TabIndex = 4;
  152. this.lbStartTime.Text = "开始时间";
  153. //
  154. // bt
  155. //
  156. this.bt.Location = new System.Drawing.Point(16, 20);
  157. this.bt.Name = "bt";
  158. this.bt.Size = new System.Drawing.Size(190, 60);
  159. this.bt.TabIndex = 6;
  160. this.bt.Text = "查看";
  161. this.bt.UseVisualStyleBackColor = true;
  162. this.bt.Click += new System.EventHandler(this.bt_Click);
  163. //
  164. // lbEndTime
  165. //
  166. this.lbEndTime.AutoSize = true;
  167. this.lbEndTime.Location = new System.Drawing.Point(14, 132);
  168. this.lbEndTime.Name = "lbEndTime";
  169. this.lbEndTime.Size = new System.Drawing.Size(53, 12);
  170. this.lbEndTime.TabIndex = 5;
  171. this.lbEndTime.Text = "结束时间";
  172. //
  173. // HistoryDataForm
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(923, 517);
  178. this.Controls.Add(this.splitContainer1);
  179. this.Name = "HistoryDataForm";
  180. this.Text = "历史数据查询";
  181. this.Load += new System.EventHandler(this.HistoryDataForm_Load);
  182. this.splitContainer1.Panel1.ResumeLayout(false);
  183. this.splitContainer1.Panel2.ResumeLayout(false);
  184. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  185. this.splitContainer1.ResumeLayout(false);
  186. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  187. this.gp_Read.ResumeLayout(false);
  188. this.gp_Read.PerformLayout();
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private System.Windows.Forms.SplitContainer splitContainer1;
  193. private System.Windows.Forms.DataGridView dataGridView1;
  194. private System.Windows.Forms.Button bt;
  195. private System.Windows.Forms.Label lbEndTime;
  196. private System.Windows.Forms.Label lbStartTime;
  197. private System.Windows.Forms.DateTimePicker dtp_EndTime;
  198. private System.Windows.Forms.DateTimePicker dtp_StartTime;
  199. private System.Windows.Forms.Label lbOrderID;
  200. private System.Windows.Forms.TextBox tbOrderID;
  201. private System.Windows.Forms.Button btHelps;
  202. private System.Windows.Forms.GroupBox gp_Read;
  203. }
  204. }