📄 frmclientmanage.designer.cs
字号:
namespace CRM.DataManage
{
partial class frmClientManage
{
/// <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(frmClientManage));
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.dgvClientInfo = 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.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tscboxCondition = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.tstxtKeyWord = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnLook = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnRClient = new System.Windows.Forms.ToolStripButton();
this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboxCArea = new System.Windows.Forms.ComboBox();
this.cboxCType = new System.Windows.Forms.ComboBox();
this.cboxCTrade = new System.Windows.Forms.ComboBox();
this.cboxCRoot = new System.Windows.Forms.ComboBox();
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.label9 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label4 = 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.txtClientCode = new System.Windows.Forms.TextBox();
this.cboxCStep = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.errorCFax = new System.Windows.Forms.ErrorProvider(this.components);
this.errorCPhone = new System.Windows.Forms.ErrorProvider(this.components);
this.errorCPostCode = new System.Windows.Forms.ErrorProvider(this.components);
this.errorCEmail = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.dgvClientInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.bindingNavigator1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorCFax)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorCPhone)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorCPostCode)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorCEmail)).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);
//
// dgvClientInfo
//
this.dgvClientInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvClientInfo.Location = new System.Drawing.Point(8, 240);
this.dgvClientInfo.Name = "dgvClientInfo";
this.dgvClientInfo.ReadOnly = true;
this.dgvClientInfo.RowTemplate.Height = 23;
this.dgvClientInfo.Size = new System.Drawing.Size(494, 181);
this.dgvClientInfo.TabIndex = 4;
this.dgvClientInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvClientInfo_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.toolStripLabel1,
this.tscboxCondition,
this.toolStripSeparator6,
this.toolStripLabel2,
this.tstxtKeyWord,
this.toolStripSeparator5,
this.tsbtnLook,
this.toolStripSeparator7,
this.tsbtnRClient,
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(514, 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);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(53, 22);
this.toolStripLabel1.Text = "查询条件";
//
// tscboxCondition
//
this.tscboxCondition.Items.AddRange(new object[] {
"客户编号",
"客户名称",
"客户来源",
"所属行业"});
this.tscboxCondition.Name = "tscboxCondition";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -