Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 258... Line 258...
258 // 258 //
259 // statusStrip1 259 // statusStrip1
260 // 260 //
261 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 261 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
262 this.toolStripStatusLabel1}); 262 this.toolStripStatusLabel1});
263 this.statusStrip1.Location = new System.Drawing.Point(0, 326); 263 this.statusStrip1.Location = new System.Drawing.Point(0, 329);
264 this.statusStrip1.Name = "statusStrip1"; 264 this.statusStrip1.Name = "statusStrip1";
265 this.statusStrip1.Size = new System.Drawing.Size(558, 22); 265 this.statusStrip1.Size = new System.Drawing.Size(558, 22);
266 this.statusStrip1.TabIndex = 2; 266 this.statusStrip1.TabIndex = 2;
267 this.statusStrip1.Text = "statusStrip1"; 267 this.statusStrip1.Text = "statusStrip1";
268 // 268 //
Line 273... Line 273...
273 // 273 //
274 // TeleportForm 274 // TeleportForm
275 // 275 //
276 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 276 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
277 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 277 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
278 this.ClientSize = new System.Drawing.Size(558, 348); 278 this.ClientSize = new System.Drawing.Size(558, 351);
279 this.Controls.Add(this.statusStrip1); 279 this.Controls.Add(this.statusStrip1);
280 this.Controls.Add(this.tabControl1); 280 this.Controls.Add(this.tabControl1);
281 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 281 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
282 this.MaximizeBox = false; 282 this.MaximizeBox = false;
283 this.MaximumSize = new System.Drawing.Size(566, 378); 283 this.MaximumSize = new System.Drawing.Size(566, 378);
284 this.MinimumSize = new System.Drawing.Size(566, 378); 284 this.MinimumSize = new System.Drawing.Size(566, 378);
285 this.Name = "TeleportForm"; 285 this.Name = "TeleportForm";
286 this.Text = "Korero: Teleport"; 286 this.Text = "Korero: Teleport";
287 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TeleportForm_FormClosing); 287 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TeleportForm_FormClosing);
-   288 this.Load += new System.EventHandler(this.TeleportForm_Load);
288 this.tableLayoutPanel1.ResumeLayout(false); 289 this.tableLayoutPanel1.ResumeLayout(false);
289 this.tableLayoutPanel1.PerformLayout(); 290 this.tableLayoutPanel1.PerformLayout();
290 this.tableLayoutPanel2.ResumeLayout(false); 291 this.tableLayoutPanel2.ResumeLayout(false);
291 this.tableLayoutPanel2.PerformLayout(); 292 this.tableLayoutPanel2.PerformLayout();
292 this.tableLayoutPanel4.ResumeLayout(false); 293 this.tableLayoutPanel4.ResumeLayout(false);