FrmRegionEdit.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. 
  2. namespace NXWMS.Forms.Base.ChildFrm
  3. {
  4. partial class FrmRegionEdit
  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. this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  31. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  32. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  33. this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  34. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  35. this.cmbAreaCode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  36. this.cmbWarehouse = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  37. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  38. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  40. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.txtRegionCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  42. this.txtRegionName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  43. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  44. this.lbStatusMessage = new System.Windows.Forms.Label();
  45. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  46. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  47. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  49. this.groupOperation.Panel.SuspendLayout();
  50. this.groupOperation.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  52. this.kryptonPanelInput.SuspendLayout();
  53. this.tableLayoutPanelInput.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.cmbAreaCode)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.cmbWarehouse)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // groupOperation
  59. //
  60. this.groupOperation.CaptionOverlap = 0D;
  61. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  63. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  64. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  65. this.groupOperation.Name = "groupOperation";
  66. //
  67. // groupOperation.Panel
  68. //
  69. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  70. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  71. this.groupOperation.Panel.Controls.Add(this.btnSave);
  72. this.groupOperation.Panel.Controls.Add(this.btnExit);
  73. this.groupOperation.Size = new System.Drawing.Size(800, 450);
  74. this.groupOperation.TabIndex = 61;
  75. this.groupOperation.Values.Heading = "编辑";
  76. this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
  77. //
  78. // kryptonPanelInput
  79. //
  80. this.kryptonPanelInput.Controls.Add(this.tableLayoutPanelInput);
  81. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  82. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  83. this.kryptonPanelInput.Name = "kryptonPanelInput";
  84. this.kryptonPanelInput.Size = new System.Drawing.Size(796, 355);
  85. this.kryptonPanelInput.TabIndex = 48;
  86. //
  87. // tableLayoutPanelInput
  88. //
  89. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  90. this.tableLayoutPanelInput.ColumnCount = 6;
  91. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  92. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  93. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  94. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  95. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  96. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  97. this.tableLayoutPanelInput.Controls.Add(this.richDescibe, 1, 2);
  98. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
  99. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
  100. this.tableLayoutPanelInput.Controls.Add(this.cmbAreaCode, 1, 0);
  101. this.tableLayoutPanelInput.Controls.Add(this.cmbWarehouse, 3, 0);
  102. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel5, 0, 1);
  103. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 4, 0);
  104. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 0);
  105. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel3, 2, 1);
  106. this.tableLayoutPanelInput.Controls.Add(this.txtRegionCode, 1, 1);
  107. this.tableLayoutPanelInput.Controls.Add(this.txtRegionName, 3, 1);
  108. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel6, 0, 2);
  109. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  110. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  111. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  112. this.tableLayoutPanelInput.RowCount = 3;
  113. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  114. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  115. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  116. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
  117. this.tableLayoutPanelInput.Size = new System.Drawing.Size(796, 125);
  118. this.tableLayoutPanelInput.TabIndex = 40;
  119. //
  120. // richDescibe
  121. //
  122. this.tableLayoutPanelInput.SetColumnSpan(this.richDescibe, 5);
  123. this.richDescibe.Location = new System.Drawing.Point(103, 85);
  124. this.richDescibe.Name = "richDescibe";
  125. this.richDescibe.Size = new System.Drawing.Size(683, 37);
  126. this.richDescibe.TabIndex = 44;
  127. this.richDescibe.Tag = "DESCRIBE";
  128. this.richDescibe.Text = "";
  129. //
  130. // kryptonLabel15
  131. //
  132. this.kryptonLabel15.AutoSize = false;
  133. this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.kryptonLabel15.Location = new System.Drawing.Point(268, 3);
  135. this.kryptonLabel15.Name = "kryptonLabel15";
  136. this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  137. this.kryptonLabel15.Size = new System.Drawing.Size(94, 35);
  138. this.kryptonLabel15.TabIndex = 2;
  139. this.kryptonLabel15.Values.Text = "仓库";
  140. //
  141. // kryptonLabel16
  142. //
  143. this.kryptonLabel16.AutoSize = false;
  144. this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.kryptonLabel16.Location = new System.Drawing.Point(3, 3);
  146. this.kryptonLabel16.Name = "kryptonLabel16";
  147. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  148. this.kryptonLabel16.Size = new System.Drawing.Size(94, 35);
  149. this.kryptonLabel16.TabIndex = 0;
  150. this.kryptonLabel16.Values.Text = "区域";
  151. //
  152. // cmbAreaCode
  153. //
  154. this.cmbAreaCode.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.cmbAreaCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  156. this.cmbAreaCode.DropDownWidth = 121;
  157. this.cmbAreaCode.Location = new System.Drawing.Point(103, 3);
  158. this.cmbAreaCode.Name = "cmbAreaCode";
  159. this.cmbAreaCode.Size = new System.Drawing.Size(159, 21);
  160. this.cmbAreaCode.TabIndex = 40;
  161. this.cmbAreaCode.Tag = "AREA_CODE";
  162. //
  163. // cmbWarehouse
  164. //
  165. this.cmbWarehouse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  166. this.cmbWarehouse.DropDownWidth = 121;
  167. this.cmbWarehouse.Location = new System.Drawing.Point(368, 3);
  168. this.cmbWarehouse.Name = "cmbWarehouse";
  169. this.cmbWarehouse.Size = new System.Drawing.Size(159, 21);
  170. this.cmbWarehouse.TabIndex = 41;
  171. this.cmbWarehouse.Tag = "WAREHOUSE_CODE";
  172. //
  173. // kryptonLabel5
  174. //
  175. this.kryptonLabel5.AutoSize = false;
  176. this.kryptonLabel5.Location = new System.Drawing.Point(3, 44);
  177. this.kryptonLabel5.Name = "kryptonLabel5";
  178. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  179. this.kryptonLabel5.Size = new System.Drawing.Size(94, 22);
  180. this.kryptonLabel5.TabIndex = 31;
  181. this.kryptonLabel5.Values.Text = "库区编码";
  182. //
  183. // kryptonLabel8
  184. //
  185. this.kryptonLabel8.AutoSize = false;
  186. this.kryptonLabel8.Location = new System.Drawing.Point(533, 3);
  187. this.kryptonLabel8.Name = "kryptonLabel8";
  188. this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  189. this.kryptonLabel8.Size = new System.Drawing.Size(94, 22);
  190. this.kryptonLabel8.TabIndex = 33;
  191. this.kryptonLabel8.Values.Text = "是否启用";
  192. //
  193. // chkUse
  194. //
  195. this.chkUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  196. | System.Windows.Forms.AnchorStyles.Left)
  197. | System.Windows.Forms.AnchorStyles.Right)));
  198. this.chkUse.Location = new System.Drawing.Point(633, 3);
  199. this.chkUse.Name = "chkUse";
  200. this.chkUse.Size = new System.Drawing.Size(160, 35);
  201. this.chkUse.TabIndex = 34;
  202. this.chkUse.Tag = "USED_FLAG";
  203. this.chkUse.Values.Text = "";
  204. //
  205. // kryptonLabel3
  206. //
  207. this.kryptonLabel3.AutoSize = false;
  208. this.kryptonLabel3.Location = new System.Drawing.Point(268, 44);
  209. this.kryptonLabel3.Name = "kryptonLabel3";
  210. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  211. this.kryptonLabel3.Size = new System.Drawing.Size(94, 22);
  212. this.kryptonLabel3.TabIndex = 42;
  213. this.kryptonLabel3.Values.Text = "库区名称";
  214. //
  215. // txtRegionCode
  216. //
  217. this.txtRegionCode.Location = new System.Drawing.Point(103, 44);
  218. this.txtRegionCode.Name = "txtRegionCode";
  219. this.txtRegionCode.Size = new System.Drawing.Size(159, 23);
  220. this.txtRegionCode.TabIndex = 39;
  221. this.txtRegionCode.Tag = "REGION_CODE";
  222. //
  223. // txtRegionName
  224. //
  225. this.txtRegionName.Location = new System.Drawing.Point(368, 44);
  226. this.txtRegionName.Name = "txtRegionName";
  227. this.txtRegionName.Size = new System.Drawing.Size(159, 23);
  228. this.txtRegionName.TabIndex = 43;
  229. this.txtRegionName.Tag = "REGION_NAME";
  230. //
  231. // kryptonLabel6
  232. //
  233. this.kryptonLabel6.AutoSize = false;
  234. this.kryptonLabel6.Location = new System.Drawing.Point(3, 85);
  235. this.kryptonLabel6.Name = "kryptonLabel6";
  236. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  237. this.kryptonLabel6.Size = new System.Drawing.Size(47, 20);
  238. this.kryptonLabel6.TabIndex = 45;
  239. this.kryptonLabel6.Values.Text = "描述";
  240. //
  241. // lbStatusMessage
  242. //
  243. this.lbStatusMessage.AutoSize = true;
  244. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  245. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  247. this.lbStatusMessage.Name = "lbStatusMessage";
  248. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  249. this.lbStatusMessage.TabIndex = 47;
  250. //
  251. // btnSave
  252. //
  253. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  254. this.btnSave.Location = new System.Drawing.Point(564, 368);
  255. this.btnSave.Name = "btnSave";
  256. this.btnSave.Size = new System.Drawing.Size(104, 38);
  257. this.btnSave.TabIndex = 42;
  258. this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
  259. this.btnSave.Values.Text = "保存";
  260. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  261. //
  262. // btnExit
  263. //
  264. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  265. this.btnExit.Location = new System.Drawing.Point(674, 368);
  266. this.btnExit.Name = "btnExit";
  267. this.btnExit.Size = new System.Drawing.Size(85, 38);
  268. this.btnExit.TabIndex = 41;
  269. this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
  270. this.btnExit.Values.Text = "退出";
  271. //
  272. // FrmRegionEdit
  273. //
  274. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  275. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  276. this.ClientSize = new System.Drawing.Size(800, 450);
  277. this.Controls.Add(this.groupOperation);
  278. this.Name = "FrmRegionEdit";
  279. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  280. this.Text = "FrmRegion";
  281. this.Shown += new System.EventHandler(this.FrmRegionEdit_Shown);
  282. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  283. this.groupOperation.Panel.ResumeLayout(false);
  284. this.groupOperation.Panel.PerformLayout();
  285. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  286. this.groupOperation.ResumeLayout(false);
  287. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  288. this.kryptonPanelInput.ResumeLayout(false);
  289. this.tableLayoutPanelInput.ResumeLayout(false);
  290. this.tableLayoutPanelInput.PerformLayout();
  291. ((System.ComponentModel.ISupportInitialize)(this.cmbAreaCode)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.cmbWarehouse)).EndInit();
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  297. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  298. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  299. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  300. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
  301. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  302. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbAreaCode;
  303. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbWarehouse;
  304. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  305. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  306. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  307. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  308. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRegionCode;
  309. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRegionName;
  310. private System.Windows.Forms.Label lbStatusMessage;
  311. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  312. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  313. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  314. }
  315. }