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

📄 cooperatepanel.designer.cs

📁 社区管理系统
💻 CS
字号:
namespace ControlLibraryXLCS
{
    partial class CooperatePanel
    {
        /// <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 组件设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.bAdd = new System.Windows.Forms.Button();
            this.bDel = new System.Windows.Forms.Button();
            this.bUpdata = new System.Windows.Forms.Button();
            this.bFwsq = new System.Windows.Forms.Button();
            this.bPrint = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.协力厂商信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.masterDataSet = new ControlLibraryXLCS.masterDataSet();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.tbCsbh = new System.Windows.Forms.TextBox();
            this.tbCsmc = new System.Windows.Forms.TextBox();
            this.tbLxdz = new System.Windows.Forms.TextBox();
            this.tbTel = new System.Windows.Forms.TextBox();
            this.tbwww = new System.Windows.Forms.TextBox();
            this.tbFwms = new System.Windows.Forms.TextBox();
            this.cbFwxm = new System.Windows.Forms.ComboBox();
            this.协力厂商信息TableAdapter = new ControlLibraryXLCS.masterDataSetTableAdapters.协力厂商信息TableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.协力厂商信息BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.masterDataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // bAdd
            // 
            this.bAdd.Location = new System.Drawing.Point(42, 208);
            this.bAdd.Name = "bAdd";
            this.bAdd.Size = new System.Drawing.Size(75, 23);
            this.bAdd.TabIndex = 0;
            this.bAdd.Text = "添加";
            this.bAdd.UseVisualStyleBackColor = true;
            this.bAdd.Click += new System.EventHandler(this.bAdd_Click);
            // 
            // bDel
            // 
            this.bDel.Location = new System.Drawing.Point(150, 208);
            this.bDel.Name = "bDel";
            this.bDel.Size = new System.Drawing.Size(75, 23);
            this.bDel.TabIndex = 1;
            this.bDel.Text = "删除";
            this.bDel.UseVisualStyleBackColor = true;
            this.bDel.Click += new System.EventHandler(this.bDel_Click);
            // 
            // bUpdata
            // 
            this.bUpdata.Location = new System.Drawing.Point(257, 208);
            this.bUpdata.Name = "bUpdata";
            this.bUpdata.Size = new System.Drawing.Size(75, 23);
            this.bUpdata.TabIndex = 2;
            this.bUpdata.Text = "编辑修改";
            this.bUpdata.UseVisualStyleBackColor = true;
            this.bUpdata.Click += new System.EventHandler(this.bUpdata_Click);
            // 
            // bFwsq
            // 
            this.bFwsq.Location = new System.Drawing.Point(365, 208);
            this.bFwsq.Name = "bFwsq";
            this.bFwsq.Size = new System.Drawing.Size(75, 23);
            this.bFwsq.TabIndex = 3;
            this.bFwsq.Text = "服务申请";
            this.bFwsq.UseVisualStyleBackColor = true;
            this.bFwsq.Click += new System.EventHandler(this.bFwsq_Click);
            // 
            // bPrint
            // 
            this.bPrint.Location = new System.Drawing.Point(475, 208);
            this.bPrint.Name = "bPrint";
            this.bPrint.Size = new System.Drawing.Size(75, 23);
            this.bPrint.TabIndex = 4;
            this.bPrint.Text = "打印";
            this.bPrint.UseVisualStyleBackColor = true;
            this.bPrint.Click += new System.EventHandler(this.bPrint_Click);
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dataGridView1.Location = new System.Drawing.Point(0, 258);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(605, 200);
            this.dataGridView1.TabIndex = 6;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            // 
            // 协力厂商信息BindingSource
            // 
            this.协力厂商信息BindingSource.DataMember = "协力厂商信息";
            this.协力厂商信息BindingSource.DataSource = this.masterDataSet;
            // 
            // masterDataSet
            // 
            this.masterDataSet.DataSetName = "masterDataSet";
            this.masterDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(40, 43);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 7;
            this.label1.Text = "厂商编号:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(40, 84);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 8;
            this.label2.Text = "联系地址:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(40, 124);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 9;
            this.label3.Text = "网  址:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(322, 166);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 10;
            this.label4.Text = "服务描述:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(322, 43);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 11;
            this.label5.Text = "厂商名称:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(322, 84);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 12;
            this.label6.Text = "联系电话:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(40, 166);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 13;
            this.label7.Text = "服务项目:";
            // 
            // tbCsbh
            // 
            this.tbCsbh.Location = new System.Drawing.Point(111, 40);
            this.tbCsbh.Name = "tbCsbh";
            this.tbCsbh.Size = new System.Drawing.Size(136, 21);
            this.tbCsbh.TabIndex = 14;
            // 
            // tbCsmc
            // 
            this.tbCsmc.Location = new System.Drawing.Point(393, 40);
            this.tbCsmc.Name = "tbCsmc";
            this.tbCsmc.Size = new System.Drawing.Size(136, 21);
            this.tbCsmc.TabIndex = 15;
            // 
            // tbLxdz
            // 
            this.tbLxdz.Location = new System.Drawing.Point(111, 81);
            this.tbLxdz.Name = "tbLxdz";
            this.tbLxdz.Size = new System.Drawing.Size(136, 21);
            this.tbLxdz.TabIndex = 16;
            // 
            // tbTel
            // 
            this.tbTel.Location = new System.Drawing.Point(393, 81);
            this.tbTel.Name = "tbTel";
            this.tbTel.Size = new System.Drawing.Size(136, 21);
            this.tbTel.TabIndex = 17;
            // 
            // tbwww
            // 
            this.tbwww.Location = new System.Drawing.Point(111, 121);
            this.tbwww.Name = "tbwww";
            this.tbwww.Size = new System.Drawing.Size(418, 21);
            this.tbwww.TabIndex = 18;
            // 
            // tbFwms
            // 
            this.tbFwms.Location = new System.Drawing.Point(393, 163);
            this.tbFwms.Name = "tbFwms";
            this.tbFwms.Size = new System.Drawing.Size(136, 21);
            this.tbFwms.TabIndex = 19;
            // 
            // cbFwxm
            // 
            this.cbFwxm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbFwxm.FormattingEnabled = true;
            this.cbFwxm.Items.AddRange(new object[] {
            "家政服务",
            "综合维修",
            "医疗保健",
            "文体娱乐",
            "礼仪服务",
            "教育培训",
            "咨询服务",
            "房屋管理",
            "餐饮服务",
            "购物服务",
            "社会福利",
            "其它服务"});
            this.cbFwxm.Location = new System.Drawing.Point(111, 164);
            this.cbFwxm.Name = "cbFwxm";
            this.cbFwxm.Size = new System.Drawing.Size(136, 20);
            this.cbFwxm.TabIndex = 20;
            // 
            // 协力厂商信息TableAdapter
            // 
            this.协力厂商信息TableAdapter.ClearBeforeFill = true;
            // 
            // UserControl1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.AliceBlue;
            this.Controls.Add(this.cbFwxm);
            this.Controls.Add(this.tbFwms);
            this.Controls.Add(this.tbwww);
            this.Controls.Add(this.tbTel);
            this.Controls.Add(this.tbLxdz);
            this.Controls.Add(this.tbCsmc);
            this.Controls.Add(this.tbCsbh);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.bPrint);
            this.Controls.Add(this.bFwsq);
            this.Controls.Add(this.bUpdata);
            this.Controls.Add(this.bDel);
            this.Controls.Add(this.bAdd);
            this.Name = "UserControl1";
            this.Size = new System.Drawing.Size(605, 458);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.协力厂商信息BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.masterDataSet)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button bAdd;
        private System.Windows.Forms.Button bDel;
        private System.Windows.Forms.Button bUpdata;
        private System.Windows.Forms.Button bFwsq;
        private System.Windows.Forms.Button bPrint;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox tbCsbh;
        private System.Windows.Forms.TextBox tbCsmc;
        private System.Windows.Forms.TextBox tbLxdz;
        private System.Windows.Forms.TextBox tbTel;
        private System.Windows.Forms.TextBox tbwww;
        private System.Windows.Forms.TextBox tbFwms;
        private System.Windows.Forms.ComboBox cbFwxm;
        private System.Windows.Forms.BindingSource 协力厂商信息BindingSource;
        private masterDataSet masterDataSet;
        private ControlLibraryXLCS.masterDataSetTableAdapters.协力厂商信息TableAdapter 协力厂商信息TableAdapter;
    }
}

⌨️ 快捷键说明

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