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

📄 companyform.h

📁 实现了很好的客户关系管理功能
💻 H
📖 第 1 页 / 共 3 页
字号:
			this->dataGridViewTextBoxColumn1->DataPropertyName = L"公司名称";
			this->dataGridViewTextBoxColumn1->HeaderText = L"公司名称";
			this->dataGridViewTextBoxColumn1->Name = L"dataGridViewTextBoxColumn1";
			this->dataGridViewTextBoxColumn1->ReadOnly = true;
			// 
			// bindingNavigatorSeparator1
			// 
			this->bindingNavigatorSeparator1->Name = L"bindingNavigatorSeparator1";
			this->bindingNavigatorSeparator1->Size = System::Drawing::Size(6, 25);
			// 
			// bindingNavigatorPositionItem
			// 
			this->bindingNavigatorPositionItem->AccessibleName = L"位置";
			this->bindingNavigatorPositionItem->AutoSize = false;
			this->bindingNavigatorPositionItem->Name = L"bindingNavigatorPositionItem";
			this->bindingNavigatorPositionItem->Size = System::Drawing::Size(50, 21);
			this->bindingNavigatorPositionItem->Text = L"0";
			this->bindingNavigatorPositionItem->ToolTipText = L"当前位置";
			// 
			// bindingNavigatorMoveLastItem
			// 
			this->bindingNavigatorMoveLastItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
			this->bindingNavigatorMoveLastItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorMoveLastItem.Image")));
			this->bindingNavigatorMoveLastItem->Name = L"bindingNavigatorMoveLastItem";
			this->bindingNavigatorMoveLastItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorMoveLastItem->Size = System::Drawing::Size(23, 22);
			this->bindingNavigatorMoveLastItem->Text = L"移到最后一条记录";
			// 
			// bindingNavigatorMoveNextItem
			// 
			this->bindingNavigatorMoveNextItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
			this->bindingNavigatorMoveNextItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorMoveNextItem.Image")));
			this->bindingNavigatorMoveNextItem->Name = L"bindingNavigatorMoveNextItem";
			this->bindingNavigatorMoveNextItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorMoveNextItem->Size = System::Drawing::Size(23, 22);
			this->bindingNavigatorMoveNextItem->Text = L"移到下一条记录";
			// 
			// dataGridViewTextBoxColumn8
			// 
			this->dataGridViewTextBoxColumn8->DataPropertyName = L"管理系统背景照片";
			this->dataGridViewTextBoxColumn8->HeaderText = L"管理系统背景照片";
			this->dataGridViewTextBoxColumn8->Name = L"dataGridViewTextBoxColumn8";
			this->dataGridViewTextBoxColumn8->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn7
			// 
			this->dataGridViewTextBoxColumn7->DataPropertyName = L"公司网站";
			this->dataGridViewTextBoxColumn7->HeaderText = L"公司网站";
			this->dataGridViewTextBoxColumn7->Name = L"dataGridViewTextBoxColumn7";
			this->dataGridViewTextBoxColumn7->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn10
			// 
			this->dataGridViewTextBoxColumn10->DataPropertyName = L"显示优先级";
			this->dataGridViewTextBoxColumn10->HeaderText = L"显示优先级";
			this->dataGridViewTextBoxColumn10->Name = L"dataGridViewTextBoxColumn10";
			this->dataGridViewTextBoxColumn10->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn9
			// 
			this->dataGridViewTextBoxColumn9->DataPropertyName = L"管理系统显示名称";
			this->dataGridViewTextBoxColumn9->HeaderText = L"管理系统显示名称";
			this->dataGridViewTextBoxColumn9->Name = L"dataGridViewTextBoxColumn9";
			this->dataGridViewTextBoxColumn9->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn4
			// 
			this->dataGridViewTextBoxColumn4->DataPropertyName = L"服务电话";
			this->dataGridViewTextBoxColumn4->HeaderText = L"服务电话";
			this->dataGridViewTextBoxColumn4->Name = L"dataGridViewTextBoxColumn4";
			this->dataGridViewTextBoxColumn4->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn3
			// 
			this->dataGridViewTextBoxColumn3->DataPropertyName = L"公司地址";
			this->dataGridViewTextBoxColumn3->HeaderText = L"公司地址";
			this->dataGridViewTextBoxColumn3->Name = L"dataGridViewTextBoxColumn3";
			this->dataGridViewTextBoxColumn3->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn6
			// 
			this->dataGridViewTextBoxColumn6->DataPropertyName = L"电子邮件";
			this->dataGridViewTextBoxColumn6->HeaderText = L"电子邮件";
			this->dataGridViewTextBoxColumn6->Name = L"dataGridViewTextBoxColumn6";
			this->dataGridViewTextBoxColumn6->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn5
			// 
			this->dataGridViewTextBoxColumn5->DataPropertyName = L"邮政编码";
			this->dataGridViewTextBoxColumn5->HeaderText = L"邮政编码";
			this->dataGridViewTextBoxColumn5->Name = L"dataGridViewTextBoxColumn5";
			this->dataGridViewTextBoxColumn5->ReadOnly = true;
			// 
			// bindingNavigatorSeparator
			// 
			this->bindingNavigatorSeparator->Name = L"bindingNavigatorSeparator";
			this->bindingNavigatorSeparator->Size = System::Drawing::Size(6, 25);
			// 
			// 公司名称Label
			// 
			公司名称Label->AutoSize = true;
			公司名称Label->Location = System::Drawing::Point(3, 31);
			公司名称Label->Name = L"公司名称Label";
			公司名称Label->Size = System::Drawing::Size(59, 12);
			公司名称Label->TabIndex = 24;
			公司名称Label->Text = L"公司名称:";
			// 
			// 公司名称TextBox
			// 
			this->公司名称TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司信息BindingSource, L"公司名称", true)));
			this->公司名称TextBox->Location = System::Drawing::Point(68, 28);
			this->公司名称TextBox->Name = L"公司名称TextBox";
			this->公司名称TextBox->Size = System::Drawing::Size(180, 21);
			this->公司名称TextBox->TabIndex = 25;
			// 
			// 法人代表Label
			// 
			法人代表Label->AutoSize = true;
			法人代表Label->Location = System::Drawing::Point(3, 58);
			法人代表Label->Name = L"法人代表Label";
			法人代表Label->Size = System::Drawing::Size(59, 12);
			法人代表Label->TabIndex = 26;
			法人代表Label->Text = L"法人代表:";
			// 
			// 法人代表TextBox
			// 
			this->法人代表TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司信息BindingSource, L"法人代表", true)));
			this->法人代表TextBox->Location = System::Drawing::Point(68, 55);
			this->法人代表TextBox->Name = L"法人代表TextBox";
			this->法人代表TextBox->Size = System::Drawing::Size(180, 21);
			this->法人代表TextBox->TabIndex = 27;
			// 
			// 公司地址Label
			// 
			公司地址Label->AutoSize = true;
			公司地址Label->Location = System::Drawing::Point(3, 85);
			公司地址Label->Name = L"公司地址Label";
			公司地址Label->Size = System::Drawing::Size(59, 12);
			公司地址Label->TabIndex = 28;
			公司地址Label->Text = L"公司地址:";
			// 
			// 公司地址TextBox
			// 
			this->公司地址TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司信息BindingSource, L"公司地址", true)));
			this->公司地址TextBox->Location = System::Drawing::Point(68, 82);
			this->公司地址TextBox->Name = L"公司地址TextBox";
			this->公司地址TextBox->Size = System::Drawing::Size(180, 21);
			this->公司地址TextBox->TabIndex = 29;
			// 
			// 服务电话TextBox
			// 
			this->服务电话TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司信息BindingSource, L"服务电话", true)));
			this->服务电话TextBox->Location = System::Drawing::Point(68, 109);
			this->服务电话TextBox->Name = L"服务电话TextBox";
			this->服务电话TextBox->Size = System::Drawing::Size(180, 21);
			this->服务电话TextBox->TabIndex = 31;
			// 
			// 邮政编码TextBox
			// 
			this->邮政编码TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司信息BindingSource, L"邮政编码", true)));
			this->邮政编码TextBox->Location = System::Drawing::Point(68, 136);
			this->邮政编码TextBox->Name = L"邮政编码TextBox";
			this->邮政编码TextBox->Size = System::Drawing::Size(180, 21);
			this->邮政编码TextBox->TabIndex = 33;
			// 
			// 电子邮件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(319, 28);
			this->电子邮件TextBox->Name = L"电子邮件TextBox";
			this->电子邮件TextBox->Size = System::Drawing::Size(218, 21);
			this->电子邮件TextBox->TabIndex = 35;
			// 
			// 公司网站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(319, 55);
			this->公司网站TextBox->Name = L"公司网站TextBox";
			this->公司网站TextBox->Size = System::Drawing::Size(218, 21);
			this->公司网站TextBox->TabIndex = 37;
			// 
			// 管理系统背景照片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(367, 82);
			this->管理系统背景照片TextBox->Name = L"管理系统背景照片TextBox";
			this->管理系统背景照片TextBox->Size = System::Drawing::Size(170, 21);
			this->管理系统背景照片TextBox->TabIndex = 39;
			// 
			// 管理系统显示名称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(367, 109);
			this->管理系统显示名称TextBox->Name = L"管理系统显示名称TextBox";
			this->管理系统显示名称TextBox->Size = System::Drawing::Size(170, 21);
			this->管理系统显示名称TextBox->TabIndex = 41;
			// 
			// 显示优先级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));

⌨️ 快捷键说明

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