Database Reference
In-Depth Information
this.SeaviewBTN.Text = “Rajwinder”;
thi s.SeaviewBTN.UseVisualStyleBackColor =
true;
//
//dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
thi s.dataGridView1.AllowUserToDeleteRows =
false;
thi s.dataGridView1.ColumnHeadersHeightSizeMode
= System.Windows.Forms.
DataGridViewColumnHeadersHeightSizeMode.
AutoSize;
this.dataGridView1.Dock = System.Windows.
Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.
Drawing.Point(0, 0);
this.dataGridView1.Name = “dataGridView1”;
this.dataGridView1.ReadOnly = true;
this.dataGridView1.Size = new System.Drawing.
Size(547, 254);
this.dataGridView1.TabIndex = 0;
//
//QueryForm
//
this.AutoScaleDimensions = new System.Drawing.
SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.
AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(547,
450);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.
FormBorderStyle.Fixed3D;
this.Name = “QueryForm”;
this.Text = “Query”;
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
thi s.splitContainer1.Panel1.
ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
thi s.splitContainer1.Panel2.
ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
Search WWH ::




Custom Search