📄 providerform.designer.cs
字号:
//
this.txtLinkman.Location = new System.Drawing.Point(76, 91);
this.txtLinkman.Name = "txtLinkman";
this.txtLinkman.Size = new System.Drawing.Size(117, 21);
this.txtLinkman.TabIndex = 12;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(76, 62);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(117, 21);
this.txtName.TabIndex = 11;
//
// txtID
//
this.txtID.Enabled = false;
this.txtID.Location = new System.Drawing.Point(76, 32);
this.txtID.Name = "txtID";
this.txtID.Size = new System.Drawing.Size(117, 21);
this.txtID.TabIndex = 10;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(7, 295);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 12);
this.label10.TabIndex = 9;
this.label10.Text = "备注:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(9, 184);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 8;
this.label9.Text = "手机:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(7, 268);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 7;
this.label8.Text = "信箱:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(7, 240);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 6;
this.label7.Text = "传真:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(9, 213);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 5;
this.label6.Text = "邮政编码:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(9, 155);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 4;
this.label5.Text = "联系地址:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 126);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 3;
this.label4.Text = "联系电话:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 97);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 2;
this.label3.Text = "联系人:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 1;
this.label2.Text = "供货商名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "编号:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.LVProvider);
this.groupBox2.Location = new System.Drawing.Point(219, 28);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(557, 389);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "显示信息";
//
// LVProvider
//
this.LVProvider.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8,
this.columnHeader9,
this.columnHeader10});
this.LVProvider.FullRowSelect = true;
this.LVProvider.GridLines = true;
this.LVProvider.Location = new System.Drawing.Point(13, 14);
this.LVProvider.MultiSelect = false;
this.LVProvider.Name = "LVProvider";
this.LVProvider.Size = new System.Drawing.Size(538, 369);
this.LVProvider.TabIndex = 0;
this.LVProvider.UseCompatibleStateImageBehavior = false;
this.LVProvider.View = System.Windows.Forms.View.Details;
this.LVProvider.Click += new System.EventHandler(this.LVProvider_Click);
//
// columnHeader1
//
this.columnHeader1.Text = "编号";
//
// columnHeader2
//
this.columnHeader2.Text = "供货商名称";
this.columnHeader2.Width = 84;
//
// columnHeader3
//
this.columnHeader3.Text = "联系人";
//
// columnHeader4
//
this.columnHeader4.Text = "联系电话";
this.columnHeader4.Width = 72;
//
// columnHeader5
//
this.columnHeader5.Text = "联系地址";
this.columnHeader5.Width = 73;
//
// columnHeader6
//
this.columnHeader6.Text = "手机";
//
// columnHeader7
//
this.columnHeader7.Text = "邮政编码";
this.columnHeader7.Width = 68;
//
// columnHeader8
//
this.columnHeader8.Text = "传真";
//
// columnHeader9
//
this.columnHeader9.Text = "信箱";
//
// columnHeader10
//
this.columnHeader10.Text = "备注";
//
// ProviderForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(786, 429);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "ProviderForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "供应商信息维护";
this.Load += new System.EventHandler(this.ProviderForm_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tbAdd;
private System.Windows.Forms.ToolStripButton tbUpdate;
private System.Windows.Forms.ToolStripButton tbDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox tbCboSelect;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripTextBox tbTxtSelect;
private System.Windows.Forms.ToolStripButton tbSelect;
private System.Windows.Forms.ToolStripButton tbExit;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.TextBox txtEMail;
private System.Windows.Forms.TextBox txtFax;
private System.Windows.Forms.TextBox txtPostalCode;
private System.Windows.Forms.TextBox txtMobile;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.TextBox txtLinkman;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtID;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListView LVProvider;
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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -