FrmPalletEdit.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. 
  2. namespace NXWMS.Forms.Base.ChildFrm
  3. {
  4. partial class FrmPalletEdit
  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.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
  32. this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage();
  33. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  34. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  35. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  36. this.txtPalletCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  37. this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  38. this.kryptonLabel30 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.txtPalletName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  41. this.kryptonLabel28 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  43. this.cmbPalletType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  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. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit();
  54. this.kryptonNavigatorOperation.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit();
  56. this.kryptonPageInfo.SuspendLayout();
  57. this.tableLayoutPanelInput.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.cmbPalletType)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // groupOperation
  62. //
  63. this.groupOperation.CaptionOverlap = 0D;
  64. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  65. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  67. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  68. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  69. this.groupOperation.Name = "groupOperation";
  70. //
  71. // groupOperation.Panel
  72. //
  73. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  74. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  75. this.groupOperation.Panel.Controls.Add(this.btnSave);
  76. this.groupOperation.Panel.Controls.Add(this.btnExit);
  77. this.groupOperation.Size = new System.Drawing.Size(800, 450);
  78. this.groupOperation.TabIndex = 74;
  79. this.groupOperation.Values.Heading = "编辑";
  80. this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
  81. //
  82. // kryptonPanelInput
  83. //
  84. this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation);
  85. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  87. this.kryptonPanelInput.Name = "kryptonPanelInput";
  88. this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone;
  89. this.kryptonPanelInput.Size = new System.Drawing.Size(796, 380);
  90. this.kryptonPanelInput.TabIndex = 48;
  91. //
  92. // kryptonNavigatorOperation
  93. //
  94. this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
  95. this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
  96. this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  98. this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0);
  99. this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation";
  100. this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
  101. this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay;
  102. this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
  103. this.kryptonPageInfo});
  104. this.kryptonNavigatorOperation.SelectedIndex = 0;
  105. this.kryptonNavigatorOperation.Size = new System.Drawing.Size(796, 380);
  106. this.kryptonNavigatorOperation.TabIndex = 63;
  107. this.kryptonNavigatorOperation.Text = "kryptonNavigator1";
  108. //
  109. // kryptonPageInfo
  110. //
  111. this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  112. this.kryptonPageInfo.Controls.Add(this.richDescibe);
  113. this.kryptonPageInfo.Controls.Add(this.kryptonLabel16);
  114. this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput);
  115. this.kryptonPageInfo.Flags = 65534;
  116. this.kryptonPageInfo.LastVisibleSet = true;
  117. this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50);
  118. this.kryptonPageInfo.Name = "kryptonPageInfo";
  119. this.kryptonPageInfo.Size = new System.Drawing.Size(794, 351);
  120. this.kryptonPageInfo.Text = "基础配置";
  121. this.kryptonPageInfo.ToolTipTitle = "Page ToolTip";
  122. this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D";
  123. //
  124. // richDescibe
  125. //
  126. this.richDescibe.Location = new System.Drawing.Point(103, 98);
  127. this.richDescibe.Name = "richDescibe";
  128. this.richDescibe.Size = new System.Drawing.Size(682, 97);
  129. this.richDescibe.TabIndex = 108;
  130. this.richDescibe.Tag = "DESCRIBE";
  131. this.richDescibe.Text = "";
  132. //
  133. // kryptonLabel16
  134. //
  135. this.kryptonLabel16.AutoSize = false;
  136. this.kryptonLabel16.Location = new System.Drawing.Point(9, 99);
  137. this.kryptonLabel16.Name = "kryptonLabel16";
  138. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  139. this.kryptonLabel16.Size = new System.Drawing.Size(87, 23);
  140. this.kryptonLabel16.TabIndex = 109;
  141. this.kryptonLabel16.Values.Text = "描述";
  142. //
  143. // tableLayoutPanelInput
  144. //
  145. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  146. this.tableLayoutPanelInput.ColumnCount = 6;
  147. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  148. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  149. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  150. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  151. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  152. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  153. this.tableLayoutPanelInput.Controls.Add(this.txtPalletCode, 1, 0);
  154. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 0);
  155. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel30, 4, 0);
  156. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 0);
  157. this.tableLayoutPanelInput.Controls.Add(this.txtPalletName, 3, 0);
  158. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel28, 0, 1);
  159. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 1);
  160. this.tableLayoutPanelInput.Controls.Add(this.cmbPalletType, 5, 0);
  161. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  162. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  163. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  164. this.tableLayoutPanelInput.RowCount = 3;
  165. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  166. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  167. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  168. this.tableLayoutPanelInput.Size = new System.Drawing.Size(794, 92);
  169. this.tableLayoutPanelInput.TabIndex = 106;
  170. //
  171. // txtPalletCode
  172. //
  173. this.txtPalletCode.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.txtPalletCode.Location = new System.Drawing.Point(103, 3);
  175. this.txtPalletCode.Name = "txtPalletCode";
  176. this.txtPalletCode.Size = new System.Drawing.Size(158, 23);
  177. this.txtPalletCode.TabIndex = 30;
  178. this.txtPalletCode.Tag = "PALLET_CODE";
  179. //
  180. // kryptonLabel29
  181. //
  182. this.kryptonLabel29.AutoSize = false;
  183. this.kryptonLabel29.Location = new System.Drawing.Point(3, 3);
  184. this.kryptonLabel29.Name = "kryptonLabel29";
  185. this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  186. this.kryptonLabel29.Size = new System.Drawing.Size(94, 24);
  187. this.kryptonLabel29.TabIndex = 83;
  188. this.kryptonLabel29.Values.Text = "托盘编码";
  189. //
  190. // kryptonLabel30
  191. //
  192. this.kryptonLabel30.AutoSize = false;
  193. this.kryptonLabel30.Location = new System.Drawing.Point(531, 3);
  194. this.kryptonLabel30.Name = "kryptonLabel30";
  195. this.kryptonLabel30.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  196. this.kryptonLabel30.Size = new System.Drawing.Size(94, 24);
  197. this.kryptonLabel30.TabIndex = 84;
  198. this.kryptonLabel30.Values.Text = "托盘类型";
  199. //
  200. // kryptonLabel4
  201. //
  202. this.kryptonLabel4.AutoSize = false;
  203. this.kryptonLabel4.Location = new System.Drawing.Point(267, 3);
  204. this.kryptonLabel4.Name = "kryptonLabel4";
  205. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  206. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  207. this.kryptonLabel4.TabIndex = 86;
  208. this.kryptonLabel4.Values.Text = "托盘名称";
  209. //
  210. // txtPalletName
  211. //
  212. this.txtPalletName.Dock = System.Windows.Forms.DockStyle.Fill;
  213. this.txtPalletName.Location = new System.Drawing.Point(367, 3);
  214. this.txtPalletName.Name = "txtPalletName";
  215. this.txtPalletName.Size = new System.Drawing.Size(158, 23);
  216. this.txtPalletName.TabIndex = 87;
  217. this.txtPalletName.Tag = "PALLET_NAME";
  218. //
  219. // kryptonLabel28
  220. //
  221. this.kryptonLabel28.AutoSize = false;
  222. this.kryptonLabel28.Location = new System.Drawing.Point(3, 33);
  223. this.kryptonLabel28.Name = "kryptonLabel28";
  224. this.kryptonLabel28.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  225. this.kryptonLabel28.Size = new System.Drawing.Size(94, 24);
  226. this.kryptonLabel28.TabIndex = 79;
  227. this.kryptonLabel28.Values.Text = "使用标识";
  228. //
  229. // chkUse
  230. //
  231. this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
  232. this.chkUse.Location = new System.Drawing.Point(103, 33);
  233. this.chkUse.Name = "chkUse";
  234. this.chkUse.Size = new System.Drawing.Size(158, 24);
  235. this.chkUse.TabIndex = 85;
  236. this.chkUse.Tag = "USED_FLAG";
  237. this.chkUse.Values.Text = "";
  238. //
  239. // cmbPalletType
  240. //
  241. this.cmbPalletType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  242. this.cmbPalletType.DropDownWidth = 121;
  243. this.cmbPalletType.Location = new System.Drawing.Point(631, 3);
  244. this.cmbPalletType.Name = "cmbPalletType";
  245. this.cmbPalletType.Size = new System.Drawing.Size(160, 21);
  246. this.cmbPalletType.TabIndex = 88;
  247. this.cmbPalletType.Tag = "PALLET_TYPE_CODE";
  248. //
  249. // lbStatusMessage
  250. //
  251. this.lbStatusMessage.AutoSize = true;
  252. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  253. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  255. this.lbStatusMessage.Name = "lbStatusMessage";
  256. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  257. this.lbStatusMessage.TabIndex = 47;
  258. //
  259. // btnSave
  260. //
  261. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  262. | System.Windows.Forms.AnchorStyles.Left)
  263. | System.Windows.Forms.AnchorStyles.Right)));
  264. this.btnSave.Location = new System.Drawing.Point(587, 385);
  265. this.btnSave.Name = "btnSave";
  266. this.btnSave.Size = new System.Drawing.Size(86, 29);
  267. this.btnSave.TabIndex = 42;
  268. this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
  269. this.btnSave.Values.Text = "保存";
  270. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  271. //
  272. // btnExit
  273. //
  274. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  275. | System.Windows.Forms.AnchorStyles.Left)
  276. | System.Windows.Forms.AnchorStyles.Right)));
  277. this.btnExit.Location = new System.Drawing.Point(693, 386);
  278. this.btnExit.Name = "btnExit";
  279. this.btnExit.Size = new System.Drawing.Size(93, 28);
  280. this.btnExit.TabIndex = 41;
  281. this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
  282. this.btnExit.Values.Text = "退出";
  283. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  284. //
  285. // FrmPalletEdit
  286. //
  287. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  288. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  289. this.ClientSize = new System.Drawing.Size(800, 450);
  290. this.Controls.Add(this.groupOperation);
  291. this.Name = "FrmPalletEdit";
  292. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  293. this.Text = "FrmPalletEdit";
  294. this.Shown += new System.EventHandler(this.FrmPalletEdit_Shown);
  295. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  296. this.groupOperation.Panel.ResumeLayout(false);
  297. this.groupOperation.Panel.PerformLayout();
  298. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  299. this.groupOperation.ResumeLayout(false);
  300. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  301. this.kryptonPanelInput.ResumeLayout(false);
  302. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit();
  303. this.kryptonNavigatorOperation.ResumeLayout(false);
  304. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit();
  305. this.kryptonPageInfo.ResumeLayout(false);
  306. this.tableLayoutPanelInput.ResumeLayout(false);
  307. this.tableLayoutPanelInput.PerformLayout();
  308. ((System.ComponentModel.ISupportInitialize)(this.cmbPalletType)).EndInit();
  309. this.ResumeLayout(false);
  310. }
  311. #endregion
  312. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  313. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  314. private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation;
  315. private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo;
  316. private System.Windows.Forms.Label lbStatusMessage;
  317. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  318. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  319. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtPalletCode;
  320. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29;
  321. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel30;
  322. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  323. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtPalletName;
  324. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel28;
  325. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  326. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbPalletType;
  327. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  328. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  329. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  330. }
  331. }