FrmMaterielEdit.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  1. 
  2. namespace NXWMS.Forms.Base.ChildFrm
  3. {
  4. partial class FrmMaterielEdit
  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(FrmMaterielEdit));
  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.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  35. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  36. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  37. this.dtOutboundEffectiveTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  38. this.kryptonLabel26 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.numDelayEffectiveTime = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  40. this.kryptonLabel25 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.kryptonLabel24 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.numWeight = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  44. this.numVolume = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  45. this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  46. this.txtMaterielCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  47. this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  48. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  49. this.txtMaterielName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  50. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  51. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  52. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  53. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  54. this.cmbMaterielType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  55. this.numLength = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  56. this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  57. this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  58. this.kryptonLabel19 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  59. this.kryptonLabel20 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  60. this.kryptonLabel21 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  61. this.txtSpecsModel = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  62. this.kryptonTextBox4 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  63. this.numUnitPrice = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  64. this.kryptonTextBox5 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  65. this.kryptonLabel22 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  66. this.numMaxStock = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  67. this.kryptonLabel23 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  68. this.numMinStock = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  69. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  70. this.kryptonLabel27 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  71. this.numWide = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  72. this.numHeight = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  73. this.cmbUnit = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  74. this.dtEffectiveTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  75. this.lbStatusMessage = new System.Windows.Forms.Label();
  76. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  77. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  78. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  80. this.groupOperation.Panel.SuspendLayout();
  81. this.groupOperation.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  83. this.kryptonPanelInput.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit();
  85. this.kryptonNavigatorOperation.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit();
  87. this.kryptonPageInfo.SuspendLayout();
  88. this.tableLayoutPanelInput.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.cmbMaterielType)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).BeginInit();
  91. this.SuspendLayout();
  92. //
  93. // groupOperation
  94. //
  95. this.groupOperation.CaptionOverlap = 0D;
  96. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  97. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  99. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  100. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  101. this.groupOperation.Name = "groupOperation";
  102. //
  103. // groupOperation.Panel
  104. //
  105. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  106. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  107. this.groupOperation.Panel.Controls.Add(this.btnSave);
  108. this.groupOperation.Panel.Controls.Add(this.btnExit);
  109. this.groupOperation.Size = new System.Drawing.Size(800, 450);
  110. this.groupOperation.TabIndex = 72;
  111. this.groupOperation.Values.Heading = "编辑";
  112. this.groupOperation.Values.Image = ((System.Drawing.Image)(resources.GetObject("groupOperation.Values.Image")));
  113. //
  114. // kryptonPanelInput
  115. //
  116. this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation);
  117. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  118. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  119. this.kryptonPanelInput.Name = "kryptonPanelInput";
  120. this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone;
  121. this.kryptonPanelInput.Size = new System.Drawing.Size(796, 380);
  122. this.kryptonPanelInput.TabIndex = 48;
  123. //
  124. // kryptonNavigatorOperation
  125. //
  126. this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
  127. this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
  128. this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  130. this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0);
  131. this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation";
  132. this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
  133. this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay;
  134. this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
  135. this.kryptonPageInfo});
  136. this.kryptonNavigatorOperation.SelectedIndex = 0;
  137. this.kryptonNavigatorOperation.Size = new System.Drawing.Size(796, 380);
  138. this.kryptonNavigatorOperation.TabIndex = 63;
  139. this.kryptonNavigatorOperation.Text = "kryptonNavigator1";
  140. //
  141. // kryptonPageInfo
  142. //
  143. this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  144. this.kryptonPageInfo.Controls.Add(this.richDescibe);
  145. this.kryptonPageInfo.Controls.Add(this.kryptonLabel16);
  146. this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput);
  147. this.kryptonPageInfo.Flags = 65534;
  148. this.kryptonPageInfo.LastVisibleSet = true;
  149. this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50);
  150. this.kryptonPageInfo.Name = "kryptonPageInfo";
  151. this.kryptonPageInfo.Size = new System.Drawing.Size(794, 351);
  152. this.kryptonPageInfo.Text = "基础配置";
  153. this.kryptonPageInfo.ToolTipTitle = "Page ToolTip";
  154. this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D";
  155. //
  156. // richDescibe
  157. //
  158. this.richDescibe.Location = new System.Drawing.Point(121, 230);
  159. this.richDescibe.Name = "richDescibe";
  160. this.richDescibe.Size = new System.Drawing.Size(664, 97);
  161. this.richDescibe.TabIndex = 100;
  162. this.richDescibe.Tag = "DESCRIBE";
  163. this.richDescibe.Text = "";
  164. //
  165. // kryptonLabel16
  166. //
  167. this.kryptonLabel16.AutoSize = false;
  168. this.kryptonLabel16.Location = new System.Drawing.Point(21, 230);
  169. this.kryptonLabel16.Name = "kryptonLabel16";
  170. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  171. this.kryptonLabel16.Size = new System.Drawing.Size(76, 33);
  172. this.kryptonLabel16.TabIndex = 101;
  173. this.kryptonLabel16.Values.Text = "描述";
  174. //
  175. // tableLayoutPanelInput
  176. //
  177. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  178. this.tableLayoutPanelInput.ColumnCount = 6;
  179. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  180. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  181. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  182. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  183. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  184. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  185. this.tableLayoutPanelInput.Controls.Add(this.dtOutboundEffectiveTime, 5, 5);
  186. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel26, 4, 5);
  187. this.tableLayoutPanelInput.Controls.Add(this.numDelayEffectiveTime, 3, 5);
  188. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel25, 2, 5);
  189. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel24, 0, 5);
  190. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 4, 2);
  191. this.tableLayoutPanelInput.Controls.Add(this.numWeight, 3, 2);
  192. this.tableLayoutPanelInput.Controls.Add(this.numVolume, 1, 2);
  193. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 2, 2);
  194. this.tableLayoutPanelInput.Controls.Add(this.txtMaterielCode, 1, 0);
  195. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 0);
  196. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 0);
  197. this.tableLayoutPanelInput.Controls.Add(this.txtMaterielName, 3, 0);
  198. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel7, 0, 1);
  199. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 2, 1);
  200. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 4, 0);
  201. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel3, 4, 1);
  202. this.tableLayoutPanelInput.Controls.Add(this.cmbMaterielType, 5, 0);
  203. this.tableLayoutPanelInput.Controls.Add(this.numLength, 1, 1);
  204. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 0, 2);
  205. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel18, 0, 3);
  206. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel19, 2, 3);
  207. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel20, 4, 3);
  208. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel21, 0, 4);
  209. this.tableLayoutPanelInput.Controls.Add(this.txtSpecsModel, 3, 3);
  210. this.tableLayoutPanelInput.Controls.Add(this.kryptonTextBox4, 5, 3);
  211. this.tableLayoutPanelInput.Controls.Add(this.numUnitPrice, 5, 2);
  212. this.tableLayoutPanelInput.Controls.Add(this.kryptonTextBox5, 1, 4);
  213. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel22, 2, 4);
  214. this.tableLayoutPanelInput.Controls.Add(this.numMaxStock, 3, 4);
  215. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel23, 4, 4);
  216. this.tableLayoutPanelInput.Controls.Add(this.numMinStock, 5, 4);
  217. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 6);
  218. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel27, 0, 6);
  219. this.tableLayoutPanelInput.Controls.Add(this.numWide, 3, 1);
  220. this.tableLayoutPanelInput.Controls.Add(this.numHeight, 5, 1);
  221. this.tableLayoutPanelInput.Controls.Add(this.cmbUnit, 1, 3);
  222. this.tableLayoutPanelInput.Controls.Add(this.dtEffectiveTime, 1, 5);
  223. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  224. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  225. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  226. this.tableLayoutPanelInput.RowCount = 7;
  227. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  228. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  229. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  230. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  231. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  232. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  233. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  234. this.tableLayoutPanelInput.Size = new System.Drawing.Size(794, 209);
  235. this.tableLayoutPanelInput.TabIndex = 66;
  236. //
  237. // dtOutboundEffectiveTime
  238. //
  239. this.dtOutboundEffectiveTime.AlwaysActive = false;
  240. this.dtOutboundEffectiveTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  241. this.dtOutboundEffectiveTime.Checked = false;
  242. this.dtOutboundEffectiveTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  243. this.dtOutboundEffectiveTime.Dock = System.Windows.Forms.DockStyle.Fill;
  244. this.dtOutboundEffectiveTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  245. this.dtOutboundEffectiveTime.Location = new System.Drawing.Point(631, 153);
  246. this.dtOutboundEffectiveTime.Name = "dtOutboundEffectiveTime";
  247. this.dtOutboundEffectiveTime.ShowCheckBox = true;
  248. this.dtOutboundEffectiveTime.Size = new System.Drawing.Size(160, 24);
  249. this.dtOutboundEffectiveTime.TabIndex = 128;
  250. this.dtOutboundEffectiveTime.Tag = "OUTBOUND_EFFECTIVE_TIME";
  251. //
  252. // kryptonLabel26
  253. //
  254. this.kryptonLabel26.AutoSize = false;
  255. this.kryptonLabel26.Location = new System.Drawing.Point(531, 153);
  256. this.kryptonLabel26.Name = "kryptonLabel26";
  257. this.kryptonLabel26.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  258. this.kryptonLabel26.Size = new System.Drawing.Size(94, 24);
  259. this.kryptonLabel26.TabIndex = 127;
  260. this.kryptonLabel26.Values.Text = "出库有效期";
  261. //
  262. // numDelayEffectiveTime
  263. //
  264. this.numDelayEffectiveTime.Increment = new decimal(new int[] {
  265. 5,
  266. 0,
  267. 0,
  268. 65536});
  269. this.numDelayEffectiveTime.Location = new System.Drawing.Point(367, 153);
  270. this.numDelayEffectiveTime.Maximum = new decimal(new int[] {
  271. 999999,
  272. 0,
  273. 0,
  274. 0});
  275. this.numDelayEffectiveTime.Name = "numDelayEffectiveTime";
  276. this.numDelayEffectiveTime.Size = new System.Drawing.Size(158, 22);
  277. this.numDelayEffectiveTime.TabIndex = 126;
  278. this.numDelayEffectiveTime.Tag = "DELAY_EFFECTIVE_TIME";
  279. //
  280. // kryptonLabel25
  281. //
  282. this.kryptonLabel25.AutoSize = false;
  283. this.kryptonLabel25.Location = new System.Drawing.Point(267, 153);
  284. this.kryptonLabel25.Name = "kryptonLabel25";
  285. this.kryptonLabel25.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  286. this.kryptonLabel25.Size = new System.Drawing.Size(94, 24);
  287. this.kryptonLabel25.TabIndex = 125;
  288. this.kryptonLabel25.Values.Text = "延长有效时长";
  289. //
  290. // kryptonLabel24
  291. //
  292. this.kryptonLabel24.AutoSize = false;
  293. this.kryptonLabel24.Location = new System.Drawing.Point(3, 153);
  294. this.kryptonLabel24.Name = "kryptonLabel24";
  295. this.kryptonLabel24.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  296. this.kryptonLabel24.Size = new System.Drawing.Size(94, 24);
  297. this.kryptonLabel24.TabIndex = 121;
  298. this.kryptonLabel24.Values.Text = "有效期";
  299. //
  300. // kryptonLabel17
  301. //
  302. this.kryptonLabel17.AutoSize = false;
  303. this.kryptonLabel17.Location = new System.Drawing.Point(531, 63);
  304. this.kryptonLabel17.Name = "kryptonLabel17";
  305. this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  306. this.kryptonLabel17.Size = new System.Drawing.Size(94, 24);
  307. this.kryptonLabel17.TabIndex = 107;
  308. this.kryptonLabel17.Values.Text = "单价";
  309. //
  310. // numWeight
  311. //
  312. this.numWeight.DecimalPlaces = 2;
  313. this.numWeight.Location = new System.Drawing.Point(367, 63);
  314. this.numWeight.Maximum = new decimal(new int[] {
  315. 999999,
  316. 0,
  317. 0,
  318. 0});
  319. this.numWeight.Name = "numWeight";
  320. this.numWeight.Size = new System.Drawing.Size(158, 22);
  321. this.numWeight.TabIndex = 106;
  322. this.numWeight.Tag = "WEIGHT";
  323. //
  324. // numVolume
  325. //
  326. this.numVolume.Increment = new decimal(new int[] {
  327. 5,
  328. 0,
  329. 0,
  330. 65536});
  331. this.numVolume.Location = new System.Drawing.Point(103, 63);
  332. this.numVolume.Maximum = new decimal(new int[] {
  333. 999999,
  334. 0,
  335. 0,
  336. 0});
  337. this.numVolume.Name = "numVolume";
  338. this.numVolume.Size = new System.Drawing.Size(158, 22);
  339. this.numVolume.TabIndex = 103;
  340. this.numVolume.Tag = "VOLUME";
  341. //
  342. // kryptonLabel14
  343. //
  344. this.kryptonLabel14.AutoSize = false;
  345. this.kryptonLabel14.Location = new System.Drawing.Point(267, 63);
  346. this.kryptonLabel14.Name = "kryptonLabel14";
  347. this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  348. this.kryptonLabel14.Size = new System.Drawing.Size(94, 24);
  349. this.kryptonLabel14.TabIndex = 102;
  350. this.kryptonLabel14.Values.Text = "重量";
  351. //
  352. // txtMaterielCode
  353. //
  354. this.txtMaterielCode.Location = new System.Drawing.Point(103, 3);
  355. this.txtMaterielCode.Name = "txtMaterielCode";
  356. this.txtMaterielCode.Size = new System.Drawing.Size(158, 23);
  357. this.txtMaterielCode.TabIndex = 30;
  358. this.txtMaterielCode.Tag = "MATERIEL_CODE";
  359. //
  360. // kryptonLabel29
  361. //
  362. this.kryptonLabel29.AutoSize = false;
  363. this.kryptonLabel29.Location = new System.Drawing.Point(3, 3);
  364. this.kryptonLabel29.Name = "kryptonLabel29";
  365. this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  366. this.kryptonLabel29.Size = new System.Drawing.Size(94, 24);
  367. this.kryptonLabel29.TabIndex = 83;
  368. this.kryptonLabel29.Values.Text = "物品编码";
  369. //
  370. // kryptonLabel4
  371. //
  372. this.kryptonLabel4.AutoSize = false;
  373. this.kryptonLabel4.Location = new System.Drawing.Point(267, 3);
  374. this.kryptonLabel4.Name = "kryptonLabel4";
  375. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  376. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  377. this.kryptonLabel4.TabIndex = 86;
  378. this.kryptonLabel4.Values.Text = "物品名称";
  379. //
  380. // txtMaterielName
  381. //
  382. this.txtMaterielName.Location = new System.Drawing.Point(367, 3);
  383. this.txtMaterielName.Name = "txtMaterielName";
  384. this.txtMaterielName.Size = new System.Drawing.Size(158, 23);
  385. this.txtMaterielName.TabIndex = 87;
  386. this.txtMaterielName.Tag = "MATERIEL_NAME";
  387. //
  388. // kryptonLabel7
  389. //
  390. this.kryptonLabel7.AutoSize = false;
  391. this.kryptonLabel7.Location = new System.Drawing.Point(3, 33);
  392. this.kryptonLabel7.Name = "kryptonLabel7";
  393. this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  394. this.kryptonLabel7.Size = new System.Drawing.Size(94, 24);
  395. this.kryptonLabel7.TabIndex = 90;
  396. this.kryptonLabel7.Values.Text = "长";
  397. //
  398. // kryptonLabel8
  399. //
  400. this.kryptonLabel8.AutoSize = false;
  401. this.kryptonLabel8.Location = new System.Drawing.Point(267, 33);
  402. this.kryptonLabel8.Name = "kryptonLabel8";
  403. this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  404. this.kryptonLabel8.Size = new System.Drawing.Size(94, 24);
  405. this.kryptonLabel8.TabIndex = 92;
  406. this.kryptonLabel8.Values.Text = "宽";
  407. //
  408. // kryptonLabel9
  409. //
  410. this.kryptonLabel9.AutoSize = false;
  411. this.kryptonLabel9.Location = new System.Drawing.Point(531, 3);
  412. this.kryptonLabel9.Name = "kryptonLabel9";
  413. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  414. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  415. this.kryptonLabel9.TabIndex = 94;
  416. this.kryptonLabel9.Values.Text = "物品类型";
  417. //
  418. // kryptonLabel3
  419. //
  420. this.kryptonLabel3.AutoSize = false;
  421. this.kryptonLabel3.Location = new System.Drawing.Point(531, 33);
  422. this.kryptonLabel3.Name = "kryptonLabel3";
  423. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  424. this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
  425. this.kryptonLabel3.TabIndex = 88;
  426. this.kryptonLabel3.Values.Text = "高";
  427. //
  428. // cmbMaterielType
  429. //
  430. this.cmbMaterielType.Dock = System.Windows.Forms.DockStyle.Fill;
  431. this.cmbMaterielType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  432. this.cmbMaterielType.DropDownWidth = 121;
  433. this.cmbMaterielType.Location = new System.Drawing.Point(631, 3);
  434. this.cmbMaterielType.Name = "cmbMaterielType";
  435. this.cmbMaterielType.Size = new System.Drawing.Size(160, 21);
  436. this.cmbMaterielType.TabIndex = 95;
  437. this.cmbMaterielType.Tag = "MATERIEL_TYPE";
  438. //
  439. // numLength
  440. //
  441. this.numLength.Increment = new decimal(new int[] {
  442. 5,
  443. 0,
  444. 0,
  445. 65536});
  446. this.numLength.Location = new System.Drawing.Point(103, 33);
  447. this.numLength.Maximum = new decimal(new int[] {
  448. 999999,
  449. 0,
  450. 0,
  451. 0});
  452. this.numLength.Name = "numLength";
  453. this.numLength.Size = new System.Drawing.Size(158, 22);
  454. this.numLength.TabIndex = 96;
  455. this.numLength.Tag = "LENGTH";
  456. //
  457. // kryptonLabel15
  458. //
  459. this.kryptonLabel15.AutoSize = false;
  460. this.kryptonLabel15.Location = new System.Drawing.Point(3, 63);
  461. this.kryptonLabel15.Name = "kryptonLabel15";
  462. this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  463. this.kryptonLabel15.Size = new System.Drawing.Size(94, 24);
  464. this.kryptonLabel15.TabIndex = 98;
  465. this.kryptonLabel15.Values.Text = "体积";
  466. //
  467. // kryptonLabel18
  468. //
  469. this.kryptonLabel18.AutoSize = false;
  470. this.kryptonLabel18.Location = new System.Drawing.Point(3, 93);
  471. this.kryptonLabel18.Name = "kryptonLabel18";
  472. this.kryptonLabel18.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  473. this.kryptonLabel18.Size = new System.Drawing.Size(94, 24);
  474. this.kryptonLabel18.TabIndex = 108;
  475. this.kryptonLabel18.Values.Text = "默认单位";
  476. //
  477. // kryptonLabel19
  478. //
  479. this.kryptonLabel19.AutoSize = false;
  480. this.kryptonLabel19.Location = new System.Drawing.Point(267, 93);
  481. this.kryptonLabel19.Name = "kryptonLabel19";
  482. this.kryptonLabel19.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  483. this.kryptonLabel19.Size = new System.Drawing.Size(94, 24);
  484. this.kryptonLabel19.TabIndex = 109;
  485. this.kryptonLabel19.Values.Text = "规格型号";
  486. //
  487. // kryptonLabel20
  488. //
  489. this.kryptonLabel20.AutoSize = false;
  490. this.kryptonLabel20.Location = new System.Drawing.Point(531, 93);
  491. this.kryptonLabel20.Name = "kryptonLabel20";
  492. this.kryptonLabel20.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  493. this.kryptonLabel20.Size = new System.Drawing.Size(94, 24);
  494. this.kryptonLabel20.TabIndex = 110;
  495. this.kryptonLabel20.Values.Text = "外箱条码";
  496. //
  497. // kryptonLabel21
  498. //
  499. this.kryptonLabel21.AutoSize = false;
  500. this.kryptonLabel21.Location = new System.Drawing.Point(3, 123);
  501. this.kryptonLabel21.Name = "kryptonLabel21";
  502. this.kryptonLabel21.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  503. this.kryptonLabel21.Size = new System.Drawing.Size(94, 24);
  504. this.kryptonLabel21.TabIndex = 111;
  505. this.kryptonLabel21.Values.Text = "单包条码";
  506. //
  507. // txtSpecsModel
  508. //
  509. this.txtSpecsModel.Location = new System.Drawing.Point(367, 93);
  510. this.txtSpecsModel.Name = "txtSpecsModel";
  511. this.txtSpecsModel.Size = new System.Drawing.Size(158, 23);
  512. this.txtSpecsModel.TabIndex = 113;
  513. this.txtSpecsModel.Tag = "SPECS_MODEL";
  514. //
  515. // kryptonTextBox4
  516. //
  517. this.kryptonTextBox4.Enabled = false;
  518. this.kryptonTextBox4.Location = new System.Drawing.Point(631, 93);
  519. this.kryptonTextBox4.Name = "kryptonTextBox4";
  520. this.kryptonTextBox4.Size = new System.Drawing.Size(160, 23);
  521. this.kryptonTextBox4.TabIndex = 114;
  522. this.kryptonTextBox4.Tag = "";
  523. //
  524. // numUnitPrice
  525. //
  526. this.numUnitPrice.DecimalPlaces = 2;
  527. this.numUnitPrice.Location = new System.Drawing.Point(631, 63);
  528. this.numUnitPrice.Maximum = new decimal(new int[] {
  529. 999999,
  530. 0,
  531. 0,
  532. 0});
  533. this.numUnitPrice.Name = "numUnitPrice";
  534. this.numUnitPrice.Size = new System.Drawing.Size(160, 22);
  535. this.numUnitPrice.TabIndex = 115;
  536. this.numUnitPrice.Tag = "UNIT_PRICE";
  537. //
  538. // kryptonTextBox5
  539. //
  540. this.kryptonTextBox5.Enabled = false;
  541. this.kryptonTextBox5.Location = new System.Drawing.Point(103, 123);
  542. this.kryptonTextBox5.Name = "kryptonTextBox5";
  543. this.kryptonTextBox5.Size = new System.Drawing.Size(158, 23);
  544. this.kryptonTextBox5.TabIndex = 116;
  545. this.kryptonTextBox5.Tag = "";
  546. //
  547. // kryptonLabel22
  548. //
  549. this.kryptonLabel22.AutoSize = false;
  550. this.kryptonLabel22.Location = new System.Drawing.Point(267, 123);
  551. this.kryptonLabel22.Name = "kryptonLabel22";
  552. this.kryptonLabel22.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  553. this.kryptonLabel22.Size = new System.Drawing.Size(94, 24);
  554. this.kryptonLabel22.TabIndex = 117;
  555. this.kryptonLabel22.Values.Text = "最大库存";
  556. //
  557. // numMaxStock
  558. //
  559. this.numMaxStock.Increment = new decimal(new int[] {
  560. 5,
  561. 0,
  562. 0,
  563. 65536});
  564. this.numMaxStock.Location = new System.Drawing.Point(367, 123);
  565. this.numMaxStock.Maximum = new decimal(new int[] {
  566. 999999,
  567. 0,
  568. 0,
  569. 0});
  570. this.numMaxStock.Name = "numMaxStock";
  571. this.numMaxStock.Size = new System.Drawing.Size(158, 22);
  572. this.numMaxStock.TabIndex = 118;
  573. this.numMaxStock.Tag = "MAX_STOCK";
  574. //
  575. // kryptonLabel23
  576. //
  577. this.kryptonLabel23.AutoSize = false;
  578. this.kryptonLabel23.Location = new System.Drawing.Point(531, 123);
  579. this.kryptonLabel23.Name = "kryptonLabel23";
  580. this.kryptonLabel23.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  581. this.kryptonLabel23.Size = new System.Drawing.Size(94, 24);
  582. this.kryptonLabel23.TabIndex = 119;
  583. this.kryptonLabel23.Values.Text = "最小库存";
  584. //
  585. // numMinStock
  586. //
  587. this.numMinStock.Increment = new decimal(new int[] {
  588. 5,
  589. 0,
  590. 0,
  591. 65536});
  592. this.numMinStock.Location = new System.Drawing.Point(631, 123);
  593. this.numMinStock.Maximum = new decimal(new int[] {
  594. 999999,
  595. 0,
  596. 0,
  597. 0});
  598. this.numMinStock.Name = "numMinStock";
  599. this.numMinStock.Size = new System.Drawing.Size(160, 22);
  600. this.numMinStock.TabIndex = 120;
  601. this.numMinStock.Tag = "MIN_STOCK";
  602. //
  603. // chkUse
  604. //
  605. this.chkUse.Checked = true;
  606. this.chkUse.CheckState = System.Windows.Forms.CheckState.Checked;
  607. this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
  608. this.chkUse.Location = new System.Drawing.Point(103, 183);
  609. this.chkUse.Name = "chkUse";
  610. this.chkUse.Size = new System.Drawing.Size(158, 24);
  611. this.chkUse.TabIndex = 130;
  612. this.chkUse.Tag = "USED_FLAG";
  613. this.chkUse.Values.Text = "";
  614. //
  615. // kryptonLabel27
  616. //
  617. this.kryptonLabel27.AutoSize = false;
  618. this.kryptonLabel27.Location = new System.Drawing.Point(3, 183);
  619. this.kryptonLabel27.Name = "kryptonLabel27";
  620. this.kryptonLabel27.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  621. this.kryptonLabel27.Size = new System.Drawing.Size(94, 24);
  622. this.kryptonLabel27.TabIndex = 129;
  623. this.kryptonLabel27.Values.Text = "使用标识";
  624. //
  625. // numWide
  626. //
  627. this.numWide.Increment = new decimal(new int[] {
  628. 5,
  629. 0,
  630. 0,
  631. 65536});
  632. this.numWide.Location = new System.Drawing.Point(367, 33);
  633. this.numWide.Maximum = new decimal(new int[] {
  634. 999999,
  635. 0,
  636. 0,
  637. 0});
  638. this.numWide.Name = "numWide";
  639. this.numWide.Size = new System.Drawing.Size(158, 22);
  640. this.numWide.TabIndex = 131;
  641. this.numWide.Tag = "WIDE";
  642. //
  643. // numHeight
  644. //
  645. this.numHeight.Increment = new decimal(new int[] {
  646. 5,
  647. 0,
  648. 0,
  649. 65536});
  650. this.numHeight.Location = new System.Drawing.Point(631, 33);
  651. this.numHeight.Maximum = new decimal(new int[] {
  652. 999999,
  653. 0,
  654. 0,
  655. 0});
  656. this.numHeight.Name = "numHeight";
  657. this.numHeight.Size = new System.Drawing.Size(160, 22);
  658. this.numHeight.TabIndex = 132;
  659. this.numHeight.Tag = "HEIGHT";
  660. //
  661. // cmbUnit
  662. //
  663. this.cmbUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  664. this.cmbUnit.DropDownWidth = 121;
  665. this.cmbUnit.Location = new System.Drawing.Point(103, 93);
  666. this.cmbUnit.Name = "cmbUnit";
  667. this.cmbUnit.Size = new System.Drawing.Size(158, 21);
  668. this.cmbUnit.TabIndex = 133;
  669. this.cmbUnit.Tag = "UNIT_CODE";
  670. //
  671. // dtEffectiveTime
  672. //
  673. this.dtEffectiveTime.AlwaysActive = false;
  674. this.dtEffectiveTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  675. this.dtEffectiveTime.Checked = false;
  676. this.dtEffectiveTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  677. this.dtEffectiveTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  678. this.dtEffectiveTime.Location = new System.Drawing.Point(103, 153);
  679. this.dtEffectiveTime.Name = "dtEffectiveTime";
  680. this.dtEffectiveTime.ShowCheckBox = true;
  681. this.dtEffectiveTime.Size = new System.Drawing.Size(158, 21);
  682. this.dtEffectiveTime.TabIndex = 134;
  683. this.dtEffectiveTime.Tag = "OUTBOUND_EFFECTIVE_TIME";
  684. //
  685. // lbStatusMessage
  686. //
  687. this.lbStatusMessage.AutoSize = true;
  688. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  689. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  690. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  691. this.lbStatusMessage.Name = "lbStatusMessage";
  692. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  693. this.lbStatusMessage.TabIndex = 47;
  694. //
  695. // btnSave
  696. //
  697. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  698. this.btnSave.Location = new System.Drawing.Point(602, 386);
  699. this.btnSave.Name = "btnSave";
  700. this.btnSave.Size = new System.Drawing.Size(94, 30);
  701. this.btnSave.TabIndex = 42;
  702. this.btnSave.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Values.Image")));
  703. this.btnSave.Values.Text = "保存";
  704. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  705. //
  706. // btnExit
  707. //
  708. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  709. this.btnExit.Location = new System.Drawing.Point(702, 386);
  710. this.btnExit.Name = "btnExit";
  711. this.btnExit.Size = new System.Drawing.Size(84, 30);
  712. this.btnExit.TabIndex = 41;
  713. this.btnExit.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Values.Image")));
  714. this.btnExit.Values.Text = "退出";
  715. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  716. //
  717. // FrmMaterielEdit
  718. //
  719. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  720. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  721. this.ClientSize = new System.Drawing.Size(800, 450);
  722. this.Controls.Add(this.groupOperation);
  723. this.Name = "FrmMaterielEdit";
  724. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  725. this.Text = "FrmMaterielEdit";
  726. this.Shown += new System.EventHandler(this.FrmMaterielEdit_Shown);
  727. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  728. this.groupOperation.Panel.ResumeLayout(false);
  729. this.groupOperation.Panel.PerformLayout();
  730. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  731. this.groupOperation.ResumeLayout(false);
  732. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  733. this.kryptonPanelInput.ResumeLayout(false);
  734. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit();
  735. this.kryptonNavigatorOperation.ResumeLayout(false);
  736. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit();
  737. this.kryptonPageInfo.ResumeLayout(false);
  738. this.tableLayoutPanelInput.ResumeLayout(false);
  739. this.tableLayoutPanelInput.PerformLayout();
  740. ((System.ComponentModel.ISupportInitialize)(this.cmbMaterielType)).EndInit();
  741. ((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).EndInit();
  742. this.ResumeLayout(false);
  743. }
  744. #endregion
  745. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  746. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  747. private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation;
  748. private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo;
  749. private System.Windows.Forms.Label lbStatusMessage;
  750. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  751. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  752. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtOutboundEffectiveTime;
  753. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel26;
  754. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numDelayEffectiveTime;
  755. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel25;
  756. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel24;
  757. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17;
  758. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numWeight;
  759. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numVolume;
  760. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
  761. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMaterielCode;
  762. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29;
  763. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  764. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMaterielName;
  765. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  766. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  767. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  768. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  769. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbMaterielType;
  770. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numLength;
  771. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
  772. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18;
  773. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel19;
  774. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel20;
  775. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel21;
  776. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSpecsModel;
  777. private ComponentFactory.Krypton.Toolkit.KryptonTextBox kryptonTextBox4;
  778. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numUnitPrice;
  779. private ComponentFactory.Krypton.Toolkit.KryptonTextBox kryptonTextBox5;
  780. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel22;
  781. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numMaxStock;
  782. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel23;
  783. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numMinStock;
  784. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  785. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel27;
  786. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numWide;
  787. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numHeight;
  788. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbUnit;
  789. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtEffectiveTime;
  790. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  791. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  792. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  793. }
  794. }