namespace NXWMS.Forms.SysSettings.ChildFrm
{
partial class FrmParameterEdit
{
///
/// 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.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtParameterCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.txtParameterName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.cmbParameterType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
this.chkShow = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
this.chkAllowEditFlag = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.txtParameterValue = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
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.cmbParameterType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chkAllowEditFlag)).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 = 60;
this.groupOperation.Values.Heading = "编辑";
this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
//
// kryptonPanelInput
//
this.kryptonPanelInput.Controls.Add(this.kryptonLabel6);
this.kryptonPanelInput.Controls.Add(this.richDescibe);
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;
//
// kryptonLabel6
//
this.kryptonLabel6.AutoSize = false;
this.kryptonLabel6.Location = new System.Drawing.Point(3, 122);
this.kryptonLabel6.Name = "kryptonLabel6";
this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel6.Size = new System.Drawing.Size(94, 20);
this.kryptonLabel6.TabIndex = 45;
this.kryptonLabel6.Values.Text = "描述";
//
// richDescibe
//
this.richDescibe.Location = new System.Drawing.Point(103, 123);
this.richDescibe.Name = "richDescibe";
this.richDescibe.Size = new System.Drawing.Size(658, 103);
this.richDescibe.TabIndex = 44;
this.richDescibe.Tag = "DESCRIBE";
this.richDescibe.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.kryptonLabel10, 0, 2);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
this.tableLayoutPanelInput.Controls.Add(this.txtParameterCode, 1, 0);
this.tableLayoutPanelInput.Controls.Add(this.txtParameterName, 3, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 0, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel5, 4, 0);
this.tableLayoutPanelInput.Controls.Add(this.cmbParameterType, 5, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 4, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 2, 1);
this.tableLayoutPanelInput.Controls.Add(this.chkUse, 3, 1);
this.tableLayoutPanelInput.Controls.Add(this.chkShow, 5, 1);
this.tableLayoutPanelInput.Controls.Add(this.chkAllowEditFlag, 1, 2);
this.tableLayoutPanelInput.Controls.Add(this.txtParameterValue, 1, 1);
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.Size = new System.Drawing.Size(796, 88);
this.tableLayoutPanelInput.TabIndex = 40;
//
// kryptonLabel10
//
this.kryptonLabel10.AutoSize = false;
this.kryptonLabel10.Location = new System.Drawing.Point(3, 61);
this.kryptonLabel10.Name = "kryptonLabel10";
this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel10.Size = new System.Drawing.Size(94, 22);
this.kryptonLabel10.TabIndex = 37;
this.kryptonLabel10.Values.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, 23);
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, 23);
this.kryptonLabel16.TabIndex = 0;
this.kryptonLabel16.Values.Text = "参数编码";
//
// txtParameterCode
//
this.txtParameterCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtParameterCode.Location = new System.Drawing.Point(103, 3);
this.txtParameterCode.Name = "txtParameterCode";
this.txtParameterCode.Size = new System.Drawing.Size(159, 23);
this.txtParameterCode.TabIndex = 1;
this.txtParameterCode.Tag = "PARAMETER_CODE";
//
// txtParameterName
//
this.txtParameterName.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtParameterName.Location = new System.Drawing.Point(368, 3);
this.txtParameterName.Name = "txtParameterName";
this.txtParameterName.Size = new System.Drawing.Size(159, 23);
this.txtParameterName.TabIndex = 3;
this.txtParameterName.Tag = "PARAMETER_NAME";
//
// kryptonLabel4
//
this.kryptonLabel4.AutoSize = false;
this.kryptonLabel4.Location = new System.Drawing.Point(3, 32);
this.kryptonLabel4.Name = "kryptonLabel4";
this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel4.Size = new System.Drawing.Size(94, 22);
this.kryptonLabel4.TabIndex = 29;
this.kryptonLabel4.Values.Text = "参数值";
//
// kryptonLabel5
//
this.kryptonLabel5.AutoSize = false;
this.kryptonLabel5.Location = new System.Drawing.Point(533, 3);
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 = "参数分类";
//
// cmbParameterType
//
this.cmbParameterType.Dock = System.Windows.Forms.DockStyle.Fill;
this.cmbParameterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbParameterType.DropDownWidth = 121;
this.cmbParameterType.Location = new System.Drawing.Point(633, 3);
this.cmbParameterType.Name = "cmbParameterType";
this.cmbParameterType.Size = new System.Drawing.Size(160, 21);
this.cmbParameterType.TabIndex = 32;
this.cmbParameterType.Tag = "PARAMETER_TYPE";
//
// kryptonLabel9
//
this.kryptonLabel9.AutoSize = false;
this.kryptonLabel9.Location = new System.Drawing.Point(533, 32);
this.kryptonLabel9.Name = "kryptonLabel9";
this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel9.Size = new System.Drawing.Size(94, 22);
this.kryptonLabel9.TabIndex = 34;
this.kryptonLabel9.Values.Text = "是否显示";
//
// kryptonLabel8
//
this.kryptonLabel8.AutoSize = false;
this.kryptonLabel8.Location = new System.Drawing.Point(268, 32);
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(368, 32);
this.chkUse.Name = "chkUse";
this.chkUse.Size = new System.Drawing.Size(159, 23);
this.chkUse.TabIndex = 34;
this.chkUse.Tag = "USED_FLAG";
this.chkUse.Values.Text = "";
//
// chkShow
//
this.chkShow.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.chkShow.Location = new System.Drawing.Point(633, 32);
this.chkShow.Name = "chkShow";
this.chkShow.Size = new System.Drawing.Size(160, 23);
this.chkShow.TabIndex = 35;
this.chkShow.Tag = "SHOW_FLAG";
this.chkShow.Values.Text = "";
//
// chkAllowEditFlag
//
this.chkAllowEditFlag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.chkAllowEditFlag.DropDownWidth = 121;
this.chkAllowEditFlag.Location = new System.Drawing.Point(103, 61);
this.chkAllowEditFlag.Name = "chkAllowEditFlag";
this.chkAllowEditFlag.Size = new System.Drawing.Size(159, 21);
this.chkAllowEditFlag.TabIndex = 36;
this.chkAllowEditFlag.Tag = "ALLOW_EDIT_FLAG";
//
// txtParameterValue
//
this.txtParameterValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtParameterValue.Location = new System.Drawing.Point(103, 32);
this.txtParameterValue.Name = "txtParameterValue";
this.txtParameterValue.Size = new System.Drawing.Size(159, 23);
this.txtParameterValue.TabIndex = 38;
this.txtParameterValue.Tag = "PARAMETER_VALUE";
//
// 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(607, 375);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(71, 33);
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(712, 375);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(74, 33);
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);
//
// FrmParameterEdit
//
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 = "FrmParameterEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "FrmParameterEdit";
((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.cmbParameterType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chkAllowEditFlag)).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 kryptonLabel10;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtParameterCode;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtParameterName;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbParameterType;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkShow;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox chkAllowEditFlag;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtParameterValue;
private System.Windows.Forms.Label lbStatusMessage;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
}
}