FrmOrderSpec.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. namespace Core.StlMes.Client.SaleOrder
  2. {
  3. partial class FrmOrderSpec
  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 appearance79 = 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("SPEC_CODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_NAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DIMATER");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEIGHT", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHT");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MSC_STYLE");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColA");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_SPEC_CODE");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_SPEC_DESC");
  50. Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  62. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTrueCom");
  64. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonEsc");
  65. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  67. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  68. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  69. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  70. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  71. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  72. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("刷新");
  73. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  74. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  75. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrderSpec));
  76. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("E");
  77. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonCom");
  78. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonEsc");
  80. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTrueCom");
  82. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  83. this.FrmOrderSpec_Fill_Panel = new System.Windows.Forms.Panel();
  84. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  85. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  86. this.dataSetSpec = new System.Data.DataSet();
  87. this.dataTableSpec = new System.Data.DataTable();
  88. this.dataColumn1 = new System.Data.DataColumn();
  89. this.dataColumn2 = new System.Data.DataColumn();
  90. this.dataColumn3 = new System.Data.DataColumn();
  91. this.dataColumn4 = new System.Data.DataColumn();
  92. this.dataColumn5 = new System.Data.DataColumn();
  93. this.dataColumn6 = new System.Data.DataColumn();
  94. this.dataColumn7 = new System.Data.DataColumn();
  95. this.dataColumn8 = new System.Data.DataColumn();
  96. this.dataColumn9 = new System.Data.DataColumn();
  97. this.dataColumn10 = new System.Data.DataColumn();
  98. this.dataColumn11 = new System.Data.DataColumn();
  99. this.dataColumn12 = new System.Data.DataColumn();
  100. this.dataColumn0 = new System.Data.DataColumn();
  101. this.dataColumn15 = new System.Data.DataColumn();
  102. this.dataColumn27 = new System.Data.DataColumn();
  103. this.dataColumn29 = new System.Data.DataColumn();
  104. this.dataColumn17 = new System.Data.DataColumn();
  105. this.dataColumn13 = new System.Data.DataColumn();
  106. this.dataColumn14 = new System.Data.DataColumn();
  107. this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  108. this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  109. this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  110. this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  111. this.ultraToolbarsManagerSpec = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  112. this.FrmOrderSpec_Fill_Panel.SuspendLayout();
  113. this.ultraPanel1.ClientArea.SuspendLayout();
  114. this.ultraPanel1.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.dataSetSpec)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.dataTableSpec)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerSpec)).BeginInit();
  119. this.SuspendLayout();
  120. //
  121. // FrmOrderSpec_Fill_Panel
  122. //
  123. this.FrmOrderSpec_Fill_Panel.Controls.Add(this.ultraPanel1);
  124. this.FrmOrderSpec_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  125. this.FrmOrderSpec_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.FrmOrderSpec_Fill_Panel.Location = new System.Drawing.Point(0, 25);
  127. this.FrmOrderSpec_Fill_Panel.Name = "FrmOrderSpec_Fill_Panel";
  128. this.FrmOrderSpec_Fill_Panel.Size = new System.Drawing.Size(1031, 394);
  129. this.FrmOrderSpec_Fill_Panel.TabIndex = 0;
  130. //
  131. // ultraPanel1
  132. //
  133. //
  134. // ultraPanel1.ClientArea
  135. //
  136. this.ultraPanel1.ClientArea.Controls.Add(this.ultraGrid2);
  137. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  139. this.ultraPanel1.Name = "ultraPanel1";
  140. this.ultraPanel1.Size = new System.Drawing.Size(1031, 394);
  141. this.ultraPanel1.TabIndex = 0;
  142. //
  143. // ultraGrid2
  144. //
  145. this.ultraGrid2.DataMember = "Table1";
  146. this.ultraGrid2.DataSource = this.dataSetSpec;
  147. appearance79.BackColor = System.Drawing.SystemColors.Window;
  148. appearance79.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  149. this.ultraGrid2.DisplayLayout.Appearance = appearance79;
  150. this.ultraGrid2.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  151. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  152. ultraGridColumn1.Header.VisiblePosition = 2;
  153. ultraGridColumn1.Hidden = true;
  154. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  155. ultraGridColumn2.Header.Caption = "产品规格";
  156. ultraGridColumn2.Header.VisiblePosition = 3;
  157. ultraGridColumn2.Width = 196;
  158. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  159. ultraGridColumn3.Header.VisiblePosition = 4;
  160. ultraGridColumn3.Width = 110;
  161. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  162. ultraGridColumn4.Header.VisiblePosition = 5;
  163. ultraGridColumn4.Width = 112;
  164. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  165. ultraGridColumn5.Header.VisiblePosition = 9;
  166. ultraGridColumn5.Hidden = true;
  167. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  168. ultraGridColumn6.Header.VisiblePosition = 10;
  169. ultraGridColumn6.Hidden = true;
  170. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  171. ultraGridColumn7.Header.VisiblePosition = 11;
  172. ultraGridColumn7.Hidden = true;
  173. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  174. ultraGridColumn8.Header.VisiblePosition = 12;
  175. ultraGridColumn8.Hidden = true;
  176. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  177. ultraGridColumn9.Header.VisiblePosition = 13;
  178. ultraGridColumn9.Hidden = true;
  179. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  180. ultraGridColumn10.Header.VisiblePosition = 14;
  181. ultraGridColumn10.Hidden = true;
  182. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  183. ultraGridColumn11.Header.VisiblePosition = 15;
  184. ultraGridColumn11.Hidden = true;
  185. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  186. ultraGridColumn12.Header.VisiblePosition = 8;
  187. ultraGridColumn12.Hidden = true;
  188. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  189. ultraGridColumn13.Header.VisiblePosition = 7;
  190. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  191. ultraGridColumn14.Header.VisiblePosition = 6;
  192. ultraGridColumn14.Hidden = true;
  193. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  194. ultraGridColumn15.Header.VisiblePosition = 16;
  195. ultraGridColumn15.Hidden = true;
  196. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  197. ultraGridColumn16.Header.VisiblePosition = 17;
  198. ultraGridColumn16.Hidden = true;
  199. ultraGridColumn17.Header.VisiblePosition = 18;
  200. ultraGridColumn17.Hidden = true;
  201. ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  202. ultraGridColumn18.Header.VisiblePosition = 0;
  203. ultraGridColumn18.Hidden = true;
  204. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  205. ultraGridColumn19.Header.Caption = "订货规格";
  206. ultraGridColumn19.Header.VisiblePosition = 1;
  207. ultraGridColumn19.Width = 175;
  208. ultraGridBand1.Columns.AddRange(new object[] {
  209. ultraGridColumn1,
  210. ultraGridColumn2,
  211. ultraGridColumn3,
  212. ultraGridColumn4,
  213. ultraGridColumn5,
  214. ultraGridColumn6,
  215. ultraGridColumn7,
  216. ultraGridColumn8,
  217. ultraGridColumn9,
  218. ultraGridColumn10,
  219. ultraGridColumn11,
  220. ultraGridColumn12,
  221. ultraGridColumn13,
  222. ultraGridColumn14,
  223. ultraGridColumn15,
  224. ultraGridColumn16,
  225. ultraGridColumn17,
  226. ultraGridColumn18,
  227. ultraGridColumn19});
  228. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  229. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  230. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  231. appearance80.BackColor = System.Drawing.SystemColors.ActiveBorder;
  232. appearance80.BackColor2 = System.Drawing.SystemColors.ControlDark;
  233. appearance80.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  234. appearance80.BorderColor = System.Drawing.SystemColors.Window;
  235. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance80;
  236. appearance81.ForeColor = System.Drawing.SystemColors.GrayText;
  237. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance81;
  238. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  239. appearance82.BackColor = System.Drawing.SystemColors.ControlLightLight;
  240. appearance82.BackColor2 = System.Drawing.SystemColors.Control;
  241. appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  242. appearance82.ForeColor = System.Drawing.SystemColors.GrayText;
  243. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance82;
  244. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  245. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  246. appearance83.BackColor = System.Drawing.SystemColors.Window;
  247. appearance83.ForeColor = System.Drawing.SystemColors.ControlText;
  248. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance83;
  249. appearance84.BackColor = System.Drawing.SystemColors.Highlight;
  250. appearance84.ForeColor = System.Drawing.SystemColors.HighlightText;
  251. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance84;
  252. this.ultraGrid2.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  253. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  254. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  255. appearance85.BackColor = System.Drawing.SystemColors.Window;
  256. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance85;
  257. appearance86.BorderColor = System.Drawing.Color.Silver;
  258. appearance86.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  259. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance86;
  260. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  261. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  262. this.ultraGrid2.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
  263. this.ultraGrid2.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
  264. appearance87.BackColor = System.Drawing.SystemColors.Control;
  265. appearance87.BackColor2 = System.Drawing.SystemColors.ControlDark;
  266. appearance87.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  267. appearance87.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  268. appearance87.BorderColor = System.Drawing.SystemColors.Window;
  269. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance87;
  270. appearance88.TextHAlignAsString = "Left";
  271. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance88;
  272. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  273. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  274. appearance89.BackColor = System.Drawing.SystemColors.Window;
  275. appearance89.BorderColor = System.Drawing.Color.Silver;
  276. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance89;
  277. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  278. appearance90.BackColor = System.Drawing.SystemColors.ControlLight;
  279. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance90;
  280. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  281. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  282. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  283. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  285. this.ultraGrid2.Name = "ultraGrid2";
  286. this.ultraGrid2.Size = new System.Drawing.Size(1031, 394);
  287. this.ultraGrid2.TabIndex = 3;
  288. this.ultraGrid2.Text = "ultraGrid2";
  289. this.ultraGrid2.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid2_DoubleClickRow);
  290. //
  291. // dataSetSpec
  292. //
  293. this.dataSetSpec.DataSetName = "NewDataSet";
  294. this.dataSetSpec.Tables.AddRange(new System.Data.DataTable[] {
  295. this.dataTableSpec});
  296. //
  297. // dataTableSpec
  298. //
  299. this.dataTableSpec.Columns.AddRange(new System.Data.DataColumn[] {
  300. this.dataColumn1,
  301. this.dataColumn2,
  302. this.dataColumn3,
  303. this.dataColumn4,
  304. this.dataColumn5,
  305. this.dataColumn6,
  306. this.dataColumn7,
  307. this.dataColumn8,
  308. this.dataColumn9,
  309. this.dataColumn10,
  310. this.dataColumn11,
  311. this.dataColumn12,
  312. this.dataColumn0,
  313. this.dataColumn15,
  314. this.dataColumn27,
  315. this.dataColumn29,
  316. this.dataColumn17,
  317. this.dataColumn13,
  318. this.dataColumn14});
  319. this.dataTableSpec.TableName = "Table1";
  320. //
  321. // dataColumn1
  322. //
  323. this.dataColumn1.Caption = "产品规格代码";
  324. this.dataColumn1.ColumnName = "SPEC_CODE";
  325. //
  326. // dataColumn2
  327. //
  328. this.dataColumn2.Caption = "产品规格描述";
  329. this.dataColumn2.ColumnName = "SPEC_NAME";
  330. //
  331. // dataColumn3
  332. //
  333. this.dataColumn3.Caption = "外径";
  334. this.dataColumn3.ColumnName = "DIMATER";
  335. //
  336. // dataColumn4
  337. //
  338. this.dataColumn4.Caption = "壁厚";
  339. this.dataColumn4.ColumnName = "HEIGHT";
  340. //
  341. // dataColumn5
  342. //
  343. this.dataColumn5.Caption = "创建人";
  344. this.dataColumn5.ColumnName = "CREATE_NAME";
  345. //
  346. // dataColumn6
  347. //
  348. this.dataColumn6.Caption = "创建时间";
  349. this.dataColumn6.ColumnName = "CREATE_TIME";
  350. //
  351. // dataColumn7
  352. //
  353. this.dataColumn7.Caption = "修改人";
  354. this.dataColumn7.ColumnName = "UPDATE_NAME";
  355. //
  356. // dataColumn8
  357. //
  358. this.dataColumn8.Caption = "修改时间";
  359. this.dataColumn8.ColumnName = "UPDATE_TIME";
  360. //
  361. // dataColumn9
  362. //
  363. this.dataColumn9.Caption = "作废人";
  364. this.dataColumn9.ColumnName = "DELETE_NAME";
  365. //
  366. // dataColumn10
  367. //
  368. this.dataColumn10.Caption = "作废时间";
  369. this.dataColumn10.ColumnName = "DELETE_TIME";
  370. //
  371. // dataColumn11
  372. //
  373. this.dataColumn11.Caption = "有效状态";
  374. this.dataColumn11.ColumnName = "VALIDFLAGNAME";
  375. //
  376. // dataColumn12
  377. //
  378. this.dataColumn12.Caption = "备注";
  379. this.dataColumn12.ColumnName = "MEMO";
  380. //
  381. // dataColumn0
  382. //
  383. this.dataColumn0.Caption = "米单重";
  384. this.dataColumn0.ColumnName = "WEIGHT";
  385. //
  386. // dataColumn15
  387. //
  388. this.dataColumn15.Caption = "类型";
  389. this.dataColumn15.ColumnName = "MSC_STYLE";
  390. //
  391. // dataColumn27
  392. //
  393. this.dataColumn27.ColumnMapping = System.Data.MappingType.Hidden;
  394. this.dataColumn27.ColumnName = "VALIDFLAG";
  395. //
  396. // dataColumn29
  397. //
  398. this.dataColumn29.Caption = "父行";
  399. this.dataColumn29.ColumnName = "ColA";
  400. //
  401. // dataColumn17
  402. //
  403. this.dataColumn17.ColumnName = "CHK";
  404. //
  405. // dataColumn13
  406. //
  407. this.dataColumn13.Caption = "订货规格代码";
  408. this.dataColumn13.ColumnName = "ORDER_SPEC_CODE";
  409. //
  410. // dataColumn14
  411. //
  412. this.dataColumn14.Caption = "订货规格描述";
  413. this.dataColumn14.ColumnName = "ORDER_SPEC_DESC";
  414. //
  415. // _Form1_Toolbars_Dock_Area_Top
  416. //
  417. this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  418. this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  419. this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  420. this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  421. this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  422. this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
  423. this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1031, 25);
  424. this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManagerSpec;
  425. //
  426. // _Form1_Toolbars_Dock_Area_Bottom
  427. //
  428. this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  429. this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  430. this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  431. this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  432. this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 419);
  433. this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
  434. this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1031, 0);
  435. this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManagerSpec;
  436. //
  437. // _Form1_Toolbars_Dock_Area_Left
  438. //
  439. this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  440. this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  441. this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  442. this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  443. this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
  444. this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
  445. this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 394);
  446. this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManagerSpec;
  447. //
  448. // _Form1_Toolbars_Dock_Area_Right
  449. //
  450. this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  451. this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  452. this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  453. this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  454. this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1031, 25);
  455. this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
  456. this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 394);
  457. this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManagerSpec;
  458. //
  459. // ultraToolbarsManagerSpec
  460. //
  461. this.ultraToolbarsManagerSpec.DesignerFlags = 1;
  462. this.ultraToolbarsManagerSpec.DockWithinContainer = this;
  463. this.ultraToolbarsManagerSpec.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  464. this.ultraToolbarsManagerSpec.ShowQuickCustomizeButton = false;
  465. ultraToolbar1.DockedColumn = 0;
  466. ultraToolbar1.DockedRow = 0;
  467. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  468. buttonTool13,
  469. buttonTool14,
  470. buttonTool4});
  471. ultraToolbar1.Text = "UltraToolbar1";
  472. this.ultraToolbarsManagerSpec.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  473. ultraToolbar1});
  474. buttonTool6.SharedPropsInternal.Caption = "提交";
  475. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  476. buttonTool7.SharedPropsInternal.Caption = "废除";
  477. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  478. buttonTool8.SharedPropsInternal.Caption = "修改";
  479. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  480. buttonTool9.SharedPropsInternal.Caption = "查询";
  481. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  482. buttonTool10.SharedPropsInternal.Caption = "关闭";
  483. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  484. buttonTool12.SharedPropsInternal.Caption = "恢复";
  485. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  486. buttonTool3.SharedPropsInternal.Caption = "确认";
  487. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  488. buttonTool11.SharedPropsInternal.Caption = "刷新";
  489. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  490. appearance32.Image = ((object)(resources.GetObject("appearance32.Image")));
  491. buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance32;
  492. buttonTool17.SharedPropsInternal.Caption = "刷新";
  493. buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  494. buttonTool20.SharedPropsInternal.Caption = "ButtonTool1";
  495. buttonTool20.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  496. appearance40.Image = ((object)(resources.GetObject("appearance40.Image")));
  497. buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance40;
  498. buttonTool2.SharedPropsInternal.Caption = "提交";
  499. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  500. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  501. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  502. buttonTool5.SharedPropsInternal.Caption = "关闭";
  503. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  504. appearance26.Image = ((object)(resources.GetObject("appearance26.Image")));
  505. buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
  506. buttonTool16.SharedPropsInternal.Caption = "确认";
  507. buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  508. this.ultraToolbarsManagerSpec.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  509. buttonTool6,
  510. buttonTool7,
  511. buttonTool8,
  512. buttonTool9,
  513. buttonTool10,
  514. buttonTool12,
  515. buttonTool3,
  516. buttonTool11,
  517. buttonTool17,
  518. buttonTool20,
  519. buttonTool2,
  520. buttonTool5,
  521. buttonTool16});
  522. this.ultraToolbarsManagerSpec.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManagerSpec_ToolClick);
  523. //
  524. // FrmOrderSpec
  525. //
  526. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  527. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  528. this.ClientSize = new System.Drawing.Size(1031, 419);
  529. this.Controls.Add(this.FrmOrderSpec_Fill_Panel);
  530. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
  531. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
  532. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
  533. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
  534. this.Name = "FrmOrderSpec";
  535. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  536. this.Text = "订货规格管理";
  537. this.Load += new System.EventHandler(this.FrmOrderSpec_Load);
  538. this.FrmOrderSpec_Fill_Panel.ResumeLayout(false);
  539. this.ultraPanel1.ClientArea.ResumeLayout(false);
  540. this.ultraPanel1.ResumeLayout(false);
  541. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  542. ((System.ComponentModel.ISupportInitialize)(this.dataSetSpec)).EndInit();
  543. ((System.ComponentModel.ISupportInitialize)(this.dataTableSpec)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerSpec)).EndInit();
  545. this.ResumeLayout(false);
  546. }
  547. #endregion
  548. private System.Windows.Forms.Panel FrmOrderSpec_Fill_Panel;
  549. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManagerSpec;
  550. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
  551. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
  552. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
  553. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
  554. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  555. private System.Data.DataSet dataSetSpec;
  556. private System.Data.DataTable dataTableSpec;
  557. private System.Data.DataColumn dataColumn1;
  558. private System.Data.DataColumn dataColumn2;
  559. private System.Data.DataColumn dataColumn3;
  560. private System.Data.DataColumn dataColumn4;
  561. private System.Data.DataColumn dataColumn5;
  562. private System.Data.DataColumn dataColumn6;
  563. private System.Data.DataColumn dataColumn7;
  564. private System.Data.DataColumn dataColumn8;
  565. private System.Data.DataColumn dataColumn9;
  566. private System.Data.DataColumn dataColumn10;
  567. private System.Data.DataColumn dataColumn11;
  568. private System.Data.DataColumn dataColumn12;
  569. private System.Data.DataColumn dataColumn0;
  570. private System.Data.DataColumn dataColumn15;
  571. private System.Data.DataColumn dataColumn27;
  572. private System.Data.DataColumn dataColumn29;
  573. private System.Data.DataColumn dataColumn17;
  574. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  575. private System.Data.DataColumn dataColumn13;
  576. private System.Data.DataColumn dataColumn14;
  577. }
  578. }