Database Reference
In-Depth Information
this.splitContainer1.Orientation = System.
Windows.Forms.Orientation.Horizontal;
//
//splitContainer1.Panel1
//
thi s.splitContainer1.Panel1.Controls.Add(this.
radioButton1);
thi s.splitContainer1.Panel1.Controls.Add(this.
SeaviewBTN);
thi s.splitContainer1.Panel1.Controls.Add(this.
richTextBox1);
//
//splitContainer1.Panel2
//
thi s.splitContainer1.Panel2.Controls.Add(this.
dataGridView1);
this.splitContainer1.Size = new System.
Drawing.Size(547, 425);
this.splitContainer1.SplitterDistance = 167;
this.splitContainer1.TabIndex = 2;
//
//radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.
Drawing.Point(302, 3);
this.radioButton1.Name = “radioButton1”;
this.radioButton1.Size = new System.Drawing.
Size(70, 17);
this.radioButton1.TabIndex = 2;
this.radioButton1.TabStop = true;
this.radioButton1.Text = “Proposed”;
thi s.radioButton1.UseVisualStyleBackColor =
true;
//
//SeaviewBTN
//
this.SeaviewBTN.AutoSize = true;
this.SeaviewBTN.Location = new System.Drawing.
Point(168, 3);
this.SeaviewBTN.Name = “SeaviewBTN”;
this.SeaviewBTN.Size = new System.Drawing.
Size(73, 17);
this.SeaviewBTN.TabIndex = 1;
this.SeaviewBTN.TabStop = true;
Search WWH ::




Custom Search