📄 operatorform.designer.cs
字号:
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// 操作用户BindingNavigatorSaveItem
//
this.操作用户BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("操作用户BindingNavigatorSaveItem.Image")));
this.操作用户BindingNavigatorSaveItem.Name = "操作用户BindingNavigatorSaveItem";
this.操作用户BindingNavigatorSaveItem.Size = new System.Drawing.Size(49, 22);
this.操作用户BindingNavigatorSaveItem.Text = "保存";
this.操作用户BindingNavigatorSaveItem.Click += new System.EventHandler(this.操作用户BindingNavigatorSaveItem_Click);
//
// 用户名称TextBox
//
this.用户名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.操作用户BindingSource, "用户名称", true));
this.用户名称TextBox.Location = new System.Drawing.Point(69, 29);
this.用户名称TextBox.Name = "用户名称TextBox";
this.用户名称TextBox.Size = new System.Drawing.Size(80, 21);
this.用户名称TextBox.TabIndex = 25;
//
// 用户密码TextBox
//
this.用户密码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.操作用户BindingSource, "用户密码", true));
this.用户密码TextBox.Location = new System.Drawing.Point(215, 29);
this.用户密码TextBox.Name = "用户密码TextBox";
this.用户密码TextBox.PasswordChar = '*';
this.用户密码TextBox.Size = new System.Drawing.Size(79, 21);
this.用户密码TextBox.TabIndex = 27;
//
// 用户姓名TextBox
//
this.用户姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.操作用户BindingSource, "用户姓名", true));
this.用户姓名TextBox.Location = new System.Drawing.Point(361, 29);
this.用户姓名TextBox.Name = "用户姓名TextBox";
this.用户姓名TextBox.Size = new System.Drawing.Size(58, 21);
this.用户姓名TextBox.TabIndex = 29;
//
// 所在部门TextBox
//
this.所在部门TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.操作用户BindingSource, "所在部门", true));
this.所在部门TextBox.Location = new System.Drawing.Point(481, 29);
this.所在部门TextBox.Name = "所在部门TextBox";
this.所在部门TextBox.Size = new System.Drawing.Size(53, 21);
this.所在部门TextBox.TabIndex = 31;
//
// 联系电话TextBox
//
this.联系电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.操作用户BindingSource, "联系电话", true));
this.联系电话TextBox.Location = new System.Drawing.Point(69, 54);
this.联系电话TextBox.Name = "联系电话TextBox";
this.联系电话TextBox.Size = new System.Drawing.Size(80, 21);
this.联系电话TextBox.TabIndex = 33;
//
// 职责说明TextBox
//
this.职责说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.操作用户BindingSource, "职责说明", true));
this.职责说明TextBox.Location = new System.Drawing.Point(216, 54);
this.职责说明TextBox.Name = "职责说明TextBox";
this.职责说明TextBox.Size = new System.Drawing.Size(318, 21);
this.职责说明TextBox.TabIndex = 35;
this.职责说明TextBox.Text = "暂无";
//
// 基本管理之业主登记管理CheckBox
//
this.基本管理之业主登记管理CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "基本管理之业主登记管理", true));
this.基本管理之业主登记管理CheckBox.Location = new System.Drawing.Point(157, 82);
this.基本管理之业主登记管理CheckBox.Name = "基本管理之业主登记管理CheckBox";
this.基本管理之业主登记管理CheckBox.Size = new System.Drawing.Size(20, 20);
this.基本管理之业主登记管理CheckBox.TabIndex = 37;
//
// 基本管理之业主迁出管理CheckBox
//
this.基本管理之业主迁出管理CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "基本管理之业主迁出管理", true));
this.基本管理之业主迁出管理CheckBox.Location = new System.Drawing.Point(335, 82);
this.基本管理之业主迁出管理CheckBox.Name = "基本管理之业主迁出管理CheckBox";
this.基本管理之业主迁出管理CheckBox.Size = new System.Drawing.Size(20, 20);
this.基本管理之业主迁出管理CheckBox.TabIndex = 39;
//
// 基本管理之楼栋信息管理CheckBox
//
this.基本管理之楼栋信息管理CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "基本管理之楼栋信息管理", true));
this.基本管理之楼栋信息管理CheckBox.Location = new System.Drawing.Point(510, 82);
this.基本管理之楼栋信息管理CheckBox.Name = "基本管理之楼栋信息管理CheckBox";
this.基本管理之楼栋信息管理CheckBox.Size = new System.Drawing.Size(20, 20);
this.基本管理之楼栋信息管理CheckBox.TabIndex = 41;
//
// 基本管理之公共财产管理CheckBox
//
this.基本管理之公共财产管理CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "基本管理之公共财产管理", true));
this.基本管理之公共财产管理CheckBox.Location = new System.Drawing.Point(157, 102);
this.基本管理之公共财产管理CheckBox.Name = "基本管理之公共财产管理CheckBox";
this.基本管理之公共财产管理CheckBox.Size = new System.Drawing.Size(20, 20);
this.基本管理之公共财产管理CheckBox.TabIndex = 43;
//
// 物业管理之服务投诉管理CheckBox
//
this.物业管理之服务投诉管理CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "物业管理之服务投诉管理", true));
this.物业管理之服务投诉管理CheckBox.Location = new System.Drawing.Point(335, 102);
this.物业管理之服务投诉管理CheckBox.Name = "物业管理之服务投诉管理CheckBox";
this.物业管理之服务投诉管理CheckBox.Size = new System.Drawing.Size(20, 20);
this.物业管理之服务投诉管理CheckBox.TabIndex = 45;
//
// 物业管理之业主维修管理CheckBox
//
this.物业管理之业主维修管理CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "物业管理之业主维修管理", true));
this.物业管理之业主维修管理CheckBox.Location = new System.Drawing.Point(510, 102);
this.物业管理之业主维修管理CheckBox.Name = "物业管理之业主维修管理CheckBox";
this.物业管理之业主维修管理CheckBox.Size = new System.Drawing.Size(20, 20);
this.物业管理之业主维修管理CheckBox.TabIndex = 47;
//
// 物业管理之公共维修管理CheckBox
//
this.物业管理之公共维修管理CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "物业管理之公共维修管理", true));
this.物业管理之公共维修管理CheckBox.Location = new System.Drawing.Point(157, 122);
this.物业管理之公共维修管理CheckBox.Name = "物业管理之公共维修管理CheckBox";
this.物业管理之公共维修管理CheckBox.Size = new System.Drawing.Size(20, 20);
this.物业管理之公共维修管理CheckBox.TabIndex = 49;
//
// 物业管理之车位使用管理CheckBox
//
this.物业管理之车位使用管理CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "物业管理之车位使用管理", true));
this.物业管理之车位使用管理CheckBox.Location = new System.Drawing.Point(335, 122);
this.物业管理之车位使用管理CheckBox.Name = "物业管理之车位使用管理CheckBox";
this.物业管理之车位使用管理CheckBox.Size = new System.Drawing.Size(20, 20);
this.物业管理之车位使用管理CheckBox.TabIndex = 51;
//
// 物业管理之突发事件管理CheckBox
//
this.物业管理之突发事件管理CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "物业管理之突发事件管理", true));
this.物业管理之突发事件管理CheckBox.Location = new System.Drawing.Point(510, 122);
this.物业管理之突发事件管理CheckBox.Name = "物业管理之突发事件管理CheckBox";
this.物业管理之突发事件管理CheckBox.Size = new System.Drawing.Size(20, 20);
this.物业管理之突发事件管理CheckBox.TabIndex = 53;
//
// 费用管理之水电气费登记CheckBox
//
this.费用管理之水电气费登记CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "费用管理之水电气费登记", true));
this.费用管理之水电气费登记CheckBox.Location = new System.Drawing.Point(157, 142);
this.费用管理之水电气费登记CheckBox.Name = "费用管理之水电气费登记CheckBox";
this.费用管理之水电气费登记CheckBox.Size = new System.Drawing.Size(20, 20);
this.费用管理之水电气费登记CheckBox.TabIndex = 55;
//
// 费用管理之水电气费查询CheckBox
//
this.费用管理之水电气费查询CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "费用管理之水电气费查询", true));
this.费用管理之水电气费查询CheckBox.Location = new System.Drawing.Point(335, 142);
this.费用管理之水电气费查询CheckBox.Name = "费用管理之水电气费查询CheckBox";
this.费用管理之水电气费查询CheckBox.Size = new System.Drawing.Size(20, 20);
this.费用管理之水电气费查询CheckBox.TabIndex = 57;
//
// 费用管理之水电气费交纳CheckBox
//
this.费用管理之水电气费交纳CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "费用管理之水电气费交纳", true));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -