ChoicePlineFrm.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. namespace Core.StlMes.Client.ZGMil.Report
  2. {
  3. partial class ChoicePlineFrm
  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.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("plineName");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("plineCode");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("processDesc");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("factoryDesc");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("checkStationDesc");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("chk", 0);
  37. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  49. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  51. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  52. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  53. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  55. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  57. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  58. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChoicePlineFrm));
  59. this.panel1 = new System.Windows.Forms.Panel();
  60. this.labelComboBox2 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  61. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  62. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  63. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  64. this.dataSet1 = new System.Data.DataSet();
  65. this.dataTable1 = new System.Data.DataTable();
  66. this.dataColumn1 = new System.Data.DataColumn();
  67. this.dataColumn2 = new System.Data.DataColumn();
  68. this.dataColumn3 = new System.Data.DataColumn();
  69. this.dataColumn4 = new System.Data.DataColumn();
  70. this.dataColumn6 = new System.Data.DataColumn();
  71. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  72. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  73. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  74. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  75. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  76. this.panel1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  83. this.SuspendLayout();
  84. //
  85. // panel1
  86. //
  87. this.panel1.Controls.Add(this.labelComboBox2);
  88. this.panel1.Controls.Add(this.labelComboBox1);
  89. this.panel1.Controls.Add(this.labelTextBox1);
  90. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  91. this.panel1.Location = new System.Drawing.Point(0, 25);
  92. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  93. this.panel1.Name = "panel1";
  94. this.panel1.Size = new System.Drawing.Size(678, 41);
  95. this.panel1.TabIndex = 0;
  96. //
  97. // labelComboBox2
  98. //
  99. //
  100. //
  101. //
  102. this.labelComboBox2.CheckBox.AutoSize = true;
  103. this.labelComboBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  104. this.labelComboBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  105. this.labelComboBox2.CheckBox.Name = "checkBox1";
  106. this.labelComboBox2.CheckBox.Size = new System.Drawing.Size(15, 14);
  107. this.labelComboBox2.CheckBox.TabIndex = 0;
  108. this.labelComboBox2.CheckBox.UseVisualStyleBackColor = true;
  109. //
  110. //
  111. //
  112. this.labelComboBox2.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  113. this.labelComboBox2.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.labelComboBox2.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  115. this.labelComboBox2.ComboBox.Enabled = false;
  116. this.labelComboBox2.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  117. this.labelComboBox2.ComboBox.Location = new System.Drawing.Point(0, 0);
  118. this.labelComboBox2.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  119. this.labelComboBox2.ComboBox.Name = "comboBox1";
  120. this.labelComboBox2.ComboBox.Size = new System.Drawing.Size(106, 21);
  121. this.labelComboBox2.ComboBox.TabIndex = 0;
  122. this.labelComboBox2.ComboBox.SelectionChangeCommitted += new System.EventHandler(this.labelComboBox2_ComboBox_SelectionChangeCommitted);
  123. //
  124. //
  125. //
  126. this.labelComboBox2.Label.AutoSize = true;
  127. this.labelComboBox2.Label.Location = new System.Drawing.Point(22, 5);
  128. this.labelComboBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  129. this.labelComboBox2.Label.Name = "label1";
  130. this.labelComboBox2.Label.Size = new System.Drawing.Size(41, 12);
  131. this.labelComboBox2.Label.TabIndex = 2;
  132. this.labelComboBox2.Label.Text = "检查站";
  133. this.labelComboBox2.Location = new System.Drawing.Point(208, 10);
  134. this.labelComboBox2.Name = "labelComboBox2";
  135. this.labelComboBox2.Size = new System.Drawing.Size(173, 22);
  136. this.labelComboBox2.TabIndex = 2;
  137. //
  138. // labelComboBox1
  139. //
  140. //
  141. //
  142. //
  143. this.labelComboBox1.CheckBox.AutoSize = true;
  144. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  145. this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  146. this.labelComboBox1.CheckBox.Name = "checkBox1";
  147. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(15, 14);
  148. this.labelComboBox1.CheckBox.TabIndex = 0;
  149. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  150. //
  151. //
  152. //
  153. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  154. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  156. this.labelComboBox1.ComboBox.Enabled = false;
  157. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  158. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  159. this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  160. this.labelComboBox1.ComboBox.Name = "comboBox1";
  161. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(106, 21);
  162. this.labelComboBox1.ComboBox.TabIndex = 0;
  163. this.labelComboBox1.ComboBox.SelectionChangeCommitted += new System.EventHandler(this.labelComboBox1_ComboBox_SelectionChangeCommitted);
  164. //
  165. //
  166. //
  167. this.labelComboBox1.Label.AutoSize = true;
  168. this.labelComboBox1.Label.Location = new System.Drawing.Point(22, 5);
  169. this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  170. this.labelComboBox1.Label.Name = "label1";
  171. this.labelComboBox1.Label.Size = new System.Drawing.Size(41, 12);
  172. this.labelComboBox1.Label.TabIndex = 2;
  173. this.labelComboBox1.Label.Text = "生产厂";
  174. this.labelComboBox1.Location = new System.Drawing.Point(19, 10);
  175. this.labelComboBox1.Name = "labelComboBox1";
  176. this.labelComboBox1.Size = new System.Drawing.Size(173, 22);
  177. this.labelComboBox1.TabIndex = 1;
  178. //
  179. // labelTextBox1
  180. //
  181. //
  182. //
  183. //
  184. this.labelTextBox1.CheckBox.AutoSize = true;
  185. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  186. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  187. this.labelTextBox1.CheckBox.Name = "checkBox1";
  188. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(15, 14);
  189. this.labelTextBox1.CheckBox.TabIndex = 1;
  190. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  191. //
  192. //
  193. //
  194. this.labelTextBox1.Label.AutoSize = true;
  195. this.labelTextBox1.Label.Location = new System.Drawing.Point(22, 5);
  196. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  197. this.labelTextBox1.Label.Name = "label1";
  198. this.labelTextBox1.Label.Size = new System.Drawing.Size(29, 12);
  199. this.labelTextBox1.Label.TabIndex = 0;
  200. this.labelTextBox1.Label.Text = "产线";
  201. this.labelTextBox1.Location = new System.Drawing.Point(398, 10);
  202. this.labelTextBox1.Name = "labelTextBox1";
  203. this.labelTextBox1.Size = new System.Drawing.Size(197, 21);
  204. this.labelTextBox1.TabIndex = 0;
  205. //
  206. //
  207. //
  208. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.labelTextBox1.TextBox.Enabled = false;
  210. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  211. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  212. this.labelTextBox1.TextBox.Name = "textBox1";
  213. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(142, 21);
  214. this.labelTextBox1.TextBox.TabIndex = 1;
  215. this.labelTextBox1.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox1_TextBox_KeyDown);
  216. //
  217. // ultraGrid1
  218. //
  219. this.ultraGrid1.DataMember = "Table1";
  220. this.ultraGrid1.DataSource = this.dataSet1;
  221. appearance1.BackColor = System.Drawing.SystemColors.Window;
  222. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  223. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  224. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  225. ultraGridColumn1.Header.VisiblePosition = 4;
  226. ultraGridColumn1.Width = 423;
  227. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  228. ultraGridColumn2.Header.VisiblePosition = 5;
  229. ultraGridColumn2.Hidden = true;
  230. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  231. ultraGridColumn3.Header.VisiblePosition = 1;
  232. ultraGridColumn3.Width = 69;
  233. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  234. ultraGridColumn4.Header.VisiblePosition = 2;
  235. ultraGridColumn4.Width = 97;
  236. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  237. ultraGridColumn5.Header.VisiblePosition = 3;
  238. ultraGridColumn5.Width = 99;
  239. ultraGridColumn6.DataType = typeof(bool);
  240. ultraGridColumn6.Header.Caption = "选择";
  241. ultraGridColumn6.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  242. ultraGridColumn6.Header.VisiblePosition = 0;
  243. ultraGridColumn6.Width = 52;
  244. ultraGridBand1.Columns.AddRange(new object[] {
  245. ultraGridColumn1,
  246. ultraGridColumn2,
  247. ultraGridColumn3,
  248. ultraGridColumn4,
  249. ultraGridColumn5,
  250. ultraGridColumn6});
  251. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  252. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  253. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  254. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  255. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  256. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  257. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  258. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  259. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  260. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  261. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  262. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  263. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  264. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  265. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  266. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  267. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  268. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  269. appearance7.BackColor = System.Drawing.SystemColors.Window;
  270. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  271. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  272. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  273. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  274. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  275. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  276. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  277. appearance12.BackColor = System.Drawing.SystemColors.Window;
  278. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  279. appearance8.BorderColor = System.Drawing.Color.Silver;
  280. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  281. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  282. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  283. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  284. appearance6.BackColor = System.Drawing.SystemColors.Control;
  285. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  286. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  287. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  288. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  289. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  290. appearance5.TextHAlignAsString = "Left";
  291. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  292. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  293. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  294. appearance11.BackColor = System.Drawing.SystemColors.Window;
  295. appearance11.BorderColor = System.Drawing.Color.Silver;
  296. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  297. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  298. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  299. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  300. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  301. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  302. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  303. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.ultraGrid1.Location = new System.Drawing.Point(0, 66);
  305. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  306. this.ultraGrid1.Name = "ultraGrid1";
  307. this.ultraGrid1.Size = new System.Drawing.Size(678, 308);
  308. this.ultraGrid1.TabIndex = 1;
  309. this.ultraGrid1.Text = "ultraGrid1";
  310. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  311. //
  312. // dataSet1
  313. //
  314. this.dataSet1.DataSetName = "NewDataSet";
  315. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  316. this.dataTable1});
  317. //
  318. // dataTable1
  319. //
  320. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  321. this.dataColumn1,
  322. this.dataColumn2,
  323. this.dataColumn3,
  324. this.dataColumn4,
  325. this.dataColumn6});
  326. this.dataTable1.TableName = "Table1";
  327. //
  328. // dataColumn1
  329. //
  330. this.dataColumn1.Caption = "产线";
  331. this.dataColumn1.ColumnName = "plineName";
  332. //
  333. // dataColumn2
  334. //
  335. this.dataColumn2.ColumnName = "plineCode";
  336. //
  337. // dataColumn3
  338. //
  339. this.dataColumn3.Caption = "工序";
  340. this.dataColumn3.ColumnName = "processDesc";
  341. //
  342. // dataColumn4
  343. //
  344. this.dataColumn4.Caption = "生产厂";
  345. this.dataColumn4.ColumnName = "factoryDesc";
  346. //
  347. // dataColumn6
  348. //
  349. this.dataColumn6.Caption = "检查站";
  350. this.dataColumn6.ColumnName = "checkStationDesc";
  351. //
  352. // ultraToolbarsManager1
  353. //
  354. this.ultraToolbarsManager1.DesignerFlags = 1;
  355. this.ultraToolbarsManager1.DockWithinContainer = this;
  356. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  357. ultraToolbar1.DockedColumn = 0;
  358. ultraToolbar1.DockedRow = 0;
  359. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  360. buttonTool1,
  361. buttonTool2,
  362. buttonTool3});
  363. ultraToolbar1.Text = "UltraToolbar1";
  364. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  365. ultraToolbar1});
  366. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  367. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  368. buttonTool4.SharedPropsInternal.Caption = "查询";
  369. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  370. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  371. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  372. buttonTool5.SharedPropsInternal.Caption = "确认";
  373. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  374. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  375. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  376. buttonTool6.SharedPropsInternal.Caption = "关闭";
  377. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  378. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  379. buttonTool4,
  380. buttonTool5,
  381. buttonTool6});
  382. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  383. //
  384. // _FrmBase_Toolbars_Dock_Area_Left
  385. //
  386. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  387. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  388. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  389. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  390. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
  391. this._FrmBase_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  392. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  393. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 349);
  394. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  395. //
  396. // _FrmBase_Toolbars_Dock_Area_Right
  397. //
  398. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  399. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  400. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  401. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  402. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(678, 25);
  403. this._FrmBase_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  404. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  405. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 349);
  406. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  407. //
  408. // _FrmBase_Toolbars_Dock_Area_Top
  409. //
  410. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  411. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  412. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  413. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  414. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  415. this._FrmBase_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  416. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  417. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(678, 25);
  418. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  419. //
  420. // _FrmBase_Toolbars_Dock_Area_Bottom
  421. //
  422. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  423. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  424. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  425. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  426. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 374);
  427. this._FrmBase_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  428. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  429. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(678, 0);
  430. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  431. //
  432. // ChoicePlineFrm
  433. //
  434. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  435. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  436. this.ClientSize = new System.Drawing.Size(678, 374);
  437. this.Controls.Add(this.ultraGrid1);
  438. this.Controls.Add(this.panel1);
  439. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  440. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  441. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  442. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  443. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  444. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  445. this.Name = "ChoicePlineFrm";
  446. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  447. this.Text = "产线选择";
  448. this.Load += new System.EventHandler(this.ChoicePlineFrm_Load);
  449. this.panel1.ResumeLayout(false);
  450. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).EndInit();
  451. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  455. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  456. this.ResumeLayout(false);
  457. }
  458. #endregion
  459. private System.Windows.Forms.Panel panel1;
  460. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  461. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  462. private System.Data.DataSet dataSet1;
  463. private System.Data.DataTable dataTable1;
  464. private System.Data.DataColumn dataColumn1;
  465. private System.Data.DataColumn dataColumn2;
  466. private System.Data.DataColumn dataColumn3;
  467. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  468. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  469. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  470. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  471. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  472. private System.Data.DataColumn dataColumn4;
  473. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  474. private Mes.Client.Comm.Control.LabelComboBox labelComboBox2;
  475. private System.Data.DataColumn dataColumn6;
  476. }
  477. }