namespace
CodeSiter {partial
class
Form1 {///
/// Required designer variable.
///
private
System.ComponentModel.IContainer components = null;///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected
override
void
Dispose(bool disposing) {if
(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private
void
InitializeComponent() { this.button1 =new
System.Windows.Forms.Button(); this.label1 =new
System.Windows.Forms.Label(); this.textBox1 =new
System.Windows.Forms.TextBox(); this.openFileDialog1 =new
System.Windows.Forms.OpenFileDialog(); this.listView1 =new
System.Windows.Forms.ListView(); this.webBrowser1 =new
System.Windows.Forms.WebBrowser(); this.panel1 =new
System.Windows.Forms.Panel(); this.splitContainer1 =new
System.Windows.Forms.SplitContainer(); this.panel1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout();//
// button1
//
this.button1.Location =new
System.Drawing.Point(259, 4); this.button1.Name = "button1"; this.button1.Size =new
System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "Find File"; this.button1.UseVisualStyleBackColor = true; this.button1.Click +=new
System.EventHandler(this.button1_Click);//
// label1
//
this.label1.AutoSize = true; this.label1.Location =new
System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size =new
System.Drawing.Size(62, 13); this.label1.TabIndex = 1; this.label1.Text = "Project File:";//
// textBox1
//
this.textBox1.Location =new
System.Drawing.Point(80, 6); this.textBox1.Name = "textBox1"; this.textBox1.Size =new
System.Drawing.Size(173, 20); this.textBox1.TabIndex = 2;//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";//
// listView1
//
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.Location =new
System.Drawing.Point(0, 0); this.listView1.Name = "listView1"; this.listView1.Size =new
System.Drawing.Size(173, 535); this.listView1.TabIndex = 3; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.List; this.listView1.SelectedIndexChanged +=new
System.EventHandler(this.listView1_SelectedIndexChanged);//
// webBrowser1
//
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser1.Location =new
System.Drawing.Point(0, 0); this.webBrowser1.MinimumSize =new
System.Drawing.Size(20, 20); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.Size =new
System.Drawing.Size(632, 535); this.webBrowser1.TabIndex = 4;//
// panel1
//
this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.button1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location =new
System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size =new
System.Drawing.Size(809, 34); this.panel1.TabIndex = 5;//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location =new
System.Drawing.Point(0, 34); this.splitContainer1.Name = "splitContainer1";//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.listView1);//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.webBrowser1); this.splitContainer1.Size =new
System.Drawing.Size(809, 535); this.splitContainer1.SplitterDistance = 173; this.splitContainer1.TabIndex = 6;//
// Form1
//
this.AutoScaleDimensions =new
System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize =new
System.Drawing.Size(809, 569); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "CodeSiter"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregionprivate
System.Windows.Forms.Button button1;private
System.Windows.Forms.Label label1;private
System.Windows.Forms.TextBox textBox1;private
System.Windows.Forms.OpenFileDialog openFileDialog1;private
System.Windows.Forms.ListView listView1;private
System.Windows.Forms.WebBrowser webBrowser1;private
System.Windows.Forms.Panel panel1;private
System.Windows.Forms.SplitContainer splitContainer1; } }