namespace GLEED2D { partial class SettingsForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.buttonBrowse = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.button1 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // propertyGrid1 // this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid1.Location = new System.Drawing.Point(3, 3); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(567, 451); this.propertyGrid1.TabIndex = 0; this.propertyGrid1.ToolbarVisible = false; // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(518, 501); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonOK // this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.Location = new System.Drawing.Point(437, 501); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.TabIndex = 2; this.buttonOK.Text = "Apply"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // tabControl1 // this.tabControl1.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))); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(581, 483); this.tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.propertyGrid1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(573, 457); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "General"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.Transparent; this.tabPage2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.tabPage2.Controls.Add(this.buttonBrowse); this.tabPage2.Controls.Add(this.textBox1); this.tabPage2.Controls.Add(this.checkBox2); this.tabPage2.Controls.Add(this.checkBox1); this.tabPage2.Controls.Add(this.label1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(573, 457); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Run Level"; this.tabPage2.UseVisualStyleBackColor = true; // // buttonBrowse // this.buttonBrowse.Enabled = false; this.buttonBrowse.Location = new System.Drawing.Point(506, 80); this.buttonBrowse.Name = "buttonBrowse"; this.buttonBrowse.Size = new System.Drawing.Size(61, 23); this.buttonBrowse.TabIndex = 3; this.buttonBrowse.Text = "Browse..."; this.buttonBrowse.UseVisualStyleBackColor = true; this.buttonBrowse.Click += new System.EventHandler(this.buttonBrowse_Click); // // textBox1 // this.textBox1.Enabled = false; this.textBox1.Location = new System.Drawing.Point(30, 83); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(470, 20); this.textBox1.TabIndex = 2; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Enabled = false; this.checkBox2.Location = new System.Drawing.Point(30, 109); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(332, 17); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "append the full path of the level file as a command line parameter"; this.checkBox2.UseVisualStyleBackColor = true; this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(10, 60); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(255, 17); this.checkBox1.TabIndex = 1; this.checkBox1.Text = "save the level and start the following application:"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(158, 13); this.label1.TabIndex = 0; this.label1.Text = "When clicking on \"Run Level\", "; // // tabPage3 // this.tabPage3.Controls.Add(this.button1); this.tabPage3.Controls.Add(this.textBox2); this.tabPage3.Controls.Add(this.checkBox3); this.tabPage3.Controls.Add(this.checkBox4); this.tabPage3.Controls.Add(this.label2); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(573, 457); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Save Level"; this.tabPage3.UseVisualStyleBackColor = true; // // button1 // this.button1.Enabled = false; this.button1.Location = new System.Drawing.Point(505, 79); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(61, 23); this.button1.TabIndex = 8; this.button1.Text = "Browse..."; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox2 // this.textBox2.Enabled = false; this.textBox2.Location = new System.Drawing.Point(29, 82); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(470, 20); this.textBox2.TabIndex = 7; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Enabled = false; this.checkBox3.Location = new System.Drawing.Point(29, 108); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(332, 17); this.checkBox3.TabIndex = 6; this.checkBox3.Text = "append the full path of the level file as a command line parameter"; this.checkBox3.UseVisualStyleBackColor = true; this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged); // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Location = new System.Drawing.Point(9, 59); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(165, 17); this.checkBox4.TabIndex = 5; this.checkBox4.Text = "start the following application:"; this.checkBox4.UseVisualStyleBackColor = true; this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(145, 13); this.label2.TabIndex = 4; this.label2.Text = "Each time the level is saved, "; // // SettingsForm // this.AcceptButton = this.buttonOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(605, 536); this.ControlBox = false; this.Controls.Add(this.tabControl1); this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "SettingsForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Settings"; this.Load += new System.EventHandler(this.SettingsForm_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PropertyGrid propertyGrid1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonBrowse; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.Label label2; } }