📄 sumform.h
字号:
this->客户代表管理TabPage->Location = System::Drawing::Point(4, 21);
this->客户代表管理TabPage->Name = L"客户代表管理TabPage";
this->客户代表管理TabPage->Size = System::Drawing::Size(367, 212);
this->客户代表管理TabPage->TabIndex = 6;
this->客户代表管理TabPage->Text = L"客户代表管理";
this->客户代表管理TabPage->UseVisualStyleBackColor = true;
//
// 客户代表管理DataGridView
//
this->客户代表管理DataGridView->AllowUserToAddRows = false;
this->客户代表管理DataGridView->AllowUserToDeleteRows = false;
this->客户代表管理DataGridView->AllowUserToResizeRows = false;
this->客户代表管理DataGridView->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize;
this->客户代表管理DataGridView->Dock = System::Windows::Forms::DockStyle::Fill;
this->客户代表管理DataGridView->Location = System::Drawing::Point(0, 0);
this->客户代表管理DataGridView->MultiSelect = false;
this->客户代表管理DataGridView->Name = L"客户代表管理DataGridView";
this->客户代表管理DataGridView->ReadOnly = true;
this->客户代表管理DataGridView->RowHeadersVisible = false;
this->客户代表管理DataGridView->RowTemplate->Height = 23;
this->客户代表管理DataGridView->SelectionMode = System::Windows::Forms::DataGridViewSelectionMode::FullRowSelect;
this->客户代表管理DataGridView->Size = System::Drawing::Size(367, 212);
this->客户代表管理DataGridView->TabIndex = 0;
this->客户代表管理DataGridView->DoubleClick += gcnew System::EventHandler(this, &SumForm::客户代表管理DataGridView_DoubleClick);
//
// splitContainer2
//
this->splitContainer2->Dock = System::Windows::Forms::DockStyle::Fill;
this->splitContainer2->Location = System::Drawing::Point(0, 0);
this->splitContainer2->Name = L"splitContainer2";
this->splitContainer2->Orientation = System::Windows::Forms::Orientation::Horizontal;
//
// splitContainer2.Panel1
//
this->splitContainer2->Panel1->AutoScroll = true;
this->splitContainer2->Panel1->Controls->Add(客户名称Label);
this->splitContainer2->Panel1->Controls->Add(this->客户名称TextBox);
this->splitContainer2->Panel1->Controls->Add(行业类别Label);
this->splitContainer2->Panel1->Controls->Add(this->行业类别TextBox);
this->splitContainer2->Panel1->Controls->Add(企业性质Label);
this->splitContainer2->Panel1->Controls->Add(this->企业性质TextBox);
this->splitContainer2->Panel1->Controls->Add(省份Label);
this->splitContainer2->Panel1->Controls->Add(this->省份TextBox);
this->splitContainer2->Panel1->Controls->Add(城市Label);
this->splitContainer2->Panel1->Controls->Add(this->城市TextBox);
this->splitContainer2->Panel1->Controls->Add(地址Label);
this->splitContainer2->Panel1->Controls->Add(this->地址TextBox);
this->splitContainer2->Panel1->Controls->Add(邮编Label);
this->splitContainer2->Panel1->Controls->Add(this->邮编TextBox);
this->splitContainer2->Panel1->Controls->Add(电话Label);
this->splitContainer2->Panel1->Controls->Add(this->电话TextBox);
this->splitContainer2->Panel1->Controls->Add(传真Label);
this->splitContainer2->Panel1->Controls->Add(this->传真TextBox);
this->splitContainer2->Panel1->Controls->Add(网址Label);
this->splitContainer2->Panel1->Controls->Add(this->网址TextBox);
this->splitContainer2->Panel1->Controls->Add(电子信箱Label);
this->splitContainer2->Panel1->Controls->Add(this->电子信箱TextBox);
this->splitContainer2->Panel1->Controls->Add(法人代表Label);
this->splitContainer2->Panel1->Controls->Add(this->法人代表TextBox);
this->splitContainer2->Panel1->Controls->Add(联系人Label);
this->splitContainer2->Panel1->Controls->Add(this->联系人TextBox);
this->splitContainer2->Panel1->Controls->Add(开户银行Label);
this->splitContainer2->Panel1->Controls->Add(this->开户银行TextBox);
this->splitContainer2->Panel1->Controls->Add(银行帐号Label);
this->splitContainer2->Panel1->Controls->Add(this->银行帐号TextBox);
this->splitContainer2->Panel1->Controls->Add(纳税号码Label);
this->splitContainer2->Panel1->Controls->Add(this->纳税号码TextBox);
this->splitContainer2->Panel1->Controls->Add(客户来源Label);
this->splitContainer2->Panel1->Controls->Add(this->客户来源TextBox);
this->splitContainer2->Panel1->Controls->Add(客户类型Label);
this->splitContainer2->Panel1->Controls->Add(this->客户类型TextBox);
this->splitContainer2->Panel1->Controls->Add(客户阶段Label);
this->splitContainer2->Panel1->Controls->Add(this->客户阶段TextBox);
this->splitContainer2->Panel1->Controls->Add(客户状态Label);
this->splitContainer2->Panel1->Controls->Add(this->客户状态TextBox);
this->splitContainer2->Panel1->Controls->Add(客户级别Label);
this->splitContainer2->Panel1->Controls->Add(this->客户级别TextBox);
this->splitContainer2->Panel1->Controls->Add(信用等级Label);
this->splitContainer2->Panel1->Controls->Add(this->信用等级TextBox);
this->splitContainer2->Panel1->Controls->Add(客户规模Label);
this->splitContainer2->Panel1->Controls->Add(this->客户规模TextBox);
this->splitContainer2->Panel1->Controls->Add(说明Label);
this->splitContainer2->Panel1->Controls->Add(this->说明TextBox);
//
// splitContainer2.Panel2
//
this->splitContainer2->Panel2->Controls->Add(this->tabControl1);
this->splitContainer2->Size = System::Drawing::Size(375, 416);
this->splitContainer2->SplitterDistance = 175;
this->splitContainer2->TabIndex = 0;
//
// 客户名称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(64, 4);
this->客户名称TextBox->Name = L"客户名称TextBox";
this->客户名称TextBox->Size = System::Drawing::Size(60, 21);
this->客户名称TextBox->TabIndex = 1;
//
// 行业类别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(64, 25);
this->行业类别TextBox->Name = L"行业类别TextBox";
this->行业类别TextBox->Size = System::Drawing::Size(60, 21);
this->行业类别TextBox->TabIndex = 3;
//
// 企业性质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(64, 46);
this->企业性质TextBox->Name = L"企业性质TextBox";
this->企业性质TextBox->Size = System::Drawing::Size(60, 21);
this->企业性质TextBox->TabIndex = 5;
//
// 省份TextBox
//
this->省份TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(169, 4);
this->省份TextBox->Name = L"省份TextBox";
this->省份TextBox->Size = System::Drawing::Size(87, 21);
this->省份TextBox->TabIndex = 7;
//
// 城市TextBox
//
this->城市TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(169, 25);
this->城市TextBox->Name = L"城市TextBox";
this->城市TextBox->Size = System::Drawing::Size(87, 21);
this->城市TextBox->TabIndex = 9;
//
// 地址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(64, 67);
this->地址TextBox->Name = L"地址TextBox";
this->地址TextBox->Size = System::Drawing::Size(60, 21);
this->地址TextBox->TabIndex = 11;
//
// 邮编TextBox
//
this->邮编TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(169, 46);
this->邮编TextBox->Name = L"邮编TextBox";
this->邮编TextBox->Size = System::Drawing::Size(87, 21);
this->邮编TextBox->TabIndex = 13;
//
// 电话TextBox
//
this->电话TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(169, 67);
this->电话TextBox->Name = L"电话TextBox";
this->电话TextBox->Size = System::Drawing::Size(87, 21);
this->电话TextBox->TabIndex = 15;
//
// 传真TextBox
//
this->传真TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(169, 88);
this->传真TextBox->Name = L"传真TextBox";
this->传真TextBox->Size = System::Drawing::Size(87, 21);
this->传真TextBox->TabIndex = 17;
//
// 网址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(64, 88);
this->网址TextBox->Name = L"网址TextBox";
this->网址TextBox->Size = System::Drawing::Size(60, 21);
this->网址TextBox->TabIndex = 19;
//
// 电子信箱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(64, 109);
this->电子信箱TextBox->Name = L"电子信箱TextBox";
this->电子信箱TextBox->Size = System::Drawing::Size(60, 21);
this->电子信箱TextBox->TabIndex = 21;
//
// 法人代表TextBox
//
this->法人代表TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(193, 109);
this->法人代表TextBox->Name = L"法人代表TextBox";
this->法人代表TextBox->Size = System::Drawing::Size(63, 21);
this->法人代表TextBox->TabIndex = 23;
//
// 联系人TextBox
//
this->联系人TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(193, 130);
this->联系人TextBox->Name = L"联系人TextBox";
this->联系人TextBox->Size = System::Drawing::Size(63, 21);
this->联系人TextBox->TabIndex = 25;
//
// 开户银行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(64, 130);
this->开户银行TextBox->Name = L"开户银行TextBox";
this->开户银行TextBox->Size = System::Drawing::Size(60, 21);
this->开户银行TextBox->TabIndex = 27;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -