FrmSGRepairDetail.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmSGRepairDetail
  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.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("铸机号");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("维修类别");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("送修时间");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("修复时间");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("维修原因");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("记录人");
  38. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("扇形段编号");
  40. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("铸机号");
  41. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修类别");
  42. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("送修时间");
  43. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("修复时间");
  44. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修原因");
  45. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  46. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("记录人");
  47. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  48. this.ulgridBaseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  49. this.ultdsRepairDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  50. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  51. this.udteQEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  52. this.udteQStartTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  53. this.chkCCM = new System.Windows.Forms.CheckBox();
  54. this.chkQLadleName = new System.Windows.Forms.CheckBox();
  55. this.btnClose = new System.Windows.Forms.Button();
  56. this.cmbCCM = new System.Windows.Forms.ComboBox();
  57. this.btnselect = new System.Windows.Forms.Button();
  58. this.cmbID = new System.Windows.Forms.ComboBox();
  59. this.chkQEndTime = new System.Windows.Forms.CheckBox();
  60. this.chkQStartTime = new System.Windows.Forms.CheckBox();
  61. ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  64. this.ulgrpModel.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.udteQEndTime)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.udteQStartTime)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // ulgridBaseInfo
  70. //
  71. this.ulgridBaseInfo.DataSource = this.ultdsRepairDetail;
  72. ultraGridColumn1.Header.VisiblePosition = 0;
  73. ultraGridColumn1.Width = 71;
  74. ultraGridColumn2.Header.VisiblePosition = 1;
  75. ultraGridColumn2.Width = 84;
  76. ultraGridColumn3.Header.VisiblePosition = 2;
  77. ultraGridColumn3.Width = 71;
  78. ultraGridColumn4.Header.VisiblePosition = 3;
  79. ultraGridColumn4.Width = 133;
  80. ultraGridColumn5.Header.VisiblePosition = 4;
  81. ultraGridColumn5.Width = 135;
  82. ultraGridColumn6.Header.VisiblePosition = 5;
  83. ultraGridColumn6.Width = 136;
  84. ultraGridColumn7.Header.VisiblePosition = 6;
  85. ultraGridColumn7.Width = 155;
  86. ultraGridColumn8.Header.VisiblePosition = 7;
  87. ultraGridColumn8.Width = 78;
  88. ultraGridBand1.Columns.AddRange(new object[] {
  89. ultraGridColumn1,
  90. ultraGridColumn2,
  91. ultraGridColumn3,
  92. ultraGridColumn4,
  93. ultraGridColumn5,
  94. ultraGridColumn6,
  95. ultraGridColumn7,
  96. ultraGridColumn8});
  97. this.ulgridBaseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  98. appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
  99. this.ulgridBaseInfo.DisplayLayout.Override.HeaderAppearance = appearance1;
  100. this.ulgridBaseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  101. this.ulgridBaseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.ulgridBaseInfo.Font = new System.Drawing.Font("宋体", 9F);
  103. this.ulgridBaseInfo.Location = new System.Drawing.Point(0, 49);
  104. this.ulgridBaseInfo.Name = "ulgridBaseInfo";
  105. this.ulgridBaseInfo.Size = new System.Drawing.Size(895, 496);
  106. this.ulgridBaseInfo.TabIndex = 1;
  107. //
  108. // ultdsRepairDetail
  109. //
  110. this.ultdsRepairDetail.Band.Columns.AddRange(new object[] {
  111. ultraDataColumn1,
  112. ultraDataColumn2,
  113. ultraDataColumn3,
  114. ultraDataColumn4,
  115. ultraDataColumn5,
  116. ultraDataColumn6,
  117. ultraDataColumn7,
  118. ultraDataColumn8});
  119. this.ultdsRepairDetail.Rows.AddRange(new object[] {
  120. new Infragistics.Win.UltraWinDataSource.UltraDataRow(new object[0])});
  121. //
  122. // ulgrpModel
  123. //
  124. appearance2.FontData.Name = "宋体";
  125. appearance2.FontData.SizeInPoints = 9F;
  126. this.ulgrpModel.Appearance = appearance2;
  127. this.ulgrpModel.Controls.Add(this.udteQEndTime);
  128. this.ulgrpModel.Controls.Add(this.udteQStartTime);
  129. this.ulgrpModel.Controls.Add(this.chkCCM);
  130. this.ulgrpModel.Controls.Add(this.chkQLadleName);
  131. this.ulgrpModel.Controls.Add(this.btnClose);
  132. this.ulgrpModel.Controls.Add(this.cmbCCM);
  133. this.ulgrpModel.Controls.Add(this.btnselect);
  134. this.ulgrpModel.Controls.Add(this.cmbID);
  135. this.ulgrpModel.Controls.Add(this.chkQEndTime);
  136. this.ulgrpModel.Controls.Add(this.chkQStartTime);
  137. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  138. this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
  139. this.ulgrpModel.Name = "ulgrpModel";
  140. this.ulgrpModel.Size = new System.Drawing.Size(895, 49);
  141. this.ulgrpModel.TabIndex = 0;
  142. //
  143. // udteQEndTime
  144. //
  145. this.udteQEndTime.Enabled = false;
  146. this.udteQEndTime.Location = new System.Drawing.Point(592, 14);
  147. this.udteQEndTime.MaskInput = "{date}";
  148. this.udteQEndTime.Name = "udteQEndTime";
  149. this.udteQEndTime.Size = new System.Drawing.Size(99, 21);
  150. this.udteQEndTime.TabIndex = 7;
  151. //
  152. // udteQStartTime
  153. //
  154. this.udteQStartTime.Location = new System.Drawing.Point(404, 14);
  155. this.udteQStartTime.MaskInput = "{date}";
  156. this.udteQStartTime.Name = "udteQStartTime";
  157. this.udteQStartTime.Size = new System.Drawing.Size(99, 21);
  158. this.udteQStartTime.TabIndex = 5;
  159. //
  160. // chkCCM
  161. //
  162. this.chkCCM.AutoSize = true;
  163. this.chkCCM.BackColor = System.Drawing.Color.Transparent;
  164. this.chkCCM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  165. this.chkCCM.Font = new System.Drawing.Font("宋体", 9F);
  166. this.chkCCM.Location = new System.Drawing.Point(19, 14);
  167. this.chkCCM.Name = "chkCCM";
  168. this.chkCCM.Size = new System.Drawing.Size(57, 16);
  169. this.chkCCM.TabIndex = 0;
  170. this.chkCCM.Text = "铸机号";
  171. this.chkCCM.UseVisualStyleBackColor = false;
  172. this.chkCCM.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged);
  173. //
  174. // chkQLadleName
  175. //
  176. this.chkQLadleName.AutoSize = true;
  177. this.chkQLadleName.BackColor = System.Drawing.Color.Transparent;
  178. this.chkQLadleName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  179. this.chkQLadleName.Font = new System.Drawing.Font("宋体", 9F);
  180. this.chkQLadleName.Location = new System.Drawing.Point(174, 14);
  181. this.chkQLadleName.Name = "chkQLadleName";
  182. this.chkQLadleName.Size = new System.Drawing.Size(81, 16);
  183. this.chkQLadleName.TabIndex = 2;
  184. this.chkQLadleName.Text = "扇形段编号";
  185. this.chkQLadleName.UseVisualStyleBackColor = false;
  186. this.chkQLadleName.CheckedChanged += new System.EventHandler(this.chkQLadleName_CheckedChanged);
  187. //
  188. // btnClose
  189. //
  190. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  191. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  192. this.btnClose.Location = new System.Drawing.Point(797, 12);
  193. this.btnClose.Name = "btnClose";
  194. this.btnClose.Size = new System.Drawing.Size(68, 25);
  195. this.btnClose.TabIndex = 9;
  196. this.btnClose.Text = "关闭";
  197. this.btnClose.UseVisualStyleBackColor = true;
  198. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  199. //
  200. // cmbCCM
  201. //
  202. this.cmbCCM.Enabled = false;
  203. this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F);
  204. this.cmbCCM.FormattingEnabled = true;
  205. this.cmbCCM.Items.AddRange(new object[] {
  206. "1#连铸机",
  207. "2#连铸机",
  208. "4#连铸机"});
  209. this.cmbCCM.Location = new System.Drawing.Point(77, 14);
  210. this.cmbCCM.Name = "cmbCCM";
  211. this.cmbCCM.Size = new System.Drawing.Size(76, 20);
  212. this.cmbCCM.TabIndex = 1;
  213. //
  214. // btnselect
  215. //
  216. this.btnselect.Font = new System.Drawing.Font("宋体", 9F);
  217. this.btnselect.Location = new System.Drawing.Point(721, 12);
  218. this.btnselect.Name = "btnselect";
  219. this.btnselect.Size = new System.Drawing.Size(68, 25);
  220. this.btnselect.TabIndex = 8;
  221. this.btnselect.Text = "查询";
  222. this.btnselect.UseVisualStyleBackColor = true;
  223. this.btnselect.Click += new System.EventHandler(this.btnselect_Click);
  224. //
  225. // cmbID
  226. //
  227. this.cmbID.Enabled = false;
  228. this.cmbID.Font = new System.Drawing.Font("宋体", 9F);
  229. this.cmbID.FormattingEnabled = true;
  230. this.cmbID.Location = new System.Drawing.Point(255, 14);
  231. this.cmbID.Name = "cmbID";
  232. this.cmbID.Size = new System.Drawing.Size(58, 20);
  233. this.cmbID.TabIndex = 3;
  234. //
  235. // chkQEndTime
  236. //
  237. this.chkQEndTime.AutoSize = true;
  238. this.chkQEndTime.BackColor = System.Drawing.Color.Transparent;
  239. this.chkQEndTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  240. this.chkQEndTime.Font = new System.Drawing.Font("宋体", 9F);
  241. this.chkQEndTime.Location = new System.Drawing.Point(523, 14);
  242. this.chkQEndTime.Name = "chkQEndTime";
  243. this.chkQEndTime.Size = new System.Drawing.Size(69, 16);
  244. this.chkQEndTime.TabIndex = 6;
  245. this.chkQEndTime.Text = "修复时间";
  246. this.chkQEndTime.UseVisualStyleBackColor = false;
  247. this.chkQEndTime.CheckedChanged += new System.EventHandler(this.chkQEndTime_CheckedChanged);
  248. //
  249. // chkQStartTime
  250. //
  251. this.chkQStartTime.AutoSize = true;
  252. this.chkQStartTime.BackColor = System.Drawing.Color.Transparent;
  253. this.chkQStartTime.Checked = true;
  254. this.chkQStartTime.CheckState = System.Windows.Forms.CheckState.Checked;
  255. this.chkQStartTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  256. this.chkQStartTime.Font = new System.Drawing.Font("宋体", 9F);
  257. this.chkQStartTime.Location = new System.Drawing.Point(335, 14);
  258. this.chkQStartTime.Name = "chkQStartTime";
  259. this.chkQStartTime.Size = new System.Drawing.Size(69, 16);
  260. this.chkQStartTime.TabIndex = 4;
  261. this.chkQStartTime.Text = "送修时间";
  262. this.chkQStartTime.UseVisualStyleBackColor = false;
  263. this.chkQStartTime.CheckedChanged += new System.EventHandler(this.chkQStartTime_CheckedChanged);
  264. //
  265. // FrmSGRepairDetail
  266. //
  267. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  269. this.CancelButton = this.btnClose;
  270. this.ClientSize = new System.Drawing.Size(895, 545);
  271. this.Controls.Add(this.ulgridBaseInfo);
  272. this.Controls.Add(this.ulgrpModel);
  273. this.MaximizeBox = false;
  274. this.MinimizeBox = false;
  275. this.Name = "FrmSGRepairDetail";
  276. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  277. this.Text = "扇形段维修记录查询";
  278. this.Load += new System.EventHandler(this.FrmSGRepairDetail_Load);
  279. ((System.ComponentModel.ISupportInitialize)(this.ulgridBaseInfo)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  282. this.ulgrpModel.ResumeLayout(false);
  283. this.ulgrpModel.PerformLayout();
  284. ((System.ComponentModel.ISupportInitialize)(this.udteQEndTime)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.udteQStartTime)).EndInit();
  286. this.ResumeLayout(false);
  287. }
  288. #endregion
  289. public Infragistics.Win.UltraWinGrid.UltraGrid ulgridBaseInfo;
  290. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  291. private System.Windows.Forms.Button btnClose;
  292. private System.Windows.Forms.Button btnselect;
  293. private System.Windows.Forms.ComboBox cmbID;
  294. private System.Windows.Forms.CheckBox chkQEndTime;
  295. private System.Windows.Forms.CheckBox chkQStartTime;
  296. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsRepairDetail;
  297. private System.Windows.Forms.CheckBox chkQLadleName;
  298. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteQStartTime;
  299. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteQEndTime;
  300. private System.Windows.Forms.CheckBox chkCCM;
  301. private System.Windows.Forms.ComboBox cmbCCM;
  302. }
  303. }