Database Reference
In-Depth Information
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);
((S ystem.ComponentModel.ISupportInitialize)
(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
pri vate System.Windows.Forms.RichTextBox
richTextBox1;
pri vate System.Windows.Forms.ToolStrip
toolStrip1;
pri vate System.Windows.Forms.ToolStripButton
toolStripButton1;
pri vate System.Windows.Forms.SplitContainer
splitContainer1;
pri vate System.Windows.Forms.DataGridView
dataGridView1;
pri vate System.Windows.Forms.RadioButton
SeaviewBTN;
pri vate System.Windows.Forms.RadioButton
JSBTN;
pri vate System.Windows.Forms.RadioButton
SmithBTN;
pri vate System.Windows.Forms.RadioButton
MLRBTN;
pri vate System.Windows.Forms.RadioButton
BCMLSBTN;
pri vate System.Windows.Forms.RadioButton
EncryptionBTN;
}
}
using System;
Search WWH ::




Custom Search