Database Reference
In-Depth Information
this.richTextBox1.TextChanged + = new System.
EventHandler(this.richTextBox1_
TextChanged);
//
//toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.
SystemColors.Control;
thi s.toolStrip1.Items.AddRange(new System.
Windows.Forms.ToolStripItem[] {
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.
Point(0, 0);
this.toolStrip1.Name = “toolStrip1”;
this.toolStrip1.Size = new System.Drawing.
Size(547, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = “toolStrip1”;
this.toolStrip1.ItemClicked + = new System.
Windows.Forms.ToolStripItemClickedEventHand
ler(this.toolStrip1_ItemClicked);
//
//toolStripButton1
//
this.toolStripButton1.Image = ((System.
Drawing.Image)(resources.
GetObject(“toolStripButton1.Image”)));
thi s.toolStripButton1.ImageTransparentColor =
System.Drawing.Color.Magenta;
thi s.toolStripButton1.Name =
“toolStripButton1”;
this.toolStripButton1.Size = new System.
Drawing.Size(67, 22);
this.toolStripButton1.Text = “Execute”;
this.toolStripButton1.Click + = new System.
EventHandler(this.toolStripButton1_Click);
//
//splitContainer1
//
this.splitContainer1.Dock = System.Windows.
Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.
Drawing.Point(0, 25);
this.splitContainer1.Name = “splitContainer1”;
Search WWH ::




Custom Search