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

📄 managepaymentform.h

📁 小区物业管理系统
💻 H
📖 第 1 页 / 共 3 页
字号:
			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 = 78;
			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 = 77;
			// 
			// 收据编号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);
			this->收据编号Label->TabIndex = 76;
			this->收据编号Label->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(307, 86);
			this->业主姓名Label->Name = L"业主姓名Label";
			this->业主姓名Label->Size = System::Drawing::Size(65, 12);
			this->业主姓名Label->TabIndex = 97;
			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 = 96;
			this->楼栋名称ComboBox->ValueMember = L"楼栋名称";
			this->楼栋名称ComboBox->SelectedIndexChanged += gcnew System::EventHandler(this, &ManagePaymentForm::楼栋名称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 = 95;
			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 = 94;
			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, &ManagePaymentForm::保存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 = 93;
			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, &ManagePaymentForm::打印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 = 92;
			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, &ManagePaymentForm::新增Button_Click);
			// 
			// 移除Button
			// 
			this->移除Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"移除Button.Image")));
			this->移除Button->Location = System::Drawing::Point(452, 251);
			this->移除Button->Name = L"移除Button";
			this->移除Button->Size = System::Drawing::Size(80, 23);
			this->移除Button->TabIndex = 104;
			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, &ManagePaymentForm::移除Button_Click);
			// 
			// printDocument1
			// 
			this->printDocument1->PrintPage += gcnew System::Drawing::Printing::PrintPageEventHandler(this, &ManagePaymentForm::printDocument1_PrintPage);
			// 
			// 添加Button
			// 
			this->添加Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"添加Button.Image")));
			this->添加Button->Location = System::Drawing::Point(366, 251);
			this->添加Button->Name = L"添加Button";
			this->添加Button->Size = System::Drawing::Size(80, 23);
			this->添加Button->TabIndex = 103;
			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, &ManagePaymentForm::添加Button_Click);
			// 
			// 明细DataGridView
			// 
			this->明细DataGridView->AllowUserToAddRows = false;
			this->明细DataGridView->AllowUserToDeleteRows = false;
			this->明细DataGridView->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Bottom) 
				| System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->明细DataGridView->BackgroundColor = System::Drawing::Color::LightGray;
			this->明细DataGridView->ColumnHeadersBorderStyle = System::Windows::Forms::DataGridViewHeaderBorderStyle::Sunken;
			dataGridViewCellStyle1->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleCenter;
			dataGridViewCellStyle1->BackColor = System::Drawing::SystemColors::ActiveCaption;
			dataGridViewCellStyle1->Font = (gcnew System::Drawing::Font(L"宋体", 9, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
				static_cast<System::Byte>(134)));
			dataGridViewCellStyle1->ForeColor = System::Drawing::SystemColors::WindowText;
			dataGridViewCellStyle1->SelectionBackColor = System::Drawing::SystemColors::Highlight;
			dataGridViewCellStyle1->SelectionForeColor = System::Drawing::SystemColors::GradientActiveCaption;
			dataGridViewCellStyle1->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
			this->明细DataGridView->ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
			this->明细DataGridView->Location = System::Drawing::Point(9, 280);
			this->明细DataGridView->MultiSelect = false;
			this->明细DataGridView->Name = L"明细DataGridView";
			this->明细DataGridView->ReadOnly = true;
			dataGridViewCellStyle2->Alignment = System::Windows::Forms::DataGridViewContentAlignment::TopCenter;
			dataGridViewCellStyle2->BackColor = System::Drawing::SystemColors::Control;
			dataGridViewCellStyle2->Font = (gcnew System::Drawing::Font(L"宋体", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, 
				static_cast<System::Byte>(134)));
			dataGridViewCellStyle2->ForeColor = System::Drawing::SystemColors::WindowText;
			dataGridViewCellStyle2->SelectionBackColor = System::Drawing::SystemColors::Highlight;
			dataGridViewCellStyle2->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
			dataGridViewCellStyle2->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
			this->明细DataGridView->RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
			this->明细DataGridView->RowHeadersVisible = false;
			dataGridViewCellStyle3->SelectionBackColor = System::Drawing::Color::Green;
			this->明细DataGridView->RowsDefaultCellStyle = dataGridViewCellStyle3;
			this->明细DataGridView->RowTemplate->Height = 23;
			this->明细DataGridView->SelectionMode = System::Windows::Forms::DataGridViewSelectionMode::FullRowSelect;
			this->明细DataGridView->Size = System::Drawing::Size(523, 126);
			this->明细DataGridView->TabIndex = 102;
			// 
			// label1
			// 
			this->label1->AutoSize = true;
			this->label1->Location = System::Drawing::Point(9, 259);
			this->label1->Name = L"label1";
			this->label1->Size = System::Drawing::Size(221, 12);
			this->label1->TabIndex = 101;
			this->label1->Text = L"未交费业主即将交纳的物业管理费明细:";
			// 
			// 未交DataGridView
			// 
			this->未交DataGridView->AllowUserToAddRows = false;
			this->未交DataGridView->AllowUserToDeleteRows = false;
			this->未交DataGridView->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->未交DataGridView->BackgroundColor = System::Drawing::Color::LightGray;
			this->未交DataGridView->ColumnHeadersBorderStyle = System::Windows::Forms::DataGridViewHeaderBorderStyle::Sunken;
			dataGridViewCellStyle4->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleCenter;
			dataGridViewCellStyle4->BackColor = System::Drawing::SystemColors::ActiveCaption;
			dataGridViewCellStyle4->Font = (gcnew System::Drawing::Font(L"宋体", 9, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
				static_cast<System::Byte>(134)));
			dataGridViewCellStyle4->ForeColor = System::Drawing::SystemColors::WindowText;
			dataGridViewCellStyle4->SelectionBackColor = System::Drawing::SystemColors::Highlight;
			dataGridViewCellStyle4->SelectionForeColor = System::Drawing::SystemColors::GradientActiveCaption;
			dataGridViewCellStyle4->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
			this->未交DataGridView->ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
			this->未交DataGridView->Location = System::Drawing::Point(9, 107);
			this->未交DataGridView->MultiSelect = false;
			this->未交DataGridView->Name = L"未交DataGridView";
			this->未交DataGridView->ReadOnly = true;
			dataGridViewCellStyle5->Alignment = System::Windows::Forms::DataGridViewContentAlignment::TopCenter;
			dataGridViewCellStyle5->BackColor = System::Drawing::SystemColors::Control;
			dataGridViewCellStyle5->Font = (gcnew System::Drawing::Font(L"宋体", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, 
				static_cast<System::Byte>(134)));
			dataGridViewCellStyle5->ForeColor = System::Drawing::SystemColors::WindowText;
			dataGridViewCellStyle5->SelectionBackColor = System::Drawing::SystemColors::Highlight;
			dataGridViewCellStyle5->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
			dataGridViewCellStyle5->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
			this->未交DataGridView->RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
			this->未交DataGridView->RowHeadersVisible = false;
			dataGridViewCellStyle6->SelectionBackColor = System::Drawing::Color::Green;
			this->未交DataGridView->RowsDefaultCellStyle = dataGridViewCellStyle6;
			this->未交DataGridView->RowTemplate->Height = 23;
			this->未交DataGridView->SelectionMode = System::Windows::Forms::DataGridViewSelectionMode::FullRowSelect;
			this->未交DataGridView->Size = System::Drawing::Size(523, 139);
			this->未交DataGridView->TabIndex = 100;
			// 
			// 查询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 = 99;
			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, &ManagePaymentForm::查询Button_Click);
			// 
			// 业主姓名ComboBox
			// 
			this->业主姓名ComboBox->FormattingEnabled = true;
			this->业主姓名ComboBox->Location = System::Drawing::Point(371, 82);

⌨️ 快捷键说明

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