frmwarehouseselect.designer.cs
来自「关于医院进销存的系统」· CS 代码 · 共 225 行
CS
225 行
namespace YYJXC
{
partial class frmWareHouseSelect
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWareHouseSelect));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cbTiaoJian = new System.Windows.Forms.ComboBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.tbZhi = new System.Windows.Forms.TextBox();
this.cbFileds = new System.Windows.Forms.ComboBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button3 = new System.Windows.Forms.Button();
this.tbShuLiang = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbPinZhong = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cbTiaoJian);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.tbZhi);
this.groupBox1.Controls.Add(this.cbFileds);
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, 47);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询条件";
//
// cbTiaoJian
//
this.cbTiaoJian.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTiaoJian.FormattingEnabled = true;
this.cbTiaoJian.Location = new System.Drawing.Point(159, 20);
this.cbTiaoJian.Name = "cbTiaoJian";
this.cbTiaoJian.Size = new System.Drawing.Size(121, 20);
this.cbTiaoJian.TabIndex = 1;
this.cbTiaoJian.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbTiaoJian_KeyPress);
//
// button2
//
this.button2.Location = new System.Drawing.Point(709, 17);
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(619, 17);
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);
//
// tbZhi
//
this.tbZhi.Location = new System.Drawing.Point(308, 19);
this.tbZhi.Name = "tbZhi";
this.tbZhi.Size = new System.Drawing.Size(285, 21);
this.tbZhi.TabIndex = 2;
this.tbZhi.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbZhi_KeyPress_1);
//
// cbFileds
//
this.cbFileds.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFileds.FormattingEnabled = true;
this.cbFileds.Location = new System.Drawing.Point(13, 21);
this.cbFileds.Name = "cbFileds";
this.cbFileds.Size = new System.Drawing.Size(121, 20);
this.cbFileds.TabIndex = 0;
this.cbFileds.SelectedIndexChanged += new System.EventHandler(this.cbFileds_SelectedIndexChanged);
this.cbFileds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbFileds_KeyPress);
//
// 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(0, 47);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(796, 220);
this.dataGridView1.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.tbShuLiang);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.tbPinZhong);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox2.Location = new System.Drawing.Point(0, 267);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(796, 47);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "汇总结果";
//
// button3
//
this.button3.Location = new System.Drawing.Point(709, 15);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 4;
this.button3.Text = "退出";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// tbShuLiang
//
this.tbShuLiang.Enabled = false;
this.tbShuLiang.Location = new System.Drawing.Point(365, 17);
this.tbShuLiang.Name = "tbShuLiang";
this.tbShuLiang.Size = new System.Drawing.Size(100, 21);
this.tbShuLiang.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(306, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "库存数量";
//
// tbPinZhong
//
this.tbPinZhong.Enabled = false;
this.tbPinZhong.Location = new System.Drawing.Point(80, 17);
this.tbPinZhong.Name = "tbPinZhong";
this.tbPinZhong.Size = new System.Drawing.Size(100, 21);
this.tbPinZhong.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(33, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "品种数";
//
// frmWareHouseSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(796, 314);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmWareHouseSelect";
this.Text = "库存药品查询";
this.Load += new System.EventHandler(this.frmWareHouseSelect_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox tbZhi;
private System.Windows.Forms.ComboBox cbTiaoJian;
private System.Windows.Forms.ComboBox cbFileds;
private System.Windows.Forms.TextBox tbPinZhong;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbShuLiang;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button3;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?