commonrepairform.h
来自「小区物业管理系统」· C头文件 代码 · 共 932 行 · 第 1/4 页
H
932 行
维修编号Label = (gcnew System::Windows::Forms::Label());
财产编号Label = (gcnew System::Windows::Forms::Label());
财产名称Label = (gcnew System::Windows::Forms::Label());
报修日期Label = (gcnew System::Windows::Forms::Label());
报修人员Label = (gcnew System::Windows::Forms::Label());
故障现象Label = (gcnew System::Windows::Forms::Label());
受理人员Label = (gcnew System::Windows::Forms::Label());
处理意见Label = (gcnew System::Windows::Forms::Label());
修理日期Label = (gcnew System::Windows::Forms::Label());
修理人员Label = (gcnew System::Windows::Forms::Label());
修理费用Label = (gcnew System::Windows::Forms::Label());
材料费用Label = (gcnew System::Windows::Forms::Label());
修理结果Label = (gcnew System::Windows::Forms::Label());
补充说明Label = (gcnew System::Windows::Forms::Label());
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->DBCommunityDataSet))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->公共维修BindingSource))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->公共维修BindingNavigator))->BeginInit();
this->公共维修BindingNavigator->SuspendLayout();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->公共维修DataGridView))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->公共财产BindingSource))->BeginInit();
this->SuspendLayout();
//
// 维修编号Label
//
维修编号Label->AutoSize = true;
维修编号Label->Location = System::Drawing::Point(5, 29);
维修编号Label->Name = L"维修编号Label";
维修编号Label->Size = System::Drawing::Size(59, 12);
维修编号Label->TabIndex = 35;
维修编号Label->Text = L"维修编号:";
//
// 财产编号Label
//
财产编号Label->AutoSize = true;
财产编号Label->Location = System::Drawing::Point(185, 30);
财产编号Label->Name = L"财产编号Label";
财产编号Label->Size = System::Drawing::Size(59, 12);
财产编号Label->TabIndex = 37;
财产编号Label->Text = L"财产编号:";
//
// 财产名称Label
//
财产名称Label->AutoSize = true;
财产名称Label->Location = System::Drawing::Point(348, 30);
财产名称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(5, 54);
报修日期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(212, 54);
报修人员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, 79);
故障现象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(366, 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(5, 103);
处理意见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, 129);
修理日期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(185, 129);
修理人员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(315, 129);
修理费用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(426, 129);
材料费用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(5, 153);
修理结果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(5, 177);
补充说明Label->Name = L"补充说明Label";
补充说明Label->Size = System::Drawing::Size(59, 12);
补充说明Label->TabIndex = 61;
补充说明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, &CommonRepairForm::查询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";
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?