frmmedicine.designer.cs

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

CS
1,028
字号
namespace YYJXC
{
    partial class frmMedicine
    {
        /// <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(frmMedicine));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.tbExpression = new System.Windows.Forms.TextBox();
            this.cbOperator = new System.Windows.Forms.ComboBox();
            this.cbFields = new System.Windows.Forms.ComboBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tbShengCanTime = new System.Windows.Forms.TextBox();
            this.label25 = new System.Windows.Forms.Label();
            this.tbGongYingShangName = new System.Windows.Forms.TextBox();
            this.label24 = new System.Windows.Forms.Label();
            this.tbGongYingShangId = new System.Windows.Forms.TextBox();
            this.label23 = new System.Windows.Forms.Label();
            this.tbBaoXianHao = new System.Windows.Forms.TextBox();
            this.label22 = new System.Windows.Forms.Label();
            this.cbLeiBie = new System.Windows.Forms.ComboBox();
            this.label21 = new System.Windows.Forms.Label();
            this.tbJinHuoJia = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.tbPiFaJia = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.tbLingShouJia = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.tbChangJia = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.tbShangBiaoHao = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.tbPiHao = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.cbJingXiaoFangChi = new System.Windows.Forms.ComboBox();
            this.label14 = new System.Windows.Forms.Label();
            this.cbZhiLiangBiaoZhun = new System.Windows.Forms.ComboBox();
            this.label13 = new System.Windows.Forms.Label();
            this.cbYouXiaoQi = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.tbZhongBao = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.tbDaBao = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.tbCanDi = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.cbJiXing = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.tbGuiGe = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.cbDanWei = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tbPinYin = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tbTongYong = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tbName = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tbTiaoMa = 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.tabPage2 = new System.Windows.Forms.TabPage();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            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.tbLast = new System.Windows.Forms.Button();
            this.tbNext = new System.Windows.Forms.Button();
            this.btPro = new System.Windows.Forms.Button();
            this.btFirst = new System.Windows.Forms.Button();
            this.btExit = new System.Windows.Forms.Button();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.dataSet1 = new System.Data.DataSet();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.tbExpression);
            this.groupBox1.Controls.Add(this.cbOperator);
            this.groupBox1.Controls.Add(this.cbFields);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(796, 64);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "请选择查询条件";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(699, 28);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 4;
            this.button2.Text = "全部显示";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(618, 28);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 3;
            this.button1.Text = "查询";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // tbExpression
            // 
            this.tbExpression.Location = new System.Drawing.Point(301, 28);
            this.tbExpression.Name = "tbExpression";
            this.tbExpression.Size = new System.Drawing.Size(310, 21);
            this.tbExpression.TabIndex = 2;
            // 
            // cbOperator
            // 
            this.cbOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbOperator.FormattingEnabled = true;
            this.cbOperator.Location = new System.Drawing.Point(174, 29);
            this.cbOperator.Name = "cbOperator";
            this.cbOperator.Size = new System.Drawing.Size(121, 20);
            this.cbOperator.TabIndex = 1;
            // 
            // cbFields
            // 
            this.cbFields.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbFields.FormattingEnabled = true;
            this.cbFields.Location = new System.Drawing.Point(13, 29);
            this.cbFields.Name = "cbFields";
            this.cbFields.Size = new System.Drawing.Size(155, 20);
            this.cbFields.TabIndex = 0;
            this.cbFields.SelectedIndexChanged += new System.EventHandler(this.cbFields_SelectedIndexChanged);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 64);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(796, 310);
            this.tabControl1.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.tbShengCanTime);
            this.tabPage1.Controls.Add(this.label25);
            this.tabPage1.Controls.Add(this.tbGongYingShangName);
            this.tabPage1.Controls.Add(this.label24);
            this.tabPage1.Controls.Add(this.tbGongYingShangId);
            this.tabPage1.Controls.Add(this.label23);
            this.tabPage1.Controls.Add(this.tbBaoXianHao);
            this.tabPage1.Controls.Add(this.label22);
            this.tabPage1.Controls.Add(this.cbLeiBie);
            this.tabPage1.Controls.Add(this.label21);
            this.tabPage1.Controls.Add(this.tbJinHuoJia);
            this.tabPage1.Controls.Add(this.label20);
            this.tabPage1.Controls.Add(this.tbPiFaJia);
            this.tabPage1.Controls.Add(this.label19);
            this.tabPage1.Controls.Add(this.tbLingShouJia);
            this.tabPage1.Controls.Add(this.label18);
            this.tabPage1.Controls.Add(this.tbChangJia);
            this.tabPage1.Controls.Add(this.label17);
            this.tabPage1.Controls.Add(this.tbShangBiaoHao);
            this.tabPage1.Controls.Add(this.label16);
            this.tabPage1.Controls.Add(this.tbPiHao);
            this.tabPage1.Controls.Add(this.label15);
            this.tabPage1.Controls.Add(this.cbJingXiaoFangChi);
            this.tabPage1.Controls.Add(this.label14);
            this.tabPage1.Controls.Add(this.cbZhiLiangBiaoZhun);
            this.tabPage1.Controls.Add(this.label13);
            this.tabPage1.Controls.Add(this.cbYouXiaoQi);
            this.tabPage1.Controls.Add(this.label12);
            this.tabPage1.Controls.Add(this.tbZhongBao);
            this.tabPage1.Controls.Add(this.label11);
            this.tabPage1.Controls.Add(this.tbDaBao);
            this.tabPage1.Controls.Add(this.label10);
            this.tabPage1.Controls.Add(this.tbCanDi);
            this.tabPage1.Controls.Add(this.label9);
            this.tabPage1.Controls.Add(this.cbJiXing);
            this.tabPage1.Controls.Add(this.label8);
            this.tabPage1.Controls.Add(this.tbGuiGe);
            this.tabPage1.Controls.Add(this.label7);
            this.tabPage1.Controls.Add(this.cbDanWei);
            this.tabPage1.Controls.Add(this.label6);
            this.tabPage1.Controls.Add(this.tbPinYin);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.tbTongYong);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.tbName);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.tbTiaoMa);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.tbId);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(788, 285);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "药品基本信息";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tbShengCanTime
            // 
            this.tbShengCanTime.BackColor = System.Drawing.SystemColors.Control;
            this.tbShengCanTime.Location = new System.Drawing.Point(231, 82);
            this.tbShengCanTime.Name = "tbShengCanTime";
            this.tbShengCanTime.Size = new System.Drawing.Size(100, 21);
            this.tbShengCanTime.TabIndex = 18;
            this.tbShengCanTime.Enter += new System.EventHandler(this.tbId_Enter);
            this.tbShengCanTime.Leave += new System.EventHandler(this.tbId_Leave);
            this.tbShengCanTime.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbShengCanTime_KeyPress);
            this.tbShengCanTime.TextChanged += new System.EventHandler(this.tbId_TextChanged);

⌨️ 快捷键说明

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