91da0eaf43038316249edcb7652c5aa13086bc74.svn-base 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
  1. namespace Core.XgMes.Client.JGKC.SteelPlateManager
  2. {
  3. partial class FrmSetButtress
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("KCJ_BUTTRESS", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUTTRESSCODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AREACODE", -1, null, 1, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  33. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUTTRESSKIND");
  35. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUTTRESSTYPE", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  37. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUTTRESS");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUTTRESSEXPLAIN");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATTIME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LASTEDITTIME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATOR");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LASTEDITOR");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISVALID");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION");
  46. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("工具栏");
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  60. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Rework");
  61. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  62. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  64. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Rework");
  65. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  67. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  72. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  73. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  74. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  75. this.ulgrid_Butress = new Infragistics.Win.UltraWinGrid.UltraGrid();
  76. this.ds_Butress = new System.Data.DataSet();
  77. this.dt_Buttress = new System.Data.DataTable();
  78. this.dataColumn1 = new System.Data.DataColumn();
  79. this.dataColumn2 = new System.Data.DataColumn();
  80. this.dataColumn3 = new System.Data.DataColumn();
  81. this.dataColumn4 = new System.Data.DataColumn();
  82. this.dataColumn5 = new System.Data.DataColumn();
  83. this.dataColumn6 = new System.Data.DataColumn();
  84. this.dataColumn7 = new System.Data.DataColumn();
  85. this.dataColumn8 = new System.Data.DataColumn();
  86. this.dataColumn9 = new System.Data.DataColumn();
  87. this.dataColumn10 = new System.Data.DataColumn();
  88. this.dataColumn11 = new System.Data.DataColumn();
  89. this.dataColumn12 = new System.Data.DataColumn();
  90. this.ultxt_buttressCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  91. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  92. this.ulcob_ButressSort = new Infragistics.Win.UltraWinGrid.UltraCombo();
  93. this.ulbut_Clear = new Infragistics.Win.Misc.UltraButton();
  94. this.ulcob_AreaEdit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  95. this.ultxt_ButressRemark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  96. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  97. this.ultxt_ButressName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  98. this.ulcob_Area = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  99. this.ulck_Area = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  100. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  101. this.panel1 = new System.Windows.Forms.Panel();
  102. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  103. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  104. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  105. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  106. this.panel2 = new System.Windows.Forms.Panel();
  107. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  108. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  109. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  110. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  111. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  112. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  113. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  114. this.chk_kButress = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  115. this.uCob_Butress = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  116. this.uCob_kButreess = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  117. ((System.ComponentModel.ISupportInitialize)(this.ulgrid_Butress)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.ds_Butress)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.dt_Buttress)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.ultxt_buttressCode)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.ulcob_ButressSort)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.ulcob_AreaEdit)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultxt_ButressRemark)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.ultxt_ButressName)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.ulcob_Area)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  127. this.panel1.SuspendLayout();
  128. this.panel2.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  130. this.ultraExpandableGroupBox1.SuspendLayout();
  131. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  133. this.ultraGroupBox1.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.uCob_Butress)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.uCob_kButreess)).BeginInit();
  136. this.SuspendLayout();
  137. //
  138. // ulgrid_Butress
  139. //
  140. this.ulgrid_Butress.DataSource = this.ds_Butress;
  141. appearance1.BackColor = System.Drawing.Color.Ivory;
  142. this.ulgrid_Butress.DisplayLayout.Appearance = appearance1;
  143. ultraGridColumn1.Header.VisiblePosition = 0;
  144. ultraGridColumn1.Hidden = true;
  145. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 10;
  146. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  147. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  148. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  149. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  150. appearance2.BackColor = System.Drawing.Color.LightGoldenrodYellow;
  151. ultraGridColumn2.CellAppearance = appearance2;
  152. ultraGridColumn2.Header.Caption = "所属区域";
  153. ultraGridColumn2.Header.VisiblePosition = 1;
  154. ultraGridColumn2.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
  155. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
  156. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  157. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 25);
  158. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  159. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  160. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  161. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  162. appearance3.BackColor = System.Drawing.Color.LightGoldenrodYellow;
  163. ultraGridColumn3.CellAppearance = appearance3;
  164. ultraGridColumn3.Header.Caption = "垛位分类";
  165. ultraGridColumn3.Header.VisiblePosition = 2;
  166. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  167. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  168. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 25);
  169. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  170. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  171. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  172. ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  173. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  174. appearance4.BackColor = System.Drawing.Color.LightGoldenrodYellow;
  175. ultraGridColumn4.CellAppearance = appearance4;
  176. ultraGridColumn4.EditorControl = this.uCob_kButreess;
  177. ultraGridColumn4.Header.Caption = "垛位类型";
  178. ultraGridColumn4.Header.VisiblePosition = 3;
  179. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  180. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  181. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 25);
  182. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  183. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  184. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  185. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  186. ultraGridColumn5.Header.Caption = "垛位名称";
  187. ultraGridColumn5.Header.VisiblePosition = 4;
  188. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 2;
  189. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  190. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(129, 25);
  191. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  192. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  193. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  194. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  195. ultraGridColumn6.Header.Caption = "垛位说明";
  196. ultraGridColumn6.Header.VisiblePosition = 5;
  197. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8;
  198. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  199. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(284, 25);
  200. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  201. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  202. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  203. ultraGridColumn7.Header.VisiblePosition = 6;
  204. ultraGridColumn7.Hidden = true;
  205. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  206. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  207. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  208. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  209. ultraGridColumn8.Header.VisiblePosition = 7;
  210. ultraGridColumn8.Hidden = true;
  211. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  212. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  213. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  214. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  215. ultraGridColumn9.Header.VisiblePosition = 8;
  216. ultraGridColumn9.Hidden = true;
  217. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
  218. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  219. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  220. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  221. ultraGridColumn10.Header.VisiblePosition = 9;
  222. ultraGridColumn10.Hidden = true;
  223. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 18;
  224. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  225. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  226. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  227. ultraGridColumn11.Header.VisiblePosition = 10;
  228. ultraGridColumn11.Hidden = true;
  229. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 20;
  230. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  231. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  232. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  233. ultraGridColumn12.Header.VisiblePosition = 11;
  234. ultraGridColumn12.Hidden = true;
  235. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 22;
  236. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  237. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  238. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  239. ultraGridBand1.Columns.AddRange(new object[] {
  240. ultraGridColumn1,
  241. ultraGridColumn2,
  242. ultraGridColumn3,
  243. ultraGridColumn4,
  244. ultraGridColumn5,
  245. ultraGridColumn6,
  246. ultraGridColumn7,
  247. ultraGridColumn8,
  248. ultraGridColumn9,
  249. ultraGridColumn10,
  250. ultraGridColumn11,
  251. ultraGridColumn12});
  252. appearance5.BackColor = System.Drawing.Color.LightSteelBlue;
  253. ultraGridBand1.Header.Appearance = appearance5;
  254. ultraGridBand1.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  255. ultraGridBand1.UseRowLayout = true;
  256. this.ulgrid_Butress.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  257. this.ulgrid_Butress.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  258. this.ulgrid_Butress.DisplayLayout.GroupByBox.Hidden = true;
  259. this.ulgrid_Butress.DisplayLayout.GroupByBox.Prompt = " 将要分组的列拖至该区域!";
  260. appearance6.BorderColor = System.Drawing.Color.Black;
  261. appearance6.TextVAlign = Infragistics.Win.VAlign.Middle;
  262. this.ulgrid_Butress.DisplayLayout.Override.CellAppearance = appearance6;
  263. this.ulgrid_Butress.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  264. this.ulgrid_Butress.DisplayLayout.Override.CellPadding = 0;
  265. appearance7.BackColor = System.Drawing.SystemColors.Control;
  266. appearance7.BackColor2 = System.Drawing.SystemColors.ControlDark;
  267. appearance7.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  268. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  269. appearance7.BorderColor = System.Drawing.SystemColors.Window;
  270. appearance7.TextHAlign = Infragistics.Win.HAlign.Left;
  271. appearance7.TextVAlign = Infragistics.Win.VAlign.Middle;
  272. this.ulgrid_Butress.DisplayLayout.Override.GroupByRowAppearance = appearance7;
  273. this.ulgrid_Butress.DisplayLayout.Override.GroupByRowDescriptionMask = "[caption]:[value] ([count]条记录)";
  274. this.ulgrid_Butress.DisplayLayout.Override.GroupBySummaryDisplayStyle = Infragistics.Win.UltraWinGrid.GroupBySummaryDisplayStyle.SummaryCells;
  275. appearance8.BackColor = System.Drawing.Color.LightSteelBlue;
  276. this.ulgrid_Butress.DisplayLayout.Override.HeaderAppearance = appearance8;
  277. this.ulgrid_Butress.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  278. this.ulgrid_Butress.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  279. appearance9.BackColor = System.Drawing.SystemColors.Window;
  280. appearance9.BorderColor = System.Drawing.Color.Black;
  281. appearance9.TextVAlign = Infragistics.Win.VAlign.Middle;
  282. this.ulgrid_Butress.DisplayLayout.Override.RowAppearance = appearance9;
  283. appearance10.BackColor = System.Drawing.SystemColors.Window;
  284. appearance10.BorderColor = System.Drawing.Color.Black;
  285. appearance10.TextVAlign = Infragistics.Win.VAlign.Middle;
  286. this.ulgrid_Butress.DisplayLayout.Override.RowPreviewAppearance = appearance10;
  287. this.ulgrid_Butress.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.SeparateElement;
  288. this.ulgrid_Butress.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  289. this.ulgrid_Butress.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  290. appearance11.TextHAlign = Infragistics.Win.HAlign.Left;
  291. appearance11.TextVAlign = Infragistics.Win.VAlign.Middle;
  292. this.ulgrid_Butress.DisplayLayout.Override.SelectedRowAppearance = appearance11;
  293. this.ulgrid_Butress.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.BottomFixed;
  294. appearance12.BackColor = System.Drawing.SystemColors.Window;
  295. this.ulgrid_Butress.DisplayLayout.Override.SummaryFooterAppearance = appearance12;
  296. appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  297. appearance13.ForeColor = System.Drawing.Color.Red;
  298. this.ulgrid_Butress.DisplayLayout.Override.SummaryFooterCaptionAppearance = appearance13;
  299. this.ulgrid_Butress.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  300. appearance14.BackColor = System.Drawing.Color.MistyRose;
  301. appearance14.ForeColor = System.Drawing.Color.Blue;
  302. appearance14.TextHAlign = Infragistics.Win.HAlign.Right;
  303. appearance14.TextVAlign = Infragistics.Win.VAlign.Middle;
  304. this.ulgrid_Butress.DisplayLayout.Override.SummaryValueAppearance = appearance14;
  305. appearance15.BackColor = System.Drawing.SystemColors.ControlLight;
  306. this.ulgrid_Butress.DisplayLayout.Override.TemplateAddRowAppearance = appearance15;
  307. this.ulgrid_Butress.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  308. this.ulgrid_Butress.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  309. this.ulgrid_Butress.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  310. this.ulgrid_Butress.Dock = System.Windows.Forms.DockStyle.Fill;
  311. this.ulgrid_Butress.Location = new System.Drawing.Point(0, 0);
  312. this.ulgrid_Butress.Name = "ulgrid_Butress";
  313. this.ulgrid_Butress.Size = new System.Drawing.Size(1012, 533);
  314. this.ulgrid_Butress.TabIndex = 4;
  315. this.ulgrid_Butress.Text = "垛位信息";
  316. this.ulgrid_Butress.AfterRowActivate += new System.EventHandler(this.ulgrid_Butress_AfterRowActivate);
  317. //
  318. // ds_Butress
  319. //
  320. this.ds_Butress.DataSetName = "NewDataSet";
  321. this.ds_Butress.Locale = new System.Globalization.CultureInfo("zh-CN");
  322. this.ds_Butress.Tables.AddRange(new System.Data.DataTable[] {
  323. this.dt_Buttress});
  324. //
  325. // dt_Buttress
  326. //
  327. this.dt_Buttress.Columns.AddRange(new System.Data.DataColumn[] {
  328. this.dataColumn1,
  329. this.dataColumn2,
  330. this.dataColumn3,
  331. this.dataColumn4,
  332. this.dataColumn5,
  333. this.dataColumn6,
  334. this.dataColumn7,
  335. this.dataColumn8,
  336. this.dataColumn9,
  337. this.dataColumn10,
  338. this.dataColumn11,
  339. this.dataColumn12});
  340. this.dt_Buttress.TableName = "KCJ_BUTTRESS";
  341. //
  342. // dataColumn1
  343. //
  344. this.dataColumn1.ColumnName = "BUTTRESSCODE";
  345. //
  346. // dataColumn2
  347. //
  348. this.dataColumn2.ColumnName = "AREACODE";
  349. //
  350. // dataColumn3
  351. //
  352. this.dataColumn3.ColumnName = "BUTTRESSKIND";
  353. //
  354. // dataColumn4
  355. //
  356. this.dataColumn4.ColumnName = "BUTTRESSTYPE";
  357. //
  358. // dataColumn5
  359. //
  360. this.dataColumn5.ColumnName = "BUTTRESS";
  361. //
  362. // dataColumn6
  363. //
  364. this.dataColumn6.ColumnName = "BUTTRESSEXPLAIN";
  365. //
  366. // dataColumn7
  367. //
  368. this.dataColumn7.ColumnName = "CREATTIME";
  369. this.dataColumn7.DataType = typeof(System.DateTime);
  370. //
  371. // dataColumn8
  372. //
  373. this.dataColumn8.ColumnName = "LASTEDITTIME";
  374. this.dataColumn8.DataType = typeof(System.DateTime);
  375. //
  376. // dataColumn9
  377. //
  378. this.dataColumn9.ColumnName = "CREATOR";
  379. //
  380. // dataColumn10
  381. //
  382. this.dataColumn10.ColumnName = "LASTEDITOR";
  383. //
  384. // dataColumn11
  385. //
  386. this.dataColumn11.ColumnName = "ISVALID";
  387. //
  388. // dataColumn12
  389. //
  390. this.dataColumn12.ColumnName = "LOCATION";
  391. //
  392. // ultxt_buttressCode
  393. //
  394. this.ultxt_buttressCode.AutoSize = true;
  395. this.ultxt_buttressCode.Location = new System.Drawing.Point(752, 64);
  396. this.ultxt_buttressCode.Name = "ultxt_buttressCode";
  397. this.ultxt_buttressCode.Size = new System.Drawing.Size(100, 21);
  398. this.ultxt_buttressCode.TabIndex = 10;
  399. this.ultxt_buttressCode.Visible = false;
  400. //
  401. // ultraLabel5
  402. //
  403. this.ultraLabel5.Location = new System.Drawing.Point(752, 32);
  404. this.ultraLabel5.Name = "ultraLabel5";
  405. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  406. this.ultraLabel5.TabIndex = 9;
  407. this.ultraLabel5.Text = "垛位编码";
  408. this.ultraLabel5.Visible = false;
  409. //
  410. // ulcob_ButressSort
  411. //
  412. this.ulcob_ButressSort.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  413. this.ulcob_ButressSort.DisplayMember = "";
  414. this.ulcob_ButressSort.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
  415. this.ulcob_ButressSort.Location = new System.Drawing.Point(416, 22);
  416. this.ulcob_ButressSort.Name = "ulcob_ButressSort";
  417. this.ulcob_ButressSort.Size = new System.Drawing.Size(96, 21);
  418. this.ulcob_ButressSort.TabIndex = 13;
  419. this.ulcob_ButressSort.ValueMember = "";
  420. //
  421. // ulbut_Clear
  422. //
  423. this.ulbut_Clear.Location = new System.Drawing.Point(606, 56);
  424. this.ulbut_Clear.Name = "ulbut_Clear";
  425. this.ulbut_Clear.Size = new System.Drawing.Size(75, 23);
  426. this.ulbut_Clear.TabIndex = 8;
  427. this.ulbut_Clear.Text = "清除";
  428. this.ulbut_Clear.Click += new System.EventHandler(this.ulbut_Clear_Click);
  429. //
  430. // ulcob_AreaEdit
  431. //
  432. this.ulcob_AreaEdit.AutoSize = true;
  433. this.ulcob_AreaEdit.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  434. this.ulcob_AreaEdit.Location = new System.Drawing.Point(240, 22);
  435. this.ulcob_AreaEdit.Name = "ulcob_AreaEdit";
  436. this.ulcob_AreaEdit.Size = new System.Drawing.Size(96, 21);
  437. this.ulcob_AreaEdit.TabIndex = 6;
  438. //
  439. // ultxt_ButressRemark
  440. //
  441. this.ultxt_ButressRemark.AutoSize = true;
  442. this.ultxt_ButressRemark.Location = new System.Drawing.Point(77, 56);
  443. this.ultxt_ButressRemark.Name = "ultxt_ButressRemark";
  444. this.ultxt_ButressRemark.Size = new System.Drawing.Size(523, 21);
  445. this.ultxt_ButressRemark.TabIndex = 5;
  446. //
  447. // ultraLabel4
  448. //
  449. appearance16.TextVAlign = Infragistics.Win.VAlign.Middle;
  450. this.ultraLabel4.Appearance = appearance16;
  451. this.ultraLabel4.Location = new System.Drawing.Point(16, 56);
  452. this.ultraLabel4.Name = "ultraLabel4";
  453. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  454. this.ultraLabel4.TabIndex = 3;
  455. this.ultraLabel4.Text = "垛位声明";
  456. //
  457. // ultxt_ButressName
  458. //
  459. this.ultxt_ButressName.AutoSize = true;
  460. this.ultxt_ButressName.Location = new System.Drawing.Point(77, 22);
  461. this.ultxt_ButressName.Name = "ultxt_ButressName";
  462. this.ultxt_ButressName.Size = new System.Drawing.Size(96, 21);
  463. this.ultxt_ButressName.TabIndex = 4;
  464. //
  465. // ulcob_Area
  466. //
  467. this.ulcob_Area.AutoSize = true;
  468. this.ulcob_Area.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  469. this.ulcob_Area.Enabled = false;
  470. this.ulcob_Area.Location = new System.Drawing.Point(104, 16);
  471. this.ulcob_Area.Name = "ulcob_Area";
  472. this.ulcob_Area.Size = new System.Drawing.Size(104, 21);
  473. this.ulcob_Area.TabIndex = 4;
  474. //
  475. // ulck_Area
  476. //
  477. this.ulck_Area.Location = new System.Drawing.Point(24, 16);
  478. this.ulck_Area.Name = "ulck_Area";
  479. this.ulck_Area.Size = new System.Drawing.Size(72, 20);
  480. this.ulck_Area.TabIndex = 3;
  481. this.ulck_Area.Text = "所属区域";
  482. this.ulck_Area.CheckedChanged += new System.EventHandler(this.ulck_Area_CheckedChanged);
  483. //
  484. // ultraToolbarsManager1
  485. //
  486. this.ultraToolbarsManager1.DesignerFlags = 1;
  487. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  488. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  489. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2000;
  490. ultraToolbar1.DockedColumn = 0;
  491. ultraToolbar1.DockedRow = 0;
  492. ultraToolbar1.Text = "工具栏";
  493. buttonTool1.InstanceProps.IsFirstInGroup = true;
  494. buttonTool2.InstanceProps.IsFirstInGroup = true;
  495. buttonTool3.InstanceProps.IsFirstInGroup = true;
  496. buttonTool4.InstanceProps.IsFirstInGroup = true;
  497. ultraToolbar1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  498. buttonTool1,
  499. buttonTool2,
  500. buttonTool3,
  501. buttonTool4});
  502. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  503. ultraToolbar1});
  504. this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
  505. buttonTool5.SharedProps.Caption = "新增";
  506. buttonTool5.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  507. buttonTool6.SharedProps.Caption = "修改";
  508. buttonTool6.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  509. buttonTool7.SharedProps.Caption = "查询";
  510. buttonTool7.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  511. buttonTool8.SharedProps.Caption = "关闭";
  512. buttonTool8.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  513. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  514. buttonTool5,
  515. buttonTool6,
  516. buttonTool7,
  517. buttonTool8});
  518. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  519. //
  520. // panel1
  521. //
  522. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  523. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  524. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  525. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  526. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  527. this.panel1.Location = new System.Drawing.Point(0, 0);
  528. this.panel1.Name = "panel1";
  529. this.panel1.Size = new System.Drawing.Size(1012, 32);
  530. this.panel1.TabIndex = 4;
  531. //
  532. // _panel1_Toolbars_Dock_Area_Left
  533. //
  534. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  535. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  536. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  537. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  538. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  539. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  540. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 8);
  541. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  542. //
  543. // _panel1_Toolbars_Dock_Area_Right
  544. //
  545. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  546. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  547. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  548. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  549. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1012, 24);
  550. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  551. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 8);
  552. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  553. //
  554. // _panel1_Toolbars_Dock_Area_Top
  555. //
  556. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  557. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  558. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  559. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  560. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  561. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  562. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1012, 24);
  563. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  564. //
  565. // _panel1_Toolbars_Dock_Area_Bottom
  566. //
  567. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  568. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  569. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  570. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  571. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 32);
  572. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  573. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1012, 0);
  574. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  575. //
  576. // panel2
  577. //
  578. this.panel2.Controls.Add(this.ulgrid_Butress);
  579. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  580. this.panel2.Location = new System.Drawing.Point(0, 80);
  581. this.panel2.Name = "panel2";
  582. this.panel2.Size = new System.Drawing.Size(1012, 533);
  583. this.panel2.TabIndex = 7;
  584. //
  585. // ultraExpandableGroupBox1
  586. //
  587. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  588. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  589. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(800, 120);
  590. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 613);
  591. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  592. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1012, 120);
  593. this.ultraExpandableGroupBox1.SupportThemes = false;
  594. this.ultraExpandableGroupBox1.TabIndex = 6;
  595. this.ultraExpandableGroupBox1.Text = "编辑区域";
  596. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  597. //
  598. // ultraExpandableGroupBoxPanel1
  599. //
  600. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.uCob_kButreess);
  601. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  602. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulcob_ButressSort);
  603. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultxt_buttressCode);
  604. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  605. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulbut_Clear);
  606. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulcob_AreaEdit);
  607. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultxt_ButressRemark);
  608. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultxt_ButressName);
  609. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  610. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  611. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  612. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  613. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  614. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  615. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  616. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1008, 98);
  617. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  618. //
  619. // ultraLabel3
  620. //
  621. appearance18.TextVAlign = Infragistics.Win.VAlign.Middle;
  622. this.ultraLabel3.Appearance = appearance18;
  623. this.ultraLabel3.Location = new System.Drawing.Point(352, 24);
  624. this.ultraLabel3.Name = "ultraLabel3";
  625. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  626. this.ultraLabel3.TabIndex = 2;
  627. this.ultraLabel3.Text = "垛位分类";
  628. //
  629. // ultraLabel2
  630. //
  631. appearance19.TextVAlign = Infragistics.Win.VAlign.Middle;
  632. this.ultraLabel2.Appearance = appearance19;
  633. this.ultraLabel2.Location = new System.Drawing.Point(184, 24);
  634. this.ultraLabel2.Name = "ultraLabel2";
  635. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  636. this.ultraLabel2.TabIndex = 1;
  637. this.ultraLabel2.Text = "所属区域";
  638. //
  639. // ultraLabel1
  640. //
  641. appearance20.TextVAlign = Infragistics.Win.VAlign.Middle;
  642. this.ultraLabel1.Appearance = appearance20;
  643. this.ultraLabel1.Location = new System.Drawing.Point(16, 24);
  644. this.ultraLabel1.Name = "ultraLabel1";
  645. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  646. this.ultraLabel1.TabIndex = 0;
  647. this.ultraLabel1.Text = "垛位名称";
  648. //
  649. // ultraGroupBox1
  650. //
  651. this.ultraGroupBox1.Controls.Add(this.uCob_Butress);
  652. this.ultraGroupBox1.Controls.Add(this.chk_kButress);
  653. this.ultraGroupBox1.Controls.Add(this.ulcob_Area);
  654. this.ultraGroupBox1.Controls.Add(this.ulck_Area);
  655. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  656. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 32);
  657. this.ultraGroupBox1.Name = "ultraGroupBox1";
  658. this.ultraGroupBox1.Size = new System.Drawing.Size(1012, 48);
  659. this.ultraGroupBox1.SupportThemes = false;
  660. this.ultraGroupBox1.TabIndex = 5;
  661. //
  662. // ultraLabel6
  663. //
  664. appearance17.TextVAlign = Infragistics.Win.VAlign.Middle;
  665. this.ultraLabel6.Appearance = appearance17;
  666. this.ultraLabel6.Location = new System.Drawing.Point(518, 24);
  667. this.ultraLabel6.Name = "ultraLabel6";
  668. this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
  669. this.ultraLabel6.TabIndex = 14;
  670. this.ultraLabel6.Text = "垛位类型";
  671. //
  672. // chk_kButress
  673. //
  674. this.chk_kButress.Location = new System.Drawing.Point(223, 17);
  675. this.chk_kButress.Name = "chk_kButress";
  676. this.chk_kButress.Size = new System.Drawing.Size(72, 20);
  677. this.chk_kButress.TabIndex = 5;
  678. this.chk_kButress.Text = "垛位类型";
  679. this.chk_kButress.CheckedChanged += new System.EventHandler(this.chk_kButress_CheckedChanged);
  680. //
  681. // uCob_Butress
  682. //
  683. this.uCob_Butress.AutoSize = true;
  684. this.uCob_Butress.Enabled = false;
  685. valueListItem3.DataValue = "0";
  686. valueListItem3.DisplayText = "原料";
  687. valueListItem4.DataValue = "1";
  688. valueListItem4.DisplayText = "成品";
  689. this.uCob_Butress.Items.Add(valueListItem3);
  690. this.uCob_Butress.Items.Add(valueListItem4);
  691. this.uCob_Butress.Location = new System.Drawing.Point(292, 15);
  692. this.uCob_Butress.Name = "uCob_Butress";
  693. this.uCob_Butress.Size = new System.Drawing.Size(79, 21);
  694. this.uCob_Butress.TabIndex = 18;
  695. //
  696. // uCob_kButreess
  697. //
  698. this.uCob_kButreess.AutoSize = true;
  699. valueListItem1.DataValue = "0";
  700. valueListItem1.DisplayText = "原料";
  701. valueListItem2.DataValue = "1";
  702. valueListItem2.DisplayText = "成品";
  703. this.uCob_kButreess.Items.Add(valueListItem1);
  704. this.uCob_kButreess.Items.Add(valueListItem2);
  705. this.uCob_kButreess.Location = new System.Drawing.Point(578, 22);
  706. this.uCob_kButreess.Name = "uCob_kButreess";
  707. this.uCob_kButreess.Size = new System.Drawing.Size(79, 21);
  708. this.uCob_kButreess.TabIndex = 19;
  709. //
  710. // FrmSetButtress
  711. //
  712. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  713. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  714. this.ClientSize = new System.Drawing.Size(1012, 733);
  715. this.Controls.Add(this.panel2);
  716. this.Controls.Add(this.ultraExpandableGroupBox1);
  717. this.Controls.Add(this.ultraGroupBox1);
  718. this.Controls.Add(this.panel1);
  719. this.Name = "FrmSetButtress";
  720. this.Text = "原料垛位设置管理";
  721. this.Load += new System.EventHandler(this.FrmSetButtress_Load);
  722. ((System.ComponentModel.ISupportInitialize)(this.ulgrid_Butress)).EndInit();
  723. ((System.ComponentModel.ISupportInitialize)(this.ds_Butress)).EndInit();
  724. ((System.ComponentModel.ISupportInitialize)(this.dt_Buttress)).EndInit();
  725. ((System.ComponentModel.ISupportInitialize)(this.ultxt_buttressCode)).EndInit();
  726. ((System.ComponentModel.ISupportInitialize)(this.ulcob_ButressSort)).EndInit();
  727. ((System.ComponentModel.ISupportInitialize)(this.ulcob_AreaEdit)).EndInit();
  728. ((System.ComponentModel.ISupportInitialize)(this.ultxt_ButressRemark)).EndInit();
  729. ((System.ComponentModel.ISupportInitialize)(this.ultxt_ButressName)).EndInit();
  730. ((System.ComponentModel.ISupportInitialize)(this.ulcob_Area)).EndInit();
  731. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  732. this.panel1.ResumeLayout(false);
  733. this.panel2.ResumeLayout(false);
  734. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  735. this.ultraExpandableGroupBox1.ResumeLayout(false);
  736. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  737. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  738. this.ultraGroupBox1.ResumeLayout(false);
  739. ((System.ComponentModel.ISupportInitialize)(this.uCob_Butress)).EndInit();
  740. ((System.ComponentModel.ISupportInitialize)(this.uCob_kButreess)).EndInit();
  741. this.ResumeLayout(false);
  742. }
  743. #endregion
  744. private Infragistics.Win.UltraWinGrid.UltraGrid ulgrid_Butress;
  745. private System.Data.DataSet ds_Butress;
  746. private System.Data.DataTable dt_Buttress;
  747. private System.Data.DataColumn dataColumn1;
  748. private System.Data.DataColumn dataColumn2;
  749. private System.Data.DataColumn dataColumn3;
  750. private System.Data.DataColumn dataColumn4;
  751. private System.Data.DataColumn dataColumn5;
  752. private System.Data.DataColumn dataColumn6;
  753. private System.Data.DataColumn dataColumn7;
  754. private System.Data.DataColumn dataColumn8;
  755. private System.Data.DataColumn dataColumn9;
  756. private System.Data.DataColumn dataColumn10;
  757. private System.Data.DataColumn dataColumn11;
  758. private System.Data.DataColumn dataColumn12;
  759. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxt_buttressCode;
  760. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  761. private Infragistics.Win.UltraWinGrid.UltraCombo ulcob_ButressSort;
  762. private Infragistics.Win.Misc.UltraButton ulbut_Clear;
  763. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcob_AreaEdit;
  764. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxt_ButressRemark;
  765. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  766. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxt_ButressName;
  767. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulcob_Area;
  768. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ulck_Area;
  769. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  770. private System.Windows.Forms.Panel panel1;
  771. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  772. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  773. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  774. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  775. private System.Windows.Forms.Panel panel2;
  776. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  777. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  778. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  779. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  780. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  781. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  782. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  783. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_kButress;
  784. private Infragistics.Win.UltraWinEditors.UltraComboEditor uCob_Butress;
  785. private Infragistics.Win.UltraWinEditors.UltraComboEditor uCob_kButreess;
  786. }
  787. }