namespace DevComponents.DotNetBarKnobControl.Design
{
    partial class GaugeStyleDialog
    {
        /// 
        /// 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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GaugeStyleDialog));
            this.label1 = new System.Windows.Forms.Label();
            this.cbVThermometer = new System.Windows.Forms.CheckBox();
            this.cbVMultiBars = new System.Windows.Forms.CheckBox();
            this.cbV2Scales = new System.Windows.Forms.CheckBox();
            this.cbVertical = new System.Windows.Forms.CheckBox();
            this.cbHThermometer = new System.Windows.Forms.CheckBox();
            this.cbHMultiBars = new System.Windows.Forms.CheckBox();
            this.cbH2Scales = new System.Windows.Forms.CheckBox();
            this.cbHorizontal = new System.Windows.Forms.CheckBox();
            this.cbCTopMeter = new System.Windows.Forms.CheckBox();
            this.cbCBottomMeter = new System.Windows.Forms.CheckBox();
            this.cbCInsetScale = new System.Windows.Forms.CheckBox();
            this.cbC2Scales = new System.Windows.Forms.CheckBox();
            this.cbCircular = new System.Windows.Forms.CheckBox();
            this.btnOk = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.SystemColors.ControlLight;
            this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(0, 547);
            this.label1.Name = "label1";
            this.label1.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
            this.label1.Size = new System.Drawing.Size(736, 55);
            this.label1.TabIndex = 4;
            this.label1.Text = "Please select your starting Scale template";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // cbVThermometer
            // 
            this.cbVThermometer.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbVThermometer.AutoCheck = false;
            this.cbVThermometer.AutoSize = true;
            this.cbVThermometer.Image = ((System.Drawing.Image)(resources.GetObject("cbVThermometer.Image")));
            this.cbVThermometer.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
            this.cbVThermometer.Location = new System.Drawing.Point(545, 335);
            this.cbVThermometer.Name = "cbVThermometer";
            this.cbVThermometer.Size = new System.Drawing.Size(164, 181);
            this.cbVThermometer.TabIndex = 40;
            this.cbVThermometer.Text = "Thermometer";
            this.cbVThermometer.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbVThermometer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbVThermometer.UseVisualStyleBackColor = true;
            this.cbVThermometer.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbVMultiBars
            // 
            this.cbVMultiBars.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbVMultiBars.AutoCheck = false;
            this.cbVMultiBars.AutoSize = true;
            this.cbVMultiBars.Image = ((System.Drawing.Image)(resources.GetObject("cbVMultiBars.Image")));
            this.cbVMultiBars.Location = new System.Drawing.Point(373, 335);
            this.cbVMultiBars.Name = "cbVMultiBars";
            this.cbVMultiBars.Size = new System.Drawing.Size(164, 181);
            this.cbVMultiBars.TabIndex = 39;
            this.cbVMultiBars.Text = "Multiple Bars";
            this.cbVMultiBars.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbVMultiBars.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbVMultiBars.UseVisualStyleBackColor = true;
            this.cbVMultiBars.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbV2Scales
            // 
            this.cbV2Scales.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbV2Scales.AutoCheck = false;
            this.cbV2Scales.AutoSize = true;
            this.cbV2Scales.Image = ((System.Drawing.Image)(resources.GetObject("cbV2Scales.Image")));
            this.cbV2Scales.Location = new System.Drawing.Point(201, 335);
            this.cbV2Scales.Name = "cbV2Scales";
            this.cbV2Scales.Size = new System.Drawing.Size(164, 181);
            this.cbV2Scales.TabIndex = 38;
            this.cbV2Scales.Text = "2 Scales";
            this.cbV2Scales.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbV2Scales.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbV2Scales.UseVisualStyleBackColor = true;
            this.cbV2Scales.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbVertical
            // 
            this.cbVertical.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbVertical.AutoCheck = false;
            this.cbVertical.AutoSize = true;
            this.cbVertical.Image = ((System.Drawing.Image)(resources.GetObject("cbVertical.Image")));
            this.cbVertical.Location = new System.Drawing.Point(29, 335);
            this.cbVertical.Name = "cbVertical";
            this.cbVertical.Size = new System.Drawing.Size(164, 181);
            this.cbVertical.TabIndex = 37;
            this.cbVertical.Text = "Vertical";
            this.cbVertical.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbVertical.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbVertical.UseVisualStyleBackColor = true;
            this.cbVertical.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbHThermometer
            // 
            this.cbHThermometer.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbHThermometer.AutoCheck = false;
            this.cbHThermometer.AutoSize = true;
            this.cbHThermometer.Image = ((System.Drawing.Image)(resources.GetObject("cbHThermometer.Image")));
            this.cbHThermometer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cbHThermometer.Location = new System.Drawing.Point(545, 216);
            this.cbHThermometer.Name = "cbHThermometer";
            this.cbHThermometer.Size = new System.Drawing.Size(166, 113);
            this.cbHThermometer.TabIndex = 36;
            this.cbHThermometer.Text = "Thermometer";
            this.cbHThermometer.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbHThermometer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbHThermometer.UseVisualStyleBackColor = true;
            this.cbHThermometer.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbHMultiBars
            // 
            this.cbHMultiBars.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbHMultiBars.AutoCheck = false;
            this.cbHMultiBars.AutoSize = true;
            this.cbHMultiBars.Image = ((System.Drawing.Image)(resources.GetObject("cbHMultiBars.Image")));
            this.cbHMultiBars.Location = new System.Drawing.Point(373, 216);
            this.cbHMultiBars.Name = "cbHMultiBars";
            this.cbHMultiBars.Size = new System.Drawing.Size(166, 113);
            this.cbHMultiBars.TabIndex = 35;
            this.cbHMultiBars.Text = "Multiple Bars";
            this.cbHMultiBars.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbHMultiBars.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbHMultiBars.UseVisualStyleBackColor = true;
            this.cbHMultiBars.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbH2Scales
            // 
            this.cbH2Scales.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbH2Scales.AutoCheck = false;
            this.cbH2Scales.AutoSize = true;
            this.cbH2Scales.Image = ((System.Drawing.Image)(resources.GetObject("cbH2Scales.Image")));
            this.cbH2Scales.Location = new System.Drawing.Point(201, 216);
            this.cbH2Scales.Name = "cbH2Scales";
            this.cbH2Scales.Size = new System.Drawing.Size(166, 113);
            this.cbH2Scales.TabIndex = 34;
            this.cbH2Scales.Text = "2 Scales";
            this.cbH2Scales.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbH2Scales.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbH2Scales.UseVisualStyleBackColor = true;
            this.cbH2Scales.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbHorizontal
            // 
            this.cbHorizontal.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbHorizontal.AutoCheck = false;
            this.cbHorizontal.AutoSize = true;
            this.cbHorizontal.Image = ((System.Drawing.Image)(resources.GetObject("cbHorizontal.Image")));
            this.cbHorizontal.Location = new System.Drawing.Point(29, 216);
            this.cbHorizontal.Name = "cbHorizontal";
            this.cbHorizontal.Size = new System.Drawing.Size(166, 113);
            this.cbHorizontal.TabIndex = 33;
            this.cbHorizontal.Text = "Horizontal";
            this.cbHorizontal.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbHorizontal.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbHorizontal.UseVisualStyleBackColor = true;
            this.cbHorizontal.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbCTopMeter
            // 
            this.cbCTopMeter.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbCTopMeter.AutoCheck = false;
            this.cbCTopMeter.AutoSize = true;
            this.cbCTopMeter.Image = ((System.Drawing.Image)(resources.GetObject("cbCTopMeter.Image")));
            this.cbCTopMeter.Location = new System.Drawing.Point(545, 27);
            this.cbCTopMeter.Name = "cbCTopMeter";
            this.cbCTopMeter.Size = new System.Drawing.Size(166, 88);
            this.cbCTopMeter.TabIndex = 32;
            this.cbCTopMeter.Text = "Top Meter";
            this.cbCTopMeter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbCTopMeter.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbCTopMeter.UseVisualStyleBackColor = true;
            this.cbCTopMeter.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbCBottomMeter
            // 
            this.cbCBottomMeter.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbCBottomMeter.AutoCheck = false;
            this.cbCBottomMeter.AutoSize = true;
            this.cbCBottomMeter.Image = ((System.Drawing.Image)(resources.GetObject("cbCBottomMeter.Image")));
            this.cbCBottomMeter.Location = new System.Drawing.Point(545, 122);
            this.cbCBottomMeter.Name = "cbCBottomMeter";
            this.cbCBottomMeter.Size = new System.Drawing.Size(166, 88);
            this.cbCBottomMeter.TabIndex = 31;
            this.cbCBottomMeter.Text = "Bottom Meter";
            this.cbCBottomMeter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbCBottomMeter.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbCBottomMeter.UseVisualStyleBackColor = true;
            this.cbCBottomMeter.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbCInsetScale
            // 
            this.cbCInsetScale.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbCInsetScale.AutoCheck = false;
            this.cbCInsetScale.AutoSize = true;
            this.cbCInsetScale.Image = ((System.Drawing.Image)(resources.GetObject("cbCInsetScale.Image")));
            this.cbCInsetScale.Location = new System.Drawing.Point(373, 27);
            this.cbCInsetScale.Name = "cbCInsetScale";
            this.cbCInsetScale.Size = new System.Drawing.Size(166, 183);
            this.cbCInsetScale.TabIndex = 30;
            this.cbCInsetScale.Text = "Inset Scale";
            this.cbCInsetScale.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbCInsetScale.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbCInsetScale.UseVisualStyleBackColor = true;
            this.cbCInsetScale.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbC2Scales
            // 
            this.cbC2Scales.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbC2Scales.AutoCheck = false;
            this.cbC2Scales.AutoSize = true;
            this.cbC2Scales.Image = ((System.Drawing.Image)(resources.GetObject("cbC2Scales.Image")));
            this.cbC2Scales.Location = new System.Drawing.Point(201, 27);
            this.cbC2Scales.Name = "cbC2Scales";
            this.cbC2Scales.Size = new System.Drawing.Size(166, 183);
            this.cbC2Scales.TabIndex = 29;
            this.cbC2Scales.Text = "2 Scales";
            this.cbC2Scales.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbC2Scales.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbC2Scales.UseVisualStyleBackColor = true;
            this.cbC2Scales.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // cbCircular
            // 
            this.cbCircular.Appearance = System.Windows.Forms.Appearance.Button;
            this.cbCircular.AutoCheck = false;
            this.cbCircular.AutoSize = true;
            this.cbCircular.Checked = true;
            this.cbCircular.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbCircular.Image = ((System.Drawing.Image)(resources.GetObject("cbCircular.Image")));
            this.cbCircular.Location = new System.Drawing.Point(29, 27);
            this.cbCircular.Name = "cbCircular";
            this.cbCircular.Size = new System.Drawing.Size(166, 183);
            this.cbCircular.TabIndex = 28;
            this.cbCircular.Text = "Circular";
            this.cbCircular.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.cbCircular.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.cbCircular.UseVisualStyleBackColor = true;
            this.cbCircular.Click += new System.EventHandler(this.CbCheckedChanged);
            // 
            // btnOk
            // 
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOk.Location = new System.Drawing.Point(634, 563);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 41;
            this.btnOk.Text = "Select";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // GaugeStyleDialog
            // 
            this.AcceptButton = this.btnOk;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(736, 602);
            this.ControlBox = false;
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.cbVThermometer);
            this.Controls.Add(this.cbVMultiBars);
            this.Controls.Add(this.cbV2Scales);
            this.Controls.Add(this.cbVertical);
            this.Controls.Add(this.cbHThermometer);
            this.Controls.Add(this.cbHMultiBars);
            this.Controls.Add(this.cbH2Scales);
            this.Controls.Add(this.cbHorizontal);
            this.Controls.Add(this.cbCTopMeter);
            this.Controls.Add(this.cbCBottomMeter);
            this.Controls.Add(this.cbCInsetScale);
            this.Controls.Add(this.cbC2Scales);
            this.Controls.Add(this.cbCircular);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "GaugeStyleDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Initial Gauge Style";
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.CheckBox cbVThermometer;
        private System.Windows.Forms.CheckBox cbVMultiBars;
        private System.Windows.Forms.CheckBox cbV2Scales;
        private System.Windows.Forms.CheckBox cbVertical;
        private System.Windows.Forms.CheckBox cbHThermometer;
        private System.Windows.Forms.CheckBox cbHMultiBars;
        private System.Windows.Forms.CheckBox cbH2Scales;
        private System.Windows.Forms.CheckBox cbHorizontal;
        private System.Windows.Forms.CheckBox cbCTopMeter;
        private System.Windows.Forms.CheckBox cbCBottomMeter;
        private System.Windows.Forms.CheckBox cbCInsetScale;
        private System.Windows.Forms.CheckBox cbC2Scales;
        private System.Windows.Forms.CheckBox cbCircular;
        private System.Windows.Forms.Button btnOk;
    }
}