namespace KMBIM.Revit.Tools.Cmd.Parameter { partial class FormSelectParameter { /// /// 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(FormSelectParameter)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dataGridViewParameters = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panelOkCancel = new System.Windows.Forms.Panel(); this.buttonOK = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewParameters)).BeginInit(); this.panelOkCancel.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.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.groupBox1.Controls.Add(this.dataGridViewParameters); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(339, 389); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "매개변수"; // // dataGridViewParameters // this.dataGridViewParameters.AllowUserToAddRows = false; this.dataGridViewParameters.AllowUserToDeleteRows = false; this.dataGridViewParameters.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.dataGridViewParameters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2}); this.dataGridViewParameters.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dataGridViewParameters.Location = new System.Drawing.Point(6, 20); this.dataGridViewParameters.Name = "dataGridViewParameters"; this.dataGridViewParameters.ReadOnly = true; this.dataGridViewParameters.RowHeadersVisible = false; this.dataGridViewParameters.RowTemplate.Height = 23; this.dataGridViewParameters.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewParameters.Size = new System.Drawing.Size(327, 363); this.dataGridViewParameters.TabIndex = 66; this.dataGridViewParameters.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewParameters_CellContentClick); this.dataGridViewParameters.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewParameters_CellValueChanged); this.dataGridViewParameters.SelectionChanged += new System.EventHandler(this.dataGridViewParameters_SelectionChanged); // // Column1 // this.Column1.HeaderText = "매개변수"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 150; // // Column2 // this.Column2.HeaderText = "값"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 150; // // panelOkCancel // this.panelOkCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.panelOkCancel.Controls.Add(this.buttonOK); this.panelOkCancel.Controls.Add(this.buttonCancel); this.panelOkCancel.Location = new System.Drawing.Point(154, 407); this.panelOkCancel.Name = "panelOkCancel"; this.panelOkCancel.Size = new System.Drawing.Size(197, 32); this.panelOkCancel.TabIndex = 69; // // buttonOK // this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.Location = new System.Drawing.Point(3, 3); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(82, 26); this.buttonOK.TabIndex = 67; this.buttonOK.Text = "확인"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(112, 3); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(82, 26); this.buttonCancel.TabIndex = 66; this.buttonCancel.Text = "취소"; this.buttonCancel.UseVisualStyleBackColor = true; // // FormSelectParameter // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(363, 451); this.Controls.Add(this.panelOkCancel); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormSelectParameter"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "매개변수"; this.Load += new System.EventHandler(this.FormSelectParameter_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormSelectParameter_KeyDown); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewParameters)).EndInit(); this.panelOkCancel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.DataGridView dataGridViewParameters; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.Panel panelOkCancel; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonCancel; } }