frmgongyingshang.designer.cs

来自「关于医院进销存的系统」· CS 代码 · 共 536 行 · 第 1/2 页

CS
536
字号
namespace YYJXC
{
    partial class frmGongYingShang
    {
        /// <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(frmGongYingShang));
            this.tbLianXiRenDianHua = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.tbLianXiRen = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.tbChuanZhen = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.tbDianHua = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.tbYouZhengBianMa = new System.Windows.Forms.TextBox();
            this.dataSet1 = new System.Data.DataSet();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.label6 = new System.Windows.Forms.Label();
            this.tbDiZhi = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tbPinYinMa = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tbName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tbId = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tbExpression = new System.Windows.Forms.TextBox();
            this.cbOperator = new System.Windows.Forms.ComboBox();
            this.cbFields = new System.Windows.Forms.ComboBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tbCancel = new System.Windows.Forms.Button();
            this.btDelete = new System.Windows.Forms.Button();
            this.btSave = new System.Windows.Forms.Button();
            this.btAdd = new System.Windows.Forms.Button();
            this.btExit = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.tbDiQu = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.panel2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tbLianXiRenDianHua
            // 
            this.tbLianXiRenDianHua.BackColor = System.Drawing.SystemColors.Control;
            this.tbLianXiRenDianHua.Location = new System.Drawing.Point(686, 41);
            this.tbLianXiRenDianHua.Name = "tbLianXiRenDianHua";
            this.tbLianXiRenDianHua.Size = new System.Drawing.Size(101, 21);
            this.tbLianXiRenDianHua.TabIndex = 75;
            this.tbLianXiRenDianHua.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbLianXiRenDianHua.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbLianXiRenDianHua.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(615, 44);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 74;
            this.label10.Text = "联系人电话";
            // 
            // tbLianXiRen
            // 
            this.tbLianXiRen.BackColor = System.Drawing.SystemColors.Control;
            this.tbLianXiRen.Location = new System.Drawing.Point(506, 41);
            this.tbLianXiRen.Name = "tbLianXiRen";
            this.tbLianXiRen.Size = new System.Drawing.Size(105, 21);
            this.tbLianXiRen.TabIndex = 73;
            this.tbLianXiRen.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbLianXiRen.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbLianXiRen.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(447, 44);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 72;
            this.label9.Text = "联 系 人";
            // 
            // tbChuanZhen
            // 
            this.tbChuanZhen.BackColor = System.Drawing.SystemColors.Control;
            this.tbChuanZhen.Location = new System.Drawing.Point(361, 41);
            this.tbChuanZhen.Name = "tbChuanZhen";
            this.tbChuanZhen.Size = new System.Drawing.Size(79, 21);
            this.tbChuanZhen.TabIndex = 71;
            this.tbChuanZhen.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbChuanZhen.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbChuanZhen.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(302, 44);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 70;
            this.label8.Text = "传    真";
            // 
            // tbDianHua
            // 
            this.tbDianHua.BackColor = System.Drawing.SystemColors.Control;
            this.tbDianHua.Location = new System.Drawing.Point(217, 41);
            this.tbDianHua.Name = "tbDianHua";
            this.tbDianHua.Size = new System.Drawing.Size(79, 21);
            this.tbDianHua.TabIndex = 69;
            this.tbDianHua.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbDianHua.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbDianHua.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(158, 44);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 68;
            this.label7.Text = "电    话";
            // 
            // tbYouZhengBianMa
            // 
            this.tbYouZhengBianMa.BackColor = System.Drawing.SystemColors.Control;
            this.tbYouZhengBianMa.Location = new System.Drawing.Point(73, 41);
            this.tbYouZhengBianMa.Name = "tbYouZhengBianMa";
            this.tbYouZhengBianMa.Size = new System.Drawing.Size(79, 21);
            this.tbYouZhengBianMa.TabIndex = 67;
            this.tbYouZhengBianMa.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbYouZhengBianMa.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbYouZhengBianMa.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            // 
            // dataSet1
            // 
            this.dataSet1.DataSetName = "NewDataSet";
            // 
            // bindingSource1
            // 
            this.bindingSource1.PositionChanged += new System.EventHandler(this.bindingSource1_PositionChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(2, 44);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 66;
            this.label6.Text = "邮政编码";
            // 
            // tbDiZhi
            // 
            this.tbDiZhi.BackColor = System.Drawing.SystemColors.Control;
            this.tbDiZhi.Location = new System.Drawing.Point(505, 14);
            this.tbDiZhi.Name = "tbDiZhi";
            this.tbDiZhi.Size = new System.Drawing.Size(106, 21);
            this.tbDiZhi.TabIndex = 65;
            this.tbDiZhi.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbDiZhi.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbDiZhi.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(446, 17);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 64;
            this.label4.Text = "地    址";
            // 
            // tbPinYinMa
            // 
            this.tbPinYinMa.BackColor = System.Drawing.SystemColors.Control;
            this.tbPinYinMa.Location = new System.Drawing.Point(361, 14);
            this.tbPinYinMa.Name = "tbPinYinMa";
            this.tbPinYinMa.Size = new System.Drawing.Size(79, 21);
            this.tbPinYinMa.TabIndex = 63;
            this.tbPinYinMa.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbPinYinMa.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbPinYinMa.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(302, 17);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 62;
            this.label3.Text = "拼 音 码";
            // 
            // tbName
            // 
            this.tbName.BackColor = System.Drawing.SystemColors.Control;
            this.tbName.Location = new System.Drawing.Point(217, 14);
            this.tbName.Name = "tbName";
            this.tbName.Size = new System.Drawing.Size(79, 21);
            this.tbName.TabIndex = 61;
            this.tbName.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbName.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbName.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(158, 17);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 60;
            this.label2.Text = "名    称";
            // 
            // tbId
            // 
            this.tbId.BackColor = System.Drawing.SystemColors.Control;
            this.tbId.Location = new System.Drawing.Point(73, 14);
            this.tbId.Name = "tbId";
            this.tbId.Size = new System.Drawing.Size(79, 21);
            this.tbId.TabIndex = 59;
            this.tbId.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbId.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbId.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(2, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 58;
            this.label1.Text = "供应商编号";
            // 
            // button1
            // 

⌨️ 快捷键说明

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