namespace WCS_Client.UC
{
    partial class FrmLAddEdit
    {
        /// 
        /// 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(FrmLAddEdit));
            this.Btn_Close = new DevComponents.DotNetBar.ButtonItem();
            this.Btn_Save = new DevComponents.DotNetBar.ButtonItem();
            this.Btn_Edit = new DevComponents.DotNetBar.ButtonItem();
            this.Btn_New = new DevComponents.DotNetBar.ButtonItem();
            this.Btn_Down = new DevComponents.DotNetBar.ButtonItem();
            this.Btn_Up = new DevComponents.DotNetBar.ButtonItem();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.SuspendLayout();
            // 
            // Btn_Close
            // 
            this.Btn_Close.BeginGroup = true;
            this.Btn_Close.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.Btn_Close.Name = "Btn_Close";
            this.Btn_Close.Symbol = "";
            this.Btn_Close.SymbolSize = 18F;
            this.Btn_Close.Text = "关闭";
            this.Btn_Close.Click += new System.EventHandler(this.Btn_Close_Click);
            // 
            // Btn_Save
            // 
            this.Btn_Save.BeginGroup = true;
            this.Btn_Save.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.Btn_Save.Name = "Btn_Save";
            this.Btn_Save.Symbol = "";
            this.Btn_Save.SymbolSize = 18F;
            this.Btn_Save.Text = "保存";
            this.Btn_Save.Click += new System.EventHandler(this.Btn_Save_Click);
            // 
            // Btn_Edit
            // 
            this.Btn_Edit.BeginGroup = true;
            this.Btn_Edit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.Btn_Edit.Name = "Btn_Edit";
            this.Btn_Edit.Symbol = "";
            this.Btn_Edit.SymbolSize = 18F;
            this.Btn_Edit.Text = "编辑";
            this.Btn_Edit.Click += new System.EventHandler(this.Btn_Edit_Click);
            // 
            // Btn_New
            // 
            this.Btn_New.BeginGroup = true;
            this.Btn_New.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.Btn_New.Name = "Btn_New";
            this.Btn_New.Symbol = "";
            this.Btn_New.SymbolSize = 18F;
            this.Btn_New.Text = "新建";
            this.Btn_New.Click += new System.EventHandler(this.Btn_New_Click);
            // 
            // Btn_Down
            // 
            this.Btn_Down.BeginGroup = true;
            this.Btn_Down.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.Btn_Down.Name = "Btn_Down";
            this.Btn_Down.Symbol = "";
            this.Btn_Down.SymbolSize = 18F;
            this.Btn_Down.Text = "下一条";
            this.Btn_Down.Click += new System.EventHandler(this.Btn_Down_Click);
            // 
            // Btn_Up
            // 
            this.Btn_Up.BeginGroup = true;
            this.Btn_Up.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.Btn_Up.Name = "Btn_Up";
            this.Btn_Up.Symbol = "";
            this.Btn_Up.SymbolSize = 18F;
            this.Btn_Up.Text = "上一条";
            this.Btn_Up.Click += new System.EventHandler(this.Btn_Up_Click);
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.AntiAlias = true;
            this.bar1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.bar1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.Btn_Up,
            this.Btn_Down,
            this.Btn_New,
            this.Btn_Edit,
            this.Btn_Save,
            this.Btn_Close});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Margin = new System.Windows.Forms.Padding(0);
            this.bar1.Name = "bar1";
            this.bar1.PaddingBottom = 0;
            this.bar1.PaddingLeft = 0;
            this.bar1.PaddingRight = 0;
            this.bar1.PaddingTop = 0;
            this.bar1.Size = new System.Drawing.Size(646, 32);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar1.TabIndex = 3;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // layoutControl1
            // 
            this.layoutControl1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 32);
            this.layoutControl1.Margin = new System.Windows.Forms.Padding(0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Size = new System.Drawing.Size(646, 175);
            this.layoutControl1.TabIndex = 4;
            // 
            // FrmLAddEdit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.ClientSize = new System.Drawing.Size(646, 207);
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.bar1);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmLAddEdit";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FrmLAddEdit";
            this.Load += new System.EventHandler(this.FrmLAddEdit_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
        private DevComponents.DotNetBar.ButtonItem Btn_Close;
        private DevComponents.DotNetBar.ButtonItem Btn_Save;
        private DevComponents.DotNetBar.ButtonItem Btn_Edit;
        private DevComponents.DotNetBar.ButtonItem Btn_New;
        private DevComponents.DotNetBar.ButtonItem Btn_Down;
        private DevComponents.DotNetBar.ButtonItem Btn_Up;
        private DevComponents.DotNetBar.Bar bar1;
        private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1;
    }
}