namespace NXWMS.Forms.Base.ChildFrm
{
partial class FrmRegionEdit
{
///
/// 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.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.cmbAreaCode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.cmbWarehouse = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtRegionCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.txtRegionName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
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();
this.tableLayoutPanelInput.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbAreaCode)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbWarehouse)).BeginInit();
this.SuspendLayout();
//
// groupOperation
//
this.groupOperation.CaptionOverlap = 0D;
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 = 61;
this.groupOperation.Values.Heading = "编辑";
this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
//
// kryptonPanelInput
//
this.kryptonPanelInput.Controls.Add(this.tableLayoutPanelInput);
this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
this.kryptonPanelInput.Name = "kryptonPanelInput";
this.kryptonPanelInput.Size = new System.Drawing.Size(796, 355);
this.kryptonPanelInput.TabIndex = 48;
//
// 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.richDescibe, 1, 2);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
this.tableLayoutPanelInput.Controls.Add(this.cmbAreaCode, 1, 0);
this.tableLayoutPanelInput.Controls.Add(this.cmbWarehouse, 3, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel5, 0, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 4, 0);
this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel3, 2, 1);
this.tableLayoutPanelInput.Controls.Add(this.txtRegionCode, 1, 1);
this.tableLayoutPanelInput.Controls.Add(this.txtRegionName, 3, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel6, 0, 2);
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.Percent, 33.33333F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
this.tableLayoutPanelInput.Size = new System.Drawing.Size(796, 125);
this.tableLayoutPanelInput.TabIndex = 40;
//
// richDescibe
//
this.tableLayoutPanelInput.SetColumnSpan(this.richDescibe, 5);
this.richDescibe.Location = new System.Drawing.Point(103, 85);
this.richDescibe.Name = "richDescibe";
this.richDescibe.Size = new System.Drawing.Size(683, 37);
this.richDescibe.TabIndex = 44;
this.richDescibe.Tag = "DESCRIBE";
this.richDescibe.Text = "";
//
// kryptonLabel15
//
this.kryptonLabel15.AutoSize = false;
this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonLabel15.Location = new System.Drawing.Point(268, 3);
this.kryptonLabel15.Name = "kryptonLabel15";
this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel15.Size = new System.Drawing.Size(94, 35);
this.kryptonLabel15.TabIndex = 2;
this.kryptonLabel15.Values.Text = "仓库";
//
// kryptonLabel16
//
this.kryptonLabel16.AutoSize = false;
this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonLabel16.Location = new System.Drawing.Point(3, 3);
this.kryptonLabel16.Name = "kryptonLabel16";
this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel16.Size = new System.Drawing.Size(94, 35);
this.kryptonLabel16.TabIndex = 0;
this.kryptonLabel16.Values.Text = "区域";
//
// cmbAreaCode
//
this.cmbAreaCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.cmbAreaCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbAreaCode.DropDownWidth = 121;
this.cmbAreaCode.Location = new System.Drawing.Point(103, 3);
this.cmbAreaCode.Name = "cmbAreaCode";
this.cmbAreaCode.Size = new System.Drawing.Size(159, 21);
this.cmbAreaCode.TabIndex = 40;
this.cmbAreaCode.Tag = "AREA_CODE";
//
// cmbWarehouse
//
this.cmbWarehouse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbWarehouse.DropDownWidth = 121;
this.cmbWarehouse.Location = new System.Drawing.Point(368, 3);
this.cmbWarehouse.Name = "cmbWarehouse";
this.cmbWarehouse.Size = new System.Drawing.Size(159, 21);
this.cmbWarehouse.TabIndex = 41;
this.cmbWarehouse.Tag = "WAREHOUSE_CODE";
//
// kryptonLabel5
//
this.kryptonLabel5.AutoSize = false;
this.kryptonLabel5.Location = new System.Drawing.Point(3, 44);
this.kryptonLabel5.Name = "kryptonLabel5";
this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel5.Size = new System.Drawing.Size(94, 22);
this.kryptonLabel5.TabIndex = 31;
this.kryptonLabel5.Values.Text = "库区编码";
//
// kryptonLabel8
//
this.kryptonLabel8.AutoSize = false;
this.kryptonLabel8.Location = new System.Drawing.Point(533, 3);
this.kryptonLabel8.Name = "kryptonLabel8";
this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel8.Size = new System.Drawing.Size(94, 22);
this.kryptonLabel8.TabIndex = 33;
this.kryptonLabel8.Values.Text = "是否启用";
//
// chkUse
//
this.chkUse.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.chkUse.Location = new System.Drawing.Point(633, 3);
this.chkUse.Name = "chkUse";
this.chkUse.Size = new System.Drawing.Size(160, 35);
this.chkUse.TabIndex = 34;
this.chkUse.Tag = "USED_FLAG";
this.chkUse.Values.Text = "";
//
// kryptonLabel3
//
this.kryptonLabel3.AutoSize = false;
this.kryptonLabel3.Location = new System.Drawing.Point(268, 44);
this.kryptonLabel3.Name = "kryptonLabel3";
this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel3.Size = new System.Drawing.Size(94, 22);
this.kryptonLabel3.TabIndex = 42;
this.kryptonLabel3.Values.Text = "库区名称";
//
// txtRegionCode
//
this.txtRegionCode.Location = new System.Drawing.Point(103, 44);
this.txtRegionCode.Name = "txtRegionCode";
this.txtRegionCode.Size = new System.Drawing.Size(159, 23);
this.txtRegionCode.TabIndex = 39;
this.txtRegionCode.Tag = "REGION_CODE";
//
// txtRegionName
//
this.txtRegionName.Location = new System.Drawing.Point(368, 44);
this.txtRegionName.Name = "txtRegionName";
this.txtRegionName.Size = new System.Drawing.Size(159, 23);
this.txtRegionName.TabIndex = 43;
this.txtRegionName.Tag = "REGION_NAME";
//
// kryptonLabel6
//
this.kryptonLabel6.AutoSize = false;
this.kryptonLabel6.Location = new System.Drawing.Point(3, 85);
this.kryptonLabel6.Name = "kryptonLabel6";
this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel6.Size = new System.Drawing.Size(47, 20);
this.kryptonLabel6.TabIndex = 45;
this.kryptonLabel6.Values.Text = "描述";
//
// 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.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(564, 368);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(104, 38);
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.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.Location = new System.Drawing.Point(674, 368);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(85, 38);
this.btnExit.TabIndex = 41;
this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
this.btnExit.Values.Text = "退出";
//
// FrmRegionEdit
//
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 = "FrmRegionEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "FrmRegion";
this.Shown += new System.EventHandler(this.FrmRegionEdit_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);
this.tableLayoutPanelInput.ResumeLayout(false);
this.tableLayoutPanelInput.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbAreaCode)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbWarehouse)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbAreaCode;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbWarehouse;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRegionCode;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRegionName;
private System.Windows.Forms.Label lbStatusMessage;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
}
}