namespace FModel.Forms { partial class Settings { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings)); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.OKButton = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.checkBox8 = new System.Windows.Forms.CheckBox(); this.checkBox7 = new System.Windows.Forms.CheckBox(); this.filenameLabel = new System.Windows.Forms.Label(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.label9 = new System.Windows.Forms.Label(); this.trackBar2 = new System.Windows.Forms.TrackBar(); this.label8 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.wPictureBox = new System.Windows.Forms.PictureBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.button5 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.trackBar3 = new System.Windows.Forms.TrackBar(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.wPictureBox)).BeginInit(); this.groupBox6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Anchor = System.Windows.Forms.AnchorStyles.Top; this.groupBox3.Controls.Add(this.textBox2); this.groupBox3.Controls.Add(this.label3); this.groupBox3.Location = new System.Drawing.Point(12, 12); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(560, 49); this.groupBox3.TabIndex = 13; this.groupBox3.TabStop = false; this.groupBox3.Text = ".PAK files"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(46, 19); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(508, 20); this.textBox2.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 22); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(34, 13); this.label3.TabIndex = 3; this.label3.Text = "Input:"; // // groupBox2 // this.groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.groupBox2.Controls.Add(this.checkBox1); this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(12, 67); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(560, 49); this.groupBox2.TabIndex = 14; this.groupBox2.TabStop = false; this.groupBox2.Text = "Extraction"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(443, 21); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(116, 17); this.checkBox1.TabIndex = 4; this.checkBox1.Text = "Auto Open Sounds"; this.checkBox1.UseVisualStyleBackColor = true; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(54, 19); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(383, 20); this.textBox1.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 13); this.label1.TabIndex = 3; this.label1.Text = "Output:"; // // OKButton // this.OKButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OKButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OKButton.Location = new System.Drawing.Point(475, 486); this.OKButton.Name = "OKButton"; this.OKButton.Size = new System.Drawing.Size(97, 21); this.OKButton.TabIndex = 15; this.OKButton.Text = "OK"; this.OKButton.UseVisualStyleBackColor = true; this.OKButton.Click += new System.EventHandler(this.OKButton_Click); // // groupBox4 // this.groupBox4.Controls.Add(this.comboBox2); this.groupBox4.Controls.Add(this.label2); this.groupBox4.Controls.Add(this.comboBox1); this.groupBox4.Controls.Add(this.label10); this.groupBox4.Controls.Add(this.checkBox8); this.groupBox4.Controls.Add(this.checkBox7); this.groupBox4.Controls.Add(this.filenameLabel); this.groupBox4.Controls.Add(this.trackBar1); this.groupBox4.Controls.Add(this.label9); this.groupBox4.Controls.Add(this.trackBar2); this.groupBox4.Controls.Add(this.label8); this.groupBox4.Controls.Add(this.button1); this.groupBox4.Controls.Add(this.wPictureBox); this.groupBox4.Location = new System.Drawing.Point(12, 122); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(560, 190); this.groupBox4.TabIndex = 16; this.groupBox4.TabStop = false; this.groupBox4.Text = "Icon Creation"; // // comboBox2 // this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "Default", "Flat", "Minimalist"}); this.comboBox2.Location = new System.Drawing.Point(85, 48); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(294, 21); this.comboBox2.TabIndex = 31; this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.ComboBox2_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 51); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 13); this.label2.TabIndex = 30; this.label2.Text = "Rarity Design:"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "English", "French", "German", "Italian", "Spanish", "Spanish (LA)", "Arabic", "Japanese", "Korean", "Polish", "Portuguese (Brazil)", "Russian", "Turkish", "Chinese (S)", "Traditional Chinese"}); this.comboBox1.Location = new System.Drawing.Point(70, 19); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(309, 21); this.comboBox1.TabIndex = 29; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(6, 22); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(58, 13); this.label10.TabIndex = 28; this.label10.Text = "Language:"; // // checkBox8 // this.checkBox8.AutoSize = true; this.checkBox8.Location = new System.Drawing.Point(206, 167); this.checkBox8.Name = "checkBox8"; this.checkBox8.Size = new System.Drawing.Size(177, 17); this.checkBox8.TabIndex = 26; this.checkBox8.Text = "Use Featured Image If Available"; this.checkBox8.UseVisualStyleBackColor = true; this.checkBox8.CheckedChanged += new System.EventHandler(this.checkBox8_CheckedChanged); // // checkBox7 // this.checkBox7.AutoSize = true; this.checkBox7.Location = new System.Drawing.Point(6, 87); this.checkBox7.Name = "checkBox7"; this.checkBox7.Size = new System.Drawing.Size(15, 14); this.checkBox7.TabIndex = 25; this.checkBox7.UseVisualStyleBackColor = true; this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged); // // filenameLabel // this.filenameLabel.AutoEllipsis = true; this.filenameLabel.AutoSize = true; this.filenameLabel.Location = new System.Drawing.Point(115, 88); this.filenameLabel.MaximumSize = new System.Drawing.Size(260, 13); this.filenameLabel.Name = "filenameLabel"; this.filenameLabel.Size = new System.Drawing.Size(60, 13); this.filenameLabel.TabIndex = 24; this.filenameLabel.Text = "File Name: "; // // trackBar1 // this.trackBar1.Location = new System.Drawing.Point(58, 141); this.trackBar1.Maximum = 100; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(325, 45); this.trackBar1.TabIndex = 20; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(22, 112); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(30, 13); this.label9.TabIndex = 23; this.label9.Text = "Size:"; // // trackBar2 // this.trackBar2.Location = new System.Drawing.Point(58, 112); this.trackBar2.Maximum = 1000; this.trackBar2.Minimum = 1; this.trackBar2.Name = "trackBar2"; this.trackBar2.Size = new System.Drawing.Size(325, 45); this.trackBar2.TabIndex = 22; this.trackBar2.TickFrequency = 25; this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar2.Value = 1; this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 144); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(46, 13); this.label8.TabIndex = 21; this.label8.Text = "Opacity:"; // // button1 // this.button1.Location = new System.Drawing.Point(27, 81); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(82, 24); this.button1.TabIndex = 19; this.button1.Text = "Watermark"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // wPictureBox // this.wPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.wPictureBox.Image = global::FModel.Properties.Resources.Template_D_N; this.wPictureBox.Location = new System.Drawing.Point(389, 19); this.wPictureBox.Name = "wPictureBox"; this.wPictureBox.Size = new System.Drawing.Size(165, 165); this.wPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.wPictureBox.TabIndex = 18; this.wPictureBox.TabStop = false; // // groupBox6 // this.groupBox6.Controls.Add(this.button5); this.groupBox6.Controls.Add(this.button3); this.groupBox6.Controls.Add(this.button2); this.groupBox6.Controls.Add(this.label7); this.groupBox6.Controls.Add(this.button4); this.groupBox6.Controls.Add(this.checkBox2); this.groupBox6.Controls.Add(this.label6); this.groupBox6.Controls.Add(this.trackBar3); this.groupBox6.Controls.Add(this.pictureBox1); this.groupBox6.Controls.Add(this.textBox6); this.groupBox6.Controls.Add(this.label12); this.groupBox6.Location = new System.Drawing.Point(12, 318); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(560, 158); this.groupBox6.TabIndex = 19; this.groupBox6.TabStop = false; this.groupBox6.Text = "Challenges Theme"; // // button5 // this.button5.Location = new System.Drawing.Point(168, 48); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(124, 23); this.button5.TabIndex = 34; this.button5.Text = "Delete Current Banner"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.Button5_Click); // // button3 // this.button3.Location = new System.Drawing.Point(102, 129); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(94, 23); this.button3.TabIndex = 26; this.button3.Text = "Choose Banner"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.Button3_Click); // // button2 // this.button2.Location = new System.Drawing.Point(199, 129); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(93, 23); this.button2.TabIndex = 11; this.button2.Text = "Open Image"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Button2_Click); // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.Red; this.label7.Location = new System.Drawing.Point(106, 113); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(86, 13); this.label7.TabIndex = 33; this.label7.Text = "4:1 Aspect Ratio"; // // button4 // this.button4.Location = new System.Drawing.Point(6, 129); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(93, 23); this.button4.TabIndex = 31; this.button4.Text = "Pick Color"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.Button4_Click); // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(6, 52); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(97, 17); this.checkBox2.TabIndex = 30; this.checkBox2.Text = "Custom Theme"; this.checkBox2.UseVisualStyleBackColor = true; this.checkBox2.CheckedChanged += new System.EventHandler(this.CheckBox2_CheckedChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 82); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(46, 13); this.label6.TabIndex = 28; this.label6.Text = "Opacity:"; // // trackBar3 // this.trackBar3.Location = new System.Drawing.Point(58, 82); this.trackBar3.Maximum = 1000; this.trackBar3.Minimum = 1; this.trackBar3.Name = "trackBar3"; this.trackBar3.Size = new System.Drawing.Size(234, 45); this.trackBar3.TabIndex = 27; this.trackBar3.TickFrequency = 25; this.trackBar3.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar3.Value = 1; this.trackBar3.ValueChanged += new System.EventHandler(this.TrackBar3_ValueChanged); // // pictureBox1 // this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox1.Image = global::FModel.Properties.Resources.cTemplate; this.pictureBox1.Location = new System.Drawing.Point(298, 45); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(256, 107); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 10; this.pictureBox1.TabStop = false; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(74, 19); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(480, 20); this.textBox6.TabIndex = 8; this.textBox6.TextChanged += new System.EventHandler(this.TextBox6_TextChanged); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 22); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(62, 13); this.label12.TabIndex = 9; this.label12.Text = "Watermark:"; // // Settings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(584, 519); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox4); this.Controls.Add(this.OKButton); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Settings"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FModel Settings"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Settings_FormClosing); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.wPictureBox)).EndInit(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button OKButton; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.CheckBox checkBox8; private System.Windows.Forms.CheckBox checkBox7; private System.Windows.Forms.Label filenameLabel; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.Label label9; private System.Windows.Forms.TrackBar trackBar2; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button button1; private System.Windows.Forms.PictureBox wPictureBox; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label10; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.Label label12; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.Label label6; private System.Windows.Forms.TrackBar trackBar3; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button5; private System.Windows.Forms.CheckBox checkBox1; } }