ArchiSteamFarm/ConfigGenerator/MainForm.Designer.cs

79 lines
3.2 KiB
C#
Raw Normal View History

2016-03-20 04:27:30 +00:00
namespace ConfigGenerator {
partial class MainForm {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
2016-03-20 05:41:12 +00:00
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
2016-03-20 04:27:30 +00:00
this.MainTab = new System.Windows.Forms.TabControl();
this.SuspendLayout();
//
// MainTab
//
this.MainTab.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
2016-03-23 17:38:19 +00:00
this.MainTab.Appearance = System.Windows.Forms.TabAppearance.Buttons;
this.MainTab.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
2016-03-20 07:29:27 +00:00
this.MainTab.HotTrack = true;
2016-03-23 17:38:19 +00:00
this.MainTab.Location = new System.Drawing.Point(14, 14);
2016-08-02 03:09:53 +00:00
this.MainTab.Margin = new System.Windows.Forms.Padding(4);
2016-03-20 07:29:27 +00:00
this.MainTab.Multiline = true;
2016-03-20 04:27:30 +00:00
this.MainTab.Name = "MainTab";
this.MainTab.SelectedIndex = 0;
2016-03-23 17:38:19 +00:00
this.MainTab.Size = new System.Drawing.Size(854, 745);
this.MainTab.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
2016-03-20 04:27:30 +00:00
this.MainTab.TabIndex = 1;
2016-03-20 07:29:27 +00:00
this.MainTab.Selected += new System.Windows.Forms.TabControlEventHandler(this.MainTab_Selected);
this.MainTab.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.MainTab_Deselecting);
2016-03-20 04:27:30 +00:00
//
// MainForm
//
2016-03-23 17:38:19 +00:00
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
2016-03-20 04:27:30 +00:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2016-03-20 07:29:27 +00:00
this.AutoScroll = true;
2016-03-23 17:38:19 +00:00
this.ClientSize = new System.Drawing.Size(882, 774);
2016-03-20 04:27:30 +00:00
this.Controls.Add(this.MainTab);
2016-03-23 17:38:19 +00:00
this.Cursor = System.Windows.Forms.Cursors.Default;
2016-03-20 07:29:27 +00:00
this.DoubleBuffered = true;
2016-03-23 17:38:19 +00:00
this.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
2016-03-20 09:01:04 +00:00
this.HelpButton = true;
2016-03-20 05:41:12 +00:00
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2016-08-02 03:09:53 +00:00
this.Margin = new System.Windows.Forms.Padding(4);
2016-03-20 09:01:04 +00:00
this.MaximizeBox = false;
this.MinimizeBox = false;
2016-03-20 04:27:30 +00:00
this.Name = "MainForm";
2016-03-20 07:29:27 +00:00
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
2016-03-20 05:41:12 +00:00
this.Text = "ASF Config Generator";
2016-03-20 09:01:04 +00:00
this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.MainForm_HelpButtonClicked);
2016-03-20 04:27:30 +00:00
this.Load += new System.EventHandler(this.MainForm_Load);
2016-03-20 09:01:04 +00:00
this.Shown += new System.EventHandler(this.MainForm_Shown);
2016-03-20 04:27:30 +00:00
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl MainTab;
}
}