namespace Check.Main.UI
{
    partial class FrmCamConfig
    {
        /// 
        /// 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(FrmCamConfig));
            tableLayoutPanel1 = new TableLayoutPanel();
            toolStrip1 = new ToolStrip();
            toolBtnAdd = new ToolStripButton();
            toolBtnRemove = new ToolStripButton();
            toolBtnSet = new ToolStripButton();
            splitContainer1 = new SplitContainer();
            listBoxCameras = new ListBox();
            propertyGrid1 = new PropertyGrid();
            tableLayoutPanel1.SuspendLayout();
            toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.Panel2.SuspendLayout();
            splitContainer1.SuspendLayout();
            SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(toolStrip1, 0, 0);
            tableLayoutPanel1.Controls.Add(splitContainer1, 0, 1);
            tableLayoutPanel1.Dock = DockStyle.Fill;
            tableLayoutPanel1.Location = new Point(0, 0);
            tableLayoutPanel1.Margin = new Padding(4, 4, 4, 4);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 2;
            tableLayoutPanel1.RowStyles.Add(new RowStyle());
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
            tableLayoutPanel1.Size = new Size(632, 560);
            tableLayoutPanel1.TabIndex = 0;
            // 
            // toolStrip1
            // 
            toolStrip1.Items.AddRange(new ToolStripItem[] { toolBtnAdd, toolBtnRemove, toolBtnSet });
            toolStrip1.Location = new Point(0, 0);
            toolStrip1.Name = "toolStrip1";
            toolStrip1.Size = new Size(632, 25);
            toolStrip1.TabIndex = 0;
            toolStrip1.Text = "toolStrip1";
            // 
            // toolBtnAdd
            // 
            toolBtnAdd.DisplayStyle = ToolStripItemDisplayStyle.Text;
            toolBtnAdd.Image = (Image)resources.GetObject("toolBtnAdd.Image");
            toolBtnAdd.ImageTransparentColor = Color.Magenta;
            toolBtnAdd.Name = "toolBtnAdd";
            toolBtnAdd.Size = new Size(36, 22);
            toolBtnAdd.Text = "添加";
            toolBtnAdd.Click += toolBtnAdd_Click;
            // 
            // toolBtnRemove
            // 
            toolBtnRemove.DisplayStyle = ToolStripItemDisplayStyle.Text;
            toolBtnRemove.Image = (Image)resources.GetObject("toolBtnRemove.Image");
            toolBtnRemove.ImageTransparentColor = Color.Magenta;
            toolBtnRemove.Name = "toolBtnRemove";
            toolBtnRemove.Size = new Size(36, 22);
            toolBtnRemove.Text = "移除";
            toolBtnRemove.Click += toolBtnRemove_Click;
            // 
            // toolBtnSet
            // 
            toolBtnSet.DisplayStyle = ToolStripItemDisplayStyle.Text;
            toolBtnSet.Image = (Image)resources.GetObject("toolBtnSet.Image");
            toolBtnSet.ImageTransparentColor = Color.Magenta;
            toolBtnSet.Name = "toolBtnSet";
            toolBtnSet.Size = new Size(60, 22);
            toolBtnSet.Text = "应用配置";
            toolBtnSet.Click += toolBtnSet_Click;
            // 
            // splitContainer1
            // 
            splitContainer1.Dock = DockStyle.Fill;
            splitContainer1.Location = new Point(4, 29);
            splitContainer1.Margin = new Padding(4, 4, 4, 4);
            splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(listBoxCameras);
            // 
            // splitContainer1.Panel2
            // 
            splitContainer1.Panel2.Controls.Add(propertyGrid1);
            splitContainer1.Size = new Size(624, 527);
            splitContainer1.SplitterDistance = 210;
            splitContainer1.SplitterWidth = 5;
            splitContainer1.TabIndex = 1;
            // 
            // listBoxCameras
            // 
            listBoxCameras.Dock = DockStyle.Fill;
            listBoxCameras.FormattingEnabled = true;
            listBoxCameras.ItemHeight = 17;
            listBoxCameras.Location = new Point(0, 0);
            listBoxCameras.Margin = new Padding(4, 4, 4, 4);
            listBoxCameras.Name = "listBoxCameras";
            listBoxCameras.Size = new Size(210, 527);
            listBoxCameras.TabIndex = 0;
            listBoxCameras.SelectedIndexChanged += listBoxCameras_SelectedIndexChanged;
            // 
            // propertyGrid1
            // 
            propertyGrid1.Dock = DockStyle.Fill;
            propertyGrid1.Location = new Point(0, 0);
            propertyGrid1.Margin = new Padding(4, 4, 4, 4);
            propertyGrid1.Name = "propertyGrid1";
            propertyGrid1.Size = new Size(409, 527);
            propertyGrid1.TabIndex = 0;
            // 
            // FrmCamConfig
            // 
            AutoScaleDimensions = new SizeF(7F, 17F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(632, 560);
            Controls.Add(tableLayoutPanel1);
            Margin = new Padding(4, 4, 4, 4);
            Name = "FrmCamConfig";
            Text = "属性配置";
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            toolStrip1.ResumeLayout(false);
            toolStrip1.PerformLayout();
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
            splitContainer1.ResumeLayout(false);
            ResumeLayout(false);
        }
        #endregion
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.ListBox listBoxCameras;
        private System.Windows.Forms.PropertyGrid propertyGrid1;
        private System.Windows.Forms.ToolStripButton toolBtnAdd;
        private System.Windows.Forms.ToolStripButton toolBtnRemove;
        private System.Windows.Forms.ToolStripButton toolBtnSet;
    }
}