FrmBinEdit.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861
  1. 
  2. namespace NXWMS.Forms.Base.ChildFrm
  3. {
  4. partial class FrmBinEdit
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBinEdit));
  30. this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  31. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  32. this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
  33. this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage();
  34. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  35. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  36. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  37. this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  38. this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.txtBinCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  40. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.cmbRegionCode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  42. this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.chkBlendBatch = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  44. this.kryptonLabel27 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.chkBlendProduct = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  46. this.kryptonLabel26 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  47. this.kryptonLabel24 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  48. this.numNumberLimit = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  49. this.kryptonLabel25 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.numWeightLimit = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  51. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  52. this.kryptonLabel23 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  53. this.numVolumeLimit = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  54. this.numDownShelfOrder = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  55. this.kryptonLabel22 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  56. this.numPutShelfOrder = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  57. this.kryptonLabel21 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  58. this.kryptonLabel20 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  59. this.numHeight = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  60. this.numWide = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  61. this.kryptonLabel19 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  62. this.numLength = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  63. this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  64. this.lbBinLayer = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  65. this.numBinLayer = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  66. this.numBinColumn = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  67. this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  68. this.numBinRow = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  69. this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  70. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  71. this.cmbShelf = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  72. this.cmbBinType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  73. this.kryptonLabel30 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  74. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  75. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  76. this.kryptonLabel28 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  77. this.txtBinName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  78. this.numTrarLimit = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  79. this.lbWarehouse = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  80. this.lbRegion = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  81. this.lbStatusMessage = new System.Windows.Forms.Label();
  82. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  83. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  84. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  86. this.groupOperation.Panel.SuspendLayout();
  87. this.groupOperation.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  89. this.kryptonPanelInput.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit();
  91. this.kryptonNavigatorOperation.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit();
  93. this.kryptonPageInfo.SuspendLayout();
  94. this.tableLayoutPanelInput.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.cmbRegionCode)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.cmbShelf)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.cmbBinType)).BeginInit();
  98. this.SuspendLayout();
  99. //
  100. // groupOperation
  101. //
  102. this.groupOperation.CaptionOverlap = 0D;
  103. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  104. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  106. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  107. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  108. this.groupOperation.Name = "groupOperation";
  109. //
  110. // groupOperation.Panel
  111. //
  112. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  113. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  114. this.groupOperation.Panel.Controls.Add(this.btnSave);
  115. this.groupOperation.Panel.Controls.Add(this.btnExit);
  116. this.groupOperation.Size = new System.Drawing.Size(800, 450);
  117. this.groupOperation.TabIndex = 63;
  118. this.groupOperation.Values.Heading = "编辑";
  119. this.groupOperation.Values.Image = ((System.Drawing.Image)(resources.GetObject("groupOperation.Values.Image")));
  120. //
  121. // kryptonPanelInput
  122. //
  123. this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation);
  124. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  125. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  126. this.kryptonPanelInput.Name = "kryptonPanelInput";
  127. this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone;
  128. this.kryptonPanelInput.Size = new System.Drawing.Size(796, 380);
  129. this.kryptonPanelInput.TabIndex = 48;
  130. //
  131. // kryptonNavigatorOperation
  132. //
  133. this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
  134. this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
  135. this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  137. this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0);
  138. this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation";
  139. this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
  140. this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay;
  141. this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
  142. this.kryptonPageInfo});
  143. this.kryptonNavigatorOperation.SelectedIndex = 0;
  144. this.kryptonNavigatorOperation.Size = new System.Drawing.Size(796, 380);
  145. this.kryptonNavigatorOperation.TabIndex = 63;
  146. this.kryptonNavigatorOperation.Text = "kryptonNavigator1";
  147. //
  148. // kryptonPageInfo
  149. //
  150. this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  151. this.kryptonPageInfo.Controls.Add(this.kryptonLabel6);
  152. this.kryptonPageInfo.Controls.Add(this.richDescibe);
  153. this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput);
  154. this.kryptonPageInfo.Flags = 65534;
  155. this.kryptonPageInfo.LastVisibleSet = true;
  156. this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50);
  157. this.kryptonPageInfo.Name = "kryptonPageInfo";
  158. this.kryptonPageInfo.Size = new System.Drawing.Size(794, 351);
  159. this.kryptonPageInfo.Text = "基础配置";
  160. this.kryptonPageInfo.ToolTipTitle = "Page ToolTip";
  161. this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D";
  162. //
  163. // kryptonLabel6
  164. //
  165. this.kryptonLabel6.AutoSize = false;
  166. this.kryptonLabel6.Location = new System.Drawing.Point(-4, 246);
  167. this.kryptonLabel6.Name = "kryptonLabel6";
  168. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  169. this.kryptonLabel6.Size = new System.Drawing.Size(86, 21);
  170. this.kryptonLabel6.TabIndex = 47;
  171. this.kryptonLabel6.Values.Text = "描述";
  172. //
  173. // richDescibe
  174. //
  175. this.richDescibe.Location = new System.Drawing.Point(89, 247);
  176. this.richDescibe.Name = "richDescibe";
  177. this.richDescibe.Size = new System.Drawing.Size(696, 79);
  178. this.richDescibe.TabIndex = 46;
  179. this.richDescibe.Tag = "DESCRIBE";
  180. this.richDescibe.Text = "";
  181. //
  182. // tableLayoutPanelInput
  183. //
  184. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  185. this.tableLayoutPanelInput.ColumnCount = 6;
  186. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  187. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  188. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  189. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  190. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  191. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  192. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 4, 0);
  193. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
  194. this.tableLayoutPanelInput.Controls.Add(this.txtBinCode, 1, 1);
  195. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 0, 0);
  196. this.tableLayoutPanelInput.Controls.Add(this.cmbRegionCode, 1, 0);
  197. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 1);
  198. this.tableLayoutPanelInput.Controls.Add(this.chkBlendBatch, 5, 6);
  199. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel27, 4, 6);
  200. this.tableLayoutPanelInput.Controls.Add(this.chkBlendProduct, 3, 6);
  201. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel26, 2, 6);
  202. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel24, 0, 6);
  203. this.tableLayoutPanelInput.Controls.Add(this.numNumberLimit, 5, 5);
  204. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel25, 4, 5);
  205. this.tableLayoutPanelInput.Controls.Add(this.numWeightLimit, 3, 5);
  206. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 2, 5);
  207. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel23, 0, 5);
  208. this.tableLayoutPanelInput.Controls.Add(this.numVolumeLimit, 1, 5);
  209. this.tableLayoutPanelInput.Controls.Add(this.numDownShelfOrder, 5, 4);
  210. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel22, 4, 4);
  211. this.tableLayoutPanelInput.Controls.Add(this.numPutShelfOrder, 3, 4);
  212. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel21, 2, 4);
  213. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel20, 0, 4);
  214. this.tableLayoutPanelInput.Controls.Add(this.numHeight, 1, 4);
  215. this.tableLayoutPanelInput.Controls.Add(this.numWide, 5, 3);
  216. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel19, 4, 3);
  217. this.tableLayoutPanelInput.Controls.Add(this.numLength, 3, 3);
  218. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 2, 3);
  219. this.tableLayoutPanelInput.Controls.Add(this.lbBinLayer, 0, 3);
  220. this.tableLayoutPanelInput.Controls.Add(this.numBinLayer, 1, 3);
  221. this.tableLayoutPanelInput.Controls.Add(this.numBinColumn, 5, 2);
  222. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel12, 4, 2);
  223. this.tableLayoutPanelInput.Controls.Add(this.numBinRow, 3, 2);
  224. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel11, 2, 2);
  225. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel10, 0, 2);
  226. this.tableLayoutPanelInput.Controls.Add(this.cmbShelf, 1, 2);
  227. this.tableLayoutPanelInput.Controls.Add(this.cmbBinType, 5, 1);
  228. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel30, 4, 1);
  229. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 1);
  230. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 7);
  231. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel28, 0, 7);
  232. this.tableLayoutPanelInput.Controls.Add(this.txtBinName, 3, 1);
  233. this.tableLayoutPanelInput.Controls.Add(this.numTrarLimit, 1, 6);
  234. this.tableLayoutPanelInput.Controls.Add(this.lbWarehouse, 3, 0);
  235. this.tableLayoutPanelInput.Controls.Add(this.lbRegion, 5, 0);
  236. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  237. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  238. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  239. this.tableLayoutPanelInput.RowCount = 8;
  240. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  241. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  242. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  243. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  244. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  245. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  246. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  247. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  248. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  249. this.tableLayoutPanelInput.Size = new System.Drawing.Size(794, 241);
  250. this.tableLayoutPanelInput.TabIndex = 41;
  251. //
  252. // kryptonLabel14
  253. //
  254. this.kryptonLabel14.AutoSize = false;
  255. this.kryptonLabel14.Location = new System.Drawing.Point(531, 3);
  256. this.kryptonLabel14.Name = "kryptonLabel14";
  257. this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  258. this.kryptonLabel14.Size = new System.Drawing.Size(94, 24);
  259. this.kryptonLabel14.TabIndex = 4;
  260. this.kryptonLabel14.Values.Text = "库区";
  261. //
  262. // kryptonLabel15
  263. //
  264. this.kryptonLabel15.AutoSize = false;
  265. this.kryptonLabel15.Location = new System.Drawing.Point(267, 3);
  266. this.kryptonLabel15.Name = "kryptonLabel15";
  267. this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  268. this.kryptonLabel15.Size = new System.Drawing.Size(94, 24);
  269. this.kryptonLabel15.TabIndex = 2;
  270. this.kryptonLabel15.Values.Text = "仓库";
  271. //
  272. // txtBinCode
  273. //
  274. this.txtBinCode.Location = new System.Drawing.Point(103, 33);
  275. this.txtBinCode.Name = "txtBinCode";
  276. this.txtBinCode.Size = new System.Drawing.Size(158, 23);
  277. this.txtBinCode.TabIndex = 30;
  278. this.txtBinCode.Tag = "BIN_CODE";
  279. //
  280. // kryptonLabel8
  281. //
  282. this.kryptonLabel8.AutoSize = false;
  283. this.kryptonLabel8.Location = new System.Drawing.Point(3, 3);
  284. this.kryptonLabel8.Name = "kryptonLabel8";
  285. this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  286. this.kryptonLabel8.Size = new System.Drawing.Size(94, 24);
  287. this.kryptonLabel8.TabIndex = 29;
  288. this.kryptonLabel8.Values.Text = "库区";
  289. //
  290. // cmbRegionCode
  291. //
  292. this.cmbRegionCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  293. this.cmbRegionCode.DropDownWidth = 121;
  294. this.cmbRegionCode.Location = new System.Drawing.Point(103, 3);
  295. this.cmbRegionCode.Name = "cmbRegionCode";
  296. this.cmbRegionCode.Size = new System.Drawing.Size(158, 21);
  297. this.cmbRegionCode.TabIndex = 47;
  298. this.cmbRegionCode.Tag = "REGION_CODE";
  299. this.cmbRegionCode.SelectedIndexChanged += new System.EventHandler(this.cmbRegionCode_SelectedIndexChanged);
  300. //
  301. // kryptonLabel29
  302. //
  303. this.kryptonLabel29.AutoSize = false;
  304. this.kryptonLabel29.Location = new System.Drawing.Point(3, 33);
  305. this.kryptonLabel29.Name = "kryptonLabel29";
  306. this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  307. this.kryptonLabel29.Size = new System.Drawing.Size(94, 24);
  308. this.kryptonLabel29.TabIndex = 83;
  309. this.kryptonLabel29.Values.Text = "库位编码";
  310. //
  311. // chkBlendBatch
  312. //
  313. this.chkBlendBatch.Dock = System.Windows.Forms.DockStyle.Fill;
  314. this.chkBlendBatch.Location = new System.Drawing.Point(631, 183);
  315. this.chkBlendBatch.Name = "chkBlendBatch";
  316. this.chkBlendBatch.Size = new System.Drawing.Size(160, 24);
  317. this.chkBlendBatch.TabIndex = 76;
  318. this.chkBlendBatch.Tag = "BLEND_BATCH_FLAG";
  319. this.chkBlendBatch.Values.Text = "";
  320. //
  321. // kryptonLabel27
  322. //
  323. this.kryptonLabel27.AutoSize = false;
  324. this.kryptonLabel27.Location = new System.Drawing.Point(531, 183);
  325. this.kryptonLabel27.Name = "kryptonLabel27";
  326. this.kryptonLabel27.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  327. this.kryptonLabel27.Size = new System.Drawing.Size(94, 24);
  328. this.kryptonLabel27.TabIndex = 77;
  329. this.kryptonLabel27.Values.Text = "允许混放批次";
  330. //
  331. // chkBlendProduct
  332. //
  333. this.chkBlendProduct.Dock = System.Windows.Forms.DockStyle.Fill;
  334. this.chkBlendProduct.Location = new System.Drawing.Point(367, 183);
  335. this.chkBlendProduct.Name = "chkBlendProduct";
  336. this.chkBlendProduct.Size = new System.Drawing.Size(158, 24);
  337. this.chkBlendProduct.TabIndex = 78;
  338. this.chkBlendProduct.Tag = "BLEND_PRODUCT_FLAG";
  339. this.chkBlendProduct.Values.Text = "";
  340. //
  341. // kryptonLabel26
  342. //
  343. this.kryptonLabel26.AutoSize = false;
  344. this.kryptonLabel26.Location = new System.Drawing.Point(267, 183);
  345. this.kryptonLabel26.Name = "kryptonLabel26";
  346. this.kryptonLabel26.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  347. this.kryptonLabel26.Size = new System.Drawing.Size(94, 24);
  348. this.kryptonLabel26.TabIndex = 75;
  349. this.kryptonLabel26.Values.Text = "允许混放产品";
  350. //
  351. // kryptonLabel24
  352. //
  353. this.kryptonLabel24.AutoSize = false;
  354. this.kryptonLabel24.Location = new System.Drawing.Point(3, 183);
  355. this.kryptonLabel24.Name = "kryptonLabel24";
  356. this.kryptonLabel24.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  357. this.kryptonLabel24.Size = new System.Drawing.Size(94, 24);
  358. this.kryptonLabel24.TabIndex = 71;
  359. this.kryptonLabel24.Values.Text = "托盘限制";
  360. //
  361. // numNumberLimit
  362. //
  363. this.numNumberLimit.DecimalPlaces = 2;
  364. this.numNumberLimit.Location = new System.Drawing.Point(631, 153);
  365. this.numNumberLimit.Maximum = new decimal(new int[] {
  366. 999999,
  367. 0,
  368. 0,
  369. 0});
  370. this.numNumberLimit.Name = "numNumberLimit";
  371. this.numNumberLimit.Size = new System.Drawing.Size(160, 22);
  372. this.numNumberLimit.TabIndex = 70;
  373. this.numNumberLimit.Tag = "NUMBER_LIMIT";
  374. //
  375. // kryptonLabel25
  376. //
  377. this.kryptonLabel25.AutoSize = false;
  378. this.kryptonLabel25.Location = new System.Drawing.Point(531, 153);
  379. this.kryptonLabel25.Name = "kryptonLabel25";
  380. this.kryptonLabel25.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  381. this.kryptonLabel25.Size = new System.Drawing.Size(94, 24);
  382. this.kryptonLabel25.TabIndex = 74;
  383. this.kryptonLabel25.Values.Text = "数量限制";
  384. //
  385. // numWeightLimit
  386. //
  387. this.numWeightLimit.DecimalPlaces = 2;
  388. this.numWeightLimit.Location = new System.Drawing.Point(367, 153);
  389. this.numWeightLimit.Maximum = new decimal(new int[] {
  390. 999999,
  391. 0,
  392. 0,
  393. 0});
  394. this.numWeightLimit.Name = "numWeightLimit";
  395. this.numWeightLimit.Size = new System.Drawing.Size(158, 22);
  396. this.numWeightLimit.TabIndex = 72;
  397. this.numWeightLimit.Tag = "WEIGHT_LIMIT";
  398. //
  399. // kryptonLabel9
  400. //
  401. this.kryptonLabel9.AutoSize = false;
  402. this.kryptonLabel9.Location = new System.Drawing.Point(267, 153);
  403. this.kryptonLabel9.Name = "kryptonLabel9";
  404. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  405. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  406. this.kryptonLabel9.TabIndex = 69;
  407. this.kryptonLabel9.Values.Text = "重量限制";
  408. //
  409. // kryptonLabel23
  410. //
  411. this.kryptonLabel23.AutoSize = false;
  412. this.kryptonLabel23.Location = new System.Drawing.Point(3, 153);
  413. this.kryptonLabel23.Name = "kryptonLabel23";
  414. this.kryptonLabel23.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  415. this.kryptonLabel23.Size = new System.Drawing.Size(94, 24);
  416. this.kryptonLabel23.TabIndex = 67;
  417. this.kryptonLabel23.Values.Text = "体积限制";
  418. //
  419. // numVolumeLimit
  420. //
  421. this.numVolumeLimit.DecimalPlaces = 2;
  422. this.numVolumeLimit.Location = new System.Drawing.Point(103, 153);
  423. this.numVolumeLimit.Maximum = new decimal(new int[] {
  424. 999999,
  425. 0,
  426. 0,
  427. 0});
  428. this.numVolumeLimit.Name = "numVolumeLimit";
  429. this.numVolumeLimit.Size = new System.Drawing.Size(158, 22);
  430. this.numVolumeLimit.TabIndex = 68;
  431. this.numVolumeLimit.Tag = "VOLUME_LIMIT";
  432. //
  433. // numDownShelfOrder
  434. //
  435. this.numDownShelfOrder.Location = new System.Drawing.Point(631, 123);
  436. this.numDownShelfOrder.Maximum = new decimal(new int[] {
  437. 999999,
  438. 0,
  439. 0,
  440. 0});
  441. this.numDownShelfOrder.Name = "numDownShelfOrder";
  442. this.numDownShelfOrder.Size = new System.Drawing.Size(160, 22);
  443. this.numDownShelfOrder.TabIndex = 66;
  444. this.numDownShelfOrder.Tag = "DOWN_SHELF_ORDER";
  445. //
  446. // kryptonLabel22
  447. //
  448. this.kryptonLabel22.AutoSize = false;
  449. this.kryptonLabel22.Location = new System.Drawing.Point(531, 123);
  450. this.kryptonLabel22.Name = "kryptonLabel22";
  451. this.kryptonLabel22.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  452. this.kryptonLabel22.Size = new System.Drawing.Size(94, 24);
  453. this.kryptonLabel22.TabIndex = 65;
  454. this.kryptonLabel22.Values.Text = "下架顺序";
  455. //
  456. // numPutShelfOrder
  457. //
  458. this.numPutShelfOrder.Location = new System.Drawing.Point(367, 123);
  459. this.numPutShelfOrder.Maximum = new decimal(new int[] {
  460. 999999,
  461. 0,
  462. 0,
  463. 0});
  464. this.numPutShelfOrder.Name = "numPutShelfOrder";
  465. this.numPutShelfOrder.Size = new System.Drawing.Size(158, 22);
  466. this.numPutShelfOrder.TabIndex = 64;
  467. this.numPutShelfOrder.Tag = "PUT_SHELF_ORDER";
  468. //
  469. // kryptonLabel21
  470. //
  471. this.kryptonLabel21.AutoSize = false;
  472. this.kryptonLabel21.Location = new System.Drawing.Point(267, 123);
  473. this.kryptonLabel21.Name = "kryptonLabel21";
  474. this.kryptonLabel21.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  475. this.kryptonLabel21.Size = new System.Drawing.Size(94, 24);
  476. this.kryptonLabel21.TabIndex = 63;
  477. this.kryptonLabel21.Values.Text = "上架顺序";
  478. //
  479. // kryptonLabel20
  480. //
  481. this.kryptonLabel20.AutoSize = false;
  482. this.kryptonLabel20.Location = new System.Drawing.Point(3, 123);
  483. this.kryptonLabel20.Name = "kryptonLabel20";
  484. this.kryptonLabel20.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  485. this.kryptonLabel20.Size = new System.Drawing.Size(94, 24);
  486. this.kryptonLabel20.TabIndex = 61;
  487. this.kryptonLabel20.Values.Text = "高度";
  488. //
  489. // numHeight
  490. //
  491. this.numHeight.DecimalPlaces = 2;
  492. this.numHeight.Location = new System.Drawing.Point(103, 123);
  493. this.numHeight.Maximum = new decimal(new int[] {
  494. 999999,
  495. 0,
  496. 0,
  497. 0});
  498. this.numHeight.Name = "numHeight";
  499. this.numHeight.Size = new System.Drawing.Size(158, 22);
  500. this.numHeight.TabIndex = 62;
  501. this.numHeight.Tag = "HEIGHT";
  502. //
  503. // numWide
  504. //
  505. this.numWide.DecimalPlaces = 2;
  506. this.numWide.Location = new System.Drawing.Point(631, 93);
  507. this.numWide.Maximum = new decimal(new int[] {
  508. 999999,
  509. 0,
  510. 0,
  511. 0});
  512. this.numWide.Name = "numWide";
  513. this.numWide.Size = new System.Drawing.Size(160, 22);
  514. this.numWide.TabIndex = 60;
  515. this.numWide.Tag = "WIDE";
  516. //
  517. // kryptonLabel19
  518. //
  519. this.kryptonLabel19.AutoSize = false;
  520. this.kryptonLabel19.Location = new System.Drawing.Point(531, 93);
  521. this.kryptonLabel19.Name = "kryptonLabel19";
  522. this.kryptonLabel19.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  523. this.kryptonLabel19.Size = new System.Drawing.Size(94, 24);
  524. this.kryptonLabel19.TabIndex = 59;
  525. this.kryptonLabel19.Values.Text = "宽度";
  526. //
  527. // numLength
  528. //
  529. this.numLength.DecimalPlaces = 2;
  530. this.numLength.Location = new System.Drawing.Point(367, 93);
  531. this.numLength.Maximum = new decimal(new int[] {
  532. 999999,
  533. 0,
  534. 0,
  535. 0});
  536. this.numLength.Name = "numLength";
  537. this.numLength.Size = new System.Drawing.Size(158, 22);
  538. this.numLength.TabIndex = 58;
  539. this.numLength.Tag = "LENGTH";
  540. //
  541. // kryptonLabel17
  542. //
  543. this.kryptonLabel17.AutoSize = false;
  544. this.kryptonLabel17.Location = new System.Drawing.Point(267, 93);
  545. this.kryptonLabel17.Name = "kryptonLabel17";
  546. this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  547. this.kryptonLabel17.Size = new System.Drawing.Size(94, 24);
  548. this.kryptonLabel17.TabIndex = 57;
  549. this.kryptonLabel17.Values.Text = "长度";
  550. //
  551. // lbBinLayer
  552. //
  553. this.lbBinLayer.AutoSize = false;
  554. this.lbBinLayer.Location = new System.Drawing.Point(3, 93);
  555. this.lbBinLayer.Name = "lbBinLayer";
  556. this.lbBinLayer.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  557. this.lbBinLayer.Size = new System.Drawing.Size(94, 24);
  558. this.lbBinLayer.TabIndex = 55;
  559. this.lbBinLayer.Values.Text = "库位层";
  560. //
  561. // numBinLayer
  562. //
  563. this.numBinLayer.Location = new System.Drawing.Point(103, 93);
  564. this.numBinLayer.Maximum = new decimal(new int[] {
  565. 999999,
  566. 0,
  567. 0,
  568. 0});
  569. this.numBinLayer.Name = "numBinLayer";
  570. this.numBinLayer.Size = new System.Drawing.Size(158, 22);
  571. this.numBinLayer.TabIndex = 56;
  572. this.numBinLayer.Tag = "BIN_LAYER";
  573. //
  574. // numBinColumn
  575. //
  576. this.numBinColumn.Location = new System.Drawing.Point(631, 63);
  577. this.numBinColumn.Maximum = new decimal(new int[] {
  578. 999999,
  579. 0,
  580. 0,
  581. 0});
  582. this.numBinColumn.Name = "numBinColumn";
  583. this.numBinColumn.Size = new System.Drawing.Size(160, 22);
  584. this.numBinColumn.TabIndex = 54;
  585. this.numBinColumn.Tag = "BIN_COLUMN";
  586. //
  587. // kryptonLabel12
  588. //
  589. this.kryptonLabel12.AutoSize = false;
  590. this.kryptonLabel12.Location = new System.Drawing.Point(531, 63);
  591. this.kryptonLabel12.Name = "kryptonLabel12";
  592. this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  593. this.kryptonLabel12.Size = new System.Drawing.Size(94, 24);
  594. this.kryptonLabel12.TabIndex = 53;
  595. this.kryptonLabel12.Values.Text = "库位列";
  596. //
  597. // numBinRow
  598. //
  599. this.numBinRow.Increment = new decimal(new int[] {
  600. 5,
  601. 0,
  602. 0,
  603. 65536});
  604. this.numBinRow.Location = new System.Drawing.Point(367, 63);
  605. this.numBinRow.Maximum = new decimal(new int[] {
  606. 999999,
  607. 0,
  608. 0,
  609. 0});
  610. this.numBinRow.Name = "numBinRow";
  611. this.numBinRow.Size = new System.Drawing.Size(158, 22);
  612. this.numBinRow.TabIndex = 52;
  613. this.numBinRow.Tag = "BIN_ROW";
  614. //
  615. // kryptonLabel11
  616. //
  617. this.kryptonLabel11.AutoSize = false;
  618. this.kryptonLabel11.Location = new System.Drawing.Point(267, 63);
  619. this.kryptonLabel11.Name = "kryptonLabel11";
  620. this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  621. this.kryptonLabel11.Size = new System.Drawing.Size(94, 24);
  622. this.kryptonLabel11.TabIndex = 51;
  623. this.kryptonLabel11.Values.Text = "库位排";
  624. //
  625. // kryptonLabel10
  626. //
  627. this.kryptonLabel10.AutoSize = false;
  628. this.kryptonLabel10.Location = new System.Drawing.Point(3, 63);
  629. this.kryptonLabel10.Name = "kryptonLabel10";
  630. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  631. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  632. this.kryptonLabel10.TabIndex = 49;
  633. this.kryptonLabel10.Values.Text = "货架排";
  634. //
  635. // cmbShelf
  636. //
  637. this.cmbShelf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  638. this.cmbShelf.DropDownWidth = 121;
  639. this.cmbShelf.Location = new System.Drawing.Point(103, 63);
  640. this.cmbShelf.Name = "cmbShelf";
  641. this.cmbShelf.Size = new System.Drawing.Size(158, 21);
  642. this.cmbShelf.TabIndex = 50;
  643. this.cmbShelf.Tag = "SHELF_CODE";
  644. //
  645. // cmbBinType
  646. //
  647. this.cmbBinType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  648. this.cmbBinType.DropDownWidth = 121;
  649. this.cmbBinType.Location = new System.Drawing.Point(631, 33);
  650. this.cmbBinType.Name = "cmbBinType";
  651. this.cmbBinType.Size = new System.Drawing.Size(160, 21);
  652. this.cmbBinType.TabIndex = 32;
  653. this.cmbBinType.Tag = "BIN_TYPE";
  654. //
  655. // kryptonLabel30
  656. //
  657. this.kryptonLabel30.AutoSize = false;
  658. this.kryptonLabel30.Location = new System.Drawing.Point(531, 33);
  659. this.kryptonLabel30.Name = "kryptonLabel30";
  660. this.kryptonLabel30.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  661. this.kryptonLabel30.Size = new System.Drawing.Size(94, 24);
  662. this.kryptonLabel30.TabIndex = 84;
  663. this.kryptonLabel30.Values.Text = "库位类型";
  664. //
  665. // kryptonLabel4
  666. //
  667. this.kryptonLabel4.AutoSize = false;
  668. this.kryptonLabel4.Location = new System.Drawing.Point(267, 33);
  669. this.kryptonLabel4.Name = "kryptonLabel4";
  670. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  671. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  672. this.kryptonLabel4.TabIndex = 86;
  673. this.kryptonLabel4.Values.Text = "库位名称";
  674. //
  675. // chkUse
  676. //
  677. this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
  678. this.chkUse.Location = new System.Drawing.Point(103, 213);
  679. this.chkUse.Name = "chkUse";
  680. this.chkUse.Size = new System.Drawing.Size(158, 25);
  681. this.chkUse.TabIndex = 85;
  682. this.chkUse.Tag = "USED_FLAG";
  683. this.chkUse.Values.Text = "";
  684. //
  685. // kryptonLabel28
  686. //
  687. this.kryptonLabel28.AutoSize = false;
  688. this.kryptonLabel28.Location = new System.Drawing.Point(3, 213);
  689. this.kryptonLabel28.Name = "kryptonLabel28";
  690. this.kryptonLabel28.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  691. this.kryptonLabel28.Size = new System.Drawing.Size(94, 24);
  692. this.kryptonLabel28.TabIndex = 79;
  693. this.kryptonLabel28.Values.Text = "使用标识";
  694. //
  695. // txtBinName
  696. //
  697. this.txtBinName.Location = new System.Drawing.Point(367, 33);
  698. this.txtBinName.Name = "txtBinName";
  699. this.txtBinName.Size = new System.Drawing.Size(158, 23);
  700. this.txtBinName.TabIndex = 87;
  701. this.txtBinName.Tag = "BIN_NAME";
  702. //
  703. // numTrarLimit
  704. //
  705. this.numTrarLimit.DecimalPlaces = 2;
  706. this.numTrarLimit.Location = new System.Drawing.Point(103, 183);
  707. this.numTrarLimit.Maximum = new decimal(new int[] {
  708. 999999,
  709. 0,
  710. 0,
  711. 0});
  712. this.numTrarLimit.Name = "numTrarLimit";
  713. this.numTrarLimit.Size = new System.Drawing.Size(158, 22);
  714. this.numTrarLimit.TabIndex = 88;
  715. this.numTrarLimit.Tag = "TRAR_LIMIT";
  716. //
  717. // lbWarehouse
  718. //
  719. this.lbWarehouse.AutoSize = false;
  720. this.lbWarehouse.Dock = System.Windows.Forms.DockStyle.Fill;
  721. this.lbWarehouse.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  722. this.lbWarehouse.Location = new System.Drawing.Point(367, 3);
  723. this.lbWarehouse.Name = "lbWarehouse";
  724. this.lbWarehouse.Size = new System.Drawing.Size(158, 24);
  725. this.lbWarehouse.TabIndex = 89;
  726. this.lbWarehouse.Values.Text = ".";
  727. //
  728. // lbRegion
  729. //
  730. this.lbRegion.AutoSize = false;
  731. this.lbRegion.Dock = System.Windows.Forms.DockStyle.Fill;
  732. this.lbRegion.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  733. this.lbRegion.Location = new System.Drawing.Point(631, 3);
  734. this.lbRegion.Name = "lbRegion";
  735. this.lbRegion.Size = new System.Drawing.Size(160, 24);
  736. this.lbRegion.TabIndex = 90;
  737. this.lbRegion.Values.Text = ".";
  738. //
  739. // lbStatusMessage
  740. //
  741. this.lbStatusMessage.AutoSize = true;
  742. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  743. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  745. this.lbStatusMessage.Name = "lbStatusMessage";
  746. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  747. this.lbStatusMessage.TabIndex = 47;
  748. //
  749. // btnSave
  750. //
  751. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  752. this.btnSave.Location = new System.Drawing.Point(599, 385);
  753. this.btnSave.Name = "btnSave";
  754. this.btnSave.Size = new System.Drawing.Size(87, 30);
  755. this.btnSave.TabIndex = 42;
  756. this.btnSave.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Values.Image")));
  757. this.btnSave.Values.Text = "保存";
  758. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  759. //
  760. // btnExit
  761. //
  762. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  763. this.btnExit.Location = new System.Drawing.Point(692, 385);
  764. this.btnExit.Name = "btnExit";
  765. this.btnExit.Size = new System.Drawing.Size(94, 30);
  766. this.btnExit.TabIndex = 41;
  767. this.btnExit.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Values.Image")));
  768. this.btnExit.Values.Text = "退出";
  769. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  770. //
  771. // FrmBinEdit
  772. //
  773. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  774. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  775. this.ClientSize = new System.Drawing.Size(800, 450);
  776. this.Controls.Add(this.groupOperation);
  777. this.Name = "FrmBinEdit";
  778. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  779. this.Text = "FrmBinEdit";
  780. this.Shown += new System.EventHandler(this.FrmBinEdit_Shown);
  781. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  782. this.groupOperation.Panel.ResumeLayout(false);
  783. this.groupOperation.Panel.PerformLayout();
  784. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  785. this.groupOperation.ResumeLayout(false);
  786. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  787. this.kryptonPanelInput.ResumeLayout(false);
  788. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit();
  789. this.kryptonNavigatorOperation.ResumeLayout(false);
  790. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit();
  791. this.kryptonPageInfo.ResumeLayout(false);
  792. this.tableLayoutPanelInput.ResumeLayout(false);
  793. this.tableLayoutPanelInput.PerformLayout();
  794. ((System.ComponentModel.ISupportInitialize)(this.cmbRegionCode)).EndInit();
  795. ((System.ComponentModel.ISupportInitialize)(this.cmbShelf)).EndInit();
  796. ((System.ComponentModel.ISupportInitialize)(this.cmbBinType)).EndInit();
  797. this.ResumeLayout(false);
  798. }
  799. #endregion
  800. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  801. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  802. private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation;
  803. private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo;
  804. private System.Windows.Forms.Label lbStatusMessage;
  805. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  806. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  807. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
  808. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
  809. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtBinCode;
  810. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  811. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbRegionCode;
  812. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29;
  813. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkBlendBatch;
  814. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel27;
  815. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkBlendProduct;
  816. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel26;
  817. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel24;
  818. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numNumberLimit;
  819. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel25;
  820. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numWeightLimit;
  821. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  822. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel23;
  823. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numVolumeLimit;
  824. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numDownShelfOrder;
  825. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel22;
  826. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numPutShelfOrder;
  827. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel21;
  828. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel20;
  829. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numHeight;
  830. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numWide;
  831. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel19;
  832. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numLength;
  833. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17;
  834. private ComponentFactory.Krypton.Toolkit.KryptonLabel lbBinLayer;
  835. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numBinLayer;
  836. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numBinColumn;
  837. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12;
  838. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numBinRow;
  839. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11;
  840. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  841. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbShelf;
  842. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbBinType;
  843. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel30;
  844. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  845. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  846. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel28;
  847. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtBinName;
  848. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numTrarLimit;
  849. private ComponentFactory.Krypton.Toolkit.KryptonLabel lbWarehouse;
  850. private ComponentFactory.Krypton.Toolkit.KryptonLabel lbRegion;
  851. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  852. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  853. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  854. }
  855. }