FrmCLRepairDetail.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmCLRepairDetail
  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. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  51. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  52. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  53. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  54. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  55. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  56. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  57. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  58. this.ugrdBaseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  59. this.udsRepairDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  60. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  61. this.ucmbID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  62. this.ucmbCCM = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  63. this.udteQEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  64. this.udteQStartTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  65. this.chkCCM = new System.Windows.Forms.CheckBox();
  66. this.chkQLadleName = new System.Windows.Forms.CheckBox();
  67. this.chkQEndTime = new System.Windows.Forms.CheckBox();
  68. this.chkQStartTime = new System.Windows.Forms.CheckBox();
  69. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  70. this.panel1 = new System.Windows.Forms.Panel();
  71. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  72. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  73. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  74. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  75. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  76. ((System.ComponentModel.ISupportInitialize)(this.ugrdBaseInfo)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.udsRepairDetail)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  79. this.ulgrpModel.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.ucmbID)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.ucmbCCM)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.udteQEndTime)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.udteQStartTime)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  85. this.panel1.SuspendLayout();
  86. this.SuspendLayout();
  87. //
  88. // ugrdBaseInfo
  89. //
  90. this.ugrdBaseInfo.DataSource = this.udsRepairDetail;
  91. ultraGridColumn1.Header.VisiblePosition = 0;
  92. ultraGridColumn1.Width = 71;
  93. ultraGridColumn2.Header.VisiblePosition = 1;
  94. ultraGridColumn2.Width = 84;
  95. ultraGridColumn3.Header.VisiblePosition = 2;
  96. ultraGridColumn3.Width = 71;
  97. ultraGridColumn4.Header.VisiblePosition = 3;
  98. ultraGridColumn4.Width = 133;
  99. ultraGridColumn5.Header.VisiblePosition = 4;
  100. ultraGridColumn5.Width = 135;
  101. ultraGridColumn6.Header.VisiblePosition = 5;
  102. ultraGridColumn6.Width = 133;
  103. ultraGridColumn7.Header.VisiblePosition = 6;
  104. ultraGridColumn7.Width = 152;
  105. ultraGridColumn8.Header.VisiblePosition = 7;
  106. ultraGridColumn8.Width = 92;
  107. ultraGridBand1.Columns.AddRange(new object[] {
  108. ultraGridColumn1,
  109. ultraGridColumn2,
  110. ultraGridColumn3,
  111. ultraGridColumn4,
  112. ultraGridColumn5,
  113. ultraGridColumn6,
  114. ultraGridColumn7,
  115. ultraGridColumn8});
  116. this.ugrdBaseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  117. appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
  118. this.ugrdBaseInfo.DisplayLayout.Override.HeaderAppearance = appearance1;
  119. this.ugrdBaseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  120. this.ugrdBaseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.ugrdBaseInfo.Font = new System.Drawing.Font("宋体", 9F);
  122. this.ugrdBaseInfo.Location = new System.Drawing.Point(0, 62);
  123. this.ugrdBaseInfo.Name = "ugrdBaseInfo";
  124. this.ugrdBaseInfo.Size = new System.Drawing.Size(895, 483);
  125. this.ugrdBaseInfo.TabIndex = 1;
  126. //
  127. // udsRepairDetail
  128. //
  129. this.udsRepairDetail.Band.Columns.AddRange(new object[] {
  130. ultraDataColumn1,
  131. ultraDataColumn2,
  132. ultraDataColumn3,
  133. ultraDataColumn4,
  134. ultraDataColumn5,
  135. ultraDataColumn6,
  136. ultraDataColumn7,
  137. ultraDataColumn8});
  138. this.udsRepairDetail.Rows.AddRange(new object[] {
  139. new Infragistics.Win.UltraWinDataSource.UltraDataRow(new object[0])});
  140. //
  141. // ulgrpModel
  142. //
  143. appearance2.FontData.Name = "宋体";
  144. appearance2.FontData.SizeInPoints = 9F;
  145. this.ulgrpModel.Appearance = appearance2;
  146. this.ulgrpModel.Controls.Add(this.ucmbID);
  147. this.ulgrpModel.Controls.Add(this.ucmbCCM);
  148. this.ulgrpModel.Controls.Add(this.udteQEndTime);
  149. this.ulgrpModel.Controls.Add(this.udteQStartTime);
  150. this.ulgrpModel.Controls.Add(this.chkCCM);
  151. this.ulgrpModel.Controls.Add(this.chkQLadleName);
  152. this.ulgrpModel.Controls.Add(this.chkQEndTime);
  153. this.ulgrpModel.Controls.Add(this.chkQStartTime);
  154. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  155. this.ulgrpModel.Location = new System.Drawing.Point(0, 25);
  156. this.ulgrpModel.Name = "ulgrpModel";
  157. this.ulgrpModel.Size = new System.Drawing.Size(895, 37);
  158. this.ulgrpModel.TabIndex = 0;
  159. //
  160. // ucmbID
  161. //
  162. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  163. appearance3.BorderColor = System.Drawing.Color.Black;
  164. this.ucmbID.Appearance = appearance3;
  165. this.ucmbID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  166. this.ucmbID.Enabled = false;
  167. this.ucmbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.ucmbID.Location = new System.Drawing.Point(251, 9);
  169. this.ucmbID.Name = "ucmbID";
  170. this.ucmbID.Size = new System.Drawing.Size(64, 19);
  171. this.ucmbID.TabIndex = 286;
  172. this.ucmbID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  173. //
  174. // ucmbCCM
  175. //
  176. appearance4.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  177. appearance4.BorderColor = System.Drawing.Color.Black;
  178. this.ucmbCCM.Appearance = appearance4;
  179. this.ucmbCCM.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  180. this.ucmbCCM.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  181. this.ucmbCCM.Enabled = false;
  182. this.ucmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. valueListItem2.DataValue = "1";
  184. valueListItem2.DisplayText = "1#连铸机";
  185. valueListItem3.DataValue = "2";
  186. valueListItem3.DisplayText = "2#连铸机";
  187. valueListItem4.DataValue = "3";
  188. valueListItem4.DisplayText = "3#连铸机";
  189. this.ucmbCCM.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  190. valueListItem2,
  191. valueListItem3,
  192. valueListItem4});
  193. this.ucmbCCM.Location = new System.Drawing.Point(76, 9);
  194. this.ucmbCCM.Name = "ucmbCCM";
  195. this.ucmbCCM.Size = new System.Drawing.Size(81, 19);
  196. this.ucmbCCM.TabIndex = 285;
  197. this.ucmbCCM.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  198. //
  199. // udteQEndTime
  200. //
  201. this.udteQEndTime.Enabled = false;
  202. this.udteQEndTime.Location = new System.Drawing.Point(596, 8);
  203. this.udteQEndTime.MaskInput = "{date}";
  204. this.udteQEndTime.Name = "udteQEndTime";
  205. this.udteQEndTime.Size = new System.Drawing.Size(114, 21);
  206. this.udteQEndTime.TabIndex = 7;
  207. //
  208. // udteQStartTime
  209. //
  210. this.udteQStartTime.Location = new System.Drawing.Point(399, 8);
  211. this.udteQStartTime.MaskInput = "{date}";
  212. this.udteQStartTime.Name = "udteQStartTime";
  213. this.udteQStartTime.Size = new System.Drawing.Size(114, 21);
  214. this.udteQStartTime.TabIndex = 5;
  215. //
  216. // chkCCM
  217. //
  218. this.chkCCM.AutoSize = true;
  219. this.chkCCM.BackColor = System.Drawing.Color.Transparent;
  220. this.chkCCM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  221. this.chkCCM.Font = new System.Drawing.Font("宋体", 9F);
  222. this.chkCCM.Location = new System.Drawing.Point(18, 8);
  223. this.chkCCM.Name = "chkCCM";
  224. this.chkCCM.Size = new System.Drawing.Size(57, 16);
  225. this.chkCCM.TabIndex = 0;
  226. this.chkCCM.Text = "铸机号";
  227. this.chkCCM.UseVisualStyleBackColor = false;
  228. this.chkCCM.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged);
  229. //
  230. // chkQLadleName
  231. //
  232. this.chkQLadleName.AutoSize = true;
  233. this.chkQLadleName.BackColor = System.Drawing.Color.Transparent;
  234. this.chkQLadleName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  235. this.chkQLadleName.Font = new System.Drawing.Font("宋体", 9F);
  236. this.chkQLadleName.Location = new System.Drawing.Point(168, 8);
  237. this.chkQLadleName.Name = "chkQLadleName";
  238. this.chkQLadleName.Size = new System.Drawing.Size(81, 16);
  239. this.chkQLadleName.TabIndex = 2;
  240. this.chkQLadleName.Text = "结晶器编号";
  241. this.chkQLadleName.UseVisualStyleBackColor = false;
  242. this.chkQLadleName.CheckedChanged += new System.EventHandler(this.chkQLadleName_CheckedChanged);
  243. //
  244. // chkQEndTime
  245. //
  246. this.chkQEndTime.AutoSize = true;
  247. this.chkQEndTime.BackColor = System.Drawing.Color.Transparent;
  248. this.chkQEndTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  249. this.chkQEndTime.Font = new System.Drawing.Font("宋体", 9F);
  250. this.chkQEndTime.Location = new System.Drawing.Point(525, 8);
  251. this.chkQEndTime.Name = "chkQEndTime";
  252. this.chkQEndTime.Size = new System.Drawing.Size(69, 16);
  253. this.chkQEndTime.TabIndex = 6;
  254. this.chkQEndTime.Text = "修复时间";
  255. this.chkQEndTime.UseVisualStyleBackColor = false;
  256. this.chkQEndTime.CheckedChanged += new System.EventHandler(this.chkQEndTime_CheckedChanged);
  257. //
  258. // chkQStartTime
  259. //
  260. this.chkQStartTime.AutoSize = true;
  261. this.chkQStartTime.BackColor = System.Drawing.Color.Transparent;
  262. this.chkQStartTime.Checked = true;
  263. this.chkQStartTime.CheckState = System.Windows.Forms.CheckState.Checked;
  264. this.chkQStartTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  265. this.chkQStartTime.Font = new System.Drawing.Font("宋体", 9F);
  266. this.chkQStartTime.Location = new System.Drawing.Point(329, 8);
  267. this.chkQStartTime.Name = "chkQStartTime";
  268. this.chkQStartTime.Size = new System.Drawing.Size(69, 16);
  269. this.chkQStartTime.TabIndex = 4;
  270. this.chkQStartTime.Text = "送修时间";
  271. this.chkQStartTime.UseVisualStyleBackColor = false;
  272. this.chkQStartTime.CheckedChanged += new System.EventHandler(this.chkQStartTime_CheckedChanged);
  273. //
  274. // ultraToolbarsManager1
  275. //
  276. this.ultraToolbarsManager1.DesignerFlags = 1;
  277. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  278. this.ultraToolbarsManager1.LockToolbars = true;
  279. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  280. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  281. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  282. ultraToolbar1.DockedColumn = 0;
  283. ultraToolbar1.DockedRow = 0;
  284. buttonTool2.InstanceProps.IsFirstInGroup = true;
  285. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  286. buttonTool1,
  287. buttonTool2});
  288. ultraToolbar1.Text = "UltraToolbar1";
  289. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  290. ultraToolbar1});
  291. buttonTool3.SharedPropsInternal.Caption = "查询(&Q)";
  292. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  293. buttonTool4.SharedPropsInternal.Caption = "关闭(&C)";
  294. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  295. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  296. buttonTool3,
  297. buttonTool4});
  298. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  299. //
  300. // panel1
  301. //
  302. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  303. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  304. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  305. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  306. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  307. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  308. this.panel1.Location = new System.Drawing.Point(0, 0);
  309. this.panel1.Name = "panel1";
  310. this.panel1.Size = new System.Drawing.Size(895, 25);
  311. this.panel1.TabIndex = 11;
  312. //
  313. // panel1_Fill_Panel
  314. //
  315. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  316. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  317. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 26);
  318. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  319. this.panel1_Fill_Panel.Size = new System.Drawing.Size(895, 0);
  320. this.panel1_Fill_Panel.TabIndex = 0;
  321. //
  322. // _panel1_Toolbars_Dock_Area_Left
  323. //
  324. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  325. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  326. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  327. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  328. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
  329. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  330. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
  331. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  332. //
  333. // _panel1_Toolbars_Dock_Area_Right
  334. //
  335. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  336. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  337. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  338. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  339. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(895, 26);
  340. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  341. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
  342. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  343. //
  344. // _panel1_Toolbars_Dock_Area_Top
  345. //
  346. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  347. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  348. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  349. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  350. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  351. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  352. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(895, 26);
  353. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  354. //
  355. // _panel1_Toolbars_Dock_Area_Bottom
  356. //
  357. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  358. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  359. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  360. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  361. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 25);
  362. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  363. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(895, 0);
  364. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  365. //
  366. // FrmCLRepairDetail
  367. //
  368. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  369. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  370. this.ClientSize = new System.Drawing.Size(895, 545);
  371. this.Controls.Add(this.ugrdBaseInfo);
  372. this.Controls.Add(this.ulgrpModel);
  373. this.Controls.Add(this.panel1);
  374. this.MaximizeBox = false;
  375. this.MinimizeBox = false;
  376. this.Name = "FrmCLRepairDetail";
  377. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  378. this.Text = "结晶器维修记录查询";
  379. this.Load += new System.EventHandler(this.FrmCLRepairDetail_Load);
  380. ((System.ComponentModel.ISupportInitialize)(this.ugrdBaseInfo)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.udsRepairDetail)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  383. this.ulgrpModel.ResumeLayout(false);
  384. this.ulgrpModel.PerformLayout();
  385. ((System.ComponentModel.ISupportInitialize)(this.ucmbID)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.ucmbCCM)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.udteQEndTime)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.udteQStartTime)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  390. this.panel1.ResumeLayout(false);
  391. this.ResumeLayout(false);
  392. }
  393. #endregion
  394. public Infragistics.Win.UltraWinGrid.UltraGrid ugrdBaseInfo;
  395. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  396. private System.Windows.Forms.CheckBox chkQEndTime;
  397. private System.Windows.Forms.CheckBox chkQStartTime;
  398. private Infragistics.Win.UltraWinDataSource.UltraDataSource udsRepairDetail;
  399. private System.Windows.Forms.CheckBox chkQLadleName;
  400. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteQStartTime;
  401. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteQEndTime;
  402. private System.Windows.Forms.CheckBox chkCCM;
  403. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  404. private System.Windows.Forms.Panel panel1;
  405. private System.Windows.Forms.Panel panel1_Fill_Panel;
  406. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  407. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  408. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  409. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  410. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbID;
  411. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbCCM;
  412. }
  413. }