namespace CNAS_BalanceClient { partial class frmConditionMap { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmConditionMap)); this.pnlCenter = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dgvCnas = new System.Windows.Forms.DataGridView(); this.TableName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TableColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DataType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.condition = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pnlCenterBottom = new System.Windows.Forms.Panel(); this.btnDelete = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.pnlRight = new System.Windows.Forms.Panel(); this.pnlBottom = new System.Windows.Forms.Panel(); this.pnlTop = new System.Windows.Forms.Panel(); this.pnlLeft = new System.Windows.Forms.Panel(); this.pnlCenter.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).BeginInit(); this.pnlCenterBottom.SuspendLayout(); this.SuspendLayout(); // // pnlCenter // this.pnlCenter.Controls.Add(this.groupBox1); this.pnlCenter.Controls.Add(this.pnlCenterBottom); this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlCenter.Location = new System.Drawing.Point(10, 10); this.pnlCenter.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.pnlCenter.Name = "pnlCenter"; this.pnlCenter.Size = new System.Drawing.Size(574, 396); this.pnlCenter.TabIndex = 7; // // groupBox1 // this.groupBox1.Controls.Add(this.dgvCnas); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 6, 3, 6); this.groupBox1.Size = new System.Drawing.Size(574, 353); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "CNAS列"; // // dgvCnas // this.dgvCnas.AllowUserToAddRows = false; this.dgvCnas.BackgroundColor = System.Drawing.Color.White; this.dgvCnas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvCnas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.TableName, this.TableColumn, this.DataType, this.condition, this.Value}); this.dgvCnas.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvCnas.Location = new System.Drawing.Point(3, 22); this.dgvCnas.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.dgvCnas.Name = "dgvCnas"; this.dgvCnas.RowTemplate.Height = 23; this.dgvCnas.Size = new System.Drawing.Size(568, 325); this.dgvCnas.TabIndex = 0; this.dgvCnas.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellClick); this.dgvCnas.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellDoubleClick); this.dgvCnas.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellEndEdit); this.dgvCnas.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellValueChanged); this.dgvCnas.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvCnas_RowPostPaint); // // TableName // this.TableName.DataPropertyName = "CnasTableName"; this.TableName.HeaderText = "表名"; this.TableName.Name = "TableName"; this.TableName.Visible = false; this.TableName.Width = 120; // // TableColumn // this.TableColumn.DataPropertyName = "CnasFieldName"; this.TableColumn.HeaderText = "列名"; this.TableColumn.Name = "TableColumn"; this.TableColumn.ReadOnly = true; this.TableColumn.Width = 170; // // DataType // this.DataType.DataPropertyName = "CnasDataType"; this.DataType.HeaderText = "类型"; this.DataType.Name = "DataType"; this.DataType.ReadOnly = true; this.DataType.Visible = false; this.DataType.Width = 120; // // condition // this.condition.HeaderText = "条件"; this.condition.Name = "condition"; this.condition.ReadOnly = true; this.condition.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.condition.Width = 110; // // Value // this.Value.HeaderText = "值"; this.Value.Name = "Value"; this.Value.Width = 200; // // pnlCenterBottom // this.pnlCenterBottom.Controls.Add(this.btnDelete); this.pnlCenterBottom.Controls.Add(this.btnOK); this.pnlCenterBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlCenterBottom.Location = new System.Drawing.Point(0, 353); this.pnlCenterBottom.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.pnlCenterBottom.Name = "pnlCenterBottom"; this.pnlCenterBottom.Size = new System.Drawing.Size(574, 43); this.pnlCenterBottom.TabIndex = 0; // // btnDelete // this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnDelete.Location = new System.Drawing.Point(401, 11); this.btnDelete.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(70, 25); this.btnDelete.TabIndex = 1; this.btnDelete.Text = "全部清除"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnOK // this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnOK.Location = new System.Drawing.Point(477, 6); this.btnOK.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(90, 30); this.btnOK.TabIndex = 0; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // pnlRight // this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right; this.pnlRight.Location = new System.Drawing.Point(584, 10); this.pnlRight.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.pnlRight.Name = "pnlRight"; this.pnlRight.Size = new System.Drawing.Size(10, 396); this.pnlRight.TabIndex = 4; // // pnlBottom // this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlBottom.Location = new System.Drawing.Point(10, 406); this.pnlBottom.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.pnlBottom.Name = "pnlBottom"; this.pnlBottom.Size = new System.Drawing.Size(584, 10); this.pnlBottom.TabIndex = 5; // // pnlTop // this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTop.Location = new System.Drawing.Point(10, 0); this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.pnlTop.Name = "pnlTop"; this.pnlTop.Size = new System.Drawing.Size(584, 10); this.pnlTop.TabIndex = 6; // // pnlLeft // this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.pnlLeft.Location = new System.Drawing.Point(0, 0); this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.pnlLeft.Name = "pnlLeft"; this.pnlLeft.Size = new System.Drawing.Size(10, 416); this.pnlLeft.TabIndex = 3; // // frmConditionMap // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(594, 416); this.Controls.Add(this.pnlCenter); this.Controls.Add(this.pnlRight); this.Controls.Add(this.pnlBottom); this.Controls.Add(this.pnlTop); this.Controls.Add(this.pnlLeft); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.Name = "frmConditionMap"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "条件映射"; this.Load += new System.EventHandler(this.frmConditionMap_Load); this.pnlCenter.ResumeLayout(false); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).EndInit(); this.pnlCenterBottom.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlCenter; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.DataGridView dgvCnas; private System.Windows.Forms.Panel pnlCenterBottom; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Panel pnlRight; private System.Windows.Forms.Panel pnlBottom; private System.Windows.Forms.Panel pnlTop; private System.Windows.Forms.Panel pnlLeft; private System.Windows.Forms.DataGridViewTextBoxColumn TableName; private System.Windows.Forms.DataGridViewTextBoxColumn TableColumn; private System.Windows.Forms.DataGridViewTextBoxColumn DataType; private System.Windows.Forms.DataGridViewTextBoxColumn condition; private System.Windows.Forms.DataGridViewTextBoxColumn Value; } }