Newer
Older
EMS_SZ / SysRescInfoManager.Designer.cs
wxn on 26 Jul 2016 5 KB 苏州反馈问题修复
namespace Cyberpipe
{
    partial class SysRescInfoManager
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
            this.txt_resc_name = new DevComponents.DotNetBar.TextBoxItem();
            this.labelItem2 = new DevComponents.DotNetBar.LabelItem();
            this.txt_resc_des = new DevComponents.DotNetBar.TextBoxItem();
            this.btn_add = new DevComponents.DotNetBar.ButtonItem();
            this.winGridViewPager1 = new WHC.Pager.WinControl.WinGridViewPager();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.SuspendLayout();
            // 
            // bar1
            // 
            this.bar1.AntiAlias = true;
            this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.labelItem1,
            this.txt_resc_name,
            this.labelItem2,
            this.txt_resc_des,
            this.btn_add});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(660, 27);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar1.TabIndex = 0;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // labelItem1
            // 
            this.labelItem1.Name = "labelItem1";
            this.labelItem1.Text = "资源名称:";
            this.labelItem1.Visible = false;
            // 
            // txt_resc_name
            // 
            this.txt_resc_name.Name = "txt_resc_name";
            this.txt_resc_name.TextBoxWidth = 100;
            this.txt_resc_name.Visible = false;
            this.txt_resc_name.WatermarkColor = System.Drawing.SystemColors.GrayText;
            // 
            // labelItem2
            // 
            this.labelItem2.Name = "labelItem2";
            this.labelItem2.Text = "资源描述";
            this.labelItem2.Visible = false;
            // 
            // txt_resc_des
            // 
            this.txt_resc_des.Name = "txt_resc_des";
            this.txt_resc_des.TextBoxWidth = 150;
            this.txt_resc_des.Visible = false;
            this.txt_resc_des.WatermarkColor = System.Drawing.SystemColors.GrayText;
            // 
            // btn_add
            // 
            this.btn_add.Name = "btn_add";
            this.btn_add.Text = "新增";
            this.btn_add.Visible = false;
            // 
            // winGridViewPager1
            // 
            this.winGridViewPager1.AppendedMenu = null;
            this.winGridViewPager1.DataSource = null;
            this.winGridViewPager1.DisplayColumns = "";
            this.winGridViewPager1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.winGridViewPager1.Location = new System.Drawing.Point(0, 27);
            this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0);
            this.winGridViewPager1.Name = "winGridViewPager1";
            this.winGridViewPager1.PrintTitle = "";
            this.winGridViewPager1.Size = new System.Drawing.Size(660, 262);
            this.winGridViewPager1.TabIndex = 1;
            // 
            // SysRescInfoManager
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(660, 289);
            this.Controls.Add(this.winGridViewPager1);
            this.Controls.Add(this.bar1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SysRescInfoManager";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "系统资源管理";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SysRescInfoManager_FormClosing);
            this.Load += new System.EventHandler(this.SysRescInfoManager_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.Bar bar1;
        private DevComponents.DotNetBar.LabelItem labelItem1;
        private DevComponents.DotNetBar.TextBoxItem txt_resc_name;
        private DevComponents.DotNetBar.ButtonItem btn_add;
        private DevComponents.DotNetBar.LabelItem labelItem2;
        private DevComponents.DotNetBar.TextBoxItem txt_resc_des;
        private WHC.Pager.WinControl.WinGridViewPager winGridViewPager1;
    }
}