📄 frmbinfomanage.designer.cs
字号:
this.txtCNAddress.Name = "txtCNAddress";
this.txtCNAddress.Size = new System.Drawing.Size(100, 21);
this.txtCNAddress.TabIndex = 7;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(244, 106);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 27;
this.label1.Text = "企业网址";
//
// txtCRemark
//
this.txtCRemark.Location = new System.Drawing.Point(112, 127);
this.txtCRemark.Multiline = true;
this.txtCRemark.Name = "txtCRemark";
this.txtCRemark.Size = new System.Drawing.Size(290, 21);
this.txtCRemark.TabIndex = 8;
//
// txtCEmail
//
this.txtCEmail.Location = new System.Drawing.Point(112, 99);
this.txtCEmail.Name = "txtCEmail";
this.txtCEmail.Size = new System.Drawing.Size(100, 21);
this.txtCEmail.TabIndex = 6;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(59, 105);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(41, 12);
this.label12.TabIndex = 24;
this.label12.Text = "E-mail";
//
// txtCAddress
//
this.txtCAddress.Location = new System.Drawing.Point(302, 72);
this.txtCAddress.Name = "txtCAddress";
this.txtCAddress.Size = new System.Drawing.Size(100, 21);
this.txtCAddress.TabIndex = 5;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(244, 78);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 22;
this.label13.Text = "联系地址";
//
// txtCPostCode
//
this.txtCPostCode.Location = new System.Drawing.Point(112, 72);
this.txtCPostCode.Name = "txtCPostCode";
this.txtCPostCode.Size = new System.Drawing.Size(100, 21);
this.txtCPostCode.TabIndex = 4;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(53, 76);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 20;
this.label10.Text = "邮政编码";
//
// txtCFax
//
this.txtCFax.Location = new System.Drawing.Point(302, 45);
this.txtCFax.Name = "txtCFax";
this.txtCFax.Size = new System.Drawing.Size(100, 21);
this.txtCFax.TabIndex = 3;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(244, 49);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 18;
this.label11.Text = "传真号码";
//
// txtCPhone
//
this.txtCPhone.Location = new System.Drawing.Point(112, 45);
this.txtCPhone.Name = "txtCPhone";
this.txtCPhone.Size = new System.Drawing.Size(100, 21);
this.txtCPhone.TabIndex = 2;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(53, 49);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 16;
this.label8.Text = "联系电话";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(244, 21);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 6;
this.label5.Text = "法人代表";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(66, 130);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 5;
this.label3.Text = "备注";
//
// txtCName
//
this.txtCName.Location = new System.Drawing.Point(112, 17);
this.txtCName.Name = "txtCName";
this.txtCName.Size = new System.Drawing.Size(100, 21);
this.txtCName.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(53, 21);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "企业名称";
//
// errorBCFax
//
this.errorBCFax.ContainerControl = this;
//
// errorBCPhone
//
this.errorBCPhone.ContainerControl = this;
//
// errorBCPostCode
//
this.errorBCPostCode.ContainerControl = this;
//
// errorBCEmail
//
this.errorBCEmail.ContainerControl = this;
//
// errorBCNAddress
//
this.errorBCNAddress.ContainerControl = this;
//
// frmBInfoManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(490, 378);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dgvCInfo);
this.Controls.Add(this.bindingNavigator1);
this.MaximizeBox = false;
this.Name = "frmBInfoManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "基本信息管理";
this.Load += new System.EventHandler(this.frmBInfoManage_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvCInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorBCFax)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorBCPhone)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorBCPostCode)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorBCEmail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorBCNAddress)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.DataGridView dgvCInfo;
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripButton tsbtnDel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtCNAddress;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtCRemark;
private System.Windows.Forms.TextBox txtCEmail;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtCAddress;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtCPostCode;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtCFax;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtCPhone;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtCName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtCManager;
private System.Windows.Forms.ErrorProvider errorBCFax;
private System.Windows.Forms.ErrorProvider errorBCPhone;
private System.Windows.Forms.ErrorProvider errorBCPostCode;
private System.Windows.Forms.ErrorProvider errorBCEmail;
private System.Windows.Forms.ErrorProvider errorBCNAddress;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -