namespace NXWMS.Forms.Rule.frmRuleChild
{
partial class frmOperateRule
{
///
/// 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.components = new System.ComponentModel.Container();
this.kryptonGroupBoxDetail = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
this.kryptonGroupBoxMain = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.kryptonLabelName = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabelCode = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtRuleCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
this.txtRuleName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.删除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.全部删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail.Panel)).BeginInit();
this.kryptonGroupBoxDetail.Panel.SuspendLayout();
this.kryptonGroupBoxDetail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain.Panel)).BeginInit();
this.kryptonGroupBoxMain.Panel.SuspendLayout();
this.kryptonGroupBoxMain.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// kryptonGroupBoxDetail
//
this.kryptonGroupBoxDetail.CaptionOverlap = 0D;
this.kryptonGroupBoxDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonGroupBoxDetail.Location = new System.Drawing.Point(0, 151);
this.kryptonGroupBoxDetail.Name = "kryptonGroupBoxDetail";
//
// kryptonGroupBoxDetail.Panel
//
this.kryptonGroupBoxDetail.Panel.Controls.Add(this.dataGridView);
this.kryptonGroupBoxDetail.Size = new System.Drawing.Size(1147, 614);
this.kryptonGroupBoxDetail.TabIndex = 4;
this.kryptonGroupBoxDetail.Values.Heading = "上架规则明细表:";
//
// dataGridView
//
this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dataGridView.Location = new System.Drawing.Point(0, 0);
this.dataGridView.Name = "dataGridView";
this.dataGridView.RowTemplate.Height = 23;
this.dataGridView.Size = new System.Drawing.Size(1143, 590);
this.dataGridView.TabIndex = 1;
this.dataGridView.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_RowHeaderMouseClick);
//
// kryptonGroupBoxMain
//
this.kryptonGroupBoxMain.CaptionOverlap = 0D;
this.kryptonGroupBoxMain.Dock = System.Windows.Forms.DockStyle.Top;
this.kryptonGroupBoxMain.Location = new System.Drawing.Point(0, 0);
this.kryptonGroupBoxMain.Name = "kryptonGroupBoxMain";
//
// kryptonGroupBoxMain.Panel
//
this.kryptonGroupBoxMain.Panel.Controls.Add(this.tableLayoutPanel1);
this.kryptonGroupBoxMain.Panel.Controls.Add(this.kryptonLabel6);
this.kryptonGroupBoxMain.Panel.Controls.Add(this.richDescibe);
this.kryptonGroupBoxMain.Panel.Controls.Add(this.tableLayoutPanel2);
this.kryptonGroupBoxMain.Size = new System.Drawing.Size(1147, 151);
this.kryptonGroupBoxMain.TabIndex = 3;
this.kryptonGroupBoxMain.Values.Heading = "上架规则主表:";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.00001F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(882, 75);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(250, 40);
this.tableLayoutPanel1.TabIndex = 48;
//
// btnCancel
//
this.btnCancel.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.btnCancel.Location = new System.Drawing.Point(127, 3);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(120, 34);
this.btnCancel.TabIndex = 2;
this.btnCancel.Tag = "";
this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.exit;
this.btnCancel.Values.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnConfirm
//
this.btnConfirm.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.btnConfirm.Location = new System.Drawing.Point(3, 3);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(118, 34);
this.btnConfirm.TabIndex = 1;
this.btnConfirm.Tag = "";
this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.save;
this.btnConfirm.Values.Text = "保存";
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
//
// kryptonLabel6
//
this.kryptonLabel6.AutoSize = false;
this.kryptonLabel6.Location = new System.Drawing.Point(10, 43);
this.kryptonLabel6.Name = "kryptonLabel6";
this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel6.Size = new System.Drawing.Size(135, 24);
this.kryptonLabel6.TabIndex = 47;
this.kryptonLabel6.Values.Text = "描述";
//
// richDescibe
//
this.richDescibe.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.richDescibe.Location = new System.Drawing.Point(153, 46);
this.richDescibe.Name = "richDescibe";
this.richDescibe.Size = new System.Drawing.Size(632, 69);
this.richDescibe.TabIndex = 46;
this.richDescibe.Tag = "DESCRIBE";
this.richDescibe.Text = "";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel2.ColumnCount = 7;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 12F));
this.tableLayoutPanel2.Controls.Add(this.kryptonLabelName, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.kryptonLabelCode, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.txtRuleCode, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
this.tableLayoutPanel2.Controls.Add(this.chkUse, 5, 0);
this.tableLayoutPanel2.Controls.Add(this.txtRuleName, 3, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(1143, 32);
this.tableLayoutPanel2.TabIndex = 1;
//
// kryptonLabelName
//
this.kryptonLabelName.AutoSize = false;
this.kryptonLabelName.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonLabelName.Location = new System.Drawing.Point(380, 3);
this.kryptonLabelName.Name = "kryptonLabelName";
this.kryptonLabelName.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabelName.Size = new System.Drawing.Size(144, 26);
this.kryptonLabelName.TabIndex = 2;
this.kryptonLabelName.Values.Text = "上架规则名称";
//
// kryptonLabelCode
//
this.kryptonLabelCode.AutoSize = false;
this.kryptonLabelCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonLabelCode.Location = new System.Drawing.Point(3, 3);
this.kryptonLabelCode.Name = "kryptonLabelCode";
this.kryptonLabelCode.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabelCode.Size = new System.Drawing.Size(144, 26);
this.kryptonLabelCode.TabIndex = 0;
this.kryptonLabelCode.Values.ExtraText = "\r\n";
this.kryptonLabelCode.Values.Text = "上架规则编码";
//
// txtRuleCode
//
this.txtRuleCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtRuleCode.Location = new System.Drawing.Point(153, 3);
this.txtRuleCode.Name = "txtRuleCode";
this.txtRuleCode.Size = new System.Drawing.Size(221, 23);
this.txtRuleCode.TabIndex = 1;
//
// kryptonLabel3
//
this.kryptonLabel3.AutoSize = false;
this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonLabel3.Location = new System.Drawing.Point(757, 3);
this.kryptonLabel3.Name = "kryptonLabel3";
this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel3.Size = new System.Drawing.Size(144, 26);
this.kryptonLabel3.TabIndex = 131;
this.kryptonLabel3.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.Checked = true;
this.chkUse.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkUse.Location = new System.Drawing.Point(907, 3);
this.chkUse.Name = "chkUse";
this.chkUse.Size = new System.Drawing.Size(221, 26);
this.chkUse.TabIndex = 132;
this.chkUse.Values.Text = "";
//
// txtRuleName
//
this.txtRuleName.Location = new System.Drawing.Point(530, 3);
this.txtRuleName.Name = "txtRuleName";
this.txtRuleName.Size = new System.Drawing.Size(221, 23);
this.txtRuleName.TabIndex = 130;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.删除选中行ToolStripMenuItem,
this.全部删除ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(137, 48);
//
// 删除选中行ToolStripMenuItem
//
this.删除选中行ToolStripMenuItem.Name = "删除选中行ToolStripMenuItem";
this.删除选中行ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.删除选中行ToolStripMenuItem.Text = "删除选中行";
this.删除选中行ToolStripMenuItem.Click += new System.EventHandler(this.删除选中行ToolStripMenuItem_Click);
//
// 全部删除ToolStripMenuItem
//
this.全部删除ToolStripMenuItem.Name = "全部删除ToolStripMenuItem";
this.全部删除ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.全部删除ToolStripMenuItem.Text = "全部删除";
this.全部删除ToolStripMenuItem.Click += new System.EventHandler(this.全部删除ToolStripMenuItem_Click);
//
// frmOperateRule
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1147, 765);
this.Controls.Add(this.kryptonGroupBoxDetail);
this.Controls.Add(this.kryptonGroupBoxMain);
this.MinimizeBox = false;
this.Name = "frmOperateRule";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "上架规则-新增";
((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail.Panel)).EndInit();
this.kryptonGroupBoxDetail.Panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxDetail)).EndInit();
this.kryptonGroupBoxDetail.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain.Panel)).EndInit();
this.kryptonGroupBoxMain.Panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBoxMain)).EndInit();
this.kryptonGroupBoxMain.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBoxDetail;
private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBoxMain;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabelName;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabelCode;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRuleCode;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRuleName;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
}
}