namespace Switch_Toolbox.Library { partial class AssimpMeshSelector { /// /// 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.listView1 = new System.Windows.Forms.ListView(); this.CancelBtn = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.OkBtn = new System.Windows.Forms.Button(); this.Meshes = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); // // listView1 // this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.Meshes}); this.listView1.ForeColor = System.Drawing.Color.White; this.listView1.FullRowSelect = true; this.listView1.Location = new System.Drawing.Point(1, 29); this.listView1.Name = "listView1"; this.listView1.OwnerDraw = true; this.listView1.Size = new System.Drawing.Size(325, 320); this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; this.listView1.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.listView1_DrawColumnHeader); this.listView1.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.listView1_DrawSubItem); this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); // // CancelBtn // this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.CancelBtn.ForeColor = System.Drawing.Color.White; this.CancelBtn.Location = new System.Drawing.Point(12, 369); this.CancelBtn.Name = "CancelBtn"; this.CancelBtn.Size = new System.Drawing.Size(75, 23); this.CancelBtn.TabIndex = 2; this.CancelBtn.Text = "Cancel"; this.CancelBtn.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(201, 13); this.label1.TabIndex = 3; this.label1.Text = "Select the mesh you want to replace with"; // // OkBtn // this.OkBtn.DialogResult = System.Windows.Forms.DialogResult.OK; this.OkBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.OkBtn.ForeColor = System.Drawing.Color.White; this.OkBtn.Location = new System.Drawing.Point(239, 369); this.OkBtn.Name = "OkBtn"; this.OkBtn.Size = new System.Drawing.Size(75, 23); this.OkBtn.TabIndex = 4; this.OkBtn.Text = "Ok"; this.OkBtn.UseVisualStyleBackColor = true; // // Meshes // this.Meshes.Text = "Meshes"; this.Meshes.Width = 321; // // AssimpMeshSelector // 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(329, 404); this.Controls.Add(this.OkBtn); this.Controls.Add(this.label1); this.Controls.Add(this.CancelBtn); this.Controls.Add(this.listView1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "AssimpMeshSelector"; this.Text = "AssimpMeshSelector"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListView listView1; private System.Windows.Forms.Button CancelBtn; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button OkBtn; private System.Windows.Forms.ColumnHeader Meshes; } }