92 lines
3.8 KiB
C#
92 lines
3.8 KiB
C#
|
namespace Switch_Toolbox.Library
|
|||
|
{
|
|||
|
partial class BatchFormatExport
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
this.comboBox1 = new Switch_Toolbox.Library.Forms.STComboBox();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.OkButton = new System.Windows.Forms.Button();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// comboBox1
|
|||
|
//
|
|||
|
this.comboBox1.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle;
|
|||
|
this.comboBox1.FormattingEnabled = true;
|
|||
|
this.comboBox1.Location = new System.Drawing.Point(12, 41);
|
|||
|
this.comboBox1.Name = "comboBox1";
|
|||
|
this.comboBox1.Size = new System.Drawing.Size(222, 21);
|
|||
|
this.comboBox1.TabIndex = 0;
|
|||
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.button1.ForeColor = System.Drawing.Color.White;
|
|||
|
this.button1.Location = new System.Drawing.Point(171, 96);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(63, 23);
|
|||
|
this.button1.TabIndex = 1;
|
|||
|
this.button1.Text = "Cancel";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// OkButton
|
|||
|
//
|
|||
|
this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|||
|
this.OkButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.OkButton.ForeColor = System.Drawing.Color.White;
|
|||
|
this.OkButton.Location = new System.Drawing.Point(86, 96);
|
|||
|
this.OkButton.Name = "OkButton";
|
|||
|
this.OkButton.Size = new System.Drawing.Size(63, 23);
|
|||
|
this.OkButton.TabIndex = 2;
|
|||
|
this.OkButton.Text = "Ok";
|
|||
|
this.OkButton.UseVisualStyleBackColor = true;
|
|||
|
this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
|
|||
|
//
|
|||
|
// TextureFormatExport
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.ClientSize = new System.Drawing.Size(246, 131);
|
|||
|
this.Controls.Add(this.OkButton);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.Controls.Add(this.comboBox1);
|
|||
|
this.Name = "TextureFormatExport";
|
|||
|
this.Text = "TextureFormatExport";
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Switch_Toolbox.Library.Forms.STComboBox comboBox1;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Button OkButton;
|
|||
|
}
|
|||
|
}
|