Changeset 314 for trunk/sources
- Timestamp:
- 06/13/08 11:21:56 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid/ClientForm.designer.cs
r114 r314 51 51 this.statusLabel = new System.Windows.Forms.Label(); 52 52 this.statusTextBox = new System.Windows.Forms.TextBox(); 53 this.label2 = new System.Windows.Forms.Label();54 this.clientPort = new System.Windows.Forms.TextBox();55 53 this.SuspendLayout(); 56 54 // … … 68 66 this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 69 67 this.stopButton.Enabled = false; 70 this.stopButton.Location = new System.Drawing.Point(99, 87);68 this.stopButton.Location = new System.Drawing.Point(99, 59); 71 69 this.stopButton.Name = "stopButton"; 72 70 this.stopButton.Size = new System.Drawing.Size(75, 23); … … 79 77 // 80 78 this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 81 this.startButton.Location = new System.Drawing.Point(15, 87);79 this.startButton.Location = new System.Drawing.Point(15, 59); 82 80 this.startButton.Name = "startButton"; 83 81 this.startButton.Size = new System.Drawing.Size(75, 23); … … 97 95 // 98 96 this.statusLabel.AutoSize = true; 99 this.statusLabel.Location = new System.Drawing.Point( 9, 56);97 this.statusLabel.Location = new System.Drawing.Point(12, 33); 100 98 this.statusLabel.Name = "statusLabel"; 101 99 this.statusLabel.Size = new System.Drawing.Size(67, 13); … … 105 103 // statusTextBox 106 104 // 107 this.statusTextBox.Location = new System.Drawing.Point(96, 53);105 this.statusTextBox.Location = new System.Drawing.Point(96, 30); 108 106 this.statusTextBox.Name = "statusTextBox"; 109 107 this.statusTextBox.ReadOnly = true; … … 111 109 this.statusTextBox.TabIndex = 9; 112 110 // 113 // label2114 //115 this.label2.AutoSize = true;116 this.label2.Location = new System.Drawing.Point(9, 32);117 this.label2.Name = "label2";118 this.label2.Size = new System.Drawing.Size(57, 13);119 this.label2.TabIndex = 10;120 this.label2.Text = "Client port:";121 //122 // clientPort123 //124 this.clientPort.Location = new System.Drawing.Point(96, 29);125 this.clientPort.Name = "clientPort";126 this.clientPort.Size = new System.Drawing.Size(222, 20);127 this.clientPort.TabIndex = 11;128 this.clientPort.Text = "8002";129 //130 111 // ClientForm 131 112 // 132 113 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 133 114 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 134 this.ClientSize = new System.Drawing.Size(330, 122); 135 this.Controls.Add(this.clientPort); 136 this.Controls.Add(this.label2); 115 this.ClientSize = new System.Drawing.Size(330, 94); 137 116 this.Controls.Add(this.statusTextBox); 138 117 this.Controls.Add(this.statusLabel); … … 156 135 private System.Windows.Forms.Label statusLabel; 157 136 private System.Windows.Forms.TextBox statusTextBox; 158 private System.Windows.Forms.Label label2;159 private System.Windows.Forms.TextBox clientPort;160 137 } 161 138 }
Note: See TracChangeset
for help on using the changeset viewer.