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

📄 ownerrepairform.h

📁 小区物业管理系统
💻 H
📖 第 1 页 / 共 4 页
字号:
			楼栋名称Label->Size = System::Drawing::Size(59, 12);
			楼栋名称Label->TabIndex = 38;
			楼栋名称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 = 40;
			业主编号Label->Text = L"业主编号:";
			// 
			// 业主姓名Label
			// 
			业主姓名Label->AutoSize = true;
			业主姓名Label->Location = System::Drawing::Point(382, 30);
			业主姓名Label->Name = L"业主姓名Label";
			业主姓名Label->Size = System::Drawing::Size(59, 12);
			业主姓名Label->TabIndex = 42;
			业主姓名Label->Text = L"业主姓名:";
			// 
			// 报修日期Label
			// 
			报修日期Label->AutoSize = true;
			报修日期Label->Location = System::Drawing::Point(194, 54);
			报修日期Label->Name = L"报修日期Label";
			报修日期Label->Size = System::Drawing::Size(59, 12);
			报修日期Label->TabIndex = 44;
			报修日期Label->Text = L"报修日期:";
			// 
			// 接待人员Label
			// 
			接待人员Label->AutoSize = true;
			接待人员Label->Location = System::Drawing::Point(382, 54);
			接待人员Label->Name = L"接待人员Label";
			接待人员Label->Size = System::Drawing::Size(59, 12);
			接待人员Label->TabIndex = 46;
			接待人员Label->Text = L"接待人员:";
			// 
			// 故障现象Label
			// 
			故障现象Label->AutoSize = true;
			故障现象Label->Location = System::Drawing::Point(5, 78);
			故障现象Label->Name = L"故障现象Label";
			故障现象Label->Size = System::Drawing::Size(59, 12);
			故障现象Label->TabIndex = 48;
			故障现象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 = 50;
			处理意见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 = 52;
			修理日期Label->Text = L"修理日期:";
			// 
			// 修理人员Label
			// 
			修理人员Label->AutoSize = true;
			修理人员Label->Location = System::Drawing::Point(178, 126);
			修理人员Label->Name = L"修理人员Label";
			修理人员Label->Size = System::Drawing::Size(59, 12);
			修理人员Label->TabIndex = 54;
			修理人员Label->Text = L"修理人员:";
			// 
			// 修理费用Label
			// 
			修理费用Label->AutoSize = true;
			修理费用Label->Location = System::Drawing::Point(301, 126);
			修理费用Label->Name = L"修理费用Label";
			修理费用Label->Size = System::Drawing::Size(59, 12);
			修理费用Label->TabIndex = 56;
			修理费用Label->Text = L"修理费用:";
			// 
			// 材料费用Label
			// 
			材料费用Label->AutoSize = true;
			材料费用Label->Location = System::Drawing::Point(423, 126);
			材料费用Label->Name = L"材料费用Label";
			材料费用Label->Size = System::Drawing::Size(59, 12);
			材料费用Label->TabIndex = 58;
			材料费用Label->Text = L"材料费用:";
			// 
			// 修理结果Label
			// 
			修理结果Label->AutoSize = true;
			修理结果Label->Location = System::Drawing::Point(5, 150);
			修理结果Label->Name = L"修理结果Label";
			修理结果Label->Size = System::Drawing::Size(59, 12);
			修理结果Label->TabIndex = 60;
			修理结果Label->Text = L"修理结果:";
			// 
			// 补充说明Label
			// 
			补充说明Label->AutoSize = true;
			补充说明Label->Location = System::Drawing::Point(5, 174);
			补充说明Label->Name = L"补充说明Label";
			补充说明Label->Size = System::Drawing::Size(59, 12);
			补充说明Label->TabIndex = 62;
			补充说明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, &OwnerRepairForm::查询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);

⌨️ 快捷键说明

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