Spring – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 369... Line 369...
369 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 369 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
370 this.tabControl1.Location = new System.Drawing.Point(0, 0); 370 this.tabControl1.Location = new System.Drawing.Point(0, 0);
371 this.tabControl1.Multiline = true; 371 this.tabControl1.Multiline = true;
372 this.tabControl1.Name = "tabControl1"; 372 this.tabControl1.Name = "tabControl1";
373 this.tabControl1.SelectedIndex = 0; 373 this.tabControl1.SelectedIndex = 0;
374 this.tabControl1.Size = new System.Drawing.Size(492, 277); 374 this.tabControl1.Size = new System.Drawing.Size(506, 295);
375 this.tabControl1.TabIndex = 6; 375 this.tabControl1.TabIndex = 6;
376 this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.TabControl1_SelectedIndexChanged); 376 this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.TabControl1_SelectedIndexChanged);
377 // 377 //
378 // tabPage1 378 // tabPage1
379 // 379 //
380 this.tabPage1.Controls.Add(this.flowLayoutPanel3); 380 this.tabPage1.Controls.Add(this.flowLayoutPanel3);
381 this.tabPage1.Location = new System.Drawing.Point(4, 22); 381 this.tabPage1.Location = new System.Drawing.Point(4, 22);
382 this.tabPage1.Name = "tabPage1"; 382 this.tabPage1.Name = "tabPage1";
383 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 383 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
384 this.tabPage1.Size = new System.Drawing.Size(484, 251); 384 this.tabPage1.Size = new System.Drawing.Size(498, 269);
385 this.tabPage1.TabIndex = 0; 385 this.tabPage1.TabIndex = 0;
386 this.tabPage1.Text = "Spring"; 386 this.tabPage1.Text = "Spring";
387 this.tabPage1.UseVisualStyleBackColor = true; 387 this.tabPage1.UseVisualStyleBackColor = true;
388 // 388 //
389 // flowLayoutPanel3 389 // flowLayoutPanel3
Line 394... Line 394...
394 this.flowLayoutPanel3.Controls.Add(this.groupBox5); 394 this.flowLayoutPanel3.Controls.Add(this.groupBox5);
395 this.flowLayoutPanel3.Controls.Add(this.groupBox3); 395 this.flowLayoutPanel3.Controls.Add(this.groupBox3);
396 this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; 396 this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
397 this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 3); 397 this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 3);
398 this.flowLayoutPanel3.Name = "flowLayoutPanel3"; 398 this.flowLayoutPanel3.Name = "flowLayoutPanel3";
399 this.flowLayoutPanel3.Size = new System.Drawing.Size(478, 245); 399 this.flowLayoutPanel3.Size = new System.Drawing.Size(492, 263);
400 this.flowLayoutPanel3.TabIndex = 0; 400 this.flowLayoutPanel3.TabIndex = 0;
401 // 401 //
402 // groupBox1 402 // groupBox1
403 // 403 //
404 this.groupBox1.Controls.Add(this.tableLayoutPanel5); 404 this.groupBox1.Controls.Add(this.tableLayoutPanel5);
Line 493... Line 493...
493 // 493 //
494 this.tabPage2.Controls.Add(this.flowLayoutPanel4); 494 this.tabPage2.Controls.Add(this.flowLayoutPanel4);
495 this.tabPage2.Location = new System.Drawing.Point(4, 22); 495 this.tabPage2.Location = new System.Drawing.Point(4, 22);
496 this.tabPage2.Name = "tabPage2"; 496 this.tabPage2.Name = "tabPage2";
497 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 497 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
498 this.tabPage2.Size = new System.Drawing.Size(488, 255); 498 this.tabPage2.Size = new System.Drawing.Size(484, 251);
499 this.tabPage2.TabIndex = 1; 499 this.tabPage2.TabIndex = 1;
500 this.tabPage2.Text = "OSD"; 500 this.tabPage2.Text = "OSD";
501 this.tabPage2.UseVisualStyleBackColor = true; 501 this.tabPage2.UseVisualStyleBackColor = true;
502 // 502 //
503 // flowLayoutPanel4 503 // flowLayoutPanel4
Line 507... Line 507...
507 this.flowLayoutPanel4.Controls.Add(this.groupBox8); 507 this.flowLayoutPanel4.Controls.Add(this.groupBox8);
508 this.flowLayoutPanel4.Controls.Add(this.groupBox6); 508 this.flowLayoutPanel4.Controls.Add(this.groupBox6);
509 this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; 509 this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
510 this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 3); 510 this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 3);
511 this.flowLayoutPanel4.Name = "flowLayoutPanel4"; 511 this.flowLayoutPanel4.Name = "flowLayoutPanel4";
512 this.flowLayoutPanel4.Size = new System.Drawing.Size(482, 249); 512 this.flowLayoutPanel4.Size = new System.Drawing.Size(478, 245);
513 this.flowLayoutPanel4.TabIndex = 0; 513 this.flowLayoutPanel4.TabIndex = 0;
514 // 514 //
515 // groupBox10 515 // groupBox10
516 // 516 //
517 this.groupBox10.Controls.Add(this.enableHudCheckBox); 517 this.groupBox10.Controls.Add(this.enableHudCheckBox);
Line 549... Line 549...
549 // 549 //
550 // SettingsForm 550 // SettingsForm
551 // 551 //
552 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 552 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
553 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 553 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
554 this.ClientSize = new System.Drawing.Size(496, 281); 554 this.ClientSize = new System.Drawing.Size(506, 295);
555 this.Controls.Add(this.tabControl1); 555 this.Controls.Add(this.tabControl1);
556 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 556 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
557 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 557 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
558 this.MaximizeBox = false; 558 this.MaximizeBox = false;
559 this.MaximumSize = new System.Drawing.Size(512, 320); 559 this.MaximumSize = new System.Drawing.Size(512, 320);
560 this.MinimumSize = new System.Drawing.Size(512, 320); 560 this.MinimumSize = new System.Drawing.Size(512, 320);
561 this.Name = "SettingsForm"; 561 this.Name = "SettingsForm";
562 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 562 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
563 this.Text = "Settings"; 563 this.Text = "Settings";
-   564 this.Load += new System.EventHandler(this.SettingsForm_Load);
564 this.Shown += new System.EventHandler(this.SpringSettingsForm_Shown); 565 this.Shown += new System.EventHandler(this.SpringSettingsForm_Shown);
565 this.groupBox2.ResumeLayout(false); 566 this.groupBox2.ResumeLayout(false);
566 this.tableLayoutPanel4.ResumeLayout(false); 567 this.tableLayoutPanel4.ResumeLayout(false);
567 this.tableLayoutPanel4.PerformLayout(); 568 this.tableLayoutPanel4.PerformLayout();
568 ((System.ComponentModel.ISupportInitialize)(this.chargeDelayTrackBar)).EndInit(); 569 ((System.ComponentModel.ISupportInitialize)(this.chargeDelayTrackBar)).EndInit();