namespace NXWMS.Forms.Base.ChildFrm { partial class FrmPalletEdit { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator(); this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage(); this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox(); this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel(); this.txtPalletCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel30 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtPalletName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel28 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox(); this.cmbPalletType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.lbStatusMessage = new System.Windows.Forms.Label(); this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit(); this.groupOperation.Panel.SuspendLayout(); this.groupOperation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit(); this.kryptonPanelInput.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit(); this.kryptonNavigatorOperation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit(); this.kryptonPageInfo.SuspendLayout(); this.tableLayoutPanelInput.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbPalletType)).BeginInit(); this.SuspendLayout(); // // groupOperation // this.groupOperation.CaptionOverlap = 0D; this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel; this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill; this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient; this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1; this.groupOperation.Location = new System.Drawing.Point(0, 0); this.groupOperation.Name = "groupOperation"; // // groupOperation.Panel // this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput); this.groupOperation.Panel.Controls.Add(this.lbStatusMessage); this.groupOperation.Panel.Controls.Add(this.btnSave); this.groupOperation.Panel.Controls.Add(this.btnExit); this.groupOperation.Size = new System.Drawing.Size(800, 450); this.groupOperation.TabIndex = 74; this.groupOperation.Values.Heading = "编辑"; this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about; // // kryptonPanelInput // this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation); this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0); this.kryptonPanelInput.Name = "kryptonPanelInput"; this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone; this.kryptonPanelInput.Size = new System.Drawing.Size(796, 380); this.kryptonPanelInput.TabIndex = 48; // // kryptonNavigatorOperation // this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None; this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide; this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient; this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0); this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation"; this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup; this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay; this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] { this.kryptonPageInfo}); this.kryptonNavigatorOperation.SelectedIndex = 0; this.kryptonNavigatorOperation.Size = new System.Drawing.Size(796, 380); this.kryptonNavigatorOperation.TabIndex = 63; this.kryptonNavigatorOperation.Text = "kryptonNavigator1"; // // kryptonPageInfo // this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200); this.kryptonPageInfo.Controls.Add(this.richDescibe); this.kryptonPageInfo.Controls.Add(this.kryptonLabel16); this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput); this.kryptonPageInfo.Flags = 65534; this.kryptonPageInfo.LastVisibleSet = true; this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50); this.kryptonPageInfo.Name = "kryptonPageInfo"; this.kryptonPageInfo.Size = new System.Drawing.Size(794, 351); this.kryptonPageInfo.Text = "基础配置"; this.kryptonPageInfo.ToolTipTitle = "Page ToolTip"; this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D"; // // richDescibe // this.richDescibe.Location = new System.Drawing.Point(103, 98); this.richDescibe.Name = "richDescibe"; this.richDescibe.Size = new System.Drawing.Size(682, 97); this.richDescibe.TabIndex = 108; this.richDescibe.Tag = "DESCRIBE"; this.richDescibe.Text = ""; // // kryptonLabel16 // this.kryptonLabel16.AutoSize = false; this.kryptonLabel16.Location = new System.Drawing.Point(9, 99); this.kryptonLabel16.Name = "kryptonLabel16"; this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel16.Size = new System.Drawing.Size(87, 23); this.kryptonLabel16.TabIndex = 109; this.kryptonLabel16.Values.Text = "描述"; // // tableLayoutPanelInput // this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanelInput.ColumnCount = 6; this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.Controls.Add(this.txtPalletCode, 1, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel30, 4, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 0); this.tableLayoutPanelInput.Controls.Add(this.txtPalletName, 3, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel28, 0, 1); this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 1); this.tableLayoutPanelInput.Controls.Add(this.cmbPalletType, 5, 0); this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelInput.Name = "tableLayoutPanelInput"; this.tableLayoutPanelInput.RowCount = 3; this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.Size = new System.Drawing.Size(794, 92); this.tableLayoutPanelInput.TabIndex = 106; // // txtPalletCode // this.txtPalletCode.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPalletCode.Location = new System.Drawing.Point(103, 3); this.txtPalletCode.Name = "txtPalletCode"; this.txtPalletCode.Size = new System.Drawing.Size(158, 23); this.txtPalletCode.TabIndex = 30; this.txtPalletCode.Tag = "PALLET_CODE"; // // kryptonLabel29 // this.kryptonLabel29.AutoSize = false; this.kryptonLabel29.Location = new System.Drawing.Point(3, 3); this.kryptonLabel29.Name = "kryptonLabel29"; this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel29.Size = new System.Drawing.Size(94, 24); this.kryptonLabel29.TabIndex = 83; this.kryptonLabel29.Values.Text = "托盘编码"; // // kryptonLabel30 // this.kryptonLabel30.AutoSize = false; this.kryptonLabel30.Location = new System.Drawing.Point(531, 3); this.kryptonLabel30.Name = "kryptonLabel30"; this.kryptonLabel30.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel30.Size = new System.Drawing.Size(94, 24); this.kryptonLabel30.TabIndex = 84; this.kryptonLabel30.Values.Text = "托盘类型"; // // kryptonLabel4 // this.kryptonLabel4.AutoSize = false; this.kryptonLabel4.Location = new System.Drawing.Point(267, 3); this.kryptonLabel4.Name = "kryptonLabel4"; this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel4.Size = new System.Drawing.Size(94, 24); this.kryptonLabel4.TabIndex = 86; this.kryptonLabel4.Values.Text = "托盘名称"; // // txtPalletName // this.txtPalletName.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPalletName.Location = new System.Drawing.Point(367, 3); this.txtPalletName.Name = "txtPalletName"; this.txtPalletName.Size = new System.Drawing.Size(158, 23); this.txtPalletName.TabIndex = 87; this.txtPalletName.Tag = "PALLET_NAME"; // // kryptonLabel28 // this.kryptonLabel28.AutoSize = false; this.kryptonLabel28.Location = new System.Drawing.Point(3, 33); this.kryptonLabel28.Name = "kryptonLabel28"; this.kryptonLabel28.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel28.Size = new System.Drawing.Size(94, 24); this.kryptonLabel28.TabIndex = 79; this.kryptonLabel28.Values.Text = "使用标识"; // // chkUse // this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill; this.chkUse.Location = new System.Drawing.Point(103, 33); this.chkUse.Name = "chkUse"; this.chkUse.Size = new System.Drawing.Size(158, 24); this.chkUse.TabIndex = 85; this.chkUse.Tag = "USED_FLAG"; this.chkUse.Values.Text = ""; // // cmbPalletType // this.cmbPalletType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPalletType.DropDownWidth = 121; this.cmbPalletType.Location = new System.Drawing.Point(631, 3); this.cmbPalletType.Name = "cmbPalletType"; this.cmbPalletType.Size = new System.Drawing.Size(160, 21); this.cmbPalletType.TabIndex = 88; this.cmbPalletType.Tag = "PALLET_TYPE_CODE"; // // lbStatusMessage // this.lbStatusMessage.AutoSize = true; this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent; this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbStatusMessage.Location = new System.Drawing.Point(5, 360); this.lbStatusMessage.Name = "lbStatusMessage"; this.lbStatusMessage.Size = new System.Drawing.Size(0, 20); this.lbStatusMessage.TabIndex = 47; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(587, 385); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(86, 29); this.btnSave.TabIndex = 42; this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save; this.btnSave.Values.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnExit // this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.Location = new System.Drawing.Point(693, 386); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(93, 28); this.btnExit.TabIndex = 41; this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit; this.btnExit.Values.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // FrmPalletEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.groupOperation); this.Name = "FrmPalletEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FrmPalletEdit"; this.Shown += new System.EventHandler(this.FrmPalletEdit_Shown); ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit(); this.groupOperation.Panel.ResumeLayout(false); this.groupOperation.Panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit(); this.groupOperation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit(); this.kryptonPanelInput.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit(); this.kryptonNavigatorOperation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit(); this.kryptonPageInfo.ResumeLayout(false); this.tableLayoutPanelInput.ResumeLayout(false); this.tableLayoutPanelInput.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbPalletType)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput; private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation; private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo; private System.Windows.Forms.Label lbStatusMessage; private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave; private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtPalletCode; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel30; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtPalletName; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel28; private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbPalletType; private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16; public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput; } }