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

📄 contactform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 4 页
字号:
			// 
			// dataGridViewTextBoxColumn12
			// 
			this->dataGridViewTextBoxColumn12->DataPropertyName = L"MSN";
			this->dataGridViewTextBoxColumn12->HeaderText = L"MSN";
			this->dataGridViewTextBoxColumn12->Name = L"dataGridViewTextBoxColumn12";
			this->dataGridViewTextBoxColumn12->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn11
			// 
			this->dataGridViewTextBoxColumn11->DataPropertyName = L"QQ";
			this->dataGridViewTextBoxColumn11->HeaderText = L"QQ";
			this->dataGridViewTextBoxColumn11->Name = L"dataGridViewTextBoxColumn11";
			this->dataGridViewTextBoxColumn11->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn13
			// 
			this->dataGridViewTextBoxColumn13->DataPropertyName = L"邮政编码";
			this->dataGridViewTextBoxColumn13->HeaderText = L"邮政编码";
			this->dataGridViewTextBoxColumn13->Name = L"dataGridViewTextBoxColumn13";
			this->dataGridViewTextBoxColumn13->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn15
			// 
			this->dataGridViewTextBoxColumn15->DataPropertyName = L"说明";
			this->dataGridViewTextBoxColumn15->HeaderText = L"说明";
			this->dataGridViewTextBoxColumn15->Name = L"dataGridViewTextBoxColumn15";
			this->dataGridViewTextBoxColumn15->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn14
			// 
			this->dataGridViewTextBoxColumn14->DataPropertyName = L"联系地址";
			this->dataGridViewTextBoxColumn14->HeaderText = L"联系地址";
			this->dataGridViewTextBoxColumn14->Name = L"dataGridViewTextBoxColumn14";
			this->dataGridViewTextBoxColumn14->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn10
			// 
			this->dataGridViewTextBoxColumn10->DataPropertyName = L"电子邮件";
			this->dataGridViewTextBoxColumn10->HeaderText = L"电子邮件";
			this->dataGridViewTextBoxColumn10->Name = L"dataGridViewTextBoxColumn10";
			this->dataGridViewTextBoxColumn10->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;
			// 
			// dataGridViewTextBoxColumn7
			// 
			this->dataGridViewTextBoxColumn7->DataPropertyName = L"电话号码";
			this->dataGridViewTextBoxColumn7->HeaderText = L"电话号码";
			this->dataGridViewTextBoxColumn7->Name = L"dataGridViewTextBoxColumn7";
			this->dataGridViewTextBoxColumn7->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn9
			// 
			this->dataGridViewTextBoxColumn9->DataPropertyName = L"传真";
			this->dataGridViewTextBoxColumn9->HeaderText = L"传真";
			this->dataGridViewTextBoxColumn9->Name = L"dataGridViewTextBoxColumn9";
			this->dataGridViewTextBoxColumn9->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn8
			// 
			this->dataGridViewTextBoxColumn8->DataPropertyName = L"手机号码";
			this->dataGridViewTextBoxColumn8->HeaderText = L"手机号码";
			this->dataGridViewTextBoxColumn8->Name = L"dataGridViewTextBoxColumn8";
			this->dataGridViewTextBoxColumn8->ReadOnly = true;
			// 
			// 自编号TextBox
			// 
			this->自编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->联系方式管理BindingSource, L"自编号", true)));
			this->自编号TextBox->Location = System::Drawing::Point(55, 27);
			this->自编号TextBox->Name = L"自编号TextBox";
			this->自编号TextBox->ReadOnly = true;
			this->自编号TextBox->Size = System::Drawing::Size(96, 21);
			this->自编号TextBox->TabIndex = 35;
			// 
			// 类别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(194, 27);
			this->类别ComboBox->Name = L"类别ComboBox";
			this->类别ComboBox->Size = System::Drawing::Size(98, 20);
			this->类别ComboBox->TabIndex = 37;
			// 
			// 性别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^  >(2) {L"男", L"女"});
			this->性别ComboBox->Location = System::Drawing::Point(339, 28);
			this->性别ComboBox->Name = L"性别ComboBox";
			this->性别ComboBox->Size = System::Drawing::Size(70, 20);
			this->性别ComboBox->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(456, 27);
			this->姓名TextBox->Name = L"姓名TextBox";
			this->姓名TextBox->Size = System::Drawing::Size(81, 21);
			this->姓名TextBox->TabIndex = 41;
			// 
			// 职务TextBox
			// 
			this->职务TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->联系方式管理BindingSource, L"职务", true)));
			this->职务TextBox->Location = System::Drawing::Point(43, 50);
			this->职务TextBox->Name = L"职务TextBox";
			this->职务TextBox->Size = System::Drawing::Size(80, 21);
			this->职务TextBox->TabIndex = 43;
			// 
			// 单位名称TextBox
			// 
			this->单位名称TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->联系方式管理BindingSource, L"单位名称", true)));
			this->单位名称TextBox->Location = System::Drawing::Point(194, 50);
			this->单位名称TextBox->Name = L"单位名称TextBox";
			this->单位名称TextBox->Size = System::Drawing::Size(187, 21);
			this->单位名称TextBox->TabIndex = 45;
			// 
			// 电话号码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(452, 50);
			this->电话号码TextBox->Name = L"电话号码TextBox";
			this->电话号码TextBox->Size = System::Drawing::Size(85, 21);
			this->电话号码TextBox->TabIndex = 47;
			// 
			// 手机号码TextBox
			// 
			this->手机号码TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->联系方式管理BindingSource, L"手机号码", true)));
			this->手机号码TextBox->Location = System::Drawing::Point(67, 73);
			this->手机号码TextBox->Name = L"手机号码TextBox";
			this->手机号码TextBox->Size = System::Drawing::Size(84, 21);
			this->手机号码TextBox->TabIndex = 49;
			// 
			// 传真TextBox
			// 
			this->传真TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->联系方式管理BindingSource, L"传真", true)));
			this->传真TextBox->Location = System::Drawing::Point(194, 73);
			this->传真TextBox->Name = L"传真TextBox";
			this->传真TextBox->Size = System::Drawing::Size(80, 21);
			this->传真TextBox->TabIndex = 51;
			// 
			// 电子邮件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(339, 73);
			this->电子邮件TextBox->Name = L"电子邮件TextBox";
			this->电子邮件TextBox->Size = System::Drawing::Size(198, 21);
			this->电子邮件TextBox->TabIndex = 53;
			// 
			// qQTextBox
			// 
			this->qQTextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->联系方式管理BindingSource, L"QQ", true)));
			this->qQTextBox->Location = System::Drawing::Point(31, 97);
			this->qQTextBox->Name = L"qQTextBox";
			this->qQTextBox->Size = System::Drawing::Size(72, 21);
			this->qQTextBox->TabIndex = 55;
			// 
			// mSNTextBox
			// 
			this->mSNTextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->联系方式管理BindingSource, L"MSN", true)));
			this->mSNTextBox->Location = System::Drawing::Point(144, 97);
			this->mSNTextBox->Name = L"mSNTextBox";
			this->mSNTextBox->Size = System::Drawing::Size(70, 21);
			this->mSNTextBox->TabIndex = 57;
			// 
			// 邮政编码TextBox
			// 
			this->邮政编码TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->联系方式管理BindingSource, L"邮政编码", true)));
			this->邮政编码TextBox->Location = System::Drawing::Point(288, 97);
			this->邮政编码TextBox->Name = L"邮政编码TextBox";
			this->邮政编码TextBox->Size = System::Drawing::Size(60, 21);
			this->邮政编码TextBox->TabIndex = 59;
			// 
			// 联系地址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(415, 97);
			this->联系地址TextBox->Name = L"联系地址TextBox";
			this->联系地址TextBox->Size = System::Drawing::Size(122, 21);
			this->联系地址TextBox->TabIndex = 61;
			// 
			// 说明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(43, 122);
			this->说明TextBox->Name = L"说明TextBox";
			this->说明TextBox->Size = System::Drawing::Size(494, 21);
			this->说明TextBox->TabIndex = 63;
			// 
			// bindingNavigatorDeleteItem
			// 
			this->bindingNavigatorDeleteItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorDeleteItem.Image")));
			this->bindingNavigatorDeleteItem->Name = L"bindingNavigatorDeleteItem";
			this->bindingNavigatorDeleteItem->RightToLeftAutoMirrorImage = true;

⌨️ 快捷键说明

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