Changeset 6734 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/MainWindow.Designer.cs
- Timestamp:
- 09/11/11 21:54:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/MainWindow.Designer.cs
r6730 r6734 39 39 this.slaveMainView.Name = "slaveMainView"; 40 40 this.slaveMainView.ReadOnly = false; 41 this.slaveMainView.Size = new System.Drawing.Size( 662, 471);41 this.slaveMainView.Size = new System.Drawing.Size(588, 328); 42 42 this.slaveMainView.TabIndex = 0; 43 this.slaveMainView.WindowState = System.Windows.Forms.FormWindowState.Normal;44 43 // 45 44 // MainWindow … … 47 46 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 48 47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 49 this.ClientSize = new System.Drawing.Size(6 86, 495);48 this.ClientSize = new System.Drawing.Size(612, 352); 50 49 this.Controls.Add(this.slaveMainView); 51 50 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 52 51 this.Name = "MainWindow"; 53 52 this.Text = "HeuristicLab Hive Slave"; 53 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing); 54 54 this.ResumeLayout(false); 55 55
Note: See TracChangeset
for help on using the changeset viewer.