📄 sms_setstore.designer.cs
字号:
namespace FORU_SMS_
{
partial class SMS_SetStore
{
/// <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()
{
this.txtSPhone = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtSLeader = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtSName = new System.Windows.Forms.TextBox();
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
this.dgvSInfo = new System.Windows.Forms.DataGridView();
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.btnEdit = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.txtSRemark = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtSDepart = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.textSadd = new System.Windows.Forms.TextBox();
this.btnSave = new System.Windows.Forms.Button();
this.txtStoreID = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dgvSInfo)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// txtSPhone
//
this.txtSPhone.Location = new System.Drawing.Point(77, 47);
this.txtSPhone.Name = "txtSPhone";
this.txtSPhone.Size = new System.Drawing.Size(121, 21);
this.txtSPhone.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 50);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 4;
this.label3.Text = "仓库电话";
//
// txtSLeader
//
this.txtSLeader.Location = new System.Drawing.Point(270, 17);
this.txtSLeader.Name = "txtSLeader";
this.txtSLeader.Size = new System.Drawing.Size(122, 21);
this.txtSLeader.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(223, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "负责人";
//
// txtSName
//
this.txtSName.Location = new System.Drawing.Point(77, 17);
this.txtSName.Name = "txtSName";
this.txtSName.Size = new System.Drawing.Size(121, 21);
this.txtSName.TabIndex = 0;
//
// hScrollBar1
//
this.hScrollBar1.Location = new System.Drawing.Point(15, 360);
this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.Size = new System.Drawing.Size(517, 17);
this.hScrollBar1.TabIndex = 9;
//
// dgvSInfo
//
this.dgvSInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvSInfo.Location = new System.Drawing.Point(15, 226);
this.dgvSInfo.Name = "dgvSInfo";
this.dgvSInfo.ReadOnly = true;
this.dgvSInfo.RowTemplate.Height = 23;
this.dgvSInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvSInfo.Size = new System.Drawing.Size(517, 135);
this.dgvSInfo.TabIndex = 7;
this.dgvSInfo.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSInfo_CellDoubleClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "仓库名称";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnSave);
this.groupBox2.Controls.Add(this.btnExit);
this.groupBox2.Controls.Add(this.btnDel);
this.groupBox2.Controls.Add(this.btnEdit);
this.groupBox2.Controls.Add(this.btnAdd);
this.groupBox2.Location = new System.Drawing.Point(427, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(105, 202);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// btnExit
//
this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnExit.Location = new System.Drawing.Point(15, 153);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 8;
this.btnExit.Text = "退 出";
this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnDel
//
this.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnDel.Location = new System.Drawing.Point(15, 124);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(75, 23);
this.btnDel.TabIndex = 7;
this.btnDel.Text = "删 除";
this.btnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnEdit
//
this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnEdit.Location = new System.Drawing.Point(15, 66);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(75, 23);
this.btnEdit.TabIndex = 6;
this.btnEdit.Text = "修 改";
this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnAdd
//
this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnAdd.Location = new System.Drawing.Point(15, 37);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 5;
this.btnAdd.Text = "添 加";
this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// txtSRemark
//
this.txtSRemark.Location = new System.Drawing.Point(77, 101);
this.txtSRemark.Multiline = true;
this.txtSRemark.Name = "txtSRemark";
this.txtSRemark.Size = new System.Drawing.Size(315, 89);
this.txtSRemark.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(23, 124);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 8;
this.label5.Text = "备 注";
//
// txtSDepart
//
this.txtSDepart.Location = new System.Drawing.Point(270, 47);
this.txtSDepart.Name = "txtSDepart";
this.txtSDepart.Size = new System.Drawing.Size(122, 21);
this.txtSDepart.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(211, 50);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 6;
this.label4.Text = "所属单位";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtStoreID);
this.groupBox1.Controls.Add(this.txtSRemark);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.textSadd);
this.groupBox1.Controls.Add(this.txtSDepart);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtSPhone);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtSLeader);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtSName);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(405, 202);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "信息";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(11, 81);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 4;
this.label6.Text = "所在地址";
//
// textSadd
//
this.textSadd.Location = new System.Drawing.Point(77, 74);
this.textSadd.Name = "textSadd";
this.textSadd.Size = new System.Drawing.Size(315, 21);
this.textSadd.TabIndex = 3;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(15, 95);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 9;
this.btnSave.Text = "保 存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// txtStoreID
//
this.txtStoreID.AutoSize = true;
this.txtStoreID.Location = new System.Drawing.Point(25, 177);
this.txtStoreID.Name = "txtStoreID";
this.txtStoreID.Size = new System.Drawing.Size(0, 12);
this.txtStoreID.TabIndex = 9;
this.txtStoreID.Visible = false;
//
// SMS_SetStore
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(549, 393);
this.Controls.Add(this.hScrollBar1);
this.Controls.Add(this.dgvSInfo);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "SMS_SetStore";
this.Text = "仓库设置";
this.Load += new System.EventHandler(this.SMS_SetStore_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvSInfo)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtSPhone;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtSLeader;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtSName;
private System.Windows.Forms.HScrollBar hScrollBar1;
private System.Windows.Forms.DataGridView dgvSInfo;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.TextBox txtSRemark;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtSDepart;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textSadd;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Label txtStoreID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -