frmsell.designer.cs
来自「关于医院进销存的系统」· CS 代码 · 共 741 行 · 第 1/3 页
CS
741 行
this.tbShiShouMoney.TabIndex = 23;
this.tbShiShouMoney.Text = "0";
this.tbShiShouMoney.Leave += new System.EventHandler(this.tbShiShouMoney_Leave);
this.tbShiShouMoney.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbShuiLv_KeyPress);
this.tbShiShouMoney.TextChanged += new System.EventHandler(this.tbShiShouMoney_TextChanged);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(203, 33);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 22;
this.label12.Text = "实收金额";
//
// tbWeiShouMoney
//
this.tbWeiShouMoney.Enabled = false;
this.tbWeiShouMoney.Location = new System.Drawing.Point(472, 29);
this.tbWeiShouMoney.Name = "tbWeiShouMoney";
this.tbWeiShouMoney.ReadOnly = true;
this.tbWeiShouMoney.Size = new System.Drawing.Size(241, 21);
this.tbWeiShouMoney.TabIndex = 25;
this.tbWeiShouMoney.Text = "0";
this.tbWeiShouMoney.TextChanged += new System.EventHandler(this.tbYingShouMoney_TextChanged);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(383, 33);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(83, 12);
this.label13.TabIndex = 24;
this.label13.Text = "元 未收金额";
//
// panel2
//
this.panel2.Controls.Add(this.label20);
this.panel2.Controls.Add(this.tbKeHuId);
this.panel2.Controls.Add(this.tbXiaoShaoDan);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.tbLuDanTime);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.tbKeHuName);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.tbJingShouRen);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(796, 73);
this.panel2.TabIndex = 25;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(262, 42);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(53, 12);
this.label20.TabIndex = 8;
this.label20.Text = "客户编号";
//
// tbKeHuId
//
this.tbKeHuId.Location = new System.Drawing.Point(322, 39);
this.tbKeHuId.Name = "tbKeHuId";
this.tbKeHuId.ReadOnly = true;
this.tbKeHuId.Size = new System.Drawing.Size(206, 21);
this.tbKeHuId.TabIndex = 7;
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.label17);
this.panel3.Controls.Add(this.label16);
this.panel3.Controls.Add(this.tbHeJiShuLiang);
this.panel3.Controls.Add(this.label5);
this.panel3.Controls.Add(this.tbWeiShouMoney);
this.panel3.Controls.Add(this.tbPingZhong);
this.panel3.Controls.Add(this.label13);
this.panel3.Controls.Add(this.label6);
this.panel3.Controls.Add(this.tbShiShouMoney);
this.panel3.Controls.Add(this.label7);
this.panel3.Controls.Add(this.label12);
this.panel3.Controls.Add(this.tbHeJiMoney);
this.panel3.Controls.Add(this.cbShouKuanFangChi);
this.panel3.Controls.Add(this.label8);
this.panel3.Controls.Add(this.label11);
this.panel3.Controls.Add(this.tbZheKou);
this.panel3.Controls.Add(this.tbYingShouMoney);
this.panel3.Controls.Add(this.label9);
this.panel3.Controls.Add(this.label10);
this.panel3.Controls.Add(this.tbShuiLv);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 297);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(796, 65);
this.panel3.TabIndex = 27;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(719, 33);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(17, 12);
this.label17.TabIndex = 27;
this.label17.Text = "元";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(774, 6);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(17, 12);
this.label16.TabIndex = 26;
this.label16.Text = "元";
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.button4);
this.panel4.Controls.Add(this.button3);
this.panel4.Controls.Add(this.button2);
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel4.Location = new System.Drawing.Point(0, 362);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(796, 42);
this.panel4.TabIndex = 24;
//
// button4
//
this.button4.Location = new System.Drawing.Point(695, 14);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 3;
this.button4.Text = "[&X]退出";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(614, 14);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 2;
this.button3.Text = "[&C]取消";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(533, 14);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "[&S]登记";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// frmSell
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(796, 404);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel4);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmSell";
this.Text = "药品销售";
this.Load += new System.EventHandler(this.frmSell_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbXiaoShaoDan;
private System.Windows.Forms.TextBox tbLuDanTime;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbKeHuName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbJingShouRen;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tbPingZhong;
private System.Windows.Forms.TextBox tbHeJiShuLiang;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tbHeJiMoney;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tbZheKou;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox tbShuiLv;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox tbYingShouMoney;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ComboBox cbShouKuanFangChi;
private System.Windows.Forms.TextBox tbShiShouMoney;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox tbWeiShouMoney;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.TextBox tbYaoName;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox tbShuLiang;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.ComboBox cbXiaoShouLeiXing;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.ColumnHeader columnHeader11;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox tbKeHuId;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?