1 namespace Sample_Environment_Control_Interface.Dialogs.Blocks
 
    3     partial class SetNexusInfo
 
    8         private System.ComponentModel.IContainer components = null;
 
   14         protected override void Dispose(
bool disposing)
 
   16             if (disposing && (components != null))
 
   20             base.Dispose(disposing);
 
   23         #region Windows Form Designer generated code 
   31             this.label1 = 
new System.Windows.Forms.Label();
 
   32             this.dataGridView1 = 
new System.Windows.Forms.DataGridView();
 
   33             this.colBlockName = 
new System.Windows.Forms.DataGridViewTextBoxColumn();
 
   34             this.colNexusName = 
new System.Windows.Forms.DataGridViewTextBoxColumn();
 
   35             this.colNexusGroup = 
new System.Windows.Forms.DataGridViewComboBoxColumn();
 
   36             this.btnOK = 
new System.Windows.Forms.Button();
 
   37             this.btnCancel = 
new System.Windows.Forms.Button();
 
   38             this.colComponent = 
new System.Windows.Forms.DataGridViewCheckBoxColumn();
 
   39             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
 
   44             this.label1.AutoSize = 
true;
 
   45             this.label1.Font = 
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 
   46             this.label1.Location = 
new System.Drawing.Point(12, 9);
 
   47             this.label1.Name = 
"label1";
 
   48             this.label1.Size = 
new System.Drawing.Size(142, 16);
 
   49             this.label1.TabIndex = 0;
 
   50             this.label1.Text = 
"Set NeXus Information:";
 
   54             this.dataGridView1.AllowUserToAddRows = 
false;
 
   55             this.dataGridView1.AllowUserToDeleteRows = 
false;
 
   56             this.dataGridView1.AllowUserToResizeColumns = 
false;
 
   57             this.dataGridView1.AllowUserToResizeRows = 
false;
 
   58             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
   59             this.dataGridView1.Columns.AddRange(
new System.Windows.Forms.DataGridViewColumn[] {
 
   64             this.dataGridView1.Location = 
new System.Drawing.Point(15, 28);
 
   65             this.dataGridView1.MultiSelect = 
false;
 
   66             this.dataGridView1.Name = 
"dataGridView1";
 
   67             this.dataGridView1.Size = 
new System.Drawing.Size(364, 299);
 
   68             this.dataGridView1.TabIndex = 1;
 
   69             this.dataGridView1.CellValidated += 
new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValidated);
 
   73             this.colBlockName.HeaderText = 
"Block Name";
 
   74             this.colBlockName.Name = 
"colBlockName";
 
   75             this.colBlockName.ReadOnly = 
true;
 
   79             this.colNexusName.HeaderText = 
"NeXus Name";
 
   80             this.colNexusName.Name = 
"colNexusName";
 
   84             this.colNexusGroup.HeaderText = 
"NeXus Group";
 
   85             this.colNexusGroup.Name = 
"colNexusGroup";
 
   86             this.colNexusGroup.Width = 120;
 
   90             this.btnOK.Location = 
new System.Drawing.Point(385, 28);
 
   91             this.btnOK.Name = 
"btnOK";
 
   92             this.btnOK.Size = 
new System.Drawing.Size(75, 23);
 
   93             this.btnOK.TabIndex = 2;
 
   94             this.btnOK.Text = 
"OK";
 
   95             this.btnOK.UseVisualStyleBackColor = 
true;
 
   96             this.btnOK.Click += 
new System.EventHandler(this.btnOK_Click);
 
  100             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 
  101             this.btnCancel.Location = 
new System.Drawing.Point(385, 57);
 
  102             this.btnCancel.Name = 
"btnCancel";
 
  103             this.btnCancel.Size = 
new System.Drawing.Size(75, 23);
 
  104             this.btnCancel.TabIndex = 3;
 
  105             this.btnCancel.Text = 
"Cancel";
 
  106             this.btnCancel.UseVisualStyleBackColor = 
true;
 
  110             this.colComponent.HeaderText = 
"Component";
 
  111             this.colComponent.Name = 
"colComponent";
 
  112             this.colComponent.ReadOnly = 
true;
 
  113             this.colComponent.Visible = 
false;
 
  117             this.AcceptButton = this.btnOK;
 
  118             this.AutoScaleDimensions = 
new System.Drawing.SizeF(6F, 13F);
 
  119             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
  120             this.CancelButton = this.btnCancel;
 
  121             this.ClientSize = 
new System.Drawing.Size(473, 339);
 
  122             this.ControlBox = 
false;
 
  123             this.Controls.Add(this.btnCancel);
 
  124             this.Controls.Add(this.btnOK);
 
  125             this.Controls.Add(this.dataGridView1);
 
  126             this.Controls.Add(this.label1);
 
  127             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 
  128             this.Name = 
"SetNexusInfo";
 
  129             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
 
  130             this.Text = 
"Set Nexus Information";
 
  131             this.Load += 
new System.EventHandler(this.SetNexusInfo_Load);
 
  132             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
 
  133             this.ResumeLayout(
false);
 
  134             this.PerformLayout();
 
  140         private System.Windows.Forms.Label 
label1;
 
  145         private System.Windows.Forms.Button 
btnOK;
 
override void Dispose(bool disposing)
Clean up any resources being used. 
System.Windows.Forms.DataGridView dataGridView1
System.Windows.Forms.DataGridViewComboBoxColumn colNexusGroup
System.Windows.Forms.DataGridViewTextBoxColumn colNexusName
System.Windows.Forms.Button btnCancel
System.Windows.Forms.DataGridViewTextBoxColumn colBlockName
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Button btnOK
System.Windows.Forms.Label label1
System.Windows.Forms.DataGridViewCheckBoxColumn colComponent