57 |
this.mnuFile}); |
this.mnuFile}); |
58 |
this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
59 |
this.menuStrip1.Name = "menuStrip1"; |
this.menuStrip1.Name = "menuStrip1"; |
60 |
this.menuStrip1.Size = new System.Drawing.Size(717, 24); |
this.menuStrip1.Size = new System.Drawing.Size(1163, 24); |
61 |
this.menuStrip1.TabIndex = 0; |
this.menuStrip1.TabIndex = 0; |
62 |
this.menuStrip1.Text = "menuStrip1"; |
this.menuStrip1.Text = "menuStrip1"; |
63 |
// |
// |
92 |
this.dockPanel.Location = new System.Drawing.Point(0, 24); |
this.dockPanel.Location = new System.Drawing.Point(0, 24); |
93 |
this.dockPanel.Name = "dockPanel"; |
this.dockPanel.Name = "dockPanel"; |
94 |
this.dockPanel.ShowDocumentIcon = true; |
this.dockPanel.ShowDocumentIcon = true; |
95 |
this.dockPanel.Size = new System.Drawing.Size(717, 482); |
this.dockPanel.Size = new System.Drawing.Size(1163, 574); |
96 |
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; |
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; |
97 |
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; |
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; |
98 |
autoHideStripSkin1.DockStripGradient = dockPanelGradient1; |
autoHideStripSkin1.DockStripGradient = dockPanelGradient1; |
145 |
// |
// |
146 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
147 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
148 |
this.ClientSize = new System.Drawing.Size(717, 506); |
this.ClientSize = new System.Drawing.Size(1163, 598); |
149 |
this.Controls.Add(this.dockPanel); |
this.Controls.Add(this.dockPanel); |
150 |
this.Controls.Add(this.menuStrip1); |
this.Controls.Add(this.menuStrip1); |
151 |
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; |
152 |
this.MainMenuStrip = this.menuStrip1; |
this.MainMenuStrip = this.menuStrip1; |
153 |
this.Name = "Form1"; |
this.Name = "Form1"; |
154 |
this.Text = "Form1"; |
this.Text = "Form1"; |
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized; |
|
155 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); |
156 |
this.Load += new System.EventHandler(this.Form1_Load); |
this.Load += new System.EventHandler(this.Form1_Load); |
157 |
this.Shown += new System.EventHandler(this.Form1_Shown); |
this.Shown += new System.EventHandler(this.Form1_Shown); |