📄 frmjail.designer.cs
字号:
this.label43.Size = new System.Drawing.Size(65, 12);
this.label43.TabIndex = 59;
this.label43.Text = "Y 坐 标:";
//
// txtDeviceX
//
//
//
//
this.txtDeviceX.Border.Class = "TextBoxBorder";
this.txtDeviceX.Location = new System.Drawing.Point(74, 34);
this.txtDeviceX.Name = "txtDeviceX";
this.txtDeviceX.ReadOnly = true;
this.txtDeviceX.Size = new System.Drawing.Size(98, 21);
this.txtDeviceX.TabIndex = 58;
//
// label44
//
this.label44.AutoSize = true;
this.label44.BackColor = System.Drawing.Color.Transparent;
this.label44.Location = new System.Drawing.Point(6, 38);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(65, 12);
this.label44.TabIndex = 57;
this.label44.Text = "X 坐 标:";
//
// txtDeviceArea
//
//
//
//
this.txtDeviceArea.Border.Class = "TextBoxBorder";
this.txtDeviceArea.Location = new System.Drawing.Point(252, 5);
this.txtDeviceArea.Name = "txtDeviceArea";
this.txtDeviceArea.Size = new System.Drawing.Size(98, 21);
this.txtDeviceArea.TabIndex = 56;
//
// label42
//
this.label42.AutoSize = true;
this.label42.BackColor = System.Drawing.Color.Transparent;
this.label42.Location = new System.Drawing.Point(184, 9);
this.label42.Name = "label42";
this.label42.Size = new System.Drawing.Size(65, 12);
this.label42.TabIndex = 55;
this.label42.Text = "位置名称:";
//
// txtDeviceName
//
//
//
//
this.txtDeviceName.Border.Class = "TextBoxBorder";
this.txtDeviceName.Location = new System.Drawing.Point(74, 5);
this.txtDeviceName.Name = "txtDeviceName";
this.txtDeviceName.ReadOnly = true;
this.txtDeviceName.Size = new System.Drawing.Size(98, 21);
this.txtDeviceName.TabIndex = 54;
//
// label40
//
this.label40.AutoSize = true;
this.label40.BackColor = System.Drawing.Color.Transparent;
this.label40.Location = new System.Drawing.Point(6, 9);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(65, 12);
this.label40.TabIndex = 53;
this.label40.Text = "所在监区:";
//
// tabDevice
//
this.tabDevice.AttachedControl = this.tabControlPanel1;
this.tabDevice.Name = "tabDevice";
this.tabDevice.Text = "设备资料(&D)";
this.tabDevice.Click += new System.EventHandler(this.tabDevice_Click);
//
// tabControlPanel11
//
this.tabControlPanel11.Controls.Add(this.panel2);
this.tabControlPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel11.Location = new System.Drawing.Point(0, 26);
this.tabControlPanel11.Name = "tabControlPanel11";
this.tabControlPanel11.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel11.Size = new System.Drawing.Size(848, 137);
this.tabControlPanel11.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
this.tabControlPanel11.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel11.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
this.tabControlPanel11.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel11.Style.GradientAngle = 90;
this.tabControlPanel11.TabIndex = 1;
this.tabControlPanel11.TabItem = this.tabBase;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Transparent;
this.panel2.Controls.Add(this.cbxJailPolice);
this.panel2.Controls.Add(this.cbxJailClass);
this.panel2.Controls.Add(this.txtJailJail);
this.panel2.Controls.Add(this.label32);
this.panel2.Controls.Add(this.txtJailRemarks);
this.panel2.Controls.Add(this.label31);
this.panel2.Controls.Add(this.label30);
this.panel2.Controls.Add(this.txtJailName);
this.panel2.Controls.Add(this.label29);
this.panel2.Controls.Add(this.label28);
this.panel2.Controls.Add(this.txtJailNumber);
this.panel2.Controls.Add(this.label33);
this.panel2.Location = new System.Drawing.Point(78, 9);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(692, 118);
this.panel2.TabIndex = 32;
//
// cbxJailPolice
//
this.cbxJailPolice.DisplayMember = "Text";
this.cbxJailPolice.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cbxJailPolice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxJailPolice.FormattingEnabled = true;
this.cbxJailPolice.ItemHeight = 16;
this.cbxJailPolice.Location = new System.Drawing.Point(69, 93);
this.cbxJailPolice.Name = "cbxJailPolice";
this.cbxJailPolice.Size = new System.Drawing.Size(124, 22);
this.cbxJailPolice.TabIndex = 44;
//
// cbxJailClass
//
this.cbxJailClass.DisplayMember = "Text";
this.cbxJailClass.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cbxJailClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxJailClass.FormattingEnabled = true;
this.cbxJailClass.ItemHeight = 16;
this.cbxJailClass.Location = new System.Drawing.Point(69, 48);
this.cbxJailClass.Name = "cbxJailClass";
this.cbxJailClass.Size = new System.Drawing.Size(124, 22);
this.cbxJailClass.TabIndex = 43;
//
// txtJailJail
//
//
//
//
this.txtJailJail.Border.Class = "TextBoxBorder";
this.txtJailJail.Location = new System.Drawing.Point(281, 94);
this.txtJailJail.Name = "txtJailJail";
this.txtJailJail.Size = new System.Drawing.Size(124, 21);
this.txtJailJail.TabIndex = 42;
//
// label32
//
this.label32.AutoSize = true;
this.label32.BackColor = System.Drawing.Color.Transparent;
this.label32.Location = new System.Drawing.Point(213, 98);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(65, 12);
this.label32.TabIndex = 41;
this.label32.Text = "区 域 号:";
//
// txtJailRemarks
//
//
//
//
this.txtJailRemarks.Border.Class = "TextBoxBorder";
this.txtJailRemarks.Location = new System.Drawing.Point(498, 4);
this.txtJailRemarks.Multiline = true;
this.txtJailRemarks.Name = "txtJailRemarks";
this.txtJailRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtJailRemarks.Size = new System.Drawing.Size(194, 111);
this.txtJailRemarks.TabIndex = 40;
//
// label31
//
this.label31.AutoSize = true;
this.label31.BackColor = System.Drawing.Color.Transparent;
this.label31.Location = new System.Drawing.Point(430, 8);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(65, 12);
this.label31.TabIndex = 39;
this.label31.Text = "监区备注:";
//
// label30
//
this.label30.AutoSize = true;
this.label30.BackColor = System.Drawing.Color.Transparent;
this.label30.Location = new System.Drawing.Point(1, 98);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(65, 12);
this.label30.TabIndex = 37;
this.label30.Text = "负责警员:";
//
// txtJailName
//
//
//
//
this.txtJailName.Border.Class = "TextBoxBorder";
this.txtJailName.Location = new System.Drawing.Point(281, 49);
this.txtJailName.Name = "txtJailName";
this.txtJailName.Size = new System.Drawing.Size(124, 21);
this.txtJailName.TabIndex = 36;
//
// label29
//
this.label29.AutoSize = true;
this.label29.BackColor = System.Drawing.Color.Transparent;
this.label29.Location = new System.Drawing.Point(213, 53);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(65, 12);
this.label29.TabIndex = 35;
this.label29.Text = "监区名称:";
//
// label28
//
this.label28.AutoSize = true;
this.label28.BackColor = System.Drawing.Color.Transparent;
this.label28.Location = new System.Drawing.Point(1, 53);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(65, 12);
this.label28.TabIndex = 34;
this.label28.Text = "父级监区:";
//
// txtJailNumber
//
//
//
//
this.txtJailNumber.Border.Class = "TextBoxBorder";
this.txtJailNumber.Location = new System.Drawing.Point(69, 4);
this.txtJailNumber.Name = "txtJailNumber";
this.txtJailNumber.Size = new System.Drawing.Size(124, 21);
this.txtJailNumber.TabIndex = 33;
//
// label33
//
this.label33.AutoSize = true;
this.label33.BackColor = System.Drawing.Color.Transparent;
this.label33.Location = new System.Drawing.Point(1, 8);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(65, 12);
this.label33.TabIndex = 32;
this.label33.Text = "监区编号:";
//
// tabBase
//
this.tabBase.AttachedControl = this.tabControlPanel11;
this.tabBase.Name = "tabBase";
this.tabBase.Text = "基本资料(&B)";
this.tabBase.Click += new System.EventHandler(this.tabBase_Click);
//
// tabControlPanel14
//
this.tabControlPanel14.Controls.Add(this.tabControlPanel15);
this.tabControlPanel14.Controls.Add(this.textBoxX24);
this.tabControlPanel14.Controls.Add(this.label41);
this.tabControlPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel14.Location = new System.Drawing.Point(0, 26);
this.tabControlPanel14.Name = "tabControlPanel14";
this.tabControlPanel14.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel14.Size = new System.Drawing.Size(848, 137);
this.tabControlPanel14.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
this.tabControlPanel14.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel14.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
this.tabControlPanel14.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel14.Style.GradientAngle = 90;
this.tabControlPanel14.TabIndex = 2;
this.tabControlPanel14.TabItem = this.tabMap;
//
// tabControlPanel15
//
this.tabControlPanel15.Controls.Add(this.panel3);
this.tabControlPanel15.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel15.Location = new System.Drawing.Point(1, 1);
this.tabControlPanel15.Name = "tabControlPanel15";
this.tabControlPanel15.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel15.Size = new System.Drawing.Size(846, 135);
this.tabControlPanel15.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
this.tabControlPanel15.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel15.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
this.tabControlPanel15.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel15.Style.GradientAngle = 90;
this.tabControlPanel15.TabIndex = 4;
this.tabControlPanel15.TabItem = this.tabMap;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Transparent;
this.panel3.Controls.Add(this.buttonX8);
this.panel3.Controls.Add(this.buttonX9);
this.panel3.Controls.Add(this.lstMap);
this.panel3.Controls.Add(this.txtMapName);
this.panel3.Controls.Add(this.label34);
this.panel3.Controls.Add(this.cbxMapType);
this.panel3.Controls.Add(this.label39);
this.panel3.Location = new System.Drawing.Point(237, 6);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(373, 122);
this.panel3.TabIndex = 45;
//
// buttonX8
//
this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX8.Location = new System.Drawing.Point(284, 86);
this.buttonX8.Name = "buttonX8";
this.buttonX8.Size = new System.Drawing.Size(80, 32);
this.buttonX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
this.buttonX8.TabIndex = 51;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -