FrmVTHotDetail.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmVTHotDetail
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("槽车编号");
  31. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RH炉号");
  33. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("烘烤开始时刻");
  35. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("烘烤结束时刻");
  37. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("烘烤时间");
  39. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  41. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("槽车编号");
  44. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RH炉号");
  45. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("烘烤开始时刻");
  46. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("烘烤结束时刻");
  47. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("烘烤时间");
  48. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  49. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  50. this.ulgridBaseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  51. this.ultdsRepairDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  52. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  53. this.udteEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  54. this.udteStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  55. this.chkCCM = new System.Windows.Forms.CheckBox();
  56. this.chkQLadleName = new System.Windows.Forms.CheckBox();
  57. this.cmbCCM = new System.Windows.Forms.ComboBox();
  58. this.btnselect = new System.Windows.Forms.Button();
  59. this.cmbID = new System.Windows.Forms.ComboBox();
  60. this.chkQEndTime = new System.Windows.Forms.CheckBox();
  61. this.chkQStartTime = new System.Windows.Forms.CheckBox();
  62. ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  65. this.ulgrpModel.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.udteStart)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // ulgridBaseInfo
  71. //
  72. this.ulgridBaseInfo.DataSource = this.ultdsRepairDetail;
  73. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  74. appearance1.TextVAlignAsString = "Middle";
  75. ultraGridColumn1.CellAppearance = appearance1;
  76. ultraGridColumn1.Header.VisiblePosition = 0;
  77. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  78. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  79. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  80. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  81. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  82. ultraGridColumn1.Width = 71;
  83. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  84. appearance2.TextVAlignAsString = "Middle";
  85. ultraGridColumn2.CellAppearance = appearance2;
  86. ultraGridColumn2.Header.VisiblePosition = 1;
  87. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  88. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  89. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  90. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  91. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  92. ultraGridColumn2.Width = 84;
  93. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  94. appearance3.TextVAlignAsString = "Middle";
  95. ultraGridColumn3.CellAppearance = appearance3;
  96. ultraGridColumn3.Header.VisiblePosition = 2;
  97. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  98. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  99. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(150, 0);
  100. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  101. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  102. ultraGridColumn3.Width = 133;
  103. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  104. appearance4.TextVAlignAsString = "Middle";
  105. ultraGridColumn4.CellAppearance = appearance4;
  106. ultraGridColumn4.Header.VisiblePosition = 3;
  107. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
  108. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  109. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(150, 0);
  110. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  111. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  112. ultraGridColumn4.Width = 135;
  113. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  114. appearance5.TextVAlignAsString = "Middle";
  115. ultraGridColumn5.CellAppearance = appearance5;
  116. ultraGridColumn5.Header.VisiblePosition = 5;
  117. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  118. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  119. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  120. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  121. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  122. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  123. appearance6.TextVAlignAsString = "Middle";
  124. ultraGridColumn6.CellAppearance = appearance6;
  125. ultraGridColumn6.Header.VisiblePosition = 4;
  126. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 5;
  127. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  128. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(182, 0);
  129. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  130. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  131. ultraGridColumn6.Width = 155;
  132. ultraGridBand1.Columns.AddRange(new object[] {
  133. ultraGridColumn1,
  134. ultraGridColumn2,
  135. ultraGridColumn3,
  136. ultraGridColumn4,
  137. ultraGridColumn5,
  138. ultraGridColumn6});
  139. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  140. this.ulgridBaseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  141. appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
  142. this.ulgridBaseInfo.DisplayLayout.Override.HeaderAppearance = appearance7;
  143. this.ulgridBaseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  144. this.ulgridBaseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.ulgridBaseInfo.Font = new System.Drawing.Font("宋体", 9F);
  146. this.ulgridBaseInfo.Location = new System.Drawing.Point(0, 49);
  147. this.ulgridBaseInfo.Name = "ulgridBaseInfo";
  148. this.ulgridBaseInfo.Size = new System.Drawing.Size(841, 389);
  149. this.ulgridBaseInfo.TabIndex = 0;
  150. //
  151. // ultdsRepairDetail
  152. //
  153. this.ultdsRepairDetail.Band.Columns.AddRange(new object[] {
  154. ultraDataColumn1,
  155. ultraDataColumn2,
  156. ultraDataColumn3,
  157. ultraDataColumn4,
  158. ultraDataColumn5,
  159. ultraDataColumn6});
  160. this.ultdsRepairDetail.Rows.AddRange(new object[] {
  161. new Infragistics.Win.UltraWinDataSource.UltraDataRow(new object[0])});
  162. //
  163. // ulgrpModel
  164. //
  165. appearance8.FontData.Name = "宋体";
  166. appearance8.FontData.SizeInPoints = 9F;
  167. this.ulgrpModel.Appearance = appearance8;
  168. this.ulgrpModel.Controls.Add(this.udteEnd);
  169. this.ulgrpModel.Controls.Add(this.udteStart);
  170. this.ulgrpModel.Controls.Add(this.chkCCM);
  171. this.ulgrpModel.Controls.Add(this.chkQLadleName);
  172. this.ulgrpModel.Controls.Add(this.cmbCCM);
  173. this.ulgrpModel.Controls.Add(this.btnselect);
  174. this.ulgrpModel.Controls.Add(this.cmbID);
  175. this.ulgrpModel.Controls.Add(this.chkQEndTime);
  176. this.ulgrpModel.Controls.Add(this.chkQStartTime);
  177. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  178. this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
  179. this.ulgrpModel.Name = "ulgrpModel";
  180. this.ulgrpModel.Size = new System.Drawing.Size(841, 49);
  181. this.ulgrpModel.TabIndex = 0;
  182. //
  183. // udteEnd
  184. //
  185. this.udteEnd.Enabled = false;
  186. this.udteEnd.Location = new System.Drawing.Point(616, 14);
  187. this.udteEnd.MaskInput = "{date}";
  188. this.udteEnd.Name = "udteEnd";
  189. this.udteEnd.Size = new System.Drawing.Size(103, 21);
  190. this.udteEnd.TabIndex = 0;
  191. //
  192. // udteStart
  193. //
  194. this.udteStart.Location = new System.Drawing.Point(406, 14);
  195. this.udteStart.MaskInput = "{date}";
  196. this.udteStart.Name = "udteStart";
  197. this.udteStart.Size = new System.Drawing.Size(103, 21);
  198. this.udteStart.TabIndex = 0;
  199. //
  200. // chkCCM
  201. //
  202. this.chkCCM.AutoSize = true;
  203. this.chkCCM.BackColor = System.Drawing.Color.Transparent;
  204. this.chkCCM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  205. this.chkCCM.Font = new System.Drawing.Font("宋体", 9F);
  206. this.chkCCM.Location = new System.Drawing.Point(15, 14);
  207. this.chkCCM.Name = "chkCCM";
  208. this.chkCCM.Size = new System.Drawing.Size(57, 16);
  209. this.chkCCM.TabIndex = 0;
  210. this.chkCCM.Text = "RH炉号";
  211. this.chkCCM.UseVisualStyleBackColor = false;
  212. this.chkCCM.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged);
  213. //
  214. // chkQLadleName
  215. //
  216. this.chkQLadleName.AutoSize = true;
  217. this.chkQLadleName.BackColor = System.Drawing.Color.Transparent;
  218. this.chkQLadleName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  219. this.chkQLadleName.Font = new System.Drawing.Font("宋体", 9F);
  220. this.chkQLadleName.Location = new System.Drawing.Point(167, 14);
  221. this.chkQLadleName.Name = "chkQLadleName";
  222. this.chkQLadleName.Size = new System.Drawing.Size(69, 16);
  223. this.chkQLadleName.TabIndex = 0;
  224. this.chkQLadleName.Text = "槽车编号";
  225. this.chkQLadleName.UseVisualStyleBackColor = false;
  226. this.chkQLadleName.CheckedChanged += new System.EventHandler(this.chkQLadleName_CheckedChanged);
  227. //
  228. // cmbCCM
  229. //
  230. this.cmbCCM.Enabled = false;
  231. this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F);
  232. this.cmbCCM.FormattingEnabled = true;
  233. this.cmbCCM.Items.AddRange(new object[] {
  234. "1#RH炉"});
  235. this.cmbCCM.Location = new System.Drawing.Point(73, 14);
  236. this.cmbCCM.Name = "cmbCCM";
  237. this.cmbCCM.Size = new System.Drawing.Size(76, 20);
  238. this.cmbCCM.TabIndex = 0;
  239. //
  240. // btnselect
  241. //
  242. this.btnselect.Font = new System.Drawing.Font("宋体", 9F);
  243. this.btnselect.Location = new System.Drawing.Point(746, 12);
  244. this.btnselect.Name = "btnselect";
  245. this.btnselect.Size = new System.Drawing.Size(68, 25);
  246. this.btnselect.TabIndex = 0;
  247. this.btnselect.Text = "查询";
  248. this.btnselect.UseVisualStyleBackColor = true;
  249. this.btnselect.Click += new System.EventHandler(this.btnselect_Click);
  250. //
  251. // cmbID
  252. //
  253. this.cmbID.Enabled = false;
  254. this.cmbID.Font = new System.Drawing.Font("宋体", 9F);
  255. this.cmbID.FormattingEnabled = true;
  256. this.cmbID.Location = new System.Drawing.Point(237, 14);
  257. this.cmbID.Name = "cmbID";
  258. this.cmbID.Size = new System.Drawing.Size(58, 20);
  259. this.cmbID.TabIndex = 0;
  260. //
  261. // chkQEndTime
  262. //
  263. this.chkQEndTime.AutoSize = true;
  264. this.chkQEndTime.BackColor = System.Drawing.Color.Transparent;
  265. this.chkQEndTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  266. this.chkQEndTime.Font = new System.Drawing.Font("宋体", 9F);
  267. this.chkQEndTime.Location = new System.Drawing.Point(522, 14);
  268. this.chkQEndTime.Name = "chkQEndTime";
  269. this.chkQEndTime.Size = new System.Drawing.Size(93, 16);
  270. this.chkQEndTime.TabIndex = 0;
  271. this.chkQEndTime.Text = "烘烤结束时刻";
  272. this.chkQEndTime.UseVisualStyleBackColor = false;
  273. this.chkQEndTime.CheckedChanged += new System.EventHandler(this.chkQEndTime_CheckedChanged);
  274. //
  275. // chkQStartTime
  276. //
  277. this.chkQStartTime.AutoSize = true;
  278. this.chkQStartTime.BackColor = System.Drawing.Color.Transparent;
  279. this.chkQStartTime.Checked = true;
  280. this.chkQStartTime.CheckState = System.Windows.Forms.CheckState.Checked;
  281. this.chkQStartTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  282. this.chkQStartTime.Font = new System.Drawing.Font("宋体", 9F);
  283. this.chkQStartTime.Location = new System.Drawing.Point(312, 14);
  284. this.chkQStartTime.Name = "chkQStartTime";
  285. this.chkQStartTime.Size = new System.Drawing.Size(93, 16);
  286. this.chkQStartTime.TabIndex = 0;
  287. this.chkQStartTime.Text = "烘烤开始时刻";
  288. this.chkQStartTime.UseVisualStyleBackColor = false;
  289. this.chkQStartTime.CheckedChanged += new System.EventHandler(this.chkQStartTime_CheckedChanged);
  290. //
  291. // FrmVTHotDetail
  292. //
  293. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  294. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  295. this.ClientSize = new System.Drawing.Size(841, 438);
  296. this.Controls.Add(this.ulgridBaseInfo);
  297. this.Controls.Add(this.ulgrpModel);
  298. this.MaximizeBox = false;
  299. this.MinimizeBox = false;
  300. this.Name = "FrmVTHotDetail";
  301. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  302. this.Text = "真空槽烘烤记录查询";
  303. this.Load += new System.EventHandler(this.FrmVTHotDetail_Load);
  304. ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  307. this.ulgrpModel.ResumeLayout(false);
  308. this.ulgrpModel.PerformLayout();
  309. ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.udteStart)).EndInit();
  311. this.ResumeLayout(false);
  312. }
  313. #endregion
  314. public Infragistics.Win.UltraWinGrid.UltraGrid ulgridBaseInfo;
  315. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  316. private System.Windows.Forms.Button btnselect;
  317. private System.Windows.Forms.ComboBox cmbID;
  318. private System.Windows.Forms.CheckBox chkQEndTime;
  319. private System.Windows.Forms.CheckBox chkQStartTime;
  320. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsRepairDetail;
  321. private System.Windows.Forms.CheckBox chkQLadleName;
  322. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStart;
  323. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEnd;
  324. private System.Windows.Forms.CheckBox chkCCM;
  325. private System.Windows.Forms.ComboBox cmbCCM;
  326. }
  327. }