FrmILFireDetail.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmILFireDetail
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("铁包编号");
  31. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("烘烤站号");
  32. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("烘烤前温度");
  33. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("烘烤后温度");
  34. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("开始时间");
  35. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("结束时间");
  36. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  37. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  38. this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  39. this.ultdsFiringDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  40. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  41. this.btnClose = new System.Windows.Forms.Button();
  42. this.btnselect = new System.Windows.Forms.Button();
  43. this.dtpQEndTime = new System.Windows.Forms.DateTimePicker();
  44. this.dtpQStartTime = new System.Windows.Forms.DateTimePicker();
  45. this.cmbQLadleName = new System.Windows.Forms.ComboBox();
  46. this.chkQEndTime = new System.Windows.Forms.CheckBox();
  47. this.chkQStartTime = new System.Windows.Forms.CheckBox();
  48. this.chkQLadleName = new System.Windows.Forms.CheckBox();
  49. this.label1 = new System.Windows.Forms.Label();
  50. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.ultdsFiringDetail)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  53. this.ulgrpModel.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // ulgrid
  57. //
  58. appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
  59. this.ulgrid.DisplayLayout.Override.HeaderAppearance = appearance1;
  60. this.ulgrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  61. this.ulgrid.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.ulgrid.Font = new System.Drawing.Font("宋体", 10.5F);
  63. this.ulgrid.Location = new System.Drawing.Point(0, 49);
  64. this.ulgrid.Name = "ulgrid";
  65. this.ulgrid.Size = new System.Drawing.Size(834, 441);
  66. this.ulgrid.TabIndex = 10;
  67. //
  68. // ultdsFiringDetail
  69. //
  70. this.ultdsFiringDetail.Band.Columns.AddRange(new object[] {
  71. ultraDataColumn1,
  72. ultraDataColumn2,
  73. ultraDataColumn3,
  74. ultraDataColumn4,
  75. ultraDataColumn5,
  76. ultraDataColumn6,
  77. ultraDataColumn7});
  78. this.ultdsFiringDetail.Rows.AddRange(new object[] {
  79. new Infragistics.Win.UltraWinDataSource.UltraDataRow(new object[] {
  80. ((object)("铁包编号")),
  81. ((object)("TB01")),
  82. ((object)("烘烤站号")),
  83. ((object)("烘烤站一")),
  84. ((object)("烘烤前温度")),
  85. ((object)("2007-12-19 12:54:02")),
  86. ((object)("烘烤后温度")),
  87. ((object)("2007-12-19 12:54:06")),
  88. ((object)("开始时间")),
  89. ((object)("120")),
  90. ((object)("结束时间")),
  91. ((object)("130"))})});
  92. //
  93. // ulgrpModel
  94. //
  95. appearance2.BackColor = System.Drawing.Color.Gainsboro;
  96. appearance2.FontData.Name = "宋体";
  97. appearance2.FontData.SizeInPoints = 10.5F;
  98. this.ulgrpModel.Appearance = appearance2;
  99. this.ulgrpModel.Controls.Add(this.btnClose);
  100. this.ulgrpModel.Controls.Add(this.btnselect);
  101. this.ulgrpModel.Controls.Add(this.dtpQEndTime);
  102. this.ulgrpModel.Controls.Add(this.dtpQStartTime);
  103. this.ulgrpModel.Controls.Add(this.cmbQLadleName);
  104. this.ulgrpModel.Controls.Add(this.chkQEndTime);
  105. this.ulgrpModel.Controls.Add(this.chkQStartTime);
  106. this.ulgrpModel.Controls.Add(this.chkQLadleName);
  107. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  108. this.ulgrpModel.Font = new System.Drawing.Font("宋体", 10.5F);
  109. this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
  110. this.ulgrpModel.Name = "ulgrpModel";
  111. this.ulgrpModel.Size = new System.Drawing.Size(834, 49);
  112. this.ulgrpModel.TabIndex = 9;
  113. //
  114. // btnClose
  115. //
  116. this.btnClose.Font = new System.Drawing.Font("宋体", 10.5F);
  117. this.btnClose.Location = new System.Drawing.Point(750, 12);
  118. this.btnClose.Name = "btnClose";
  119. this.btnClose.Size = new System.Drawing.Size(68, 25);
  120. this.btnClose.TabIndex = 115;
  121. this.btnClose.Text = "关闭";
  122. this.btnClose.UseVisualStyleBackColor = true;
  123. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  124. //
  125. // btnselect
  126. //
  127. this.btnselect.Font = new System.Drawing.Font("宋体", 10.5F);
  128. this.btnselect.Location = new System.Drawing.Point(678, 12);
  129. this.btnselect.Name = "btnselect";
  130. this.btnselect.Size = new System.Drawing.Size(68, 25);
  131. this.btnselect.TabIndex = 115;
  132. this.btnselect.Text = "查询";
  133. this.btnselect.UseVisualStyleBackColor = true;
  134. this.btnselect.Click += new System.EventHandler(this.btnselect_Click);
  135. //
  136. // dtpQEndTime
  137. //
  138. this.dtpQEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  139. this.dtpQEndTime.Enabled = false;
  140. this.dtpQEndTime.Font = new System.Drawing.Font("宋体", 10.5F);
  141. this.dtpQEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  142. this.dtpQEndTime.Location = new System.Drawing.Point(343, 14);
  143. this.dtpQEndTime.Name = "dtpQEndTime";
  144. this.dtpQEndTime.Size = new System.Drawing.Size(166, 23);
  145. this.dtpQEndTime.TabIndex = 114;
  146. //
  147. // dtpQStartTime
  148. //
  149. this.dtpQStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  150. this.dtpQStartTime.Enabled = false;
  151. this.dtpQStartTime.Font = new System.Drawing.Font("宋体", 10.5F);
  152. this.dtpQStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  153. this.dtpQStartTime.Location = new System.Drawing.Point(90, 14);
  154. this.dtpQStartTime.Name = "dtpQStartTime";
  155. this.dtpQStartTime.Size = new System.Drawing.Size(166, 23);
  156. this.dtpQStartTime.TabIndex = 114;
  157. //
  158. // cmbQLadleName
  159. //
  160. this.cmbQLadleName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  161. this.cmbQLadleName.Enabled = false;
  162. this.cmbQLadleName.Font = new System.Drawing.Font("宋体", 10.5F);
  163. this.cmbQLadleName.FormattingEnabled = true;
  164. this.cmbQLadleName.Items.AddRange(new object[] {
  165. "TB01",
  166. "TB02",
  167. "TB03"});
  168. this.cmbQLadleName.Location = new System.Drawing.Point(594, 14);
  169. this.cmbQLadleName.Name = "cmbQLadleName";
  170. this.cmbQLadleName.Size = new System.Drawing.Size(78, 22);
  171. this.cmbQLadleName.TabIndex = 113;
  172. //
  173. // chkQEndTime
  174. //
  175. this.chkQEndTime.AutoSize = true;
  176. this.chkQEndTime.BackColor = System.Drawing.Color.Transparent;
  177. this.chkQEndTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  178. this.chkQEndTime.Font = new System.Drawing.Font("宋体", 10.5F);
  179. this.chkQEndTime.Location = new System.Drawing.Point(263, 16);
  180. this.chkQEndTime.Name = "chkQEndTime";
  181. this.chkQEndTime.Size = new System.Drawing.Size(79, 18);
  182. this.chkQEndTime.TabIndex = 112;
  183. this.chkQEndTime.Text = "结束时间";
  184. this.chkQEndTime.UseVisualStyleBackColor = false;
  185. this.chkQEndTime.CheckedChanged += new System.EventHandler(this.chkQEndTime_CheckedChanged);
  186. //
  187. // chkQStartTime
  188. //
  189. this.chkQStartTime.AutoSize = true;
  190. this.chkQStartTime.BackColor = System.Drawing.Color.Transparent;
  191. this.chkQStartTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  192. this.chkQStartTime.Font = new System.Drawing.Font("宋体", 10.5F);
  193. this.chkQStartTime.Location = new System.Drawing.Point(12, 16);
  194. this.chkQStartTime.Name = "chkQStartTime";
  195. this.chkQStartTime.Size = new System.Drawing.Size(79, 18);
  196. this.chkQStartTime.TabIndex = 112;
  197. this.chkQStartTime.Text = "起始时间";
  198. this.chkQStartTime.UseVisualStyleBackColor = false;
  199. this.chkQStartTime.CheckedChanged += new System.EventHandler(this.chkQStartTime_CheckedChanged);
  200. //
  201. // chkQLadleName
  202. //
  203. this.chkQLadleName.AutoSize = true;
  204. this.chkQLadleName.BackColor = System.Drawing.Color.Transparent;
  205. this.chkQLadleName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  206. this.chkQLadleName.Font = new System.Drawing.Font("宋体", 10.5F);
  207. this.chkQLadleName.Location = new System.Drawing.Point(516, 16);
  208. this.chkQLadleName.Name = "chkQLadleName";
  209. this.chkQLadleName.Size = new System.Drawing.Size(79, 18);
  210. this.chkQLadleName.TabIndex = 112;
  211. this.chkQLadleName.Text = "铁包编号";
  212. this.chkQLadleName.UseVisualStyleBackColor = false;
  213. this.chkQLadleName.CheckedChanged += new System.EventHandler(this.chkQLadleName_CheckedChanged);
  214. //
  215. // label1
  216. //
  217. this.label1.AutoSize = true;
  218. this.label1.Location = new System.Drawing.Point(0, 0);
  219. this.label1.Name = "label1";
  220. this.label1.Size = new System.Drawing.Size(0, 12);
  221. this.label1.TabIndex = 11;
  222. this.label1.Visible = false;
  223. //
  224. // FrmILFireDetail
  225. //
  226. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  227. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  228. this.ClientSize = new System.Drawing.Size(834, 490);
  229. this.Controls.Add(this.label1);
  230. this.Controls.Add(this.ulgrid);
  231. this.Controls.Add(this.ulgrpModel);
  232. this.Name = "FrmILFireDetail";
  233. this.Text = "铁包烘烤记录查询";
  234. this.Load += new System.EventHandler(this.FrmILFireDetail_Load);
  235. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.ultdsFiringDetail)).EndInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  238. this.ulgrpModel.ResumeLayout(false);
  239. this.ulgrpModel.PerformLayout();
  240. this.ResumeLayout(false);
  241. this.PerformLayout();
  242. }
  243. #endregion
  244. public Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
  245. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  246. private System.Windows.Forms.Button btnClose;
  247. private System.Windows.Forms.Button btnselect;
  248. private System.Windows.Forms.DateTimePicker dtpQEndTime;
  249. private System.Windows.Forms.DateTimePicker dtpQStartTime;
  250. private System.Windows.Forms.ComboBox cmbQLadleName;
  251. private System.Windows.Forms.CheckBox chkQEndTime;
  252. private System.Windows.Forms.CheckBox chkQStartTime;
  253. private System.Windows.Forms.CheckBox chkQLadleName;
  254. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsFiringDetail;
  255. private System.Windows.Forms.Label label1;
  256. }
  257. }