Database Reference
In-Depth Information
((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
radioButton1;
}
}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using GlobalClasses;
using System.Data.SqlClient;
using System.Collections;
namespace MLS
{
public partial class QueryForm : Form
{
public QueryForm()
{
InitializeComponent();
}
private void richTextBox1_TextChanged(object
sender, EventArgs e)
{
}
Search WWH ::




Custom Search