📄 providerform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.Provider
{
partial class ProviderForm
{
/// <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(ProviderForm));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tbAdd = new System.Windows.Forms.ToolStripButton();
this.tbUpdate = new System.Windows.Forms.ToolStripButton();
this.tbDelete = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tbCboSelect = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.tbTxtSelect = new System.Windows.Forms.ToolStripTextBox();
this.tbSelect = new System.Windows.Forms.ToolStripButton();
this.tbExit = new System.Windows.Forms.ToolStripButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtMemo = new System.Windows.Forms.TextBox();
this.txtEMail = new System.Windows.Forms.TextBox();
this.txtFax = new System.Windows.Forms.TextBox();
this.txtPostalCode = new System.Windows.Forms.TextBox();
this.txtMobile = new System.Windows.Forms.TextBox();
this.txtAddress = new System.Windows.Forms.TextBox();
this.txtPhone = new System.Windows.Forms.TextBox();
this.txtLinkman = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtID = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = 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.LVProvider = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
this.toolStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbAdd,
this.tbUpdate,
this.tbDelete,
this.toolStripSeparator1,
this.toolStripLabel1,
this.tbCboSelect,
this.toolStripLabel2,
this.tbTxtSelect,
this.tbSelect,
this.tbExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(786, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// tbAdd
//
this.tbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tbAdd.Image")));
this.tbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbAdd.Name = "tbAdd";
this.tbAdd.Size = new System.Drawing.Size(49, 22);
this.tbAdd.Text = "增加";
this.tbAdd.Click += new System.EventHandler(this.tbAdd_Click);
//
// tbUpdate
//
this.tbUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tbUpdate.Image")));
this.tbUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbUpdate.Name = "tbUpdate";
this.tbUpdate.Size = new System.Drawing.Size(49, 22);
this.tbUpdate.Text = "修改";
this.tbUpdate.Click += new System.EventHandler(this.tbUpdate_Click);
//
// tbDelete
//
this.tbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tbDelete.Image")));
this.tbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbDelete.Name = "tbDelete";
this.tbDelete.Size = new System.Drawing.Size(49, 22);
this.tbDelete.Text = "删除";
this.tbDelete.Click += new System.EventHandler(this.tbDelete_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(101, 22);
this.toolStripLabel1.Text = "请输入查询条件:";
//
// tbCboSelect
//
this.tbCboSelect.Items.AddRange(new object[] {
"编号",
"手机",
"传真",
"信箱",
"备注",
"联系人",
"联系电话",
"联系地址",
"邮政编码",
"供货商名称"});
this.tbCboSelect.Name = "tbCboSelect";
this.tbCboSelect.Size = new System.Drawing.Size(121, 25);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(101, 22);
this.toolStripLabel2.Text = "请输入查询信息:";
//
// tbTxtSelect
//
this.tbTxtSelect.Name = "tbTxtSelect";
this.tbTxtSelect.Size = new System.Drawing.Size(100, 25);
//
// tbSelect
//
this.tbSelect.Image = ((System.Drawing.Image)(resources.GetObject("tbSelect.Image")));
this.tbSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbSelect.Name = "tbSelect";
this.tbSelect.Size = new System.Drawing.Size(49, 22);
this.tbSelect.Text = "查询";
this.tbSelect.Click += new System.EventHandler(this.tbSelect_Click);
//
// tbExit
//
this.tbExit.Image = ((System.Drawing.Image)(resources.GetObject("tbExit.Image")));
this.tbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbExit.Name = "tbExit";
this.tbExit.Size = new System.Drawing.Size(49, 22);
this.tbExit.Text = "退出";
this.tbExit.Click += new System.EventHandler(this.tbExit_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtMemo);
this.groupBox1.Controls.Add(this.txtEMail);
this.groupBox1.Controls.Add(this.txtFax);
this.groupBox1.Controls.Add(this.txtPostalCode);
this.groupBox1.Controls.Add(this.txtMobile);
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.txtPhone);
this.groupBox1.Controls.Add(this.txtLinkman);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.txtID);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(10, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(199, 389);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "录入信息";
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(76, 292);
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(117, 91);
this.txtMemo.TabIndex = 19;
//
// txtEMail
//
this.txtEMail.Location = new System.Drawing.Point(76, 263);
this.txtEMail.Name = "txtEMail";
this.txtEMail.Size = new System.Drawing.Size(117, 21);
this.txtEMail.TabIndex = 18;
//
// txtFax
//
this.txtFax.Location = new System.Drawing.Point(76, 235);
this.txtFax.Name = "txtFax";
this.txtFax.Size = new System.Drawing.Size(117, 21);
this.txtFax.TabIndex = 17;
//
// txtPostalCode
//
this.txtPostalCode.Location = new System.Drawing.Point(76, 207);
this.txtPostalCode.Name = "txtPostalCode";
this.txtPostalCode.Size = new System.Drawing.Size(117, 21);
this.txtPostalCode.TabIndex = 16;
//
// txtMobile
//
this.txtMobile.Location = new System.Drawing.Point(76, 179);
this.txtMobile.Name = "txtMobile";
this.txtMobile.Size = new System.Drawing.Size(117, 21);
this.txtMobile.TabIndex = 15;
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(76, 151);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(117, 21);
this.txtAddress.TabIndex = 14;
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(76, 122);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(117, 21);
this.txtPhone.TabIndex = 13;
//
// txtLinkman
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -