32 |
this.mainmnu = new System.Windows.Forms.MenuStrip(); |
this.mainmnu = new System.Windows.Forms.MenuStrip(); |
33 |
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem(); |
34 |
this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem(); |
35 |
|
this.txtStatus = new System.Windows.Forms.RichTextBox(); |
36 |
|
this.StatusToolStrip = new System.Windows.Forms.ToolStrip(); |
37 |
((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit(); |
((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit(); |
38 |
|
this.main_split.Panel2.SuspendLayout(); |
39 |
this.main_split.SuspendLayout(); |
this.main_split.SuspendLayout(); |
40 |
this.mainmnu.SuspendLayout(); |
this.mainmnu.SuspendLayout(); |
41 |
this.SuspendLayout(); |
this.SuspendLayout(); |
47 |
this.main_split.Location = new System.Drawing.Point(0, 24); |
this.main_split.Location = new System.Drawing.Point(0, 24); |
48 |
this.main_split.Name = "main_split"; |
this.main_split.Name = "main_split"; |
49 |
this.main_split.Orientation = System.Windows.Forms.Orientation.Horizontal; |
this.main_split.Orientation = System.Windows.Forms.Orientation.Horizontal; |
50 |
this.main_split.Size = new System.Drawing.Size(1229, 557); |
// |
51 |
this.main_split.SplitterDistance = 392; |
// main_split.Panel2 |
52 |
|
// |
53 |
|
this.main_split.Panel2.Controls.Add(this.txtStatus); |
54 |
|
this.main_split.Panel2.Controls.Add(this.StatusToolStrip); |
55 |
|
this.main_split.Size = new System.Drawing.Size(1229, 688); |
56 |
|
this.main_split.SplitterDistance = 461; |
57 |
this.main_split.TabIndex = 0; |
this.main_split.TabIndex = 0; |
58 |
// |
// |
59 |
// mainmnu |
// mainmnu |
81 |
this.mnuItemExit.Text = "&Exit"; |
this.mnuItemExit.Text = "&Exit"; |
82 |
this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); |
this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); |
83 |
// |
// |
84 |
|
// txtStatus |
85 |
|
// |
86 |
|
this.txtStatus.BackColor = System.Drawing.SystemColors.ControlLight; |
87 |
|
this.txtStatus.Dock = System.Windows.Forms.DockStyle.Fill; |
88 |
|
this.txtStatus.Location = new System.Drawing.Point(0, 25); |
89 |
|
this.txtStatus.Name = "txtStatus"; |
90 |
|
this.txtStatus.ReadOnly = true; |
91 |
|
this.txtStatus.Size = new System.Drawing.Size(1225, 194); |
92 |
|
this.txtStatus.TabIndex = 0; |
93 |
|
this.txtStatus.Text = ""; |
94 |
|
// |
95 |
|
// StatusToolStrip |
96 |
|
// |
97 |
|
this.StatusToolStrip.Location = new System.Drawing.Point(0, 0); |
98 |
|
this.StatusToolStrip.Name = "StatusToolStrip"; |
99 |
|
this.StatusToolStrip.Size = new System.Drawing.Size(1225, 25); |
100 |
|
this.StatusToolStrip.TabIndex = 1; |
101 |
|
this.StatusToolStrip.Text = "toolStrip1"; |
102 |
|
// |
103 |
// Main |
// Main |
104 |
// |
// |
105 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
106 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
107 |
this.ClientSize = new System.Drawing.Size(1229, 581); |
this.ClientSize = new System.Drawing.Size(1229, 712); |
108 |
this.Controls.Add(this.main_split); |
this.Controls.Add(this.main_split); |
109 |
this.Controls.Add(this.mainmnu); |
this.Controls.Add(this.mainmnu); |
110 |
this.Name = "Main"; |
this.Name = "Main"; |
111 |
this.Text = "Form1"; |
this.Text = "Form1"; |
112 |
|
this.main_split.Panel2.ResumeLayout(false); |
113 |
|
this.main_split.Panel2.PerformLayout(); |
114 |
((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit(); |
((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit(); |
115 |
this.main_split.ResumeLayout(false); |
this.main_split.ResumeLayout(false); |
116 |
this.mainmnu.ResumeLayout(false); |
this.mainmnu.ResumeLayout(false); |
126 |
private System.Windows.Forms.MenuStrip mainmnu; |
private System.Windows.Forms.MenuStrip mainmnu; |
127 |
private System.Windows.Forms.ToolStripMenuItem mnuFile; |
private System.Windows.Forms.ToolStripMenuItem mnuFile; |
128 |
private System.Windows.Forms.ToolStripMenuItem mnuItemExit; |
private System.Windows.Forms.ToolStripMenuItem mnuItemExit; |
129 |
|
private System.Windows.Forms.RichTextBox txtStatus; |
130 |
|
private System.Windows.Forms.ToolStrip StatusToolStrip; |
131 |
} |
} |
132 |
} |
} |
133 |
|
|