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

📄 complainform.h

📁 小区物业管理系统
💻 H
📖 第 1 页 / 共 4 页
字号:
			// 楼栋名称Label
			// 
			楼栋名称Label->AutoSize = true;
			楼栋名称Label->Location = System::Drawing::Point(148, 29);
			楼栋名称Label->Name = L"楼栋名称Label";
			楼栋名称Label->Size = System::Drawing::Size(59, 12);
			楼栋名称Label->TabIndex = 39;
			楼栋名称Label->Text = L"楼栋名称:";
			// 
			// 业主编号Label
			// 
			业主编号Label->AutoSize = true;
			业主编号Label->Location = System::Drawing::Point(280, 29);
			业主编号Label->Name = L"业主编号Label";
			业主编号Label->Size = System::Drawing::Size(59, 12);
			业主编号Label->TabIndex = 41;
			业主编号Label->Text = L"业主编号:";
			// 
			// 业主姓名Label
			// 
			业主姓名Label->AutoSize = true;
			业主姓名Label->Location = System::Drawing::Point(401, 29);
			业主姓名Label->Name = L"业主姓名Label";
			业主姓名Label->Size = System::Drawing::Size(59, 12);
			业主姓名Label->TabIndex = 43;
			业主姓名Label->Text = L"业主姓名:";
			// 
			// 投诉日期Label
			// 
			投诉日期Label->AutoSize = true;
			投诉日期Label->Location = System::Drawing::Point(5, 54);
			投诉日期Label->Name = L"投诉日期Label";
			投诉日期Label->Size = System::Drawing::Size(59, 12);
			投诉日期Label->TabIndex = 45;
			投诉日期Label->Text = L"投诉日期:";
			// 
			// 接待人员Label
			// 
			接待人员Label->AutoSize = true;
			接待人员Label->Location = System::Drawing::Point(180, 54);
			接待人员Label->Name = L"接待人员Label";
			接待人员Label->Size = System::Drawing::Size(59, 12);
			接待人员Label->TabIndex = 47;
			接待人员Label->Text = L"接待人员:";
			// 
			// 投诉主题Label
			// 
			投诉主题Label->AutoSize = true;
			投诉主题Label->Location = System::Drawing::Point(303, 54);
			投诉主题Label->Name = L"投诉主题Label";
			投诉主题Label->Size = System::Drawing::Size(59, 12);
			投诉主题Label->TabIndex = 49;
			投诉主题Label->Text = L"投诉主题:";
			// 
			// 投诉内容Label
			// 
			投诉内容Label->AutoSize = true;
			投诉内容Label->Location = System::Drawing::Point(5, 77);
			投诉内容Label->Name = L"投诉内容Label";
			投诉内容Label->Size = System::Drawing::Size(59, 12);
			投诉内容Label->TabIndex = 51;
			投诉内容Label->Text = L"投诉内容:";
			// 
			// 处理日期Label
			// 
			处理日期Label->AutoSize = true;
			处理日期Label->Location = System::Drawing::Point(5, 102);
			处理日期Label->Name = L"处理日期Label";
			处理日期Label->Size = System::Drawing::Size(59, 12);
			处理日期Label->TabIndex = 53;
			处理日期Label->Text = L"处理日期:";
			// 
			// 处理人员Label
			// 
			处理人员Label->AutoSize = true;
			处理人员Label->Location = System::Drawing::Point(270, 102);
			处理人员Label->Name = L"处理人员Label";
			处理人员Label->Size = System::Drawing::Size(59, 12);
			处理人员Label->TabIndex = 55;
			处理人员Label->Text = L"处理人员:";
			// 
			// 处理意见Label
			// 
			处理意见Label->AutoSize = true;
			处理意见Label->Location = System::Drawing::Point(5, 126);
			处理意见Label->Name = L"处理意见Label";
			处理意见Label->Size = System::Drawing::Size(59, 12);
			处理意见Label->TabIndex = 57;
			处理意见Label->Text = L"处理意见:";
			// 
			// 处理结果Label
			// 
			处理结果Label->AutoSize = true;
			处理结果Label->Location = System::Drawing::Point(4, 150);
			处理结果Label->Name = L"处理结果Label";
			处理结果Label->Size = System::Drawing::Size(59, 12);
			处理结果Label->TabIndex = 59;
			处理结果Label->Text = L"处理结果:";
			// 
			// 业主反馈Label
			// 
			业主反馈Label->AutoSize = true;
			业主反馈Label->Location = System::Drawing::Point(4, 175);
			业主反馈Label->Name = L"业主反馈Label";
			业主反馈Label->Size = System::Drawing::Size(59, 12);
			业主反馈Label->TabIndex = 61;
			业主反馈Label->Text = L"业主反馈:";
			// 
			// 补充说明Label
			// 
			补充说明Label->AutoSize = true;
			补充说明Label->Location = System::Drawing::Point(4, 200);
			补充说明Label->Name = L"补充说明Label";
			补充说明Label->Size = System::Drawing::Size(59, 12);
			补充说明Label->TabIndex = 63;
			补充说明Label->Text = L"补充说明:";
			// 
			// DBCommunityDataSet
			// 
			this->DBCommunityDataSet->DataSetName = L"DBCommunityDataSet";
			this->DBCommunityDataSet->SchemaSerializationMode = System::Data::SchemaSerializationMode::IncludeSchema;
			// 
			// 服务投诉BindingSource
			// 
			this->服务投诉BindingSource->DataMember = L"服务投诉";
			this->服务投诉BindingSource->DataSource = this->DBCommunityDataSet;
			// 
			// 服务投诉TableAdapter
			// 
			this->服务投诉TableAdapter->ClearBeforeFill = true;
			// 
			// 服务投诉BindingNavigator
			// 
			this->服务投诉BindingNavigator->AddNewItem = this->bindingNavigatorAddNewItem;
			this->服务投诉BindingNavigator->BindingSource = this->服务投诉BindingSource;
			this->服务投诉BindingNavigator->CountItem = nullptr;
			this->服务投诉BindingNavigator->DeleteItem = this->bindingNavigatorDeleteItem;
			this->服务投诉BindingNavigator->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(13) {this->投诉编号ToolStripLabel, 
				this->投诉编号ToolStripTextBox, this->查询ToolStripButton, this->bindingNavigatorMoveFirstItem, this->bindingNavigatorMovePreviousItem, 
				this->bindingNavigatorSeparator, this->bindingNavigatorMoveNextItem, this->bindingNavigatorMoveLastItem, this->bindingNavigatorSeparator2, 
				this->bindingNavigatorAddNewItem, this->bindingNavigatorDeleteItem, this->服务投诉BindingNavigatorSaveItem, this->打印ToolStripButton});
			this->服务投诉BindingNavigator->Location = System::Drawing::Point(0, 0);
			this->服务投诉BindingNavigator->MoveFirstItem = this->bindingNavigatorMoveFirstItem;
			this->服务投诉BindingNavigator->MoveLastItem = this->bindingNavigatorMoveLastItem;
			this->服务投诉BindingNavigator->MoveNextItem = this->bindingNavigatorMoveNextItem;
			this->服务投诉BindingNavigator->MovePreviousItem = this->bindingNavigatorMovePreviousItem;
			this->服务投诉BindingNavigator->Name = L"服务投诉BindingNavigator";
			this->服务投诉BindingNavigator->PositionItem = nullptr;
			this->服务投诉BindingNavigator->Size = System::Drawing::Size(542, 25);
			this->服务投诉BindingNavigator->TabIndex = 0;
			this->服务投诉BindingNavigator->Text = L"bindingNavigator1";
			// 
			// bindingNavigatorAddNewItem
			// 
			this->bindingNavigatorAddNewItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorAddNewItem.Image")));
			this->bindingNavigatorAddNewItem->Name = L"bindingNavigatorAddNewItem";
			this->bindingNavigatorAddNewItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorAddNewItem->Size = System::Drawing::Size(51, 22);
			this->bindingNavigatorAddNewItem->Text = L"新增";
			// 
			// bindingNavigatorDeleteItem
			// 
			this->bindingNavigatorDeleteItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorDeleteItem.Image")));
			this->bindingNavigatorDeleteItem->Name = L"bindingNavigatorDeleteItem";
			this->bindingNavigatorDeleteItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorDeleteItem->Size = System::Drawing::Size(51, 22);
			this->bindingNavigatorDeleteItem->Text = L"删除";
			// 
			// 投诉编号ToolStripLabel
			// 
			this->投诉编号ToolStripLabel->Name = L"投诉编号ToolStripLabel";
			this->投诉编号ToolStripLabel->Size = System::Drawing::Size(59, 22);
			this->投诉编号ToolStripLabel->Text = L"投诉编号:";
			// 
			// 投诉编号ToolStripTextBox
			// 
			this->投诉编号ToolStripTextBox->Name = L"投诉编号ToolStripTextBox";
			this->投诉编号ToolStripTextBox->Size = System::Drawing::Size(80, 25);
			this->投诉编号ToolStripTextBox->Text = L"%%";
			// 
			// 查询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(51, 22);
			this->查询ToolStripButton->Text = L"查询";
			this->查询ToolStripButton->Click += gcnew System::EventHandler(this, &ComplainForm::查询ToolStripButton_Click);
			// 
			// bindingNavigatorMoveFirstItem
			// 
			this->bindingNavigatorMoveFirstItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
			this->bindingNavigatorMoveFirstItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorMoveFirstItem.Image")));
			this->bindingNavigatorMoveFirstItem->Name = L"bindingNavigatorMoveFirstItem";
			this->bindingNavigatorMoveFirstItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorMoveFirstItem->Size = System::Drawing::Size(23, 22);
			this->bindingNavigatorMoveFirstItem->Text = L"移到第一条记录";
			// 
			// bindingNavigatorMovePreviousItem
			// 
			this->bindingNavigatorMovePreviousItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
			this->bindingNavigatorMovePreviousItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorMovePreviousItem.Image")));
			this->bindingNavigatorMovePreviousItem->Name = L"bindingNavigatorMovePreviousItem";
			this->bindingNavigatorMovePreviousItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorMovePreviousItem->Size = System::Drawing::Size(23, 22);
			this->bindingNavigatorMovePreviousItem->Text = L"移到上一条记录";
			// 
			// bindingNavigatorSeparator
			// 
			this->bindingNavigatorSeparator->Name = L"bindingNavigatorSeparator";
			this->bindingNavigatorSeparator->Size = System::Drawing::Size(6, 25);
			// 
			// 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"移到下一条记录";
			// 
			// 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"移到最后一条记录";
			// 
			// bindingNavigatorSeparator2
			// 
			this->bindingNavigatorSeparator2->Name = L"bindingNavigatorSeparator2";
			this->bindingNavigatorSeparator2->Size = System::Drawing::Size(6, 25);
			// 
			// 服务投诉BindingNavigatorSaveItem

⌨️ 快捷键说明

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