namespace Mesen.GUI.Controls { partial class ctrlTrackbar { /// /// 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.lblText = new System.Windows.Forms.Label(); this.trackBar = new System.Windows.Forms.TrackBar(); this.lblValue = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.lblText, 0, 2); this.tableLayoutPanel1.Controls.Add(this.trackBar, 0, 0); this.tableLayoutPanel1.Controls.Add(this.lblValue, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(34, 160); this.tableLayoutPanel1.TabIndex = 0; // // lblText // this.lblText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lblText.AutoSize = true; this.lblText.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblText.Location = new System.Drawing.Point(0, 148); this.lblText.Margin = new System.Windows.Forms.Padding(0); this.lblText.Name = "lblText"; this.lblText.Size = new System.Drawing.Size(34, 12); this.lblText.TabIndex = 14; this.lblText.Text = "Text"; this.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // trackBar // this.trackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.trackBar.Location = new System.Drawing.Point(0, 0); this.trackBar.Margin = new System.Windows.Forms.Padding(0); this.trackBar.Maximum = 100; this.trackBar.Name = "trackBar"; this.trackBar.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar.Size = new System.Drawing.Size(34, 133); this.trackBar.TabIndex = 13; this.trackBar.TickFrequency = 10; this.trackBar.Value = 50; this.trackBar.ValueChanged += new System.EventHandler(this.trackBar_ValueChanged); // // lblValue // this.lblValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lblValue.AutoSize = true; this.lblValue.BackColor = System.Drawing.Color.White; this.lblValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblValue.Location = new System.Drawing.Point(3, 133); this.lblValue.MinimumSize = new System.Drawing.Size(28, 15); this.lblValue.Name = "lblValue"; this.lblValue.Size = new System.Drawing.Size(28, 15); this.lblValue.TabIndex = 15; this.lblValue.Text = "100"; this.lblValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ctrlTrackbar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(0); this.MaximumSize = new System.Drawing.Size(63, 300); this.MinimumSize = new System.Drawing.Size(34, 160); this.Name = "ctrlTrackbar"; this.Size = new System.Drawing.Size(34, 160); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label lblText; private System.Windows.Forms.TrackBar trackBar; private System.Windows.Forms.Label lblValue; } }