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

📄 operatorform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
namespace MyCommunity
{
    partial class OperatorForm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OperatorForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
            this.操作用户BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.操作用户TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.操作用户TableAdapter();
            this.操作用户BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.操作用户BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.用户名称TextBox = new System.Windows.Forms.TextBox();
            this.用户密码TextBox = new System.Windows.Forms.TextBox();
            this.用户姓名TextBox = new System.Windows.Forms.TextBox();
            this.所在部门TextBox = new System.Windows.Forms.TextBox();
            this.联系电话TextBox = new System.Windows.Forms.TextBox();
            this.职责说明TextBox = new System.Windows.Forms.TextBox();
            this.基本管理之业主登记管理CheckBox = new System.Windows.Forms.CheckBox();
            this.基本管理之业主迁出管理CheckBox = new System.Windows.Forms.CheckBox();
            this.基本管理之楼栋信息管理CheckBox = new System.Windows.Forms.CheckBox();
            this.基本管理之公共财产管理CheckBox = new System.Windows.Forms.CheckBox();
            this.物业管理之服务投诉管理CheckBox = new System.Windows.Forms.CheckBox();
            this.物业管理之业主维修管理CheckBox = new System.Windows.Forms.CheckBox();
            this.物业管理之公共维修管理CheckBox = new System.Windows.Forms.CheckBox();
            this.物业管理之车位使用管理CheckBox = new System.Windows.Forms.CheckBox();
            this.物业管理之突发事件管理CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之水电气费登记CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之水电气费查询CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之水电气费交纳CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之物管费用登记CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之物管费用查询CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之物管费用交纳CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之其他费用交纳CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之业主统计报表CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之投诉统计报表CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之业主维修报表CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之公共维修报表CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之收入统计报表CheckBox = new System.Windows.Forms.CheckBox();
            this.系统管理之分配用户权限CheckBox = new System.Windows.Forms.CheckBox();
            this.系统管理之小区信息设置CheckBox = new System.Windows.Forms.CheckBox();
            this.操作用户DataGridView = new System.Windows.Forms.DataGridView();
            this.用户名称DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.用户密码DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.用户姓名DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.所在部门DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.联系电话DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.职责说明DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.基本管理之业主登记管理DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.基本管理之业主迁出管理DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.基本管理之楼栋信息管理DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.基本管理之公共财产管理DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.物业管理之服务投诉管理DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.物业管理之业主维修管理DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.物业管理之公共维修管理DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.物业管理之车位使用管理DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.物业管理之突发事件管理DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.费用管理之水电气费登记DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.费用管理之水电气费查询DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.费用管理之水电气费交纳DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.费用管理之物管费用登记DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.费用管理之物管费用查询DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.费用管理之物管费用交纳DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.费用管理之其他费用交纳DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.报表管理之业主统计报表DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.报表管理之投诉统计报表DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.报表管理之业主维修报表DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.报表管理之公共维修报表DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.报表管理之收入统计报表DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.系统管理之分配用户权限DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.系统管理之小区信息设置DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            用户名称Label = new System.Windows.Forms.Label();
            用户密码Label = new System.Windows.Forms.Label();
            用户姓名Label = new System.Windows.Forms.Label();
            所在部门Label = new System.Windows.Forms.Label();
            联系电话Label = new System.Windows.Forms.Label();
            职责说明Label = new System.Windows.Forms.Label();
            基本管理之业主登记管理Label = new System.Windows.Forms.Label();
            基本管理之业主迁出管理Label = new System.Windows.Forms.Label();
            基本管理之楼栋信息管理Label = new System.Windows.Forms.Label();
            基本管理之公共财产管理Label = new System.Windows.Forms.Label();
            物业管理之服务投诉管理Label = new System.Windows.Forms.Label();
            物业管理之业主维修管理Label = new System.Windows.Forms.Label();
            物业管理之公共维修管理Label = new System.Windows.Forms.Label();
            物业管理之车位使用管理Label = new System.Windows.Forms.Label();
            物业管理之突发事件管理Label = new System.Windows.Forms.Label();
            费用管理之水电气费登记Label = new System.Windows.Forms.Label();
            费用管理之水电气费查询Label = new System.Windows.Forms.Label();
            费用管理之水电气费交纳Label = new System.Windows.Forms.Label();
            费用管理之物管费用登记Label = new System.Windows.Forms.Label();
            费用管理之物管费用查询Label = new System.Windows.Forms.Label();
            费用管理之物管费用交纳Label = new System.Windows.Forms.Label();
            费用管理之其他费用交纳Label = new System.Windows.Forms.Label();
            报表管理之业主统计报表Label = new System.Windows.Forms.Label();
            报表管理之投诉统计报表Label = new System.Windows.Forms.Label();
            报表管理之业主维修报表Label = new System.Windows.Forms.Label();
            报表管理之公共维修报表Label = new System.Windows.Forms.Label();
            报表管理之收入统计报表Label = new System.Windows.Forms.Label();
            系统管理之分配用户权限Label = new System.Windows.Forms.Label();
            系统管理之小区信息设置Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.操作用户BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.操作用户BindingNavigator)).BeginInit();
            this.操作用户BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.操作用户DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 用户名称Label
            // 
            用户名称Label.AutoSize = true;

⌨️ 快捷键说明

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