📄 frmbinfomanage.designer.cs
字号:
namespace CRM.PInfoManage
{
partial class frmBInfoManage
{
/// <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(frmBInfoManage));
this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.dgvCInfo = new System.Windows.Forms.DataGridView();
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtCManager = new System.Windows.Forms.TextBox();
this.txtCNAddress = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtCRemark = new System.Windows.Forms.TextBox();
this.txtCEmail = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.txtCAddress = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.txtCPostCode = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtCFax = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtCPhone = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtCName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.errorBCFax = new System.Windows.Forms.ErrorProvider(this.components);
this.errorBCPhone = new System.Windows.Forms.ErrorProvider(this.components);
this.errorBCPostCode = new System.Windows.Forms.ErrorProvider(this.components);
this.errorBCEmail = new System.Windows.Forms.ErrorProvider(this.components);
this.errorBCNAddress = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.dgvCInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.bindingNavigator1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorBCFax)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorBCPhone)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorBCPostCode)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorBCEmail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorBCNAddress)).BeginInit();
this.SuspendLayout();
//
// tsbtnSave
//
this.tsbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnSave.Enabled = false;
this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSave.Name = "tsbtnSave";
this.tsbtnSave.Size = new System.Drawing.Size(23, 22);
this.tsbtnSave.Text = "保存";
this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// tsbtnAdd
//
this.tsbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdd.Name = "tsbtnAdd";
this.tsbtnAdd.Size = new System.Drawing.Size(23, 22);
this.tsbtnAdd.Text = "添加";
this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// dgvCInfo
//
this.dgvCInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCInfo.Location = new System.Drawing.Point(9, 190);
this.dgvCInfo.Name = "dgvCInfo";
this.dgvCInfo.ReadOnly = true;
this.dgvCInfo.RowTemplate.Height = 23;
this.dgvCInfo.Size = new System.Drawing.Size(470, 181);
this.dgvCInfo.TabIndex = 4;
this.dgvCInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCInfo_CellClick);
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = null;
this.bindingNavigator1.CountItem = null;
this.bindingNavigator1.DeleteItem = null;
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAdd,
this.toolStripSeparator1,
this.tsbtnEdit,
this.toolStripSeparator2,
this.tsbtnSave,
this.toolStripSeparator3,
this.tsbtnDel,
this.toolStripSeparator4,
this.tsbtnExit});
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
this.bindingNavigator1.MoveFirstItem = null;
this.bindingNavigator1.MoveLastItem = null;
this.bindingNavigator1.MoveNextItem = null;
this.bindingNavigator1.MovePreviousItem = null;
this.bindingNavigator1.Name = "bindingNavigator1";
this.bindingNavigator1.PositionItem = null;
this.bindingNavigator1.Size = new System.Drawing.Size(490, 25);
this.bindingNavigator1.TabIndex = 3;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tsbtnEdit
//
this.tsbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEdit.Image")));
this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnEdit.Name = "tsbtnEdit";
this.tsbtnEdit.Size = new System.Drawing.Size(23, 22);
this.tsbtnEdit.Text = "修改";
this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
//
// tsbtnDel
//
this.tsbtnDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDel.Name = "tsbtnDel";
this.tsbtnDel.Size = new System.Drawing.Size(23, 22);
this.tsbtnDel.Text = "删除";
this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// tsbtnExit
//
this.tsbtnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(23, 22);
this.tsbtnExit.Text = "退出";
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtCManager);
this.groupBox1.Controls.Add(this.txtCNAddress);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtCRemark);
this.groupBox1.Controls.Add(this.txtCEmail);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.txtCAddress);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.txtCPostCode);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txtCFax);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.txtCPhone);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtCName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(12, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(467, 156);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "企业基本信息";
//
// txtCManager
//
this.txtCManager.Location = new System.Drawing.Point(302, 17);
this.txtCManager.Name = "txtCManager";
this.txtCManager.Size = new System.Drawing.Size(100, 21);
this.txtCManager.TabIndex = 1;
//
// txtCNAddress
//
this.txtCNAddress.Location = new System.Drawing.Point(302, 100);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -