frmwarehouse.designer.cs
来自「关于医院进销存的系统」· CS 代码 · 共 544 行 · 第 1/2 页
CS
544 行
namespace YYJXC
{
partial class frmWareHouse
{
/// <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(frmWareHouse));
this.panel1 = new System.Windows.Forms.Panel();
this.tbJingShouRen = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tbGongYingShangId = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tbGongYingShang = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tbLuDanTime = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbRuKuDanHao = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
this.panel4 = new System.Windows.Forms.Panel();
this.label19 = new System.Windows.Forms.Label();
this.tbShuLiang = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.tbYaoName = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.tbHeJiMoney = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.tbHeJiShuLiang = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.tbRuKuPinZhong = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.tbJingShouRen);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.tbGongYingShangId);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.tbGongYingShang);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.tbLuDanTime);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.tbRuKuDanHao);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(796, 73);
this.panel1.TabIndex = 0;
//
// tbJingShouRen
//
this.tbJingShouRen.Location = new System.Drawing.Point(518, 49);
this.tbJingShouRen.Name = "tbJingShouRen";
this.tbJingShouRen.Size = new System.Drawing.Size(252, 21);
this.tbJingShouRen.TabIndex = 9;
this.tbJingShouRen.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbJingShouRen_KeyPress);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(459, 52);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 8;
this.label5.Text = "经 手 人";
//
// tbGongYingShangId
//
this.tbGongYingShangId.Location = new System.Drawing.Point(334, 49);
this.tbGongYingShangId.Name = "tbGongYingShangId";
this.tbGongYingShangId.ReadOnly = true;
this.tbGongYingShangId.Size = new System.Drawing.Size(100, 21);
this.tbGongYingShangId.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(263, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 6;
this.label4.Text = "供应商编号";
//
// tbGongYingShang
//
this.tbGongYingShang.Location = new System.Drawing.Point(93, 49);
this.tbGongYingShang.Name = "tbGongYingShang";
this.tbGongYingShang.Size = new System.Drawing.Size(164, 21);
this.tbGongYingShang.TabIndex = 5;
this.tbGongYingShang.Leave += new System.EventHandler(this.tbGongYingShang_Leave);
this.tbGongYingShang.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGongYingShang_KeyPress);
this.tbGongYingShang.TextChanged += new System.EventHandler(this.tbGongYingShang_TextChanged);
this.tbGongYingShang.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbGongYingShang_KeyDown);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 52);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "供应商名称";
//
// tbLuDanTime
//
this.tbLuDanTime.Location = new System.Drawing.Point(518, 19);
this.tbLuDanTime.Name = "tbLuDanTime";
this.tbLuDanTime.ReadOnly = true;
this.tbLuDanTime.Size = new System.Drawing.Size(252, 21);
this.tbLuDanTime.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(459, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "录单日期";
//
// tbRuKuDanHao
//
this.tbRuKuDanHao.Location = new System.Drawing.Point(93, 16);
this.tbRuKuDanHao.Name = "tbRuKuDanHao";
this.tbRuKuDanHao.ReadOnly = true;
this.tbRuKuDanHao.Size = new System.Drawing.Size(341, 21);
this.tbRuKuDanHao.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "入库单据号";
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.dataGridView1);
this.panel2.Controls.Add(this.listView1);
this.panel2.Controls.Add(this.panel4);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 73);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(796, 240);
this.panel2.TabIndex = 1;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Enabled = false;
this.dataGridView1.Location = new System.Drawing.Point(-1, 22);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(793, 141);
this.dataGridView1.TabIndex = 29;
this.dataGridView1.Visible = false;
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8,
this.columnHeader9,
this.columnHeader10,
this.columnHeader11,
this.columnHeader12,
this.columnHeader13,
this.columnHeader14,
this.columnHeader15});
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(0, 0);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(794, 212);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "xh";
this.columnHeader1.Width = 32;
//
// columnHeader2
//
this.columnHeader2.Text = "药品名称";
this.columnHeader2.Width = 74;
//
// columnHeader3
//
this.columnHeader3.Text = "药品编号";
this.columnHeader3.Width = 67;
//
// columnHeader4
//
this.columnHeader4.Text = "药品批号";
this.columnHeader4.Width = 65;
//
// columnHeader5
//
this.columnHeader5.Text = "规格";
this.columnHeader5.Width = 55;
//
// columnHeader6
//
this.columnHeader6.Text = "产地";
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?