2016-03-20 05:27:30 +01: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 06:41:12 +01:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.MenuPanel = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
|
this.FileMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
this.FileMenuHelp = new System.Windows.Forms.ToolStripMenuItem();
|
2016-03-20 06:41:12 +01:00
|
|
|
|
this.FileMenuExit = new System.Windows.Forms.ToolStripMenuItem();
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.MainTab = new System.Windows.Forms.TabControl();
|
|
|
|
|
|
this.MenuPanel.SuspendLayout();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// MenuPanel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.MenuPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.FileMenu});
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.MenuPanel.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.MenuPanel.Name = "MenuPanel";
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.MenuPanel.Padding = new System.Windows.Forms.Padding(8, 3, 0, 3);
|
|
|
|
|
|
this.MenuPanel.Size = new System.Drawing.Size(780, 25);
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.MenuPanel.TabIndex = 0;
|
|
|
|
|
|
this.MenuPanel.Text = "menuStrip1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// FileMenu
|
|
|
|
|
|
//
|
|
|
|
|
|
this.FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
|
this.FileMenuHelp,
|
|
|
|
|
|
this.FileMenuExit});
|
|
|
|
|
|
this.FileMenu.Name = "FileMenu";
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.FileMenu.Size = new System.Drawing.Size(37, 19);
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.FileMenu.Text = "File";
|
|
|
|
|
|
//
|
|
|
|
|
|
// FileMenuHelp
|
|
|
|
|
|
//
|
|
|
|
|
|
this.FileMenuHelp.Name = "FileMenuHelp";
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.FileMenuHelp.Size = new System.Drawing.Size(152, 22);
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.FileMenuHelp.Text = "Help";
|
|
|
|
|
|
this.FileMenuHelp.Click += new System.EventHandler(this.FileMenuHelp_Click);
|
|
|
|
|
|
//
|
2016-03-20 06:41:12 +01:00
|
|
|
|
// FileMenuExit
|
|
|
|
|
|
//
|
|
|
|
|
|
this.FileMenuExit.Name = "FileMenuExit";
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.FileMenuExit.Size = new System.Drawing.Size(152, 22);
|
2016-03-20 06:41:12 +01:00
|
|
|
|
this.FileMenuExit.Text = "Exit";
|
|
|
|
|
|
this.FileMenuExit.Click += new System.EventHandler(this.FileMenuExit_Click);
|
|
|
|
|
|
//
|
2016-03-20 05:27:30 +01:00
|
|
|
|
// 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-20 08:29:27 +01:00
|
|
|
|
this.MainTab.HotTrack = true;
|
|
|
|
|
|
this.MainTab.Location = new System.Drawing.Point(16, 33);
|
|
|
|
|
|
this.MainTab.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
|
this.MainTab.Multiline = true;
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.MainTab.Name = "MainTab";
|
|
|
|
|
|
this.MainTab.SelectedIndex = 0;
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.MainTab.Size = new System.Drawing.Size(748, 509);
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.MainTab.TabIndex = 1;
|
2016-03-20 08:29:27 +01: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 05:27:30 +01:00
|
|
|
|
//
|
|
|
|
|
|
// MainForm
|
|
|
|
|
|
//
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.AutoScroll = true;
|
|
|
|
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(780, 557);
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.Controls.Add(this.MainTab);
|
|
|
|
|
|
this.Controls.Add(this.MenuPanel);
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.DoubleBuffered = true;
|
|
|
|
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
2016-03-20 06:41:12 +01:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.MainMenuStrip = this.MenuPanel;
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.Name = "MainForm";
|
2016-03-20 08:29:27 +01:00
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
2016-03-20 06:41:12 +01:00
|
|
|
|
this.Text = "ASF Config Generator";
|
2016-03-20 05:27:30 +01:00
|
|
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
|
|
|
|
this.MenuPanel.ResumeLayout(false);
|
|
|
|
|
|
this.MenuPanel.PerformLayout();
|
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.MenuStrip MenuPanel;
|
|
|
|
|
|
private System.Windows.Forms.TabControl MainTab;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FileMenu;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FileMenuHelp;
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FileMenuExit;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|