📄 sumform.h
字号:
//文件名:SumForm.h
#include"ContactForm.h"
#include"RemindForm.h"
#include"AccessForm.h"
#include"ComplainForm.h"
#include"ProductForm.h"
#include"ContractForm.h"
#include"CommissaryForm.h"
#pragma once
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
using namespace System::Data::SqlClient;
namespace 客户关系管理系统 {
/// <summary>
/// SumForm 摘要
///
/// 警告: 如果更改此类的名称,则需要更改
/// 与此类所依赖的所有 .resx 文件关联的托管资源编译器工具的
/// “资源文件名”属性。否则,
/// 设计器将不能与此窗体的关联
/// 本地化资源正确交互。
/// </summary>
public ref class SumForm : public System::Windows::Forms::Form
{
public:
SumForm(void)
{
InitializeComponent();
//
//TODO: 在此处添加构造函数代码
//
}
protected:
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
~SumForm()
{
if (components)
{
delete components;
}
}
private: My::MyCRMDataSet^ MyCRMDataSet;
protected:
private: System::Windows::Forms::BindingSource^ 客户资料BindingSource;
private: My::MyCRMDataSetTableAdapters::客户资料TableAdapter^ 客户资料TableAdapter;
private: System::Windows::Forms::TabPage^ 客户联系管理TabPage;
private: System::Windows::Forms::DataGridView^ 客户联系管理DataGridView;
private: System::Windows::Forms::TabControl^ tabControl1;
private: System::Windows::Forms::TabPage^ 客户提醒管理TabPage;
private: System::Windows::Forms::DataGridView^ 客户提醒管理DataGridView;
private: System::Windows::Forms::TabPage^ 客户回访管理TabPage;
private: System::Windows::Forms::DataGridView^ 客户回访管理DataGridView;
private: System::Windows::Forms::TabPage^ 客户投诉管理TabPage;
private: System::Windows::Forms::DataGridView^ 客户投诉管理DataGridView;
private: System::Windows::Forms::TabPage^ 客户产品管理TabPage;
private: System::Windows::Forms::DataGridView^ 客户产品管理DataGridView;
private: System::Windows::Forms::TabPage^ 客户合同管理TabPage;
private: System::Windows::Forms::DataGridView^ 客户合同管理DataGridView;
private: System::Windows::Forms::TabPage^ 客户代表管理TabPage;
private: System::Windows::Forms::DataGridView^ 客户代表管理DataGridView;
private: System::Windows::Forms::SplitContainer^ splitContainer2;
private: System::Windows::Forms::TextBox^ 客户名称TextBox;
private: System::Windows::Forms::TextBox^ 行业类别TextBox;
private: System::Windows::Forms::TextBox^ 企业性质TextBox;
private: System::Windows::Forms::TextBox^ 省份TextBox;
private: System::Windows::Forms::TextBox^ 城市TextBox;
private: System::Windows::Forms::TextBox^ 地址TextBox;
private: System::Windows::Forms::TextBox^ 邮编TextBox;
private: System::Windows::Forms::TextBox^ 电话TextBox;
private: System::Windows::Forms::TextBox^ 传真TextBox;
private: System::Windows::Forms::TextBox^ 网址TextBox;
private: System::Windows::Forms::TextBox^ 电子信箱TextBox;
private: System::Windows::Forms::TextBox^ 法人代表TextBox;
private: System::Windows::Forms::TextBox^ 联系人TextBox;
private: System::Windows::Forms::TextBox^ 开户银行TextBox;
private: System::Windows::Forms::TextBox^ 银行帐号TextBox;
private: System::Windows::Forms::TextBox^ 纳税号码TextBox;
private: System::Windows::Forms::TextBox^ 客户来源TextBox;
private: System::Windows::Forms::TextBox^ 客户类型TextBox;
private: System::Windows::Forms::TextBox^ 客户阶段TextBox;
private: System::Windows::Forms::TextBox^ 客户状态TextBox;
private: System::Windows::Forms::TextBox^ 客户级别TextBox;
private: System::Windows::Forms::TextBox^ 信用等级TextBox;
private: System::Windows::Forms::TextBox^ 客户规模TextBox;
private: System::Windows::Forms::TextBox^ 说明TextBox;
private: System::Windows::Forms::ListBox^ 客户名称ListBox;
private: System::Windows::Forms::Button^ 查询Button;
private: System::Windows::Forms::SplitContainer^ splitContainer1;
private: System::Windows::Forms::ComboBox^ 省份ComboBox;
private: System::Windows::Forms::Label^ label1;
private: System::ComponentModel::IContainer^ components;
private:
/// <summary>
/// 必需的设计器变量。
/// </summary>
#pragma region Windows Form Designer generated code
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
void InitializeComponent(void)
{
this->components = (gcnew System::ComponentModel::Container());
System::Windows::Forms::Label^ 客户名称Label;
System::Windows::Forms::Label^ 行业类别Label;
System::Windows::Forms::Label^ 企业性质Label;
System::Windows::Forms::Label^ 省份Label;
System::Windows::Forms::Label^ 城市Label;
System::Windows::Forms::Label^ 地址Label;
System::Windows::Forms::Label^ 邮编Label;
System::Windows::Forms::Label^ 电话Label;
System::Windows::Forms::Label^ 传真Label;
System::Windows::Forms::Label^ 网址Label;
System::Windows::Forms::Label^ 电子信箱Label;
System::Windows::Forms::Label^ 法人代表Label;
System::Windows::Forms::Label^ 联系人Label;
System::Windows::Forms::Label^ 开户银行Label;
System::Windows::Forms::Label^ 银行帐号Label;
System::Windows::Forms::Label^ 纳税号码Label;
System::Windows::Forms::Label^ 客户来源Label;
System::Windows::Forms::Label^ 客户类型Label;
System::Windows::Forms::Label^ 客户阶段Label;
System::Windows::Forms::Label^ 客户状态Label;
System::Windows::Forms::Label^ 客户级别Label;
System::Windows::Forms::Label^ 信用等级Label;
System::Windows::Forms::Label^ 客户规模Label;
System::Windows::Forms::Label^ 说明Label;
System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(SumForm::typeid));
this->MyCRMDataSet = (gcnew My::MyCRMDataSet());
this->客户资料BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
this->客户资料TableAdapter = (gcnew My::MyCRMDataSetTableAdapters::客户资料TableAdapter());
this->客户联系管理TabPage = (gcnew System::Windows::Forms::TabPage());
this->客户联系管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
this->tabControl1 = (gcnew System::Windows::Forms::TabControl());
this->客户提醒管理TabPage = (gcnew System::Windows::Forms::TabPage());
this->客户提醒管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
this->客户回访管理TabPage = (gcnew System::Windows::Forms::TabPage());
this->客户回访管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
this->客户投诉管理TabPage = (gcnew System::Windows::Forms::TabPage());
this->客户投诉管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
this->客户产品管理TabPage = (gcnew System::Windows::Forms::TabPage());
this->客户产品管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
this->客户合同管理TabPage = (gcnew System::Windows::Forms::TabPage());
this->客户合同管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
this->客户代表管理TabPage = (gcnew System::Windows::Forms::TabPage());
this->客户代表管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
this->splitContainer2 = (gcnew System::Windows::Forms::SplitContainer());
this->客户名称TextBox = (gcnew System::Windows::Forms::TextBox());
this->行业类别TextBox = (gcnew System::Windows::Forms::TextBox());
this->企业性质TextBox = (gcnew System::Windows::Forms::TextBox());
this->省份TextBox = (gcnew System::Windows::Forms::TextBox());
this->城市TextBox = (gcnew System::Windows::Forms::TextBox());
this->地址TextBox = (gcnew System::Windows::Forms::TextBox());
this->邮编TextBox = (gcnew System::Windows::Forms::TextBox());
this->电话TextBox = (gcnew System::Windows::Forms::TextBox());
this->传真TextBox = (gcnew System::Windows::Forms::TextBox());
this->网址TextBox = (gcnew System::Windows::Forms::TextBox());
this->电子信箱TextBox = (gcnew System::Windows::Forms::TextBox());
this->法人代表TextBox = (gcnew System::Windows::Forms::TextBox());
this->联系人TextBox = (gcnew System::Windows::Forms::TextBox());
this->开户银行TextBox = (gcnew System::Windows::Forms::TextBox());
this->银行帐号TextBox = (gcnew System::Windows::Forms::TextBox());
this->纳税号码TextBox = (gcnew System::Windows::Forms::TextBox());
this->客户来源TextBox = (gcnew System::Windows::Forms::TextBox());
this->客户类型TextBox = (gcnew System::Windows::Forms::TextBox());
this->客户阶段TextBox = (gcnew System::Windows::Forms::TextBox());
this->客户状态TextBox = (gcnew System::Windows::Forms::TextBox());
this->客户级别TextBox = (gcnew System::Windows::Forms::TextBox());
this->信用等级TextBox = (gcnew System::Windows::Forms::TextBox());
this->客户规模TextBox = (gcnew System::Windows::Forms::TextBox());
this->说明TextBox = (gcnew System::Windows::Forms::TextBox());
this->客户名称ListBox = (gcnew System::Windows::Forms::ListBox());
this->查询Button = (gcnew System::Windows::Forms::Button());
this->splitContainer1 = (gcnew System::Windows::Forms::SplitContainer());
this->省份ComboBox = (gcnew System::Windows::Forms::ComboBox());
this->label1 = (gcnew System::Windows::Forms::Label());
客户名称Label = (gcnew System::Windows::Forms::Label());
行业类别Label = (gcnew System::Windows::Forms::Label());
企业性质Label = (gcnew System::Windows::Forms::Label());
省份Label = (gcnew System::Windows::Forms::Label());
城市Label = (gcnew System::Windows::Forms::Label());
地址Label = (gcnew System::Windows::Forms::Label());
邮编Label = (gcnew System::Windows::Forms::Label());
电话Label = (gcnew System::Windows::Forms::Label());
传真Label = (gcnew System::Windows::Forms::Label());
网址Label = (gcnew System::Windows::Forms::Label());
电子信箱Label = (gcnew System::Windows::Forms::Label());
法人代表Label = (gcnew System::Windows::Forms::Label());
联系人Label = (gcnew System::Windows::Forms::Label());
开户银行Label = (gcnew System::Windows::Forms::Label());
银行帐号Label = (gcnew System::Windows::Forms::Label());
纳税号码Label = (gcnew System::Windows::Forms::Label());
客户来源Label = (gcnew System::Windows::Forms::Label());
客户类型Label = (gcnew System::Windows::Forms::Label());
客户阶段Label = (gcnew System::Windows::Forms::Label());
客户状态Label = (gcnew System::Windows::Forms::Label());
客户级别Label = (gcnew System::Windows::Forms::Label());
信用等级Label = (gcnew System::Windows::Forms::Label());
客户规模Label = (gcnew System::Windows::Forms::Label());
说明Label = (gcnew System::Windows::Forms::Label());
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->MyCRMDataSet))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->客户资料BindingSource))->BeginInit();
this->客户联系管理TabPage->SuspendLayout();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->客户联系管理DataGridView))->BeginInit();
this->tabControl1->SuspendLayout();
this->客户提醒管理TabPage->SuspendLayout();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->客户提醒管理DataGridView))->BeginInit();
this->客户回访管理TabPage->SuspendLayout();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->客户回访管理DataGridView))->BeginInit();
this->客户投诉管理TabPage->SuspendLayout();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->客户投诉管理DataGridView))->BeginInit();
this->客户产品管理TabPage->SuspendLayout();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -