namespace Fron { partial class SelectVariable { /// /// 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(SelectVariable)); this.btnCancel = new System.Windows.Forms.Button(); this.btnSelect = new System.Windows.Forms.Button(); this.btnRefresh = new System.Windows.Forms.Button(); this.dgvVariables = new System.Windows.Forms.DataGridView(); this.clmName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clmVariableType = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvVariables)).BeginInit(); this.SuspendLayout(); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(337, 189); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(73, 24); this.btnCancel.TabIndex = 0; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSelect // this.btnSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSelect.Location = new System.Drawing.Point(258, 189); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(73, 24); this.btnSelect.TabIndex = 1; this.btnSelect.Text = "Select"; this.btnSelect.UseVisualStyleBackColor = true; this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click); // // btnRefresh // this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnRefresh.Location = new System.Drawing.Point(179, 189); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(73, 24); this.btnRefresh.TabIndex = 2; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // dgvVariables // this.dgvVariables.AllowUserToAddRows = false; this.dgvVariables.AllowUserToDeleteRows = false; this.dgvVariables.AllowUserToOrderColumns = true; this.dgvVariables.AllowUserToResizeRows = false; this.dgvVariables.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.dgvVariables.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvVariables.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.clmName, this.clmVariableType}); this.dgvVariables.Location = new System.Drawing.Point(4, 3); this.dgvVariables.Name = "dgvVariables"; this.dgvVariables.RowHeadersVisible = false; this.dgvVariables.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvVariables.Size = new System.Drawing.Size(406, 180); this.dgvVariables.TabIndex = 3; // // clmName // this.clmName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.clmName.DataPropertyName = "VariableName"; this.clmName.HeaderText = "Name"; this.clmName.Name = "clmName"; // // clmVariableType // this.clmVariableType.DataPropertyName = "TypeDescription"; this.clmVariableType.HeaderText = "Variable Type"; this.clmVariableType.Name = "clmVariableType"; // // SelectVariable // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(415, 220); this.Controls.Add(this.dgvVariables); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.btnSelect); this.Controls.Add(this.btnCancel); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "SelectVariable"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Select Variable"; this.Load += new System.EventHandler(this.SelectVariable_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvVariables)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnSelect; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.DataGridView dgvVariables; private System.Windows.Forms.DataGridViewTextBoxColumn clmName; private System.Windows.Forms.DataGridViewTextBoxColumn clmVariableType; } }