frmwarehouse.designer.cs
来自「关于医院进销存的系统」· CS 代码 · 共 544 行 · 第 1/2 页
CS
544 行
this.columnHeader6.Width = 66;
//
// columnHeader7
//
this.columnHeader7.Text = "单位";
//
// columnHeader8
//
this.columnHeader8.Text = "进贷价";
//
// columnHeader9
//
this.columnHeader9.Text = "数量";
//
// columnHeader10
//
this.columnHeader10.Text = "金额";
//
// columnHeader11
//
this.columnHeader11.Text = "批发价";
//
// columnHeader12
//
this.columnHeader12.Text = "零售价";
//
// columnHeader13
//
this.columnHeader13.Text = "有效期至";
this.columnHeader13.Width = 70;
//
// columnHeader14
//
this.columnHeader14.Width = 0;
//
// columnHeader15
//
this.columnHeader15.Width = 0;
//
// panel4
//
this.panel4.Controls.Add(this.label19);
this.panel4.Controls.Add(this.tbShuLiang);
this.panel4.Controls.Add(this.label15);
this.panel4.Controls.Add(this.tbYaoName);
this.panel4.Controls.Add(this.label14);
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel4.Location = new System.Drawing.Point(0, 212);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(794, 26);
this.panel4.TabIndex = 1;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.ForeColor = System.Drawing.Color.Red;
this.label19.Location = new System.Drawing.Point(549, 5);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(70, 12);
this.label19.TabIndex = 24;
this.label19.Text = "按回车登记";
//
// tbShuLiang
//
this.tbShuLiang.Location = new System.Drawing.Point(437, 2);
this.tbShuLiang.Name = "tbShuLiang";
this.tbShuLiang.Size = new System.Drawing.Size(106, 21);
this.tbShuLiang.TabIndex = 10;
this.tbShuLiang.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbShuLiang_KeyPress);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(402, 5);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 12);
this.label15.TabIndex = 9;
this.label15.Text = "数量";
//
// tbYaoName
//
this.tbYaoName.Location = new System.Drawing.Point(62, 2);
this.tbYaoName.Name = "tbYaoName";
this.tbYaoName.Size = new System.Drawing.Size(330, 21);
this.tbYaoName.TabIndex = 8;
this.tbYaoName.Leave += new System.EventHandler(this.tbYaoName_Leave);
this.tbYaoName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbYaoName_KeyPress);
this.tbYaoName.TextChanged += new System.EventHandler(this.tbYaoName_TextChanged);
this.tbYaoName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbYaoName_KeyDown);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(3, 5);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 7;
this.label14.Text = "药品名称";
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.button4);
this.panel3.Controls.Add(this.button3);
this.panel3.Controls.Add(this.button2);
this.panel3.Controls.Add(this.tbHeJiMoney);
this.panel3.Controls.Add(this.label8);
this.panel3.Controls.Add(this.tbHeJiShuLiang);
this.panel3.Controls.Add(this.label7);
this.panel3.Controls.Add(this.tbRuKuPinZhong);
this.panel3.Controls.Add(this.label6);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 313);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(796, 45);
this.panel3.TabIndex = 2;
//
// button4
//
this.button4.Location = new System.Drawing.Point(708, 9);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 8;
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(627, 9);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 7;
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(546, 9);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 6;
this.button2.Text = "[&S]登记";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// tbHeJiMoney
//
this.tbHeJiMoney.Enabled = false;
this.tbHeJiMoney.Location = new System.Drawing.Point(400, 11);
this.tbHeJiMoney.Name = "tbHeJiMoney";
this.tbHeJiMoney.Size = new System.Drawing.Size(100, 21);
this.tbHeJiMoney.TabIndex = 5;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(341, 14);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 4;
this.label8.Text = "合计金额";
//
// tbHeJiShuLiang
//
this.tbHeJiShuLiang.Enabled = false;
this.tbHeJiShuLiang.Location = new System.Drawing.Point(235, 11);
this.tbHeJiShuLiang.Name = "tbHeJiShuLiang";
this.tbHeJiShuLiang.Size = new System.Drawing.Size(100, 21);
this.tbHeJiShuLiang.TabIndex = 3;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(176, 14);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 2;
this.label7.Text = "合计数量";
//
// tbRuKuPinZhong
//
this.tbRuKuPinZhong.Enabled = false;
this.tbRuKuPinZhong.Location = new System.Drawing.Point(70, 11);
this.tbRuKuPinZhong.Name = "tbRuKuPinZhong";
this.tbRuKuPinZhong.Size = new System.Drawing.Size(100, 21);
this.tbRuKuPinZhong.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(11, 14);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "入库品种";
//
// frmWareHouse
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(796, 358);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel3);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmWareHouse";
this.Text = "药品入库";
this.Load += new System.EventHandler(this.frmWareHouse_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox tbGongYingShangId;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbGongYingShang;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbLuDanTime;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbRuKuDanHao;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbJingShouRen;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.TextBox tbShuLiang;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox tbYaoName;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox tbRuKuPinZhong;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tbHeJiMoney;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox tbHeJiShuLiang;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
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.ColumnHeader columnHeader11;
private System.Windows.Forms.ColumnHeader columnHeader12;
private System.Windows.Forms.ColumnHeader columnHeader13;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ColumnHeader columnHeader14;
private System.Windows.Forms.ColumnHeader columnHeader15;
private System.Windows.Forms.Label label19;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?