namespace CNAS_DBSync { partial class frmIfThenParams { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.pnlAll = new System.Windows.Forms.Panel(); this.btnOK = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cbxInstrument = new System.Windows.Forms.ComboBox(); this.btnDelete = new System.Windows.Forms.Button(); this.dgvIfThen = new System.Windows.Forms.DataGridView(); this.btnAdd = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.CalcuCondition = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.ColumnValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CurrentValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pnlAll.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvIfThen)).BeginInit(); this.SuspendLayout(); // // pnlAll // this.pnlAll.Controls.Add(this.btnOK); this.pnlAll.Controls.Add(this.groupBox1); this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlAll.Location = new System.Drawing.Point(0, 0); this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlAll.Name = "pnlAll"; this.pnlAll.Size = new System.Drawing.Size(738, 476); this.pnlAll.TabIndex = 1; // // btnOK // this.btnOK.Location = new System.Drawing.Point(625, 434); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(90, 30); this.btnOK.TabIndex = 1; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.SystemColors.Control; this.groupBox1.Controls.Add(this.cbxInstrument); this.groupBox1.Controls.Add(this.btnDelete); this.groupBox1.Controls.Add(this.dgvIfThen); this.groupBox1.Controls.Add(this.btnAdd); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(703, 404); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "条件XXX参数"; // // cbxInstrument // this.cbxInstrument.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxInstrument.FormattingEnabled = true; this.cbxInstrument.Location = new System.Drawing.Point(80, 24); this.cbxInstrument.Name = "cbxInstrument"; this.cbxInstrument.Size = new System.Drawing.Size(354, 28); this.cbxInstrument.TabIndex = 9; // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(580, 17); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(66, 30); this.btnDelete.TabIndex = 8; this.btnDelete.Text = "删除条件"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // dgvIfThen // this.dgvIfThen.AllowUserToAddRows = false; this.dgvIfThen.BackgroundColor = System.Drawing.Color.White; this.dgvIfThen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvIfThen.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CalcuCondition, this.ColumnValue, this.CurrentValue, this.ID}); this.dgvIfThen.Location = new System.Drawing.Point(9, 55); this.dgvIfThen.MultiSelect = false; this.dgvIfThen.Name = "dgvIfThen"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvIfThen.RowHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvIfThen.RowHeadersVisible = false; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dgvIfThen.RowsDefaultCellStyle = dataGridViewCellStyle2; this.dgvIfThen.RowTemplate.Height = 23; this.dgvIfThen.Size = new System.Drawing.Size(688, 343); this.dgvIfThen.TabIndex = 7; // // btnAdd // this.btnAdd.Location = new System.Drawing.Point(490, 17); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(66, 30); this.btnAdd.TabIndex = 6; this.btnAdd.Text = "新增条件"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(84, 20); this.label1.TabIndex = 1; this.label1.Text = "条件列名:"; // // CalcuCondition // this.CalcuCondition.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing; this.CalcuCondition.HeaderText = "条件"; this.CalcuCondition.Items.AddRange(new object[] { "等于"}); this.CalcuCondition.Name = "CalcuCondition"; this.CalcuCondition.Width = 200; // // ColumnValue // this.ColumnValue.HeaderText = "条件列值"; this.ColumnValue.Name = "ColumnValue"; this.ColumnValue.Width = 200; // // CurrentValue // this.CurrentValue.HeaderText = "当前列值"; this.CurrentValue.Name = "CurrentValue"; this.CurrentValue.Width = 200; // // ID // this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.ReadOnly = true; this.ID.Visible = false; // // frmIfThenParams // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(738, 476); this.Controls.Add(this.pnlAll); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmIfThenParams"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "添加参数(IFThen)"; this.Load += new System.EventHandler(this.frmIfThenParams_Load); this.pnlAll.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvIfThen)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlAll; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dgvIfThen; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.ComboBox cbxInstrument; private System.Windows.Forms.DataGridViewComboBoxColumn CalcuCondition; private System.Windows.Forms.DataGridViewTextBoxColumn ColumnValue; private System.Windows.Forms.DataGridViewTextBoxColumn CurrentValue; private System.Windows.Forms.DataGridViewTextBoxColumn ID; } }