📄 childmgruser.cs
字号:
this.dpDetail.Options.AllowDockFill = false;
this.dpDetail.Options.AllowDockLeft = false;
this.dpDetail.Options.AllowDockTop = false;
this.dpDetail.Options.AllowFloating = false;
this.dpDetail.Options.FloatOnDblClick = false;
this.dpDetail.Options.ShowCloseButton = false;
this.dpDetail.Options.ShowMaximizeButton = false;
this.dpDetail.Size = new System.Drawing.Size(552, 150);
this.dpDetail.Text = "详情";
//
// dockPanel1_Container
//
this.dockPanel1_Container.Controls.Add(this.txtName);
this.dockPanel1_Container.Controls.Add(this.txtCode);
this.dockPanel1_Container.Controls.Add(this.txtDuty);
this.dockPanel1_Container.Controls.Add(this.txtPhone);
this.dockPanel1_Container.Controls.Add(this.label1);
this.dockPanel1_Container.Controls.Add(this.label2);
this.dockPanel1_Container.Controls.Add(this.label6);
this.dockPanel1_Container.Controls.Add(this.label5);
this.dockPanel1_Container.Controls.Add(this.txtMemo);
this.dockPanel1_Container.Controls.Add(this.label7);
this.dockPanel1_Container.Controls.Add(this.chkMPG1I3);
this.dockPanel1_Container.Controls.Add(this.chkMPG1I4);
this.dockPanel1_Container.Controls.Add(this.chkMPG1I2);
this.dockPanel1_Container.Controls.Add(this.chkMPG1I1);
this.dockPanel1_Container.Controls.Add(this.chkMPG1);
this.dockPanel1_Container.Controls.Add(this.chkMPG2I4);
this.dockPanel1_Container.Controls.Add(this.chkMPG2I3);
this.dockPanel1_Container.Controls.Add(this.chkMPG2I2);
this.dockPanel1_Container.Controls.Add(this.chkMPG2I1);
this.dockPanel1_Container.Controls.Add(this.chkMPG2);
this.dockPanel1_Container.Controls.Add(this.chkMPG1I5);
this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
this.dockPanel1_Container.Name = "dockPanel1_Container";
this.dockPanel1_Container.Size = new System.Drawing.Size(546, 122);
this.dockPanel1_Container.TabIndex = 0;
//
// txtName
//
this.txtName.EditValue = "";
this.txtName.Location = new System.Drawing.Point(80, 40);
this.txtName.Name = "txtName";
//
// txtName.Properties
//
this.txtName.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtName.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtName.Properties.ReadOnly = true;
this.txtName.Size = new System.Drawing.Size(128, 21);
this.txtName.TabIndex = 9;
//
// txtCode
//
this.txtCode.EditValue = "";
this.txtCode.Location = new System.Drawing.Point(80, 16);
this.txtCode.Name = "txtCode";
//
// txtCode.Properties
//
this.txtCode.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtCode.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtCode.Properties.ReadOnly = true;
this.txtCode.Size = new System.Drawing.Size(128, 21);
this.txtCode.TabIndex = 8;
//
// txtDuty
//
this.txtDuty.EditValue = "";
this.txtDuty.Location = new System.Drawing.Point(80, 64);
this.txtDuty.Name = "txtDuty";
//
// txtDuty.Properties
//
this.txtDuty.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtDuty.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtDuty.Properties.ReadOnly = true;
this.txtDuty.Size = new System.Drawing.Size(128, 21);
this.txtDuty.TabIndex = 11;
//
// txtPhone
//
this.txtPhone.EditValue = "";
this.txtPhone.Location = new System.Drawing.Point(80, 88);
this.txtPhone.Name = "txtPhone";
//
// txtPhone.Properties
//
this.txtPhone.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtPhone.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtPhone.Properties.ReadOnly = true;
this.txtPhone.Size = new System.Drawing.Size(128, 21);
this.txtPhone.TabIndex = 12;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(16, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(64, 23);
this.label1.TabIndex = 14;
this.label1.Text = "帐号:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(16, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(64, 23);
this.label2.TabIndex = 15;
this.label2.Text = "姓名:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label6
//
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Location = new System.Drawing.Point(16, 88);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(72, 23);
this.label6.TabIndex = 19;
this.label6.Text = "联系电话:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label5
//
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Location = new System.Drawing.Point(16, 64);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(64, 23);
this.label5.TabIndex = 17;
this.label5.Text = "职务:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtMemo
//
this.txtMemo.EditValue = "";
this.txtMemo.Location = new System.Drawing.Point(216, 40);
this.txtMemo.Name = "txtMemo";
//
// txtMemo.Properties
//
this.txtMemo.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.txtMemo.Properties.AppearanceFocused.Options.UseBackColor = true;
this.txtMemo.Properties.ReadOnly = true;
this.txtMemo.Size = new System.Drawing.Size(144, 68);
this.txtMemo.TabIndex = 21;
//
// label7
//
this.label7.BackColor = System.Drawing.Color.Transparent;
this.label7.Location = new System.Drawing.Point(216, 16);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(64, 23);
this.label7.TabIndex = 22;
this.label7.Text = "备注:";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// chkMPG1I3
//
this.chkMPG1I3.Location = new System.Drawing.Point(376, 64);
this.chkMPG1I3.Name = "chkMPG1I3";
//
// chkMPG1I3.Properties
//
this.chkMPG1I3.Properties.Caption = "交款收费";
this.chkMPG1I3.Properties.ReadOnly = true;
this.chkMPG1I3.Size = new System.Drawing.Size(80, 19);
this.chkMPG1I3.TabIndex = 31;
//
// chkMPG1I4
//
this.chkMPG1I4.Location = new System.Drawing.Point(376, 80);
this.chkMPG1I4.Name = "chkMPG1I4";
//
// chkMPG1I4.Properties
//
this.chkMPG1I4.Properties.Caption = "汇总报表";
this.chkMPG1I4.Properties.ReadOnly = true;
this.chkMPG1I4.Size = new System.Drawing.Size(80, 19);
this.chkMPG1I4.TabIndex = 30;
//
// chkMPG1I2
//
this.chkMPG1I2.Location = new System.Drawing.Point(376, 48);
this.chkMPG1I2.Name = "chkMPG1I2";
//
// chkMPG1I2.Properties
//
this.chkMPG1I2.Properties.Caption = "广告批示";
this.chkMPG1I2.Properties.ReadOnly = true;
this.chkMPG1I2.Size = new System.Drawing.Size(80, 19);
this.chkMPG1I2.TabIndex = 29;
//
// chkMPG1I1
//
this.chkMPG1I1.Location = new System.Drawing.Point(376, 32);
this.chkMPG1I1.Name = "chkMPG1I1";
//
// chkMPG1I1.Properties
//
this.chkMPG1I1.Properties.Caption = "广告登记";
this.chkMPG1I1.Properties.ReadOnly = true;
this.chkMPG1I1.Size = new System.Drawing.Size(80, 19);
this.chkMPG1I1.TabIndex = 28;
//
// chkMPG1
//
this.chkMPG1.Location = new System.Drawing.Point(368, 8);
this.chkMPG1.Name = "chkMPG1";
//
// chkMPG1.Properties
//
this.chkMPG1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.chkMPG1.Properties.Appearance.Options.UseFont = true;
this.chkMPG1.Properties.Caption = "业务";
this.chkMPG1.Properties.ReadOnly = true;
this.chkMPG1.Size = new System.Drawing.Size(48, 19);
this.chkMPG1.TabIndex = 27;
//
// chkMPG2I4
//
this.chkMPG2I4.Location = new System.Drawing.Point(464, 80);
this.chkMPG2I4.Name = "chkMPG2I4";
//
// chkMPG2I4.Properties
//
this.chkMPG2I4.Properties.Caption = "数据备份";
this.chkMPG2I4.Properties.ReadOnly = true;
this.chkMPG2I4.Size = new System.Drawing.Size(80, 19);
this.chkMPG2I4.TabIndex = 35;
this.chkMPG2I4.Visible = false;
//
// chkMPG2I3
//
this.chkMPG2I3.Location = new System.Drawing.Point(464, 64);
this.chkMPG2I3.Name = "chkMPG2I3";
//
// chkMPG2I3.Properties
//
this.chkMPG2I3.Properties.Caption = "系统日志";
this.chkMPG2I3.Properties.ReadOnly = true;
this.chkMPG2I3.Size = new System.Drawing.Size(80, 19);
this.chkMPG2I3.TabIndex = 34;
//
// chkMPG2I2
//
this.chkMPG2I2.Location = new System.Drawing.Point(464, 48);
this.chkMPG2I2.Name = "chkMPG2I2";
//
// chkMPG2I2.Properties
//
this.chkMPG2I2.Properties.Caption = "资料管理";
this.chkMPG2I2.Properties.ReadOnly = true;
this.chkMPG2I2.Size = new System.Drawing.Size(80, 19);
this.chkMPG2I2.TabIndex = 33;
//
// chkMPG2I1
//
this.chkMPG2I1.Location = new System.Drawing.Point(464, 32);
this.chkMPG2I1.Name = "chkMPG2I1";
//
// chkMPG2I1.Properties
//
this.chkMPG2I1.Properties.Caption = "人员管理";
this.chkMPG2I1.Properties.ReadOnly = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -