namespace NovetusLauncher { partial class AssetLocalizer { /// /// 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(AssetLocalizer)); this.button1 = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(12, 120); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(254, 21); this.button1.TabIndex = 0; this.button1.Text = "Browse and Localize Asset"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "RBXL", "RBXM", "Hat", "Head", "Face", "Shirt", "T-Shirt", "Pants"}); this.comboBox1.Location = new System.Drawing.Point(81, 12); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(185, 21); this.comboBox1.TabIndex = 1; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // label2 // this.label2.Location = new System.Drawing.Point(12, 144); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(254, 13); this.label2.TabIndex = 3; this.label2.Text = "Idle"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // backgroundWorker1 // this.backgroundWorker1.WorkerReportsProgress = true; this.backgroundWorker1.WorkerSupportsCancellation = true; this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork); this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged); this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(140, 39); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(126, 20); this.textBox1.TabIndex = 4; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 42); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 13); this.label1.TabIndex = 5; this.label1.Text = "Asset Name (Items Only):"; // // comboBox2 // this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "None"}); this.comboBox2.Location = new System.Drawing.Point(140, 65); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(126, 21); this.comboBox2.TabIndex = 6; this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(118, 13); this.label3.TabIndex = 7; this.label3.Text = "Uses Mesh (Hats Only):"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 15); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(63, 13); this.label4.TabIndex = 8; this.label4.Text = "Asset Type:"; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(12, 160); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(254, 16); this.progressBar1.TabIndex = 9; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(93, 97); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(96, 17); this.checkBox1.TabIndex = 10; this.checkBox1.Text = "Save Backups"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // AssetLocalizer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.ClientSize = new System.Drawing.Size(278, 188); this.Controls.Add(this.checkBox1); this.Controls.Add(this.progressBar1); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.comboBox2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.button1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "AssetLocalizer"; this.Text = "Novetus Asset Localizer"; this.Closing += new System.ComponentModel.CancelEventHandler(this.AssetLocalizer_Close); this.Load += new System.EventHandler(this.AssetLocalizer_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label2; private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.CheckBox checkBox1; } }