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

📄 complainform.h

📁 vc++开发环境SQL数据库办公事务管理系统
💻 H
📖 第 1 页 / 共 3 页
字号:
			// 受诉部门Label
			// 
			受诉部门Label->AutoSize = true;
			受诉部门Label->Location = System::Drawing::Point(381, 30);
			受诉部门Label->Name = L"受诉部门Label";
			受诉部门Label->Size = System::Drawing::Size(59, 12);
			受诉部门Label->TabIndex = 30;
			受诉部门Label->Text = L"受诉部门:";
			// 
			// 投诉内容Label
			// 
			投诉内容Label->AutoSize = true;
			投诉内容Label->Location = System::Drawing::Point(3, 110);
			投诉内容Label->Name = L"投诉内容Label";
			投诉内容Label->Size = System::Drawing::Size(59, 12);
			投诉内容Label->TabIndex = 32;
			投诉内容Label->Text = L"投诉内容:";
			// 
			// 领导指示Label
			// 
			领导指示Label->AutoSize = true;
			领导指示Label->Location = System::Drawing::Point(3, 83);
			领导指示Label->Name = L"领导指示Label";
			领导指示Label->Size = System::Drawing::Size(59, 12);
			领导指示Label->TabIndex = 34;
			领导指示Label->Text = L"领导指示:";
			// 
			// 处理意见Label
			// 
			处理意见Label->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left));
			处理意见Label->AutoSize = true;
			处理意见Label->Location = System::Drawing::Point(3, 201);
			处理意见Label->Name = L"处理意见Label";
			处理意见Label->Size = System::Drawing::Size(59, 12);
			处理意见Label->TabIndex = 36;
			处理意见Label->Text = L"处理意见:";
			// 
			// 说明Label
			// 
			说明Label->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left));
			说明Label->AutoSize = true;
			说明Label->Location = System::Drawing::Point(3, 268);
			说明Label->Name = L"说明Label";
			说明Label->Size = System::Drawing::Size(35, 12);
			说明Label->TabIndex = 38;
			说明Label->Text = L"说明:";
			// 
			// MyOfficeDataSet
			// 
			this->MyOfficeDataSet->DataSetName = L"MyOfficeDataSet";
			this->MyOfficeDataSet->SchemaSerializationMode = System::Data::SchemaSerializationMode::IncludeSchema;
			// 
			// 客户投诉管理BindingSource
			// 
			this->客户投诉管理BindingSource->DataMember = L"客户投诉管理";
			this->客户投诉管理BindingSource->DataSource = this->MyOfficeDataSet;
			// 
			// 客户投诉管理TableAdapter
			// 
			this->客户投诉管理TableAdapter->ClearBeforeFill = true;
			// 
			// 客户投诉管理BindingNavigatorSaveItem
			// 
			this->客户投诉管理BindingNavigatorSaveItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"客户投诉管理BindingNavigatorSaveItem.Image")));
			this->客户投诉管理BindingNavigatorSaveItem->Name = L"客户投诉管理BindingNavigatorSaveItem";
			this->客户投诉管理BindingNavigatorSaveItem->Size = System::Drawing::Size(49, 22);
			this->客户投诉管理BindingNavigatorSaveItem->Text = L"保存";
			this->客户投诉管理BindingNavigatorSaveItem->Click += gcnew System::EventHandler(this, &ComplainForm::客户投诉管理BindingNavigatorSaveItem_Click);
			// 
			// dataGridViewTextBoxColumn1
			// 
			this->dataGridViewTextBoxColumn1->DataPropertyName = L"自编号";
			this->dataGridViewTextBoxColumn1->HeaderText = L"自编号";
			this->dataGridViewTextBoxColumn1->Name = L"dataGridViewTextBoxColumn1";
			this->dataGridViewTextBoxColumn1->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn2
			// 
			this->dataGridViewTextBoxColumn2->DataPropertyName = L"投诉日期";
			this->dataGridViewTextBoxColumn2->HeaderText = L"投诉日期";
			this->dataGridViewTextBoxColumn2->Name = L"dataGridViewTextBoxColumn2";
			this->dataGridViewTextBoxColumn2->ReadOnly = true;
			// 
			// bindingNavigatorSeparator2
			// 
			this->bindingNavigatorSeparator2->Name = L"bindingNavigatorSeparator2";
			this->bindingNavigatorSeparator2->Size = System::Drawing::Size(6, 25);
			// 
			// toolStripLabel2
			// 
			this->toolStripLabel2->Name = L"toolStripLabel2";
			this->toolStripLabel2->Size = System::Drawing::Size(59, 22);
			this->toolStripLabel2->Text = L"结束日期:";
			// 
			// 结束日期ToolStripTextBox
			// 
			this->结束日期ToolStripTextBox->Name = L"结束日期ToolStripTextBox";
			this->结束日期ToolStripTextBox->Size = System::Drawing::Size(100, 25);
			this->结束日期ToolStripTextBox->Text = L"2099-12-31";
			// 
			// 查询ToolStripButton
			// 
			this->查询ToolStripButton->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"查询ToolStripButton.Image")));
			this->查询ToolStripButton->Name = L"查询ToolStripButton";
			this->查询ToolStripButton->Size = System::Drawing::Size(49, 22);
			this->查询ToolStripButton->Text = L"查询";
			this->查询ToolStripButton->Click += gcnew System::EventHandler(this, &ComplainForm::查询ToolStripButton_Click);
			// 
			// dataGridViewTextBoxColumn7
			// 
			this->dataGridViewTextBoxColumn7->DataPropertyName = L"领导指示";
			this->dataGridViewTextBoxColumn7->HeaderText = L"领导指示";
			this->dataGridViewTextBoxColumn7->Name = L"dataGridViewTextBoxColumn7";
			this->dataGridViewTextBoxColumn7->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn8
			// 
			this->dataGridViewTextBoxColumn8->DataPropertyName = L"处理意见";
			this->dataGridViewTextBoxColumn8->HeaderText = L"处理意见";
			this->dataGridViewTextBoxColumn8->Name = L"dataGridViewTextBoxColumn8";
			this->dataGridViewTextBoxColumn8->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn9
			// 
			this->dataGridViewTextBoxColumn9->DataPropertyName = L"说明";
			this->dataGridViewTextBoxColumn9->HeaderText = L"说明";
			this->dataGridViewTextBoxColumn9->Name = L"dataGridViewTextBoxColumn9";
			this->dataGridViewTextBoxColumn9->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn6
			// 
			this->dataGridViewTextBoxColumn6->DataPropertyName = L"投诉内容";
			this->dataGridViewTextBoxColumn6->HeaderText = L"投诉内容";
			this->dataGridViewTextBoxColumn6->Name = L"dataGridViewTextBoxColumn6";
			this->dataGridViewTextBoxColumn6->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn3
			// 
			this->dataGridViewTextBoxColumn3->DataPropertyName = L"投诉客户";
			this->dataGridViewTextBoxColumn3->HeaderText = L"投诉客户";
			this->dataGridViewTextBoxColumn3->Name = L"dataGridViewTextBoxColumn3";
			this->dataGridViewTextBoxColumn3->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn4
			// 
			this->dataGridViewTextBoxColumn4->DataPropertyName = L"投诉主题";
			this->dataGridViewTextBoxColumn4->HeaderText = L"投诉主题";
			this->dataGridViewTextBoxColumn4->Name = L"dataGridViewTextBoxColumn4";
			this->dataGridViewTextBoxColumn4->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn5
			// 
			this->dataGridViewTextBoxColumn5->DataPropertyName = L"受诉部门";
			this->dataGridViewTextBoxColumn5->HeaderText = L"受诉部门";
			this->dataGridViewTextBoxColumn5->Name = L"dataGridViewTextBoxColumn5";
			this->dataGridViewTextBoxColumn5->ReadOnly = true;
			// 
			// 自编号TextBox
			// 
			this->自编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户投诉管理BindingSource, L"自编号", true)));
			this->自编号TextBox->Location = System::Drawing::Point(50, 27);
			this->自编号TextBox->Name = L"自编号TextBox";
			this->自编号TextBox->Size = System::Drawing::Size(124, 21);
			this->自编号TextBox->TabIndex = 23;
			// 
			// 投诉日期DateTimePicker
			// 
			this->投诉日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->客户投诉管理BindingSource, L"投诉日期", 
				true)));
			this->投诉日期DateTimePicker->Location = System::Drawing::Point(245, 26);
			this->投诉日期DateTimePicker->Name = L"投诉日期DateTimePicker";
			this->投诉日期DateTimePicker->Size = System::Drawing::Size(130, 21);
			this->投诉日期DateTimePicker->TabIndex = 25;
			// 
			// 投诉客户TextBox
			// 
			this->投诉客户TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客户投诉管理BindingSource, L"投诉客户", true)));
			this->投诉客户TextBox->Location = System::Drawing::Point(68, 53);
			this->投诉客户TextBox->Name = L"投诉客户TextBox";
			this->投诉客户TextBox->Size = System::Drawing::Size(188, 21);
			this->投诉客户TextBox->TabIndex = 27;
			// 
			// 投诉主题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)));

⌨️ 快捷键说明

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