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

📄 ownerform.h

📁 小区物业管理系统
💻 H
📖 第 1 页 / 共 4 页
字号:
//文件名:OwnerForm.h
#pragma once

using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;


namespace MyCommunity {

	/// <summary>
	/// OwnerForm 摘要
	///
	/// 警告: 如果更改此类的名称,则需要更改
	///          与此类所依赖的所有 .resx 文件关联的托管资源编译器工具的
	///          “资源文件名”属性。否则,
	///          设计器将不能与此窗体的关联
	///          本地化资源正确交互。
	/// </summary>
	public ref class OwnerForm : public System::Windows::Forms::Form
	{
	public:
		OwnerForm(void)
		{
			InitializeComponent();
			//
			//TODO: 在此处添加构造函数代码
			//
		}

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~OwnerForm()
		{
			if (components)
			{
				delete components;
			}
		}
	private: MyCommunity::DBCommunityDataSet^  DBCommunityDataSet;
	protected: 
	private: System::Windows::Forms::BindingSource^  业主信息BindingSource;
	private: MyCommunity::DBCommunityDataSetTableAdapters::业主信息TableAdapter^  业主信息TableAdapter;
	private: System::Windows::Forms::BindingNavigator^  业主信息BindingNavigator;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorAddNewItem;

	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorDeleteItem;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMoveFirstItem;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMovePreviousItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator;


	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMoveNextItem;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMoveLastItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator2;
	private: System::Windows::Forms::ToolStripButton^  业主信息BindingNavigatorSaveItem;




	private: System::Windows::Forms::ToolStripLabel^  业主编号ToolStripLabel;
	private: System::Windows::Forms::ToolStripTextBox^  业主编号ToolStripTextBox;
	private: System::Windows::Forms::ToolStripButton^  查询ToolStripButton;
	private: System::Windows::Forms::DataGridView^  公共财产DataGridView;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  业主编号DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  业主姓名DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  身份证号码DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  楼栋名称DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  单元名称DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  房号名称DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  房屋性质DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  房屋类型DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  建筑面积DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  套内面积DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  常住人员DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  联系电话DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  入住日期DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  当前状态DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  补充说明DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DateTimePicker^  入住日期DateTimePicker;
	private: System::Windows::Forms::ComboBox^  当前状态ComboBox;
	private: System::Windows::Forms::TextBox^  补充说明TextBox;
	private: System::Windows::Forms::TextBox^  业主姓名TextBox;
	private: System::Windows::Forms::TextBox^  身份证号码TextBox;
	private: System::Windows::Forms::ComboBox^  楼栋名称ComboBox;
	private: System::Windows::Forms::TextBox^  业主编号TextBox;
	private: System::Windows::Forms::TextBox^  单元名称TextBox;
	private: System::Windows::Forms::TextBox^  房号名称TextBox;
	private: System::Windows::Forms::ComboBox^  房屋性质ComboBox;
	private: System::Windows::Forms::TextBox^  房屋类型TextBox;
	private: System::Windows::Forms::TextBox^  建筑面积TextBox;
	private: System::Windows::Forms::TextBox^  套内面积TextBox;
	private: System::Windows::Forms::TextBox^  常住人员TextBox;
	private: System::Windows::Forms::TextBox^  联系电话TextBox;
	private: System::Windows::Forms::BindingSource^  楼栋信息BindingSource;
	private: MyCommunity::DBCommunityDataSetTableAdapters::楼栋信息TableAdapter^  楼栋信息TableAdapter;
	private: System::ComponentModel::IContainer^  components;

	private:
		/// <summary>
		/// 必需的设计器变量。
		/// </summary>


#pragma region Windows Form Designer generated code
		/// <summary>
		/// 设计器支持所需的方法 - 不要
		/// 使用代码编辑器修改此方法的内容。
		/// </summary>
		void InitializeComponent(void)
		{
			this->components = (gcnew System::ComponentModel::Container());
			System::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(OwnerForm::typeid));
			System::Windows::Forms::DataGridViewCellStyle^  dataGridViewCellStyle7 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
			System::Windows::Forms::DataGridViewCellStyle^  dataGridViewCellStyle8 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
			System::Windows::Forms::DataGridViewCellStyle^  dataGridViewCellStyle9 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
			System::Windows::Forms::Label^  业主编号Label;
			System::Windows::Forms::Label^  业主姓名Label;
			System::Windows::Forms::Label^  身份证号码Label;
			System::Windows::Forms::Label^  楼栋名称Label;
			System::Windows::Forms::Label^  单元名称Label;
			System::Windows::Forms::Label^  房号名称Label;
			System::Windows::Forms::Label^  房屋性质Label;
			System::Windows::Forms::Label^  房屋类型Label;
			System::Windows::Forms::Label^  建筑面积Label;
			System::Windows::Forms::Label^  套内面积Label;
			System::Windows::Forms::Label^  常住人员Label;
			System::Windows::Forms::Label^  联系电话Label;
			System::Windows::Forms::Label^  入住日期Label;
			System::Windows::Forms::Label^  当前状态Label;
			System::Windows::Forms::Label^  补充说明Label;
			this->DBCommunityDataSet = (gcnew MyCommunity::DBCommunityDataSet());
			this->业主信息BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->业主信息TableAdapter = (gcnew MyCommunity::DBCommunityDataSetTableAdapters::业主信息TableAdapter());
			this->业主信息BindingNavigator = (gcnew System::Windows::Forms::BindingNavigator(this->components));
			this->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorDeleteItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->业主编号ToolStripLabel = (gcnew System::Windows::Forms::ToolStripLabel());
			this->业主编号ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->查询ToolStripButton = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorMoveFirstItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorMovePreviousItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->bindingNavigatorMoveNextItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorMoveLastItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->业主信息BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->公共财产DataGridView = (gcnew System::Windows::Forms::DataGridView());
			this->业主编号DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->业主姓名DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->身份证号码DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->楼栋名称DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->单元名称DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->房号名称DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->房屋性质DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->房屋类型DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->建筑面积DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->套内面积DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->常住人员DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->联系电话DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->入住日期DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->当前状态DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->补充说明DataGridViewTextBoxColumn = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->入住日期DateTimePicker = (gcnew System::Windows::Forms::DateTimePicker());
			this->当前状态ComboBox = (gcnew System::Windows::Forms::ComboBox());
			this->补充说明TextBox = (gcnew System::Windows::Forms::TextBox());
			this->业主姓名TextBox = (gcnew System::Windows::Forms::TextBox());
			this->身份证号码TextBox = (gcnew System::Windows::Forms::TextBox());
			this->楼栋名称ComboBox = (gcnew System::Windows::Forms::ComboBox());
			this->业主编号TextBox = (gcnew System::Windows::Forms::TextBox());
			this->单元名称TextBox = (gcnew System::Windows::Forms::TextBox());
			this->房号名称TextBox = (gcnew System::Windows::Forms::TextBox());
			this->房屋性质ComboBox = (gcnew System::Windows::Forms::ComboBox());
			this->房屋类型TextBox = (gcnew System::Windows::Forms::TextBox());
			this->建筑面积TextBox = (gcnew System::Windows::Forms::TextBox());
			this->套内面积TextBox = (gcnew System::Windows::Forms::TextBox());
			this->常住人员TextBox = (gcnew System::Windows::Forms::TextBox());
			this->联系电话TextBox = (gcnew System::Windows::Forms::TextBox());
			this->楼栋信息BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->楼栋信息TableAdapter = (gcnew MyCommunity::DBCommunityDataSetTableAdapters::楼栋信息TableAdapter());
			业主编号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());
			补充说明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();
			// 
			// DBCommunityDataSet
			// 
			this->DBCommunityDataSet->DataSetName = L"DBCommunityDataSet";

⌨️ 快捷键说明

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