frmmedicine.designer.cs

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

CS
1,028
字号
            this.label1.Location = new System.Drawing.Point(3, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "药品编号";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.dataGridView1);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(788, 285);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "药品列表";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(3, 3);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(782, 279);
            this.dataGridView1.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.tbCancel);
            this.panel1.Controls.Add(this.btDelete);
            this.panel1.Controls.Add(this.btSave);
            this.panel1.Controls.Add(this.btAdd);
            this.panel1.Controls.Add(this.tbLast);
            this.panel1.Controls.Add(this.tbNext);
            this.panel1.Controls.Add(this.btPro);
            this.panel1.Controls.Add(this.btFirst);
            this.panel1.Controls.Add(this.btExit);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 374);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(796, 49);
            this.panel1.TabIndex = 2;
            // 
            // tbCancel
            // 
            this.tbCancel.Location = new System.Drawing.Point(609, 15);
            this.tbCancel.Name = "tbCancel";
            this.tbCancel.Size = new System.Drawing.Size(75, 23);
            this.tbCancel.TabIndex = 7;
            this.tbCancel.Text = "[&E]取消";
            this.tbCancel.UseVisualStyleBackColor = true;
            this.tbCancel.Click += new System.EventHandler(this.tbCancel_Click);
            // 
            // btDelete
            // 
            this.btDelete.Location = new System.Drawing.Point(528, 15);
            this.btDelete.Name = "btDelete";
            this.btDelete.Size = new System.Drawing.Size(75, 23);
            this.btDelete.TabIndex = 6;
            this.btDelete.Text = "[&D]删除";
            this.btDelete.UseVisualStyleBackColor = true;
            this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
            // 
            // btSave
            // 
            this.btSave.Location = new System.Drawing.Point(447, 15);
            this.btSave.Name = "btSave";
            this.btSave.Size = new System.Drawing.Size(75, 23);
            this.btSave.TabIndex = 5;
            this.btSave.Text = "[&S]保存";
            this.btSave.UseVisualStyleBackColor = true;
            this.btSave.Click += new System.EventHandler(this.btSave_Click);
            // 
            // btAdd
            // 
            this.btAdd.Location = new System.Drawing.Point(366, 15);
            this.btAdd.Name = "btAdd";
            this.btAdd.Size = new System.Drawing.Size(75, 23);
            this.btAdd.TabIndex = 4;
            this.btAdd.Text = "[&A]添加";
            this.btAdd.UseVisualStyleBackColor = true;
            this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
            // 
            // tbLast
            // 
            this.tbLast.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tbLast.Location = new System.Drawing.Point(254, 15);
            this.tbLast.Name = "tbLast";
            this.tbLast.Size = new System.Drawing.Size(75, 23);
            this.tbLast.TabIndex = 3;
            this.tbLast.Text = "->|";
            this.tbLast.UseVisualStyleBackColor = true;
            this.tbLast.Click += new System.EventHandler(this.tbLast_Click);
            // 
            // tbNext
            // 
            this.tbNext.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tbNext.Location = new System.Drawing.Point(173, 15);
            this.tbNext.Name = "tbNext";
            this.tbNext.Size = new System.Drawing.Size(75, 23);
            this.tbNext.TabIndex = 2;
            this.tbNext.Text = "->";
            this.tbNext.UseVisualStyleBackColor = true;
            this.tbNext.Click += new System.EventHandler(this.tbNext_Click);
            // 
            // btPro
            // 
            this.btPro.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btPro.Location = new System.Drawing.Point(92, 15);
            this.btPro.Name = "btPro";
            this.btPro.Size = new System.Drawing.Size(75, 23);
            this.btPro.TabIndex = 1;
            this.btPro.Text = "<-";
            this.btPro.UseVisualStyleBackColor = true;
            this.btPro.Click += new System.EventHandler(this.btPro_Click);
            // 
            // btFirst
            // 
            this.btFirst.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btFirst.Location = new System.Drawing.Point(11, 15);
            this.btFirst.Name = "btFirst";
            this.btFirst.Size = new System.Drawing.Size(75, 23);
            this.btFirst.TabIndex = 0;
            this.btFirst.Text = "|<-";
            this.btFirst.UseVisualStyleBackColor = true;
            this.btFirst.Click += new System.EventHandler(this.btFirst_Click);
            // 
            // btExit
            // 
            this.btExit.Location = new System.Drawing.Point(690, 15);
            this.btExit.Name = "btExit";
            this.btExit.Size = new System.Drawing.Size(75, 23);
            this.btExit.TabIndex = 8;
            this.btExit.Text = "[&X]退出";
            this.btExit.UseVisualStyleBackColor = true;
            this.btExit.Click += new System.EventHandler(this.btExit_Click);
            // 
            // bindingSource1
            // 
            this.bindingSource1.PositionChanged += new System.EventHandler(this.bindingSource1_PositionChanged);
            // 
            // dataSet1
            // 
            this.dataSet1.DataSetName = "NewDataSet";
            // 
            // frmMedicine
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(796, 423);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmMedicine";
            this.Text = "药品信息管理";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMedicine_FormClosing);
            this.TextChanged += new System.EventHandler(this.tbId_TextChanged);
            this.Load += new System.EventHandler(this.frmMedicine_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox cbOperator;
        private System.Windows.Forms.ComboBox cbFields;
        private System.Windows.Forms.TextBox tbExpression;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.TextBox tbName;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tbTiaoMa;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox tbId;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox tbTongYong;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox tbPinYin;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox cbDanWei;
        private System.Windows.Forms.TextBox tbGuiGe;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ComboBox cbJiXing;
        private System.Windows.Forms.TextBox tbCanDi;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox tbDaBao;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox tbZhongBao;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.ComboBox cbYouXiaoQi;
        private System.Windows.Forms.ComboBox cbZhiLiangBiaoZhun;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.ComboBox cbJingXiaoFangChi;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.TextBox tbPiHao;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox tbShangBiaoHao;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.TextBox tbChangJia;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox tbJinHuoJia;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.TextBox tbPiFaJia;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TextBox tbLingShouJia;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.ComboBox cbLeiBie;
        private System.Windows.Forms.TextBox tbBaoXianHao;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.TextBox tbGongYingShangName;
        private System.Windows.Forms.Label label24;
        private System.Windows.Forms.TextBox tbGongYingShangId;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.Button btFirst;
        private System.Windows.Forms.Button btExit;
        private System.Windows.Forms.Button btDelete;
        private System.Windows.Forms.Button btSave;
        private System.Windows.Forms.Button btAdd;
        private System.Windows.Forms.Button tbLast;
        private System.Windows.Forms.Button tbNext;
        private System.Windows.Forms.Button btPro;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.BindingSource bindingSource1;
        private System.Data.DataSet dataSet1;
        private System.Windows.Forms.Button tbCancel;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label label25;
        private System.Windows.Forms.TextBox tbShengCanTime;
    }
}

⌨️ 快捷键说明

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