frmsell.designer.cs
来自「关于医院进销存的系统」· CS 代码 · 共 741 行 · 第 1/3 页
CS
741 行
namespace YYJXC
{
partial class frmSell
{
/// <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(frmSell));
this.label1 = new System.Windows.Forms.Label();
this.tbXiaoShaoDan = new System.Windows.Forms.TextBox();
this.tbLuDanTime = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbKeHuName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tbJingShouRen = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.panel1 = 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.panel5 = new System.Windows.Forms.Panel();
this.label19 = new System.Windows.Forms.Label();
this.cbXiaoShouLeiXing = new System.Windows.Forms.ComboBox();
this.label18 = 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.label5 = new System.Windows.Forms.Label();
this.tbPingZhong = new System.Windows.Forms.TextBox();
this.tbHeJiShuLiang = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbHeJiMoney = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.tbZheKou = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.tbShuiLv = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.tbYingShouMoney = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.cbShouKuanFangChi = new System.Windows.Forms.ComboBox();
this.tbShiShouMoney = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.tbWeiShouMoney = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label20 = new System.Windows.Forms.Label();
this.tbKeHuId = new System.Windows.Forms.TextBox();
this.panel3 = new System.Windows.Forms.Panel();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.panel4 = 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.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel5.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(24, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "销售单据";
//
// tbXiaoShaoDan
//
this.tbXiaoShaoDan.Location = new System.Drawing.Point(83, 12);
this.tbXiaoShaoDan.Name = "tbXiaoShaoDan";
this.tbXiaoShaoDan.ReadOnly = true;
this.tbXiaoShaoDan.Size = new System.Drawing.Size(291, 21);
this.tbXiaoShaoDan.TabIndex = 1;
//
// tbLuDanTime
//
this.tbLuDanTime.Location = new System.Drawing.Point(441, 12);
this.tbLuDanTime.Name = "tbLuDanTime";
this.tbLuDanTime.ReadOnly = true;
this.tbLuDanTime.Size = new System.Drawing.Size(312, 21);
this.tbLuDanTime.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(383, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "录单日期";
//
// tbKeHuName
//
this.tbKeHuName.Location = new System.Drawing.Point(84, 39);
this.tbKeHuName.Name = "tbKeHuName";
this.tbKeHuName.Size = new System.Drawing.Size(173, 21);
this.tbKeHuName.TabIndex = 5;
this.tbKeHuName.Leave += new System.EventHandler(this.tbKeHuName_Leave);
this.tbKeHuName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbKeHuName_KeyPress);
this.tbKeHuName.TextChanged += new System.EventHandler(this.tbKeHuName_TextChanged);
this.tbKeHuName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbKeHuName_KeyDown);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(24, 42);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 4;
this.label3.Text = "客户名称";
//
// tbJingShouRen
//
this.tbJingShouRen.Location = new System.Drawing.Point(592, 39);
this.tbJingShouRen.Name = "tbJingShouRen";
this.tbJingShouRen.Size = new System.Drawing.Size(161, 21);
this.tbJingShouRen.TabIndex = 9;
this.tbJingShouRen.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbJingShouRen_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(533, 42);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 6;
this.label4.Text = "经 手 人";
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.dataGridView1);
this.panel1.Controls.Add(this.listView1);
this.panel1.Controls.Add(this.panel5);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 73);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(796, 224);
this.panel1.TabIndex = 26;
//
// 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(0, 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(791, 141);
this.dataGridView1.TabIndex = 28;
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.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.Font = new System.Drawing.Font("宋体", 10F);
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(0, 0);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(794, 196);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "xh";
this.columnHeader1.Width = 41;
//
// columnHeader2
//
this.columnHeader2.Text = "药品名称";
this.columnHeader2.Width = 80;
//
// columnHeader3
//
this.columnHeader3.Text = "药品编号";
this.columnHeader3.Width = 75;
//
// columnHeader4
//
this.columnHeader4.Text = "药品批号";
this.columnHeader4.Width = 135;
//
// columnHeader5
//
this.columnHeader5.Text = "规格";
this.columnHeader5.Width = 67;
//
// columnHeader6
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?