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

📄 frmjail.designer.cs

📁 很久 宏观经济韩国锦湖国家交换机海关核发个回复光滑
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.buttonX8.Text = "删 除(&D)";
			this.buttonX8.Click += new System.EventHandler(this.buttonX8_Click);
			// 
			// buttonX9
			// 
			this.buttonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonX9.Location = new System.Drawing.Point(172, 86);
			this.buttonX9.Name = "buttonX9";
			this.buttonX9.Size = new System.Drawing.Size(80, 32);
			this.buttonX9.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
			this.buttonX9.TabIndex = 50;
			this.buttonX9.Text = "添 加(&A)";
			this.buttonX9.Click += new System.EventHandler(this.buttonX9_Click);
			// 
			// lstMap
			// 
			this.lstMap.FormattingEnabled = true;
			this.lstMap.ItemHeight = 12;
			this.lstMap.Items.AddRange(new object[] {
            "地图一",
            "地图二"});
			this.lstMap.Location = new System.Drawing.Point(8, 6);
			this.lstMap.Name = "lstMap";
			this.lstMap.Size = new System.Drawing.Size(158, 112);
			this.lstMap.TabIndex = 49;
			this.lstMap.DoubleClick += new System.EventHandler(this.lstMap_DoubleClick);
			this.lstMap.Click += new System.EventHandler(this.lstMap_Click);
			// 
			// txtMapName
			// 
			// 
			// 
			// 
			this.txtMapName.Border.Class = "TextBoxBorder";
			this.txtMapName.Location = new System.Drawing.Point(240, 5);
			this.txtMapName.Name = "txtMapName";
			this.txtMapName.Size = new System.Drawing.Size(124, 21);
			this.txtMapName.TabIndex = 48;
			// 
			// label34
			// 
			this.label34.AutoSize = true;
			this.label34.BackColor = System.Drawing.Color.Transparent;
			this.label34.Location = new System.Drawing.Point(172, 9);
			this.label34.Name = "label34";
			this.label34.Size = new System.Drawing.Size(65, 12);
			this.label34.TabIndex = 47;
			this.label34.Text = "地图名称:";
			// 
			// cbxMapType
			// 
			this.cbxMapType.DisplayMember = "Text";
			this.cbxMapType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cbxMapType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbxMapType.FormattingEnabled = true;
			this.cbxMapType.ItemHeight = 16;
			this.cbxMapType.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2,
            this.comboItem3});
			this.cbxMapType.Location = new System.Drawing.Point(240, 35);
			this.cbxMapType.Name = "cbxMapType";
			this.cbxMapType.Size = new System.Drawing.Size(124, 22);
			this.cbxMapType.TabIndex = 46;
			// 
			// comboItem1
			// 
			this.comboItem1.Text = "请选择地图类型";
			this.comboItem1.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// comboItem2
			// 
			this.comboItem2.Text = "==正视图==";
			this.comboItem2.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// comboItem3
			// 
			this.comboItem3.Text = "==侧视图==";
			this.comboItem3.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// label39
			// 
			this.label39.AutoSize = true;
			this.label39.BackColor = System.Drawing.Color.Transparent;
			this.label39.Location = new System.Drawing.Point(172, 40);
			this.label39.Name = "label39";
			this.label39.Size = new System.Drawing.Size(65, 12);
			this.label39.TabIndex = 45;
			this.label39.Text = "地图类型:";
			// 
			// tabMap
			// 
			this.tabMap.AttachedControl = this.tabControlPanel14;
			this.tabMap.Name = "tabMap";
			this.tabMap.Text = "地图资料(&M)";
			this.tabMap.Click += new System.EventHandler(this.tabMap_Click);
			// 
			// textBoxX24
			// 
			// 
			// 
			// 
			this.textBoxX24.Border.Class = "TextBoxBorder";
			this.textBoxX24.Location = new System.Drawing.Point(241, 31);
			this.textBoxX24.Name = "textBoxX24";
			this.textBoxX24.Size = new System.Drawing.Size(379, 21);
			this.textBoxX24.TabIndex = 3;
			// 
			// label41
			// 
			this.label41.AutoSize = true;
			this.label41.BackColor = System.Drawing.Color.Transparent;
			this.label41.Location = new System.Drawing.Point(173, 35);
			this.label41.Name = "label41";
			this.label41.Size = new System.Drawing.Size(65, 12);
			this.label41.TabIndex = 2;
			this.label41.Text = "人员编号:";
			// 
			// panelEx3
			// 
			this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
			this.panelEx3.Controls.Add(this.panel1);
			this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panelEx3.Location = new System.Drawing.Point(0, 485);
			this.panelEx3.Name = "panelEx3";
			this.panelEx3.Size = new System.Drawing.Size(848, 48);
			this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
			this.panelEx3.Style.GradientAngle = 90;
			this.panelEx3.TabIndex = 7;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.buttonX5);
			this.panel1.Controls.Add(this.buttonX6);
			this.panel1.Controls.Add(this.buttonX7);
			this.panel1.Location = new System.Drawing.Point(208, 5);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(432, 38);
			this.panel1.TabIndex = 27;
			// 
			// buttonX5
			// 
			this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonX5.Location = new System.Drawing.Point(302, 2);
			this.buttonX5.Name = "buttonX5";
			this.buttonX5.Size = new System.Drawing.Size(126, 34);
			this.buttonX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
			this.buttonX5.TabIndex = 34;
			this.buttonX5.Text = "取  消(&C)";
			this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
			// 
			// buttonX6
			// 
			this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonX6.Location = new System.Drawing.Point(4, 2);
			this.buttonX6.Name = "buttonX6";
			this.buttonX6.Size = new System.Drawing.Size(126, 34);
			this.buttonX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
			this.buttonX6.TabIndex = 33;
			this.buttonX6.Text = "添  加(&A)";
			this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
			// 
			// buttonX7
			// 
			this.buttonX7.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonX7.Location = new System.Drawing.Point(154, 2);
			this.buttonX7.Name = "buttonX7";
			this.buttonX7.Size = new System.Drawing.Size(126, 34);
			this.buttonX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
			this.buttonX7.TabIndex = 32;
			this.buttonX7.Text = "应  用(&A)";
			this.buttonX7.Click += new System.EventHandler(this.buttonX7_Click);
			// 
			// openFile
			// 
			this.openFile.Filter = "所有支持格式|*.jpg;*.gif*.bmp|所有文件|*.*";
			// 
			// picDevice
			// 
			this.picDevice.BackColor = System.Drawing.Color.Transparent;
			this.picDevice.Image = global::UtAbmsRFID.Properties.Resources._111;
			this.picDevice.Location = new System.Drawing.Point(734, -18);
			this.picDevice.Name = "picDevice";
			this.picDevice.Size = new System.Drawing.Size(15, 15);
			this.picDevice.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.picDevice.TabIndex = 10;
			this.picDevice.TabStop = false;
			// 
			// picMap
			// 
			this.picMap.BackgroundImage = global::UtAbmsRFID.Properties.Resources.Map;
			this.picMap.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
			this.picMap.Dock = System.Windows.Forms.DockStyle.Fill;
			this.picMap.Location = new System.Drawing.Point(0, 0);
			this.picMap.Name = "picMap";
			this.picMap.Size = new System.Drawing.Size(848, 322);
			this.picMap.TabIndex = 9;
			this.picMap.TabStop = false;
			this.picMap.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picMap_MouseDown);
			this.picMap.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picMap_MouseMove);
			this.picMap.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picMap_MouseUp);
			// 
			// frmJail
			// 
			this.ClientSize = new System.Drawing.Size(848, 533);
			this.Controls.Add(this.picDevice);
			this.Controls.Add(this.picMap);
			this.Controls.Add(this.tabControl2);
			this.Controls.Add(this.panelEx3);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "frmJail";
			this.Text = "监区资料管理";
			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
			this.Resize += new System.EventHandler(this.frmJail_Resize);
			this.Load += new System.EventHandler(this.frmJail_Load);
			((System.ComponentModel.ISupportInitialize)(this.tabControl2)).EndInit();
			this.tabControl2.ResumeLayout(false);
			this.tabControlPanel1.ResumeLayout(false);
			this.panel4.ResumeLayout(false);
			this.panel4.PerformLayout();
			this.tabControlPanel11.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			this.panel2.PerformLayout();
			this.tabControlPanel14.ResumeLayout(false);
			this.tabControlPanel14.PerformLayout();
			this.tabControlPanel15.ResumeLayout(false);
			this.panel3.ResumeLayout(false);
			this.panel3.PerformLayout();
			this.panelEx3.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.picDevice)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.picMap)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.PictureBox picMap;
		private DevComponents.DotNetBar.TabControl tabControl2;
		private DevComponents.DotNetBar.TabControlPanel tabControlPanel11;
		private System.Windows.Forms.Panel panel2;
		private DevComponents.DotNetBar.Controls.ComboBoxEx cbxJailPolice;
		private DevComponents.DotNetBar.Controls.ComboBoxEx cbxJailClass;
		private DevComponents.DotNetBar.Controls.TextBoxX txtJailJail;
		private System.Windows.Forms.Label label32;
		private DevComponents.DotNetBar.Controls.TextBoxX txtJailRemarks;
		private System.Windows.Forms.Label label31;
		private System.Windows.Forms.Label label30;
		private DevComponents.DotNetBar.Controls.TextBoxX txtJailName;
		private System.Windows.Forms.Label label29;
		private System.Windows.Forms.Label label28;
		private DevComponents.DotNetBar.Controls.TextBoxX txtJailNumber;
		private System.Windows.Forms.Label label33;
		private DevComponents.DotNetBar.TabItem tabBase;
		private DevComponents.DotNetBar.TabControlPanel tabControlPanel14;
		private DevComponents.DotNetBar.TabControlPanel tabControlPanel15;
		private System.Windows.Forms.Panel panel3;
		private DevComponents.DotNetBar.ButtonX buttonX8;
		private DevComponents.DotNetBar.ButtonX buttonX9;
		private System.Windows.Forms.ListBox lstMap;
		private DevComponents.DotNetBar.Controls.TextBoxX txtMapName;
		private System.Windows.Forms.Label label34;
		private DevComponents.DotNetBar.Controls.ComboBoxEx cbxMapType;
		private System.Windows.Forms.Label label39;
		private DevComponents.DotNetBar.TabItem tabMap;
		private DevComponents.DotNetBar.Controls.TextBoxX textBoxX24;
		private System.Windows.Forms.Label label41;
		private DevComponents.DotNetBar.PanelEx panelEx3;
		private System.Windows.Forms.Panel panel1;
		private DevComponents.DotNetBar.ButtonX buttonX5;
		private DevComponents.DotNetBar.ButtonX buttonX6;
		private DevComponents.DotNetBar.ButtonX buttonX7;
		private DevComponents.Editors.ComboItem comboItem1;
		private DevComponents.Editors.ComboItem comboItem2;
		private DevComponents.Editors.ComboItem comboItem3;
		private System.Windows.Forms.OpenFileDialog openFile;
		private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
		private System.Windows.Forms.Panel panel4;
		private DevComponents.DotNetBar.ButtonX SaveDevice;
		private DevComponents.DotNetBar.ButtonX DelDevice;
		private DevComponents.DotNetBar.ButtonX AddDevice;
		private System.Windows.Forms.Label label47;
		private System.Windows.Forms.Label label48;
		private DevComponents.DotNetBar.Controls.TextBoxX txtDeviceReceiveID;
		private System.Windows.Forms.Label label45;
		private DevComponents.DotNetBar.Controls.TextBoxX txtDeviceActive;
		private System.Windows.Forms.Label label46;
		private DevComponents.DotNetBar.Controls.TextBoxX txtDeviceY;
		private System.Windows.Forms.Label label43;
		private DevComponents.DotNetBar.Controls.TextBoxX txtDeviceX;
		private System.Windows.Forms.Label label44;
		private DevComponents.DotNetBar.Controls.TextBoxX txtDeviceArea;
		private System.Windows.Forms.Label label42;
		private DevComponents.DotNetBar.Controls.TextBoxX txtDeviceName;
		private System.Windows.Forms.Label label40;
		private DevComponents.DotNetBar.TabItem tabDevice;
		private System.Windows.Forms.PictureBox picDevice;
		private DevComponents.DotNetBar.Controls.TextBoxX txtDeviceReceiveIP;
		private DevComponents.DotNetBar.Controls.TextBoxX txtDeviceMe;
	}
}

⌨️ 快捷键说明

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