namespace PckStudio.Forms.Utilities { partial class TextureConverterUtility { /// /// 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.listBox1 = new System.Windows.Forms.ListBox(); this.metroTextBox1 = new MetroFramework.Controls.MetroTextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.metroLabel1 = new MetroFramework.Controls.MetroLabel(); this.SuspendLayout(); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(29, 64); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(288, 407); this.listBox1.TabIndex = 0; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // metroTextBox1 // // // // this.metroTextBox1.CustomButton.Image = null; this.metroTextBox1.CustomButton.Location = new System.Drawing.Point(266, 1); this.metroTextBox1.CustomButton.Name = ""; this.metroTextBox1.CustomButton.Size = new System.Drawing.Size(21, 21); this.metroTextBox1.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBox1.CustomButton.TabIndex = 1; this.metroTextBox1.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBox1.CustomButton.UseSelectable = true; this.metroTextBox1.CustomButton.Visible = false; this.metroTextBox1.Lines = new string[] { "//TEXT//"}; this.metroTextBox1.Location = new System.Drawing.Point(29, 502); this.metroTextBox1.MaxLength = 32767; this.metroTextBox1.Name = "metroTextBox1"; this.metroTextBox1.PasswordChar = '\0'; this.metroTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBox1.SelectedText = ""; this.metroTextBox1.SelectionLength = 0; this.metroTextBox1.SelectionStart = 0; this.metroTextBox1.ShortcutsEnabled = true; this.metroTextBox1.Size = new System.Drawing.Size(288, 23); this.metroTextBox1.TabIndex = 1; this.metroTextBox1.Text = "//TEXT//"; this.metroTextBox1.UseSelectable = true; this.metroTextBox1.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBox1.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // button1 // this.button1.Location = new System.Drawing.Point(28, 531); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "Browse.."; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(242, 531); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 3; this.button2.Text = "OK"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // metroLabel1 // this.metroLabel1.AutoSize = true; this.metroLabel1.Location = new System.Drawing.Point(29, 477); this.metroLabel1.Name = "metroLabel1"; this.metroLabel1.Size = new System.Drawing.Size(71, 19); this.metroLabel1.TabIndex = 4; this.metroLabel1.Text = "PackName"; this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark; // // TextureConverterUtility // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(356, 577); this.Controls.Add(this.metroLabel1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.metroTextBox1); this.Controls.Add(this.listBox1); this.Name = "TextureConverterUtility"; this.Resizable = false; this.Style = MetroFramework.MetroColorStyle.Silver; this.Text = "Texture Converter"; this.Theme = MetroFramework.MetroThemeStyle.Dark; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextureConverterUtility_FormClosing); this.Load += new System.EventHandler(this.TextureConverterUtility_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox listBox1; private MetroFramework.Controls.MetroTextBox metroTextBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private MetroFramework.Controls.MetroLabel metroLabel1; } }