namespace BizHawk.Client.EmuHawk { partial class VirtualPadDiscManager { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lvDiscs = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.label1 = new System.Windows.Forms.Label(); this.btnClose = new BizHawk.Client.EmuHawk.VirtualPadButton(); this.btnOpen = new BizHawk.Client.EmuHawk.VirtualPadButton(); this.lblTimeZero = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.lvDiscs); this.groupBox1.Location = new System.Drawing.Point(3, 32); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(279, 207); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Discs"; this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); // // lvDiscs // this.lvDiscs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); this.lvDiscs.Dock = System.Windows.Forms.DockStyle.Fill; this.lvDiscs.FullRowSelect = true; this.lvDiscs.GridLines = true; this.lvDiscs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lvDiscs.HideSelection = false; this.lvDiscs.Location = new System.Drawing.Point(3, 16); this.lvDiscs.MultiSelect = false; this.lvDiscs.Name = "lvDiscs"; this.lvDiscs.Size = new System.Drawing.Size(273, 188); this.lvDiscs.TabIndex = 0; this.lvDiscs.UseCompatibleStateImageBehavior = false; this.lvDiscs.View = System.Windows.Forms.View.Details; this.lvDiscs.SelectedIndexChanged += new System.EventHandler(this.lvDiscs_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Text = "#"; this.columnHeader1.Width = 27; // // columnHeader2 // this.columnHeader2.Text = "Name"; this.columnHeader2.Width = 228; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(34, 13); this.label1.TabIndex = 3; this.label1.Text = "Tray :"; // // btnClose // this.btnClose.Appearance = System.Windows.Forms.Appearance.Button; this.btnClose.AutoSize = true; this.btnClose.ForeColor = System.Drawing.SystemColors.ControlText; this.btnClose.Location = new System.Drawing.Point(93, 6); this.btnClose.Name = "btnClose"; this.btnClose.ReadOnly = false; this.btnClose.RightClicked = false; this.btnClose.Size = new System.Drawing.Size(43, 23); this.btnClose.TabIndex = 2; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnOpen // this.btnOpen.Appearance = System.Windows.Forms.Appearance.Button; this.btnOpen.AutoSize = true; this.btnOpen.ForeColor = System.Drawing.SystemColors.ControlText; this.btnOpen.Location = new System.Drawing.Point(46, 6); this.btnOpen.Name = "btnOpen"; this.btnOpen.ReadOnly = false; this.btnOpen.RightClicked = false; this.btnOpen.Size = new System.Drawing.Size(43, 23); this.btnOpen.TabIndex = 0; this.btnOpen.Text = "Open"; this.btnOpen.UseVisualStyleBackColor = true; this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click); // // lblTimeZero // this.lblTimeZero.AutoSize = true; this.lblTimeZero.Location = new System.Drawing.Point(142, 11); this.lblTimeZero.Name = "lblTimeZero"; this.lblTimeZero.Size = new System.Drawing.Size(135, 13); this.lblTimeZero.TabIndex = 4; this.lblTimeZero.Text = "(T=0: Freely set initial state)"; // // VirtualPadDiscManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Controls.Add(this.lblTimeZero); this.Controls.Add(this.label1); this.Controls.Add(this.btnClose); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnOpen); this.Name = "VirtualPadDiscManager"; this.Size = new System.Drawing.Size(286, 244); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private VirtualPadButton btnOpen; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ListView lvDiscs; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private VirtualPadButton btnClose; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblTimeZero; } }