?? frmprinfo.designer.cs
字號:
?namespace SMS.BasicInfo
{
partial class frmPrInfo
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrInfo));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtPRemark = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtPFax = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtPPhone = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtPLeader = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtPName = new System.Windows.Forms.TextBox();
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.dgvPInfo = new System.Windows.Forms.DataGridView();
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
this.errorPrPhone = new System.Windows.Forms.ErrorProvider(this.components);
this.errorPrFax = new System.Windows.Forms.ErrorProvider(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorPrPhone)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorPrFax)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtPRemark);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtPFax);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtPPhone);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtPLeader);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtPName);
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(426, 251);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "信息";
//
// txtPRemark
//
this.txtPRemark.Location = new System.Drawing.Point(99, 109);
this.txtPRemark.Multiline = true;
this.txtPRemark.Name = "txtPRemark";
this.txtPRemark.Size = new System.Drawing.Size(274, 123);
this.txtPRemark.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(40, 112);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 8;
this.label5.Text = "備注";
//
// txtPFax
//
this.txtPFax.Location = new System.Drawing.Point(273, 71);
this.txtPFax.Name = "txtPFax";
this.txtPFax.Size = new System.Drawing.Size(100, 21);
this.txtPFax.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(226, 74);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 6;
this.label4.Text = "傳 真";
//
// txtPPhone
//
this.txtPPhone.Location = new System.Drawing.Point(99, 71);
this.txtPPhone.Name = "txtPPhone";
this.txtPPhone.Size = new System.Drawing.Size(100, 21);
this.txtPPhone.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(35, 75);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 4;
this.label3.Text = "聯系電話";
//
// txtPLeader
//
this.txtPLeader.Location = new System.Drawing.Point(273, 35);
this.txtPLeader.Name = "txtPLeader";
this.txtPLeader.Size = new System.Drawing.Size(100, 21);
this.txtPLeader.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(226, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "聯系人";
//
// txtPName
//
this.txtPName.Location = new System.Drawing.Point(99, 35);
this.txtPName.Name = "txtPName";
this.txtPName.Size = new System.Drawing.Size(100, 21);
this.txtPName.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(33, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "供應商名稱";
//
// groupBox2
//
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(444, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(142, 251);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// btnExit
//
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnExit.Location = new System.Drawing.Point(34, 167);
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.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
this.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnDel.Location = new System.Drawing.Point(34, 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.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnEdit.Location = new System.Drawing.Point(34, 81);
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.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnAdd.Location = new System.Drawing.Point(34, 38);
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);
//
// dgvPInfo
//
this.dgvPInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvPInfo.Location = new System.Drawing.Point(15, 269);
this.dgvPInfo.Name = "dgvPInfo";
this.dgvPInfo.ReadOnly = true;
this.dgvPInfo.RowTemplate.Height = 23;
this.dgvPInfo.Size = new System.Drawing.Size(565, 135);
this.dgvPInfo.TabIndex = 0;
this.dgvPInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPInfo_CellClick);
//
// hScrollBar1
//
this.hScrollBar1.Location = new System.Drawing.Point(15, 387);
this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.Size = new System.Drawing.Size(565, 17);
this.hScrollBar1.TabIndex = 1;
//
// errorPrPhone
//
this.errorPrPhone.ContainerControl = this;
//
// errorPrFax
//
this.errorPrFax.ContainerControl = this;
//
// frmPrInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 416);
this.Controls.Add(this.hScrollBar1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.dgvPInfo);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmPrInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "供應商信息設置";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmPrInfo_FormClosed);
this.Load += new System.EventHandler(this.frmPrInfo_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvPInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorPrPhone)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorPrFax)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dgvPInfo;
private System.Windows.Forms.HScrollBar hScrollBar1;
private System.Windows.Forms.TextBox txtPRemark;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtPFax;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtPPhone;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPLeader;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtPName;
private System.Windows.Forms.Label label1;
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.ErrorProvider errorPrPhone;
private System.Windows.Forms.ErrorProvider errorPrFax;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -