📄 frmosmanage.designer.cs
字号:
namespace SMS.GoodsManage
{
partial class frmOSManage
{
/// <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(frmOSManage));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtOSGNum = new System.Windows.Forms.TextBox();
this.cboxGUnit = new System.Windows.Forms.ComboBox();
this.txtOSPeople = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtOSUnit = new System.Windows.Forms.TextBox();
this.cboxGSpec = new System.Windows.Forms.ComboBox();
this.txtHPeople = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.cboxGName = new System.Windows.Forms.ComboBox();
this.cboxSName = new System.Windows.Forms.ComboBox();
this.txtOSRemark = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtGOPrice = new System.Windows.Forms.TextBox();
this.labGPrice = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtGSPrice = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
this.dgvOSManage = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvOSManage)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtOSGNum);
this.groupBox1.Controls.Add(this.cboxGUnit);
this.groupBox1.Controls.Add(this.txtOSPeople);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtOSUnit);
this.groupBox1.Controls.Add(this.cboxGSpec);
this.groupBox1.Controls.Add(this.txtHPeople);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.cboxGName);
this.groupBox1.Controls.Add(this.cboxSName);
this.groupBox1.Controls.Add(this.txtOSRemark);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.txtGOPrice);
this.groupBox1.Controls.Add(this.labGPrice);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txtGSPrice);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(9, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(426, 237);
this.groupBox1.TabIndex = 18;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "信息";
//
// txtOSGNum
//
this.txtOSGNum.Location = new System.Drawing.Point(95, 81);
this.txtOSGNum.Name = "txtOSGNum";
this.txtOSGNum.Size = new System.Drawing.Size(100, 21);
this.txtOSGNum.TabIndex = 4;
this.txtOSGNum.TextChanged += new System.EventHandler(this.txtOSGNum_TextChanged);
//
// cboxGUnit
//
this.cboxGUnit.FormattingEnabled = true;
this.cboxGUnit.Items.AddRange(new object[] {
"个",
"件",
"瓶",
"斤",
"两",
"公斤",
"千克",
"吨",
"米",
"台",
"部",
"辆"});
this.cboxGUnit.Location = new System.Drawing.Point(286, 52);
this.cboxGUnit.MaxDropDownItems = 100;
this.cboxGUnit.Name = "cboxGUnit";
this.cboxGUnit.Size = new System.Drawing.Size(100, 20);
this.cboxGUnit.TabIndex = 3;
//
// txtOSPeople
//
this.txtOSPeople.Location = new System.Drawing.Point(286, 110);
this.txtOSPeople.Name = "txtOSPeople";
this.txtOSPeople.Size = new System.Drawing.Size(100, 21);
this.txtOSPeople.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(223, 113);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 27;
this.label3.Text = "提货人";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(25, 142);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 26;
this.label4.Text = "提货单位";
//
// txtOSUnit
//
this.txtOSUnit.Location = new System.Drawing.Point(95, 141);
this.txtOSUnit.Name = "txtOSUnit";
this.txtOSUnit.Size = new System.Drawing.Size(100, 21);
this.txtOSUnit.TabIndex = 6;
//
// cboxGSpec
//
this.cboxGSpec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxGSpec.FormattingEnabled = true;
this.cboxGSpec.Location = new System.Drawing.Point(95, 54);
this.cboxGSpec.Name = "cboxGSpec";
this.cboxGSpec.Size = new System.Drawing.Size(100, 20);
this.cboxGSpec.TabIndex = 2;
//
// txtHPeople
//
this.txtHPeople.Location = new System.Drawing.Point(286, 139);
this.txtHPeople.Name = "txtHPeople";
this.txtHPeople.Size = new System.Drawing.Size(100, 21);
this.txtHPeople.TabIndex = 7;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(223, 142);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 21;
this.label9.Text = "经手人";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(19, 113);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 20;
this.label10.Text = "出货总金额";
//
// cboxGName
//
this.cboxGName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxGName.FormattingEnabled = true;
this.cboxGName.Location = new System.Drawing.Point(286, 23);
this.cboxGName.Name = "cboxGName";
this.cboxGName.Size = new System.Drawing.Size(100, 20);
this.cboxGName.TabIndex = 1;
this.cboxGName.SelectedIndexChanged += new System.EventHandler(this.cboxGName_SelectedIndexChanged);
//
// cboxSName
//
this.cboxSName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxSName.FormattingEnabled = true;
this.cboxSName.Location = new System.Drawing.Point(95, 23);
this.cboxSName.Name = "cboxSName";
this.cboxSName.Size = new System.Drawing.Size(100, 20);
this.cboxSName.TabIndex = 0;
this.cboxSName.SelectedIndexChanged += new System.EventHandler(this.cboxSName_SelectedIndexChanged);
//
// txtOSRemark
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -