Techblox Mod Manager / Launcher
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
6.7KB

  1. namespace TBMM
  2. {
  3. partial class SettingsForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.gamelocation = new System.Windows.Forms.TextBox();
  31. this.browsebtn = new System.Windows.Forms.Button();
  32. this.savebtn = new System.Windows.Forms.Button();
  33. this.cancelbtn = new System.Windows.Forms.Button();
  34. this.keepPatched = new System.Windows.Forms.CheckBox();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  41. this.label1.Location = new System.Drawing.Point(12, 15);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(116, 20);
  44. this.label1.TabIndex = 0;
  45. this.label1.Text = "Game location:";
  46. //
  47. // gamelocation
  48. //
  49. this.gamelocation.Location = new System.Drawing.Point(135, 15);
  50. this.gamelocation.Name = "gamelocation";
  51. this.gamelocation.Size = new System.Drawing.Size(210, 20);
  52. this.gamelocation.TabIndex = 1;
  53. //
  54. // browsebtn
  55. //
  56. this.browsebtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  57. this.browsebtn.Location = new System.Drawing.Point(352, 12);
  58. this.browsebtn.Name = "browsebtn";
  59. this.browsebtn.Size = new System.Drawing.Size(75, 23);
  60. this.browsebtn.TabIndex = 2;
  61. this.browsebtn.Text = "Browse";
  62. this.browsebtn.UseVisualStyleBackColor = true;
  63. this.browsebtn.Click += new System.EventHandler(this.browsebtn_Click);
  64. //
  65. // savebtn
  66. //
  67. this.savebtn.DialogResult = System.Windows.Forms.DialogResult.OK;
  68. this.savebtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green;
  69. this.savebtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(0)))));
  70. this.savebtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  71. this.savebtn.Location = new System.Drawing.Point(270, 113);
  72. this.savebtn.Name = "savebtn";
  73. this.savebtn.Size = new System.Drawing.Size(75, 23);
  74. this.savebtn.TabIndex = 3;
  75. this.savebtn.Text = "Save";
  76. this.savebtn.UseVisualStyleBackColor = true;
  77. this.savebtn.Click += new System.EventHandler(this.savebtn_Click);
  78. //
  79. // cancelbtn
  80. //
  81. this.cancelbtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  82. this.cancelbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green;
  83. this.cancelbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(0)))));
  84. this.cancelbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  85. this.cancelbtn.Location = new System.Drawing.Point(352, 113);
  86. this.cancelbtn.Name = "cancelbtn";
  87. this.cancelbtn.Size = new System.Drawing.Size(75, 23);
  88. this.cancelbtn.TabIndex = 4;
  89. this.cancelbtn.Text = "Cancel";
  90. this.cancelbtn.UseVisualStyleBackColor = true;
  91. this.cancelbtn.Click += new System.EventHandler(this.cancelbtn_Click);
  92. //
  93. // keepPatched
  94. //
  95. this.keepPatched.AutoSize = true;
  96. this.keepPatched.Location = new System.Drawing.Point(12, 61);
  97. this.keepPatched.Name = "keepPatched";
  98. this.keepPatched.Size = new System.Drawing.Size(330, 17);
  99. this.keepPatched.TabIndex = 5;
  100. this.keepPatched.Text = "Keep game patched (prevents online gameplay until unchecked)";
  101. this.keepPatched.UseVisualStyleBackColor = true;
  102. //
  103. // SettingsForm
  104. //
  105. this.AcceptButton = this.savebtn;
  106. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  108. this.BackColor = System.Drawing.Color.Black;
  109. this.CancelButton = this.cancelbtn;
  110. this.ClientSize = new System.Drawing.Size(439, 148);
  111. this.Controls.Add(this.keepPatched);
  112. this.Controls.Add(this.cancelbtn);
  113. this.Controls.Add(this.savebtn);
  114. this.Controls.Add(this.browsebtn);
  115. this.Controls.Add(this.gamelocation);
  116. this.Controls.Add(this.label1);
  117. this.ForeColor = System.Drawing.Color.Lime;
  118. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  119. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  120. this.MaximizeBox = false;
  121. this.MinimizeBox = false;
  122. this.Name = "SettingsForm";
  123. this.ShowIcon = false;
  124. this.ShowInTaskbar = false;
  125. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  126. this.Text = "Settings";
  127. this.Load += new System.EventHandler(this.Form1_Load);
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. private System.Windows.Forms.CheckBox keepPatched;
  132. #endregion
  133. private System.Windows.Forms.Label label1;
  134. private System.Windows.Forms.TextBox gamelocation;
  135. private System.Windows.Forms.Button browsebtn;
  136. private System.Windows.Forms.Button savebtn;
  137. private System.Windows.Forms.Button cancelbtn;
  138. }
  139. }