aboutsummaryrefslogtreecommitdiff
path: root/AleeBrowser/Form1.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'AleeBrowser/Form1.Designer.cs')
-rw-r--r--AleeBrowser/Form1.Designer.cs33
1 files changed, 16 insertions, 17 deletions
diff --git a/AleeBrowser/Form1.Designer.cs b/AleeBrowser/Form1.Designer.cs
index 360413e..0c59d0b 100644
--- a/AleeBrowser/Form1.Designer.cs
+++ b/AleeBrowser/Form1.Designer.cs
@@ -33,12 +33,13 @@
this.label2 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
- this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.button1 = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.button2 = new System.Windows.Forms.Button();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.directoryEntry1 = new System.DirectoryServices.DirectoryEntry();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
@@ -71,7 +72,7 @@
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(93, 13);
this.label2.TabIndex = 5;
- this.label2.Text = "Alpha 0.2 Build 13";
+ this.label2.Text = "Alpha 0.2 Build 15";
//
// button4
//
@@ -96,19 +97,6 @@
this.textBox1.Text = "http://";
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
//
- // webBrowser1
- //
- this.webBrowser1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.webBrowser1.Location = new System.Drawing.Point(18, 47);
- this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
- this.webBrowser1.Name = "webBrowser1";
- this.webBrowser1.Size = new System.Drawing.Size(934, 459);
- this.webBrowser1.TabIndex = 9;
- this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
- this.webBrowser1.ProgressChanged += new System.Windows.Forms.WebBrowserProgressChangedEventHandler(this.webBrowser1_ProgressChanged);
- //
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
@@ -154,15 +142,25 @@
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
+ // panel1
+ //
+ this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.panel1.Location = new System.Drawing.Point(18, 47);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(934, 459);
+ this.panel1.TabIndex = 13;
+ //
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(974, 574);
+ this.Controls.Add(this.panel1);
this.Controls.Add(this.button2);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.button1);
- this.Controls.Add(this.webBrowser1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button4);
this.Controls.Add(this.label2);
@@ -185,12 +183,13 @@
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.Button button2;
+ private System.Windows.Forms.Panel panel1;
+ private System.DirectoryServices.DirectoryEntry directoryEntry1;
}
}