CraftOrdDesignFilePopup.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  1. namespace Core.StlMes.Client.SaleOrder.Dialog
  2. {
  3. partial class CraftOrdDesignFilePopup
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("select");
  30. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("insert");
  31. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_NO");
  34. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_PATH");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_NO_V");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_PATH_OLD");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_KEY");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  42. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_NO_OLD");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_TYPE");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_LN_PK");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_SEQ");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EFFECT_TIME");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ADD_ASK");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0);
  51. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  64. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("指定工艺文件");
  65. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认选择");
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("指定工艺文件");
  67. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认选择");
  69. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  71. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  72. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CraftOrdDesignFilePopup));
  73. this.craftImg = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  74. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  75. this.dataSet1 = new System.Data.DataSet();
  76. this.dataTable1 = new System.Data.DataTable();
  77. this.dataColumn1 = new System.Data.DataColumn();
  78. this.dataColumn2 = new System.Data.DataColumn();
  79. this.dataColumn3 = new System.Data.DataColumn();
  80. this.dataColumn4 = new System.Data.DataColumn();
  81. this.dataColumn5 = new System.Data.DataColumn();
  82. this.dataColumn6 = new System.Data.DataColumn();
  83. this.dataColumn7 = new System.Data.DataColumn();
  84. this.dataColumn8 = new System.Data.DataColumn();
  85. this.dataColumn9 = new System.Data.DataColumn();
  86. this.dataColumn10 = new System.Data.DataColumn();
  87. this.dataColumn11 = new System.Data.DataColumn();
  88. this.dataColumn12 = new System.Data.DataColumn();
  89. this.dataColumn13 = new System.Data.DataColumn();
  90. this.dataColumn14 = new System.Data.DataColumn();
  91. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  92. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  93. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  94. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  95. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  96. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  97. this.panel1 = new System.Windows.Forms.Panel();
  98. this.ckValid = new System.Windows.Forms.CheckBox();
  99. this.labelCheckBox1 = new Core.Mes.Client.Comm.Control.LabelCheckBox();
  100. this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  101. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  102. this.dataColumn15 = new System.Data.DataColumn();
  103. ((System.ComponentModel.ISupportInitialize)(this.craftImg)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  109. this.splitContainer1.Panel1.SuspendLayout();
  110. this.splitContainer1.Panel2.SuspendLayout();
  111. this.splitContainer1.SuspendLayout();
  112. this.panel1.SuspendLayout();
  113. this.SuspendLayout();
  114. //
  115. // craftImg
  116. //
  117. editorButton1.Key = "select";
  118. editorButton1.Text = "查看";
  119. this.craftImg.ButtonsLeft.Add(editorButton1);
  120. editorButton2.Key = "insert";
  121. editorButton2.Text = "上传";
  122. this.craftImg.ButtonsRight.Add(editorButton2);
  123. this.craftImg.Location = new System.Drawing.Point(116, 101);
  124. this.craftImg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  125. this.craftImg.Name = "craftImg";
  126. this.craftImg.Size = new System.Drawing.Size(183, 24);
  127. this.craftImg.TabIndex = 42;
  128. this.craftImg.Visible = false;
  129. this.craftImg.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.craftImg_EditorButtonClick);
  130. //
  131. // ultraGrid1
  132. //
  133. this.ultraGrid1.DataSource = this.dataSet1;
  134. appearance4.BackColor = System.Drawing.SystemColors.Window;
  135. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  136. this.ultraGrid1.DisplayLayout.Appearance = appearance4;
  137. appearance34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  138. ultraGridColumn1.CellAppearance = appearance34;
  139. ultraGridColumn1.Header.VisiblePosition = 1;
  140. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  141. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  142. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  143. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  144. ultraGridColumn1.Width = 153;
  145. ultraGridColumn2.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
  146. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  147. ultraGridColumn2.EditorComponent = this.craftImg;
  148. ultraGridColumn2.Header.VisiblePosition = 3;
  149. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 6;
  150. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  151. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  152. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  153. ultraGridColumn2.Width = 216;
  154. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  155. ultraGridColumn3.Header.VisiblePosition = 2;
  156. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  157. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  158. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  159. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  160. ultraGridColumn3.Width = 57;
  161. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  162. ultraGridColumn4.Header.VisiblePosition = 7;
  163. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 14;
  164. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  165. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  166. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  167. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  168. ultraGridColumn5.Header.VisiblePosition = 8;
  169. ultraGridColumn5.Hidden = true;
  170. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 14;
  171. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  172. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  173. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  174. ultraGridColumn5.Width = 169;
  175. ultraGridColumn6.Header.VisiblePosition = 9;
  176. ultraGridColumn6.Hidden = true;
  177. ultraGridColumn7.Header.VisiblePosition = 10;
  178. ultraGridColumn7.Hidden = true;
  179. appearance35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  180. ultraGridColumn8.CellAppearance = appearance35;
  181. ultraGridColumn8.Header.VisiblePosition = 5;
  182. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 12;
  183. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  184. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  185. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  186. ultraGridColumn8.Width = 357;
  187. ultraGridColumn9.Header.VisiblePosition = 11;
  188. ultraGridColumn9.Hidden = true;
  189. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  190. ultraGridColumn10.Header.VisiblePosition = 4;
  191. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
  192. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  193. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  194. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  195. ultraGridColumn10.Width = 45;
  196. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  197. ultraGridColumn11.Header.VisiblePosition = 6;
  198. ultraGridColumn11.Hidden = true;
  199. ultraGridColumn11.Width = 45;
  200. ultraGridColumn12.Header.VisiblePosition = 12;
  201. ultraGridColumn12.Hidden = true;
  202. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  203. ultraGridColumn13.Header.VisiblePosition = 13;
  204. ultraGridColumn13.Hidden = true;
  205. ultraGridColumn14.Header.VisiblePosition = 14;
  206. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 16;
  207. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  208. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  209. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  210. ultraGridColumn15.Header.VisiblePosition = 15;
  211. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 10;
  212. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  213. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  214. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  215. ultraGridColumn15.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  216. ultraGridColumn16.DataType = typeof(bool);
  217. ultraGridColumn16.Header.Caption = "选择";
  218. ultraGridColumn16.Header.VisiblePosition = 0;
  219. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
  220. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  221. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  222. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  223. ultraGridBand1.Columns.AddRange(new object[] {
  224. ultraGridColumn1,
  225. ultraGridColumn2,
  226. ultraGridColumn3,
  227. ultraGridColumn4,
  228. ultraGridColumn5,
  229. ultraGridColumn6,
  230. ultraGridColumn7,
  231. ultraGridColumn8,
  232. ultraGridColumn9,
  233. ultraGridColumn10,
  234. ultraGridColumn11,
  235. ultraGridColumn12,
  236. ultraGridColumn13,
  237. ultraGridColumn14,
  238. ultraGridColumn15,
  239. ultraGridColumn16});
  240. ultraGridBand1.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  241. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  242. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  243. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  244. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  245. appearance21.BackColor = System.Drawing.SystemColors.ActiveBorder;
  246. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  247. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  248. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  249. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance21;
  250. appearance22.ForeColor = System.Drawing.SystemColors.GrayText;
  251. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance22;
  252. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  253. appearance24.BackColor = System.Drawing.SystemColors.ControlLightLight;
  254. appearance24.BackColor2 = System.Drawing.SystemColors.Control;
  255. appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  256. appearance24.ForeColor = System.Drawing.SystemColors.GrayText;
  257. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance24;
  258. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  259. appearance26.BackColor = System.Drawing.SystemColors.Window;
  260. appearance26.ForeColor = System.Drawing.SystemColors.ControlText;
  261. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance26;
  262. appearance27.BackColor = System.Drawing.SystemColors.Highlight;
  263. appearance27.ForeColor = System.Drawing.SystemColors.HighlightText;
  264. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance27;
  265. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  266. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  267. appearance28.BackColor = System.Drawing.SystemColors.Window;
  268. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance28;
  269. appearance29.BorderColor = System.Drawing.Color.Silver;
  270. appearance29.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  271. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance29;
  272. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  273. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  274. appearance30.BackColor = System.Drawing.SystemColors.Control;
  275. appearance30.BackColor2 = System.Drawing.SystemColors.ControlDark;
  276. appearance30.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  277. appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  278. appearance30.BorderColor = System.Drawing.SystemColors.Window;
  279. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance30;
  280. appearance31.TextHAlignAsString = "Left";
  281. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance31;
  282. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  283. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  284. appearance32.BackColor = System.Drawing.SystemColors.Window;
  285. appearance32.BorderColor = System.Drawing.Color.Silver;
  286. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance32;
  287. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  288. appearance33.BackColor = System.Drawing.SystemColors.ControlLight;
  289. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance33;
  290. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  291. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  292. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  293. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  294. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.ultraGrid1.Location = new System.Drawing.Point(0, 50);
  296. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  297. this.ultraGrid1.Name = "ultraGrid1";
  298. this.ultraGrid1.Size = new System.Drawing.Size(1425, 375);
  299. this.ultraGrid1.TabIndex = 0;
  300. this.ultraGrid1.Text = "ultraGrid1";
  301. this.ultraGrid1.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid1_InitializeRow);
  302. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  303. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  304. this.ultraGrid1.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_ClickCellButton);
  305. this.ultraGrid1.BeforeRowInsert += new Infragistics.Win.UltraWinGrid.BeforeRowInsertEventHandler(this.ultraGrid1_BeforeRowInsert);
  306. //
  307. // dataSet1
  308. //
  309. this.dataSet1.DataSetName = "NewDataSet";
  310. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  311. this.dataTable1});
  312. //
  313. // dataTable1
  314. //
  315. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  316. this.dataColumn1,
  317. this.dataColumn2,
  318. this.dataColumn3,
  319. this.dataColumn4,
  320. this.dataColumn5,
  321. this.dataColumn6,
  322. this.dataColumn7,
  323. this.dataColumn8,
  324. this.dataColumn9,
  325. this.dataColumn10,
  326. this.dataColumn11,
  327. this.dataColumn12,
  328. this.dataColumn13,
  329. this.dataColumn14,
  330. this.dataColumn15});
  331. this.dataTable1.TableName = "Table1";
  332. //
  333. // dataColumn1
  334. //
  335. this.dataColumn1.Caption = "工艺文件号";
  336. this.dataColumn1.ColumnName = "CRAFT_NO";
  337. //
  338. // dataColumn2
  339. //
  340. this.dataColumn2.Caption = "工艺文件";
  341. this.dataColumn2.ColumnName = "CRAFT_PATH";
  342. //
  343. // dataColumn3
  344. //
  345. this.dataColumn3.Caption = "文件版本号";
  346. this.dataColumn3.ColumnName = "CRAFT_NO_V";
  347. //
  348. // dataColumn4
  349. //
  350. this.dataColumn4.Caption = "创建人";
  351. this.dataColumn4.ColumnName = "CREATE_NAME";
  352. //
  353. // dataColumn5
  354. //
  355. this.dataColumn5.Caption = "创建时间";
  356. this.dataColumn5.ColumnName = "CREATE_TIME";
  357. //
  358. // dataColumn6
  359. //
  360. this.dataColumn6.ColumnName = "CRAFT_PATH_OLD";
  361. //
  362. // dataColumn7
  363. //
  364. this.dataColumn7.ColumnName = "CRAFT_KEY";
  365. //
  366. // dataColumn8
  367. //
  368. this.dataColumn8.Caption = "备注";
  369. this.dataColumn8.ColumnName = "MEMO";
  370. //
  371. // dataColumn9
  372. //
  373. this.dataColumn9.ColumnName = "CRAFT_NO_OLD";
  374. //
  375. // dataColumn10
  376. //
  377. this.dataColumn10.Caption = "工艺类型";
  378. this.dataColumn10.ColumnName = "CRAFT_TYPE";
  379. //
  380. // dataColumn11
  381. //
  382. this.dataColumn11.Caption = "有效标识";
  383. this.dataColumn11.ColumnName = "VALIDFLAG";
  384. //
  385. // dataColumn12
  386. //
  387. this.dataColumn12.ColumnName = "ORD_LN_PK";
  388. //
  389. // dataColumn13
  390. //
  391. this.dataColumn13.ColumnName = "CRAFT_SEQ";
  392. //
  393. // dataColumn14
  394. //
  395. this.dataColumn14.Caption = "生效时间";
  396. this.dataColumn14.ColumnName = "EFFECT_TIME";
  397. //
  398. // _CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left
  399. //
  400. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  401. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  402. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  403. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  404. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  405. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  406. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left.Name = "_CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left";
  407. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 850);
  408. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  409. //
  410. // ultraToolbarsManager1
  411. //
  412. this.ultraToolbarsManager1.DesignerFlags = 1;
  413. this.ultraToolbarsManager1.DockWithinContainer = this;
  414. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  415. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  416. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  417. ultraToolbar1.DockedColumn = 0;
  418. ultraToolbar1.DockedRow = 0;
  419. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  420. buttonTool5,
  421. buttonTool1,
  422. buttonTool3});
  423. ultraToolbar1.Text = "UltraToolbar1";
  424. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  425. ultraToolbar1});
  426. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  427. buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  428. buttonTool2.SharedPropsInternal.Caption = "指定工艺文件";
  429. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  430. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  431. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  432. buttonTool4.SharedPropsInternal.Caption = "确认选择";
  433. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  434. buttonTool4.SharedPropsInternal.Visible = false;
  435. appearance19.Image = ((object)(resources.GetObject("appearance19.Image")));
  436. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance19;
  437. buttonTool6.SharedPropsInternal.Caption = "查询";
  438. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  439. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  440. buttonTool2,
  441. buttonTool4,
  442. buttonTool6});
  443. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  444. //
  445. // _CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right
  446. //
  447. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  448. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  449. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  450. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  451. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1425, 28);
  452. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  453. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right.Name = "_CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right";
  454. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 850);
  455. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  456. //
  457. // _CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top
  458. //
  459. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  460. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  461. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  462. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  463. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  464. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  465. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top.Name = "_CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top";
  466. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1425, 28);
  467. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  468. //
  469. // _CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom
  470. //
  471. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  472. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  473. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  474. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  475. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 878);
  476. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  477. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom.Name = "_CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom";
  478. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1425, 0);
  479. this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  480. //
  481. // splitContainer1
  482. //
  483. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  484. this.splitContainer1.Location = new System.Drawing.Point(0, 28);
  485. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  486. this.splitContainer1.Name = "splitContainer1";
  487. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  488. //
  489. // splitContainer1.Panel1
  490. //
  491. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
  492. this.splitContainer1.Panel1.Controls.Add(this.panel1);
  493. //
  494. // splitContainer1.Panel2
  495. //
  496. this.splitContainer1.Panel2.Controls.Add(this.craftImg);
  497. this.splitContainer1.Size = new System.Drawing.Size(1425, 850);
  498. this.splitContainer1.SplitterDistance = 425;
  499. this.splitContainer1.SplitterWidth = 5;
  500. this.splitContainer1.TabIndex = 47;
  501. //
  502. // panel1
  503. //
  504. this.panel1.Controls.Add(this.ckValid);
  505. this.panel1.Controls.Add(this.labelCheckBox1);
  506. this.panel1.Controls.Add(this.labelTextBox2);
  507. this.panel1.Controls.Add(this.labelTextBox1);
  508. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  509. this.panel1.Location = new System.Drawing.Point(0, 0);
  510. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  511. this.panel1.Name = "panel1";
  512. this.panel1.Size = new System.Drawing.Size(1425, 50);
  513. this.panel1.TabIndex = 1;
  514. //
  515. // ckValid
  516. //
  517. this.ckValid.AutoSize = true;
  518. this.ckValid.Location = new System.Drawing.Point(775, 15);
  519. this.ckValid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  520. this.ckValid.Name = "ckValid";
  521. this.ckValid.Size = new System.Drawing.Size(104, 19);
  522. this.ckValid.TabIndex = 3;
  523. this.ckValid.Text = "生效中工艺";
  524. this.ckValid.UseVisualStyleBackColor = true;
  525. //
  526. // labelCheckBox1
  527. //
  528. //
  529. //
  530. //
  531. this.labelCheckBox1.CheckBox.AutoSize = true;
  532. this.labelCheckBox1.CheckBox.Location = new System.Drawing.Point(3, 3);
  533. this.labelCheckBox1.CheckBox.Name = "checkBox1";
  534. this.labelCheckBox1.CheckBox.Size = new System.Drawing.Size(89, 19);
  535. this.labelCheckBox1.CheckBox.TabIndex = 0;
  536. this.labelCheckBox1.CheckBox.Text = "包含无效";
  537. this.labelCheckBox1.CheckBox.UseVisualStyleBackColor = true;
  538. this.labelCheckBox1.Location = new System.Drawing.Point(652, 11);
  539. this.labelCheckBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  540. this.labelCheckBox1.Name = "labelCheckBox1";
  541. this.labelCheckBox1.Size = new System.Drawing.Size(113, 26);
  542. this.labelCheckBox1.TabIndex = 2;
  543. this.labelCheckBox1.Visible = false;
  544. //
  545. // labelTextBox2
  546. //
  547. //
  548. //
  549. //
  550. this.labelTextBox2.CheckBox.AutoSize = true;
  551. this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(4, 4);
  552. this.labelTextBox2.CheckBox.Name = "checkBox1";
  553. this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  554. this.labelTextBox2.CheckBox.TabIndex = 1;
  555. this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true;
  556. //
  557. //
  558. //
  559. this.labelTextBox2.Label.AutoSize = true;
  560. this.labelTextBox2.Label.Location = new System.Drawing.Point(24, 4);
  561. this.labelTextBox2.Label.Name = "label1";
  562. this.labelTextBox2.Label.Size = new System.Drawing.Size(37, 15);
  563. this.labelTextBox2.Label.TabIndex = 0;
  564. this.labelTextBox2.Label.Text = "备注";
  565. this.labelTextBox2.Location = new System.Drawing.Point(352, 11);
  566. this.labelTextBox2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  567. this.labelTextBox2.Name = "labelTextBox2";
  568. this.labelTextBox2.Size = new System.Drawing.Size(263, 26);
  569. this.labelTextBox2.TabIndex = 1;
  570. //
  571. //
  572. //
  573. this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  574. this.labelTextBox2.TextBox.Enabled = false;
  575. this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0);
  576. this.labelTextBox2.TextBox.Name = "textBox1";
  577. this.labelTextBox2.TextBox.Size = new System.Drawing.Size(199, 25);
  578. this.labelTextBox2.TextBox.TabIndex = 1;
  579. //
  580. // labelTextBox1
  581. //
  582. //
  583. //
  584. //
  585. this.labelTextBox1.CheckBox.AutoSize = true;
  586. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  587. this.labelTextBox1.CheckBox.Name = "checkBox1";
  588. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  589. this.labelTextBox1.CheckBox.TabIndex = 1;
  590. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  591. //
  592. //
  593. //
  594. this.labelTextBox1.Label.AutoSize = true;
  595. this.labelTextBox1.Label.Location = new System.Drawing.Point(24, 4);
  596. this.labelTextBox1.Label.Name = "label1";
  597. this.labelTextBox1.Label.Size = new System.Drawing.Size(82, 15);
  598. this.labelTextBox1.Label.TabIndex = 0;
  599. this.labelTextBox1.Label.Text = "工艺文件号";
  600. this.labelTextBox1.Location = new System.Drawing.Point(16, 11);
  601. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  602. this.labelTextBox1.Name = "labelTextBox1";
  603. this.labelTextBox1.Size = new System.Drawing.Size(315, 26);
  604. this.labelTextBox1.TabIndex = 0;
  605. //
  606. //
  607. //
  608. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  609. this.labelTextBox1.TextBox.Enabled = false;
  610. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  611. this.labelTextBox1.TextBox.Name = "textBox1";
  612. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(206, 25);
  613. this.labelTextBox1.TextBox.TabIndex = 1;
  614. //
  615. // dataColumn15
  616. //
  617. this.dataColumn15.Caption = "附加要求";
  618. this.dataColumn15.ColumnName = "ADD_ASK";
  619. //
  620. // CraftOrdDesignFilePopup
  621. //
  622. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  623. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  624. this.ClientSize = new System.Drawing.Size(1425, 878);
  625. this.Controls.Add(this.splitContainer1);
  626. this.Controls.Add(this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left);
  627. this.Controls.Add(this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right);
  628. this.Controls.Add(this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top);
  629. this.Controls.Add(this._CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom);
  630. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  631. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  632. this.Name = "CraftOrdDesignFilePopup";
  633. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  634. this.Text = "工艺文件";
  635. this.Load += new System.EventHandler(this.CraftOrdDesignFilePopup_Load);
  636. ((System.ComponentModel.ISupportInitialize)(this.craftImg)).EndInit();
  637. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  638. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  639. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  640. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  641. this.splitContainer1.Panel1.ResumeLayout(false);
  642. this.splitContainer1.Panel2.ResumeLayout(false);
  643. this.splitContainer1.Panel2.PerformLayout();
  644. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  645. this.splitContainer1.ResumeLayout(false);
  646. this.panel1.ResumeLayout(false);
  647. this.panel1.PerformLayout();
  648. this.ResumeLayout(false);
  649. }
  650. #endregion
  651. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  652. public Infragistics.Win.UltraWinGrid.UltraGrid UltraGrid1
  653. {
  654. get { return ultraGrid1; }
  655. set { ultraGrid1 = value; }
  656. }
  657. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  658. public Infragistics.Win.UltraWinToolbars.UltraToolbarsManager UltraToolbarsManager1
  659. {
  660. get { return ultraToolbarsManager1; }
  661. set { ultraToolbarsManager1 = value; }
  662. }
  663. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _CraftOrdDesignFilePopup_Toolbars_Dock_Area_Left;
  664. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _CraftOrdDesignFilePopup_Toolbars_Dock_Area_Right;
  665. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _CraftOrdDesignFilePopup_Toolbars_Dock_Area_Top;
  666. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _CraftOrdDesignFilePopup_Toolbars_Dock_Area_Bottom;
  667. private System.Data.DataSet dataSet1;
  668. private System.Data.DataTable dataTable1;
  669. private System.Data.DataColumn dataColumn1;
  670. private System.Data.DataColumn dataColumn2;
  671. private Infragistics.Win.UltraWinEditors.UltraTextEditor craftImg;
  672. private System.Data.DataColumn dataColumn3;
  673. private System.Data.DataColumn dataColumn4;
  674. private System.Data.DataColumn dataColumn5;
  675. private System.Data.DataColumn dataColumn6;
  676. private System.Data.DataColumn dataColumn7;
  677. private System.Windows.Forms.SplitContainer splitContainer1;
  678. private System.Data.DataColumn dataColumn8;
  679. private System.Data.DataColumn dataColumn9;
  680. private System.Data.DataColumn dataColumn10;
  681. private System.Windows.Forms.Panel panel1;
  682. private Mes.Client.Comm.Control.LabelTextBox labelTextBox2;
  683. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  684. private Mes.Client.Comm.Control.LabelCheckBox labelCheckBox1;
  685. private System.Data.DataColumn dataColumn11;
  686. private System.Data.DataColumn dataColumn12;
  687. private System.Data.DataColumn dataColumn13;
  688. private System.Windows.Forms.CheckBox ckValid;
  689. private System.Data.DataColumn dataColumn14;
  690. private System.Data.DataColumn dataColumn15;
  691. }
  692. }