namespace NXWMS.Forms.Rule.frmRuleChild { partial class frmOperateImportTemplate { /// /// 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.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.cmbSourceType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtSourceName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtSourceCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.cmbImportMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.kryptonLabelName = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabelCode = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtTemplateCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.txtTemplateName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox(); this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); ((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(); ((System.ComponentModel.ISupportInitialize)(this.cmbSourceType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbImportMode)).BeginInit(); this.SuspendLayout(); // // kryptonGroupBoxDetail // this.kryptonGroupBoxDetail.CaptionOverlap = 0D; this.kryptonGroupBoxDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonGroupBoxDetail.Location = new System.Drawing.Point(0, 182); this.kryptonGroupBoxDetail.Name = "kryptonGroupBoxDetail"; // // kryptonGroupBoxDetail.Panel // this.kryptonGroupBoxDetail.Panel.Controls.Add(this.dataGridView); this.kryptonGroupBoxDetail.Size = new System.Drawing.Size(1111, 447); this.kryptonGroupBoxDetail.TabIndex = 6; this.kryptonGroupBoxDetail.Values.Heading = "导入模版明细表:"; // // dataGridView // 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(1107, 423); this.dataGridView.TabIndex = 1; // // 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(1111, 182); this.kryptonGroupBoxMain.TabIndex = 5; 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(846, 114); 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(12, 80); this.kryptonLabel6.Name = "kryptonLabel6"; this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel6.Size = new System.Drawing.Size(105, 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(123, 84); this.richDescibe.Name = "richDescibe"; this.richDescibe.Size = new System.Drawing.Size(626, 70); this.richDescibe.TabIndex = 46; this.richDescibe.Tag = "DESCRIBE"; this.richDescibe.Text = ""; // // tableLayoutPanel2 // this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel2.ColumnCount = 8; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.Controls.Add(this.cmbSourceType, 3, 1); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel5, 2, 1); this.tableLayoutPanel2.Controls.Add(this.txtSourceName, 1, 1); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 0, 1); this.tableLayoutPanel2.Controls.Add(this.txtSourceCode, 7, 0); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 6, 0); this.tableLayoutPanel2.Controls.Add(this.cmbImportMode, 5, 0); this.tableLayoutPanel2.Controls.Add(this.kryptonLabelName, 2, 0); this.tableLayoutPanel2.Controls.Add(this.kryptonLabelCode, 0, 0); this.tableLayoutPanel2.Controls.Add(this.txtTemplateCode, 1, 0); this.tableLayoutPanel2.Controls.Add(this.txtTemplateName, 3, 0); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 1); this.tableLayoutPanel2.Controls.Add(this.chkUse, 5, 1); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 4, 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 = 2; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1107, 66); this.tableLayoutPanel2.TabIndex = 1; // // cmbSourceType // this.cmbSourceType.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbSourceType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSourceType.DropDownWidth = 180; this.cmbSourceType.Location = new System.Drawing.Point(399, 35); this.cmbSourceType.Name = "cmbSourceType"; this.cmbSourceType.Size = new System.Drawing.Size(150, 21); this.cmbSourceType.TabIndex = 140; // // kryptonLabel5 // this.kryptonLabel5.AutoSize = false; this.kryptonLabel5.Location = new System.Drawing.Point(279, 35); this.kryptonLabel5.Name = "kryptonLabel5"; this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel5.Size = new System.Drawing.Size(114, 26); this.kryptonLabel5.TabIndex = 139; this.kryptonLabel5.Values.ExtraText = "\r\n"; this.kryptonLabel5.Values.Text = "源对象类型"; // // txtSourceName // this.txtSourceName.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSourceName.Location = new System.Drawing.Point(123, 35); this.txtSourceName.Name = "txtSourceName"; this.txtSourceName.Size = new System.Drawing.Size(150, 23); this.txtSourceName.TabIndex = 138; // // kryptonLabel4 // this.kryptonLabel4.AutoSize = false; this.kryptonLabel4.Location = new System.Drawing.Point(3, 35); this.kryptonLabel4.Name = "kryptonLabel4"; this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel4.Size = new System.Drawing.Size(114, 26); this.kryptonLabel4.TabIndex = 137; this.kryptonLabel4.Values.ExtraText = "\r\n"; this.kryptonLabel4.Values.Text = "源对象名称"; // // txtSourceCode // this.txtSourceCode.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSourceCode.Location = new System.Drawing.Point(951, 3); this.txtSourceCode.Name = "txtSourceCode"; this.txtSourceCode.Size = new System.Drawing.Size(153, 23); this.txtSourceCode.TabIndex = 136; // // kryptonLabel2 // this.kryptonLabel2.AutoSize = false; this.kryptonLabel2.Location = new System.Drawing.Point(831, 3); this.kryptonLabel2.Name = "kryptonLabel2"; this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel2.Size = new System.Drawing.Size(114, 26); this.kryptonLabel2.TabIndex = 135; this.kryptonLabel2.Values.ExtraText = "\r\n"; this.kryptonLabel2.Values.Text = "源对象编码"; // // cmbImportMode // this.cmbImportMode.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbImportMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbImportMode.DropDownWidth = 180; this.cmbImportMode.Location = new System.Drawing.Point(675, 3); this.cmbImportMode.Name = "cmbImportMode"; this.cmbImportMode.Size = new System.Drawing.Size(150, 21); this.cmbImportMode.TabIndex = 134; // // kryptonLabelName // this.kryptonLabelName.AutoSize = false; this.kryptonLabelName.Location = new System.Drawing.Point(279, 3); this.kryptonLabelName.Name = "kryptonLabelName"; this.kryptonLabelName.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabelName.Size = new System.Drawing.Size(114, 26); this.kryptonLabelName.TabIndex = 2; this.kryptonLabelName.Values.Text = "导入模板名称"; // // kryptonLabelCode // this.kryptonLabelCode.AutoSize = false; 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(114, 26); this.kryptonLabelCode.TabIndex = 0; this.kryptonLabelCode.Values.ExtraText = "\r\n"; this.kryptonLabelCode.Values.Text = "导入模板编码"; // // txtTemplateCode // this.txtTemplateCode.Dock = System.Windows.Forms.DockStyle.Fill; this.txtTemplateCode.Location = new System.Drawing.Point(123, 3); this.txtTemplateCode.Name = "txtTemplateCode"; this.txtTemplateCode.Size = new System.Drawing.Size(150, 23); this.txtTemplateCode.TabIndex = 1; // // txtTemplateName // this.txtTemplateName.Dock = System.Windows.Forms.DockStyle.Fill; this.txtTemplateName.Location = new System.Drawing.Point(399, 3); this.txtTemplateName.Name = "txtTemplateName"; this.txtTemplateName.Size = new System.Drawing.Size(150, 23); this.txtTemplateName.TabIndex = 130; // // kryptonLabel3 // this.kryptonLabel3.AutoSize = false; this.kryptonLabel3.Location = new System.Drawing.Point(555, 35); this.kryptonLabel3.Name = "kryptonLabel3"; this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel3.Size = new System.Drawing.Size(114, 26); this.kryptonLabel3.TabIndex = 131; this.kryptonLabel3.Values.Text = "使用标识"; // // chkUse // this.chkUse.Checked = true; this.chkUse.CheckState = System.Windows.Forms.CheckState.Checked; this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill; this.chkUse.Location = new System.Drawing.Point(675, 35); this.chkUse.Name = "chkUse"; this.chkUse.Size = new System.Drawing.Size(150, 28); this.chkUse.TabIndex = 132; this.chkUse.Values.Text = ""; // // kryptonLabel1 // this.kryptonLabel1.AutoSize = false; this.kryptonLabel1.Location = new System.Drawing.Point(555, 3); this.kryptonLabel1.Name = "kryptonLabel1"; this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel1.Size = new System.Drawing.Size(114, 26); this.kryptonLabel1.TabIndex = 133; this.kryptonLabel1.Values.Text = "导入方式"; // // frmOperateImportTemplate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1111, 629); this.Controls.Add(this.kryptonGroupBoxDetail); this.Controls.Add(this.kryptonGroupBoxMain); this.Name = "frmOperateImportTemplate"; 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(); ((System.ComponentModel.ISupportInitialize)(this.cmbSourceType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbImportMode)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBoxDetail; private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView; 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 ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6; private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabelName; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabelCode; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTemplateCode; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3; private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtTemplateName; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSourceType; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceName; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSourceCode; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbImportMode; } }