⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clientform.h

📁 实现了很好的客户关系管理功能
💻 H
📖 第 1 页 / 共 5 页
字号:
			this->bindingNavigatorMoveFirstItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
			this->bindingNavigatorMoveFirstItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorMoveFirstItem.Image")));
			this->bindingNavigatorMoveFirstItem->Name = L"bindingNavigatorMoveFirstItem";
			this->bindingNavigatorMoveFirstItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorMoveFirstItem->Size = System::Drawing::Size(23, 22);
			this->bindingNavigatorMoveFirstItem->Text = L"移到第一条记录";
			// 
			// 客户名称TextBox
			// 
			this->客户名称TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"客户名称", true)));
			this->客户名称TextBox->Location = System::Drawing::Point(61, 25);
			this->客户名称TextBox->Name = L"客户名称TextBox";
			this->客户名称TextBox->Size = System::Drawing::Size(252, 21);
			this->客户名称TextBox->TabIndex = 55;
			// 
			// 行业类别ComboBox
			// 
			this->行业类别ComboBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->行业类别ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"行业类别", true)));
			this->行业类别ComboBox->FormattingEnabled = true;
			this->行业类别ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(9) {L"经贸业", L"新闻业", L"出版业", L"旅游业", L"制造业", L"餐饮业", 
				L"金融业", L"运输业", L"软件业"});
			this->行业类别ComboBox->Location = System::Drawing::Point(390, 26);
			this->行业类别ComboBox->Name = L"行业类别ComboBox";
			this->行业类别ComboBox->Size = System::Drawing::Size(147, 20);
			this->行业类别ComboBox->TabIndex = 57;
			// 
			// 企业性质ComboBox
			// 
			this->企业性质ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"企业性质", true)));
			this->企业性质ComboBox->FormattingEnabled = true;
			this->企业性质ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(3) {L"有限责任公司", L"股份有限公司", L"合伙企业"});
			this->企业性质ComboBox->Location = System::Drawing::Point(61, 49);
			this->企业性质ComboBox->Name = L"企业性质ComboBox";
			this->企业性质ComboBox->Size = System::Drawing::Size(200, 20);
			this->企业性质ComboBox->TabIndex = 59;
			// 
			// 省份ComboBox
			// 
			this->省份ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"省份", true)));
			this->省份ComboBox->FormattingEnabled = true;
			this->省份ComboBox->Location = System::Drawing::Point(314, 49);
			this->省份ComboBox->Name = L"省份ComboBox";
			this->省份ComboBox->Size = System::Drawing::Size(78, 20);
			this->省份ComboBox->TabIndex = 61;
			this->省份ComboBox->SelectedIndexChanged += gcnew System::EventHandler(this, &ClientForm::省份ComboBox_SelectedIndexChanged);
			// 
			// 城市ComboBox
			// 
			this->城市ComboBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->城市ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"城市", true)));
			this->城市ComboBox->FormattingEnabled = true;
			this->城市ComboBox->Location = System::Drawing::Point(439, 49);
			this->城市ComboBox->Name = L"城市ComboBox";
			this->城市ComboBox->Size = System::Drawing::Size(98, 20);
			this->城市ComboBox->TabIndex = 63;
			this->城市ComboBox->SelectedIndexChanged += gcnew System::EventHandler(this, &ClientForm::城市ComboBox_SelectedIndexChanged);
			// 
			// 地址TextBox
			// 
			this->地址TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"地址", true)));
			this->地址TextBox->Location = System::Drawing::Point(36, 72);
			this->地址TextBox->Name = L"地址TextBox";
			this->地址TextBox->Size = System::Drawing::Size(224, 21);
			this->地址TextBox->TabIndex = 65;
			// 
			// 邮编TextBox
			// 
			this->邮编TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"邮编", true)));
			this->邮编TextBox->Location = System::Drawing::Point(314, 72);
			this->邮编TextBox->Name = L"邮编TextBox";
			this->邮编TextBox->Size = System::Drawing::Size(78, 21);
			this->邮编TextBox->TabIndex = 67;
			// 
			// 电话TextBox
			// 
			this->电话TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->电话TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"电话", true)));
			this->电话TextBox->Location = System::Drawing::Point(439, 72);
			this->电话TextBox->Name = L"电话TextBox";
			this->电话TextBox->Size = System::Drawing::Size(98, 21);
			this->电话TextBox->TabIndex = 69;
			// 
			// 传真TextBox
			// 
			this->传真TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"传真", true)));
			this->传真TextBox->Location = System::Drawing::Point(36, 97);
			this->传真TextBox->Name = L"传真TextBox";
			this->传真TextBox->Size = System::Drawing::Size(92, 21);
			this->传真TextBox->TabIndex = 71;
			// 
			// 网址TextBox
			// 
			this->网址TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"网址", true)));
			this->网址TextBox->Location = System::Drawing::Point(179, 97);
			this->网址TextBox->Name = L"网址TextBox";
			this->网址TextBox->Size = System::Drawing::Size(131, 21);
			this->网址TextBox->TabIndex = 73;
			// 
			// 电子信箱TextBox
			// 
			this->电子信箱TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->电子信箱TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"电子信箱", true)));
			this->电子信箱TextBox->Location = System::Drawing::Point(379, 97);
			this->电子信箱TextBox->Name = L"电子信箱TextBox";
			this->电子信箱TextBox->Size = System::Drawing::Size(158, 21);
			this->电子信箱TextBox->TabIndex = 75;
			// 
			// 法人代表TextBox
			// 
			this->法人代表TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"法人代表", true)));
			this->法人代表TextBox->Location = System::Drawing::Point(61, 121);
			this->法人代表TextBox->Name = L"法人代表TextBox";
			this->法人代表TextBox->Size = System::Drawing::Size(67, 21);
			this->法人代表TextBox->TabIndex = 77;
			// 
			// 联系人TextBox
			// 
			this->联系人TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"联系人", true)));
			this->联系人TextBox->Location = System::Drawing::Point(187, 121);
			this->联系人TextBox->Name = L"联系人TextBox";
			this->联系人TextBox->Size = System::Drawing::Size(123, 21);
			this->联系人TextBox->TabIndex = 79;
			// 
			// 开户银行TextBox
			// 
			this->开户银行TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->开户银行TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"开户银行", true)));
			this->开户银行TextBox->Location = System::Drawing::Point(381, 121);
			this->开户银行TextBox->Name = L"开户银行TextBox";
			this->开户银行TextBox->Size = System::Drawing::Size(156, 21);
			this->开户银行TextBox->TabIndex = 81;
			// 
			// 银行帐号TextBox
			// 
			this->银行帐号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"银行帐号", true)));
			this->银行帐号TextBox->Location = System::Drawing::Point(61, 144);
			this->银行帐号TextBox->Name = L"银行帐号TextBox";
			this->银行帐号TextBox->Size = System::Drawing::Size(108, 21);
			this->银行帐号TextBox->TabIndex = 83;
			// 
			// 纳税号码TextBox
			// 
			this->纳税号码TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"纳税号码", true)));
			this->纳税号码TextBox->Location = System::Drawing::Point(242, 144);
			this->纳税号码TextBox->Name = L"纳税号码TextBox";
			this->纳税号码TextBox->Size = System::Drawing::Size(112, 21);
			this->纳税号码TextBox->TabIndex = 85;
			// 
			// 客户来源ComboBox
			// 
			this->客户来源ComboBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->客户来源ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"客户来源", true)));
			this->客户来源ComboBox->FormattingEnabled = true;
			this->客户来源ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(2) {L"中介介绍", L"广告获取"});
			this->客户来源ComboBox->Location = System::Drawing::Point(426, 145);
			this->客户来源ComboBox->Name = L"客户来源ComboBox";
			this->客户来源ComboBox->Size = System::Drawing::Size(111, 20);
			this->客户来源ComboBox->TabIndex = 87;
			// 
			// 客户类型ComboBox
			// 
			this->客户类型ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"客户类型", true)));
			this->客户类型ComboBox->FormattingEnabled = true;
			this->客户类型ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(4) {L"潜在客户", L"普通客户", L"核心客户", L"合作伙伴"});
			this->客户类型ComboBox->Location = System::Drawing::Point(61, 168);
			this->客户类型ComboBox->Name = L"客户类型ComboBox";
			this->客户类型ComboBox->Size = System::Drawing::Size(108, 20);
			this->客户类型ComboBox->TabIndex = 89;
			// 
			// 客户阶段ComboBox
			// 
			this->客户阶段ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"客户阶段", true)));
			this->客户阶段ComboBox->FormattingEnabled = true;
			this->客户阶段ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(4) {L"联系阶段", L"签约阶段", L"执行阶段", L"售后跟踪"});
			this->客户阶段ComboBox->Location = System::Drawing::Point(242, 168);
			this->客户阶段ComboBox->Name = L"客户阶段ComboBox";
			this->客户阶段ComboBox->Size = System::Drawing::Size(112, 20);
			this->客户阶段ComboBox->TabIndex = 91;
			// 
			// 客户状态ComboBox
			// 
			this->客户状态ComboBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->客户状态ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"客户状态", true)));
			this->客户状态ComboBox->FormattingEnabled = true;
			this->客户状态ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(3) {L"活跃", L"停顿", L"流失"});
			this->客户状态ComboBox->Location = System::Drawing::Point(426, 168);
			this->客户状态ComboBox->Name = L"客户状态ComboBox";
			this->客户状态ComboBox->Size = System::Drawing::Size(111, 20);
			this->客户状态ComboBox->TabIndex = 93;
			// 
			// 客户级别ComboBox
			// 
			this->客户级别ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"客户级别", true)));
			this->客户级别ComboBox->FormattingEnabled = true;
			this->客户级别ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(5) {L"一级", L"二级", L"三级", L"四级", L"五级"});
			this->客户级别ComboBox->Location = System::Drawing::Point(61, 191);
			this->客户级别ComboBox->Name = L"客户级别ComboBox";
			this->客户级别ComboBox->Size = System::Drawing::Size(110, 20);
			this->客户级别ComboBox->TabIndex = 95;
			// 
			// 信用等级ComboBox
			// 
			this->信用等级ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"信用等级", true)));
			this->信用等级ComboBox->FormattingEnabled = true;
			this->信用等级ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(5) {L"A级", L"AA级", L"AAA级", L"AAAA级", L"AAAAA级"});
			this->信用等级ComboBox->Location = System::Drawing::Point(242, 191);
			this->信用等级ComboBox->Name = L"信用等级ComboBox";
			this->信用等级ComboBox->Size = System::Drawing::Size(112, 20);
			this->信用等级ComboBox->TabIndex = 97;
			// 
			// 客户规模ComboBox
			// 
			this->客户规模ComboBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->客户规模ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"客户规模", true)));
			this->客户规模ComboBox->FormattingEnabled = true;
			this->客户规模ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(5) {L"中型", L"超大型", L"大型", L"中小型", L"小型"});
			this->客户规模ComboBox->Location = System::Drawing::Point(425, 191);
			this->客户规模ComboBox->Name = L"客户规模ComboBox";
			this->客户规模ComboBox->Size = System::Drawing::Size(112, 20);
			this->客户规模ComboBox->TabIndex = 99;
			// 
			// 说明TextBox
			// 
			this->说明TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户资料BindingSource, L"说明", true)));
			this->说明TextBox->Location = System::Drawing::Point(43, 215);
			this->说明TextBox->Name = L"说明TextBox";
			this->说明TextBox->Size = System::Drawing::Size(312, 21);
			this->说明TextBox->TabIndex = 101;
			// 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -