namespace FirstPlugin { partial class PreviewFormatList { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.checkBox2 = new Switch_Toolbox.Library.Forms.STCheckBox(); this.checkBox1 = new Switch_Toolbox.Library.Forms.STCheckBox(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.checkBox2); this.panel1.Controls.Add(this.checkBox1); this.panel1.Location = new System.Drawing.Point(13, 13); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(205, 398); this.panel1.TabIndex = 0; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.ForeColor = System.Drawing.Color.White; this.checkBox2.Location = new System.Drawing.Point(13, 53); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(67, 17); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "Textures"; this.checkBox2.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.ForeColor = System.Drawing.Color.White; this.checkBox1.Location = new System.Drawing.Point(13, 30); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(60, 17); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "Models"; this.checkBox1.UseVisualStyleBackColor = true; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(113, 363); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "Ok"; this.button1.UseVisualStyleBackColor = true; // // PreviewFormatList // 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(224, 423); this.Controls.Add(this.panel1); this.Name = "PreviewFormatList"; this.Text = "Preview Format List"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private Switch_Toolbox.Library.Forms.STCheckBox checkBox2; private Switch_Toolbox.Library.Forms.STCheckBox checkBox1; private System.Windows.Forms.Button button1; } }