⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmseat.designer.cs

📁 对于中小型企业来说
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace houseAgency
{
    partial class frmSeat
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSeat));
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tb_add = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tb_update = new System.Windows.Forms.ToolStripButton();
            this.tb_delete = new System.Windows.Forms.ToolStripButton();
            this.sp_operater = new System.Windows.Forms.ToolStripSplitButton();
            this.tp_OK = new System.Windows.Forms.ToolStripMenuItem();
            this.tp_cancel = new System.Windows.Forms.ToolStripMenuItem();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.toolStrip1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 36);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tb_add,
            this.toolStripSeparator1,
            this.tb_update,
            this.toolStripSeparator2,
            this.tb_delete,
            this.sp_operater});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(387, 36);
            this.toolStrip1.TabIndex = 4;
            this.toolStrip1.Text = "增加";
            this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
            // 
            // tb_add
            // 
            this.tb_add.Image = ((System.Drawing.Image)(resources.GetObject("tb_add.Image")));
            this.tb_add.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tb_add.Name = "tb_add";
            this.tb_add.Size = new System.Drawing.Size(50, 33);
            this.tb_add.Text = "增加(A)";
            this.tb_add.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tb_add.Click += new System.EventHandler(this.tb_add_Click_1);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 36);
            // 
            // tb_update
            // 
            this.tb_update.Image = ((System.Drawing.Image)(resources.GetObject("tb_update.Image")));
            this.tb_update.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tb_update.Name = "tb_update";
            this.tb_update.Size = new System.Drawing.Size(50, 33);
            this.tb_update.Text = "修改(U)";
            this.tb_update.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tb_update.Click += new System.EventHandler(this.tb_update_Click_1);
            // 
            // tb_delete
            // 
            this.tb_delete.Image = ((System.Drawing.Image)(resources.GetObject("tb_delete.Image")));
            this.tb_delete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tb_delete.Name = "tb_delete";
            this.tb_delete.Size = new System.Drawing.Size(50, 33);
            this.tb_delete.Text = "删除(&D)";
            this.tb_delete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tb_delete.Click += new System.EventHandler(this.tb_delete_Click);
            // 
            // sp_operater
            // 
            this.sp_operater.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tp_OK,
            this.tp_cancel});
            this.sp_operater.Image = ((System.Drawing.Image)(resources.GetObject("sp_operater.Image")));
            this.sp_operater.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.sp_operater.Name = "sp_operater";
            this.sp_operater.Size = new System.Drawing.Size(47, 33);
            this.sp_operater.Text = "操作";
            this.sp_operater.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // tp_OK
            // 
            this.tp_OK.BackColor = System.Drawing.SystemColors.MenuBar;
            this.tp_OK.Image = global::houseAgency.Properties.Resources.增加;
            this.tp_OK.Name = "tp_OK";
            this.tp_OK.Size = new System.Drawing.Size(114, 22);
            this.tp_OK.Text = "确定(&O)";
            this.tp_OK.Click += new System.EventHandler(this.tp_OK_Click);
            // 
            // tp_cancel
            // 
            this.tp_cancel.BackColor = System.Drawing.SystemColors.MenuBar;
            this.tp_cancel.Image = global::houseAgency.Properties.Resources.删除;
            this.tp_cancel.Name = "tp_cancel";
            this.tp_cancel.Size = new System.Drawing.Size(114, 22);
            this.tp_cancel.Text = "取消(&C)";
            this.tp_cancel.Click += new System.EventHandler(this.tp_cancel_Click);
            // 
            // treeView1
            // 
            this.treeView1.ImageIndex = 0;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(1, 38);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(139, 172);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect_1);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "查询.bmp");
            this.imageList1.Images.SetKeyName(1, "返回.bmp");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -