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

📄 gaspaymentform.h

📁 小区物业管理系统
💻 H
📖 第 1 页 / 共 3 页
字号:
			this->未交DataGridView->RowTemplate->Height = 23;
			this->未交DataGridView->SelectionMode = System::Windows::Forms::DataGridViewSelectionMode::FullRowSelect;
			this->未交DataGridView->Size = System::Drawing::Size(523, 139);
			this->未交DataGridView->TabIndex = 71;
			// 
			// 查询Button
			// 
			this->查询Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"查询Button.Image")));
			this->查询Button->Location = System::Drawing::Point(454, 80);
			this->查询Button->Name = L"查询Button";
			this->查询Button->Size = System::Drawing::Size(80, 23);
			this->查询Button->TabIndex = 70;
			this->查询Button->Text = L"查询";
			this->查询Button->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
			this->查询Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->查询Button->UseVisualStyleBackColor = true;
			this->查询Button->Click += gcnew System::EventHandler(this, &GasPaymentForm::查询Button_Click);
			// 
			// 业主姓名ComboBox
			// 
			this->业主姓名ComboBox->FormattingEnabled = true;
			this->业主姓名ComboBox->Location = System::Drawing::Point(371, 82);
			this->业主姓名ComboBox->Name = L"业主姓名ComboBox";
			this->业主姓名ComboBox->Size = System::Drawing::Size(79, 20);
			this->业主姓名ComboBox->TabIndex = 69;
			// 
			// 业主姓名Label
			// 
			this->业主姓名Label->AutoSize = true;
			this->业主姓名Label->Location = System::Drawing::Point(307, 86);
			this->业主姓名Label->Name = L"业主姓名Label";
			this->业主姓名Label->Size = System::Drawing::Size(65, 12);
			this->业主姓名Label->TabIndex = 68;
			this->业主姓名Label->Text = L"业主姓名:";
			// 
			// 楼栋名称ComboBox
			// 
			this->楼栋名称ComboBox->DataSource = this->楼栋信息BindingSource;
			this->楼栋名称ComboBox->DisplayMember = L"楼栋名称";
			this->楼栋名称ComboBox->FormattingEnabled = true;
			this->楼栋名称ComboBox->Location = System::Drawing::Point(206, 82);
			this->楼栋名称ComboBox->Name = L"楼栋名称ComboBox";
			this->楼栋名称ComboBox->Size = System::Drawing::Size(95, 20);
			this->楼栋名称ComboBox->TabIndex = 67;
			this->楼栋名称ComboBox->ValueMember = L"楼栋名称";
			this->楼栋名称ComboBox->SelectedIndexChanged += gcnew System::EventHandler(this, &GasPaymentForm::楼栋名称ComboBox_SelectedIndexChanged);
			// 
			// 楼栋信息BindingSource
			// 
			this->楼栋信息BindingSource->DataMember = L"楼栋信息";
			this->楼栋信息BindingSource->DataSource = this->DBCommunityDataSet;
			// 
			// DBCommunityDataSet
			// 
			this->DBCommunityDataSet->DataSetName = L"DBCommunityDataSet";
			this->DBCommunityDataSet->SchemaSerializationMode = System::Data::SchemaSerializationMode::IncludeSchema;
			// 
			// 楼栋名称Label
			// 
			this->楼栋名称Label->AutoSize = true;
			this->楼栋名称Label->Location = System::Drawing::Point(9, 86);
			this->楼栋名称Label->Name = L"楼栋名称Label";
			this->楼栋名称Label->Size = System::Drawing::Size(197, 12);
			this->楼栋名称Label->TabIndex = 66;
			this->楼栋名称Label->Text = L"请选择未交费业主所在的楼栋名称:";
			// 
			// 保存Button
			// 
			this->保存Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"保存Button.Image")));
			this->保存Button->Location = System::Drawing::Point(454, 56);
			this->保存Button->Name = L"保存Button";
			this->保存Button->Size = System::Drawing::Size(80, 23);
			this->保存Button->TabIndex = 65;
			this->保存Button->Text = L"保存";
			this->保存Button->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
			this->保存Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->保存Button->UseVisualStyleBackColor = true;
			this->保存Button->Click += gcnew System::EventHandler(this, &GasPaymentForm::保存Button_Click);
			// 
			// 打印Button
			// 
			this->打印Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"打印Button.Image")));
			this->打印Button->Location = System::Drawing::Point(370, 56);
			this->打印Button->Name = L"打印Button";
			this->打印Button->Size = System::Drawing::Size(80, 23);
			this->打印Button->TabIndex = 64;
			this->打印Button->Text = L"打印";
			this->打印Button->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
			this->打印Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->打印Button->UseVisualStyleBackColor = true;
			this->打印Button->Click += gcnew System::EventHandler(this, &GasPaymentForm::打印Button_Click);
			// 
			// 新增Button
			// 
			this->新增Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"新增Button.Image")));
			this->新增Button->Location = System::Drawing::Point(286, 56);
			this->新增Button->Name = L"新增Button";
			this->新增Button->Size = System::Drawing::Size(80, 23);
			this->新增Button->TabIndex = 63;
			this->新增Button->Text = L"新增";
			this->新增Button->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
			this->新增Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->新增Button->UseVisualStyleBackColor = true;
			this->新增Button->Click += gcnew System::EventHandler(this, &GasPaymentForm::新增Button_Click);
			// 
			// 补充说明Label
			// 
			this->补充说明Label->AutoSize = true;
			this->补充说明Label->Location = System::Drawing::Point(10, 64);
			this->补充说明Label->Name = L"补充说明Label";
			this->补充说明Label->Size = System::Drawing::Size(65, 12);
			this->补充说明Label->TabIndex = 61;
			this->补充说明Label->Text = L"补充说明:";
			// 
			// 补充说明TextBox
			// 
			this->补充说明TextBox->Location = System::Drawing::Point(77, 57);
			this->补充说明TextBox->Name = L"补充说明TextBox";
			this->补充说明TextBox->Size = System::Drawing::Size(203, 21);
			this->补充说明TextBox->TabIndex = 62;
			this->补充说明TextBox->Text = L"暂无";
			// 
			// 收款事由TextBox
			// 
			this->收款事由TextBox->Location = System::Drawing::Point(461, 33);
			this->收款事由TextBox->Name = L"收款事由TextBox";
			this->收款事由TextBox->Size = System::Drawing::Size(73, 21);
			this->收款事由TextBox->TabIndex = 60;
			this->收款事由TextBox->Text = L"交水电气费";
			// 
			// printPreviewDialog1
			// 
			this->printPreviewDialog1->AutoScrollMargin = System::Drawing::Size(0, 0);
			this->printPreviewDialog1->AutoScrollMinSize = System::Drawing::Size(0, 0);
			this->printPreviewDialog1->ClientSize = System::Drawing::Size(400, 300);
			this->printPreviewDialog1->Enabled = true;
			this->printPreviewDialog1->Icon = (cli::safe_cast<System::Drawing::Icon^  >(resources->GetObject(L"printPreviewDialog1.Icon")));
			this->printPreviewDialog1->Name = L"printPreviewDialog1";
			this->printPreviewDialog1->Visible = false;
			// 
			// 收款事由Label
			// 
			this->收款事由Label->AutoSize = true;
			this->收款事由Label->Location = System::Drawing::Point(394, 39);
			this->收款事由Label->Name = L"收款事由Label";
			this->收款事由Label->Size = System::Drawing::Size(65, 12);
			this->收款事由Label->TabIndex = 59;
			this->收款事由Label->Text = L"收款事由:";
			// 
			// 收款人员TextBox
			// 
			this->收款人员TextBox->Location = System::Drawing::Point(333, 33);
			this->收款人员TextBox->Name = L"收款人员TextBox";
			this->收款人员TextBox->Size = System::Drawing::Size(57, 21);
			this->收款人员TextBox->TabIndex = 58;
			// 
			// 收款人员Label
			// 
			this->收款人员Label->AutoSize = true;
			this->收款人员Label->Location = System::Drawing::Point(269, 39);
			this->收款人员Label->Name = L"收款人员Label";
			this->收款人员Label->Size = System::Drawing::Size(65, 12);
			this->收款人员Label->TabIndex = 57;
			this->收款人员Label->Text = L"收款人员:";
			// 
			// 收款形式TextBox
			// 
			this->收款形式TextBox->Location = System::Drawing::Point(206, 33);
			this->收款形式TextBox->Name = L"收款形式TextBox";
			this->收款形式TextBox->Size = System::Drawing::Size(57, 21);
			this->收款形式TextBox->TabIndex = 56;
			this->收款形式TextBox->Text = L"现金";
			// 
			// 收款形式Label
			// 
			this->收款形式Label->AutoSize = true;
			this->收款形式Label->Location = System::Drawing::Point(139, 38);
			this->收款形式Label->Name = L"收款形式Label";
			this->收款形式Label->Size = System::Drawing::Size(65, 12);
			this->收款形式Label->TabIndex = 55;
			this->收款形式Label->Text = L"收款形式:";
			// 
			// 收款金额TextBox
			// 
			this->收款金额TextBox->Location = System::Drawing::Point(77, 33);
			this->收款金额TextBox->Name = L"收款金额TextBox";
			this->收款金额TextBox->ReadOnly = true;
			this->收款金额TextBox->Size = System::Drawing::Size(57, 21);
			this->收款金额TextBox->TabIndex = 54;
			// 
			// 收款金额Label
			// 
			this->收款金额Label->AutoSize = true;
			this->收款金额Label->Location = System::Drawing::Point(10, 39);
			this->收款金额Label->Name = L"收款金额Label";
			this->收款金额Label->Size = System::Drawing::Size(65, 12);
			this->收款金额Label->TabIndex = 53;
			this->收款金额Label->Text = L"收款金额:";
			// 
			// 交款人员TextBox
			// 
			this->交款人员TextBox->Location = System::Drawing::Point(483, 9);
			this->交款人员TextBox->Name = L"交款人员TextBox";
			this->交款人员TextBox->Size = System::Drawing::Size(51, 21);
			this->交款人员TextBox->TabIndex = 52;
			// 
			// 交款人员Label
			// 
			this->交款人员Label->AutoSize = true;
			this->交款人员Label->Location = System::Drawing::Point(417, 13);
			this->交款人员Label->Name = L"交款人员Label";
			this->交款人员Label->Size = System::Drawing::Size(65, 12);
			this->交款人员Label->TabIndex = 51;
			this->交款人员Label->Text = L"交款人员:";
			// 
			// 收款日期TextBox
			// 
			this->收款日期TextBox->Location = System::Drawing::Point(345, 9);
			this->收款日期TextBox->Name = L"收款日期TextBox";
			this->收款日期TextBox->Size = System::Drawing::Size(66, 21);
			this->收款日期TextBox->TabIndex = 50;
			this->收款日期TextBox->Text = L"2006-6-1";
			// 
			// 收款日期Label
			// 
			this->收款日期Label->AutoSize = true;
			this->收款日期Label->Location = System::Drawing::Point(282, 13);
			this->收款日期Label->Name = L"收款日期Label";
			this->收款日期Label->Size = System::Drawing::Size(65, 12);
			this->收款日期Label->TabIndex = 49;
			this->收款日期Label->Text = L"收款日期:";
			// 
			// 收据编号TextBox
			// 
			this->收据编号TextBox->Location = System::Drawing::Point(77, 9);
			this->收据编号TextBox->Name = L"收据编号TextBox";
			this->收据编号TextBox->Size = System::Drawing::Size(203, 21);
			this->收据编号TextBox->TabIndex = 48;
			// 
			// printDocument1
			// 
			this->printDocument1->PrintPage += gcnew System::Drawing::Printing::PrintPageEventHandler(this, &GasPaymentForm::printDocument1_PrintPage);
			// 
			// 收据编号Label
			// 
			this->收据编号Label->AutoSize = true;
			this->收据编号Label->Location = System::Drawing::Point(10, 14);
			this->收据编号Label->Name = L"收据编号Label";
			this->收据编号Label->Size = System::Drawing::Size(65, 12);

⌨️ 快捷键说明

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