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

📄 operatorform.h

📁 小区物业管理系统
💻 H
📖 第 1 页 / 共 5 页
字号:
//文件名:OperatorForm.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;

using namespace System::Security::Cryptography;
using namespace System::IO;
using namespace System::Security::Principal;
using namespace System::Data::SqlClient;
namespace MyCommunity {

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

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~OperatorForm()
		{
			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::ToolStripLabel^  bindingNavigatorCountItem;
	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::ToolStripTextBox^  bindingNavigatorPositionItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator1;
	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::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::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::DataGridViewTextBoxColumn^  报表管理之收入统计报表DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  系统管理之分配用户权限DataGridViewTextBoxColumn;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  系统管理之小区信息设置DataGridViewTextBoxColumn;
	private: System::Windows::Forms::CheckBox^  系统管理之分配用户权限CheckBox;
	private: System::Windows::Forms::CheckBox^  系统管理之小区信息设置CheckBox;
	private: System::Windows::Forms::TextBox^  职责说明TextBox;
	private: System::Windows::Forms::CheckBox^  基本管理之业主登记管理CheckBox;
	private: System::Windows::Forms::CheckBox^  基本管理之业主迁出管理CheckBox;
	private: System::Windows::Forms::CheckBox^  基本管理之楼栋信息管理CheckBox;
	private: System::Windows::Forms::CheckBox^  基本管理之公共财产管理CheckBox;
	private: System::Windows::Forms::CheckBox^  物业管理之服务投诉管理CheckBox;
	private: System::Windows::Forms::CheckBox^  物业管理之业主维修管理CheckBox;
	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::CheckBox^  物业管理之公共维修管理CheckBox;
	private: System::Windows::Forms::CheckBox^  物业管理之车位使用管理CheckBox;
	private: System::Windows::Forms::CheckBox^  物业管理之突发事件管理CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之水电气费登记CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之水电气费查询CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之水电气费交纳CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之物管费用登记CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之物管费用查询CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之物管费用交纳CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之其他费用交纳CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之业主统计报表CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之投诉统计报表CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之业主维修报表CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之公共维修报表CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之收入统计报表CheckBox;
	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(OperatorForm::typeid));
			System::Windows::Forms::DataGridViewCellStyle^  dataGridViewCellStyle1 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
			System::Windows::Forms::DataGridViewCellStyle^  dataGridViewCellStyle2 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
			System::Windows::Forms::DataGridViewCellStyle^  dataGridViewCellStyle3 = (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;
			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->bindingNavigatorMoveFirstItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorMovePreviousItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->bindingNavigatorPositionItem = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->bindingNavigatorCountItem = (gcnew System::Windows::Forms::ToolStripLabel());
			this->bindingNavigatorSeparator1 = (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->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());

⌨️ 快捷键说明

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