SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
SetNexusInfo.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Blocks
2 {
3  partial class SetNexusInfo
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
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();
40  this.SuspendLayout();
41  //
42  // label1
43  //
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:";
51  //
52  // dataGridView1
53  //
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[] {
60  this.colBlockName,
61  this.colNexusName,
62  this.colNexusGroup,
63  this.colComponent});
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);
70  //
71  // colBlockName
72  //
73  this.colBlockName.HeaderText = "Block Name";
74  this.colBlockName.Name = "colBlockName";
75  this.colBlockName.ReadOnly = true;
76  //
77  // colNexusName
78  //
79  this.colNexusName.HeaderText = "NeXus Name";
80  this.colNexusName.Name = "colNexusName";
81  //
82  // colNexusGroup
83  //
84  this.colNexusGroup.HeaderText = "NeXus Group";
85  this.colNexusGroup.Name = "colNexusGroup";
86  this.colNexusGroup.Width = 120;
87  //
88  // btnOK
89  //
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);
97  //
98  // btnCancel
99  //
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;
107  //
108  // colComponent
109  //
110  this.colComponent.HeaderText = "Component";
111  this.colComponent.Name = "colComponent";
112  this.colComponent.ReadOnly = true;
113  this.colComponent.Visible = false;
114  //
115  // SetNexusInfo
116  //
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();
135 
136  }
137 
138  #endregion
139 
140  private System.Windows.Forms.Label label1;
141  private System.Windows.Forms.DataGridView dataGridView1;
142  private System.Windows.Forms.DataGridViewTextBoxColumn colBlockName;
143  private System.Windows.Forms.DataGridViewTextBoxColumn colNexusName;
144  private System.Windows.Forms.DataGridViewComboBoxColumn colNexusGroup;
145  private System.Windows.Forms.Button btnOK;
146  private System.Windows.Forms.Button btnCancel;
147  private System.Windows.Forms.DataGridViewCheckBoxColumn colComponent;
148  }
149 }
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.DataGridViewComboBoxColumn colNexusGroup
System.Windows.Forms.DataGridViewTextBoxColumn colNexusName
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.DataGridViewCheckBoxColumn colComponent