namespace lyfzAttendance { partial class frmMachineConfig { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMachineConfig)); this.groupBox1 = new LYFZ.ComponentLibrary.GroupBoxEx(); this.label1 = new System.Windows.Forms.Label(); this.tx_NetPassword = new System.Windows.Forms.TextBox(); this.cbox_MachineType = new LYFZ.ComponentLibrary.ComboBoxEx(); this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonForm(); this.cbox_ConnectType = new LYFZ.ComponentLibrary.ComboBoxEx(); this.label11 = new System.Windows.Forms.Label(); this.cbox_CommPort = new LYFZ.ComponentLibrary.ComboBoxEx(); this.btn_SaveConfig = new LYFZ.ComponentLibrary.ButtonEx(); this.cbox_Baudrate = new LYFZ.ComponentLibrary.ComboBoxEx(); this.tx_IpAddress = new System.Windows.Forms.TextBox(); this.cbox_ProtocolType = new LYFZ.ComponentLibrary.ComboBoxEx(); this.label9 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tx_TCPPort = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.tx_MachineNumber = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.tx_MachineLicense = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.tx_TimeOut = new System.Windows.Forms.TextBox(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.BackColor = System.Drawing.Color.White; this.plExMainContainer.Controls.Add(this.groupBox1); this.plExMainContainer.Size = new System.Drawing.Size(414, 408); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(414, 408); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(355, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(382, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(355, 0); // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.tx_NetPassword); this.groupBox1.Controls.Add(this.cbox_MachineType); this.groupBox1.Controls.Add(this.btn_Cancel); this.groupBox1.Controls.Add(this.cbox_ConnectType); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.cbox_CommPort); this.groupBox1.Controls.Add(this.btn_SaveConfig); this.groupBox1.Controls.Add(this.cbox_Baudrate); this.groupBox1.Controls.Add(this.tx_IpAddress); this.groupBox1.Controls.Add(this.cbox_ProtocolType); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.tx_TCPPort); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.tx_MachineNumber); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.tx_MachineLicense); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.tx_TimeOut); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(414, 408); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(60, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 16; this.label1.Text = "选择设备"; // // tx_NetPassword // this.tx_NetPassword.Location = new System.Drawing.Point(131, 268); this.tx_NetPassword.Name = "tx_NetPassword"; this.tx_NetPassword.Size = new System.Drawing.Size(174, 21); this.tx_NetPassword.TabIndex = 17; // // cbox_MachineType // this.cbox_MachineType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cbox_MachineType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cbox_MachineType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cbox_MachineType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbox_MachineType.Font = new System.Drawing.Font("宋体", 10.5F); this.cbox_MachineType.FormattingEnabled = true; this.cbox_MachineType.IsCustomColor = false; this.cbox_MachineType.Items.AddRange(new object[] { "旧款指纹机", "新款指纹机"}); this.cbox_MachineType.Location = new System.Drawing.Point(131, 20); this.cbox_MachineType.Name = "cbox_MachineType"; this.cbox_MachineType.ReadOnly = false; this.cbox_MachineType.Size = new System.Drawing.Size(174, 22); this.cbox_MachineType.TabIndex = 15; // // btn_Cancel // this.btn_Cancel.BackColor = System.Drawing.Color.Transparent; this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg"))); this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_Cancel.ForeColor = System.Drawing.Color.White; this.btn_Cancel.IsCustomBackImg = false; this.btn_Cancel.IsShowText = true; this.btn_Cancel.Location = new System.Drawing.Point(212, 348); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(93, 26); this.btn_Cancel.TabIndex = 1; this.btn_Cancel.Text = "取消"; this.btn_Cancel.UseVisualStyleBackColor = true; // // cbox_ConnectType // this.cbox_ConnectType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cbox_ConnectType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cbox_ConnectType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cbox_ConnectType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbox_ConnectType.Font = new System.Drawing.Font("宋体", 10.5F); this.cbox_ConnectType.FormattingEnabled = true; this.cbox_ConnectType.IsCustomColor = false; this.cbox_ConnectType.Items.AddRange(new object[] { "USB通讯", "串口通讯", "网络通讯"}); this.cbox_ConnectType.Location = new System.Drawing.Point(131, 48); this.cbox_ConnectType.Name = "cbox_ConnectType"; this.cbox_ConnectType.ReadOnly = false; this.cbox_ConnectType.Size = new System.Drawing.Size(174, 22); this.cbox_ConnectType.TabIndex = 15; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(60, 271); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(53, 12); this.label11.TabIndex = 16; this.label11.Text = "网络密码"; // // cbox_CommPort // this.cbox_CommPort.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cbox_CommPort.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cbox_CommPort.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cbox_CommPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbox_CommPort.Font = new System.Drawing.Font("宋体", 10.5F); this.cbox_CommPort.FormattingEnabled = true; this.cbox_CommPort.IsCustomColor = false; this.cbox_CommPort.Items.AddRange(new object[] { "COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9", "COM10", "COM11", "COM12", "COM13", "COM14", "COM15", "COM16", "COM17", "COM18", "COM19", "COM20", "COM21", "COM22", "COM23", "COM24", "COM25", "COM26", "COM27", "COM28", "COM29", "COM30", "COM31", "COM32", "COM33", "COM34", "COM35", "COM36", "COM37", "COM38", "COM39", "COM40", "COM41", "COM42", "COM43", "COM44", "COM45", "COM46", "COM47", "COM48", "COM49", "COM50", "COM51", "COM52", "COM53", "COM54", "COM55", "COM56", "COM57", "COM58", "COM59", "COM60", "COM61", "COM62", "COM63", "COM64", "COM65", "COM66", "COM67", "COM68", "COM69", "COM70", "COM71", "COM72", "COM73", "COM74", "COM75", "COM76", "COM77", "COM78", "COM79", "COM80", "COM81", "COM82", "COM83", "COM84", "COM85", "COM86", "COM87", "COM88", "COM89", "COM90", "COM91", "COM92", "COM93", "COM94", "COM95", "COM96", "COM97", "COM98", "COM99", "COM100", "COM101", "COM102", "COM103", "COM104", "COM105", "COM106", "COM107", "COM108", "COM109", "COM110", "COM111", "COM112", "COM113", "COM114", "COM115", "COM116", "COM117", "COM118", "COM119", "COM120", "COM121", "COM122", "COM123", "COM124", "COM125", "COM126", "COM127", "COM128", "COM129", "COM130", "COM131", "COM132", "COM133", "COM134", "COM135", "COM136", "COM137", "COM138", "COM139", "COM140", "COM141", "COM142", "COM143", "COM144", "COM145", "COM146", "COM147", "COM148", "COM149", "COM150", "COM151", "COM152", "COM153", "COM154", "COM155", "COM156", "COM157", "COM158", "COM159", "COM160", "COM161", "COM162", "COM163", "COM164", "COM165", "COM166", "COM167", "COM168", "COM169", "COM170", "COM171", "COM172", "COM173", "COM174", "COM175", "COM176", "COM177", "COM178", "COM179", "COM180", "COM181", "COM182", "COM183", "COM184", "COM185", "COM186", "COM187", "COM188", "COM189", "COM190", "COM191", "COM192", "COM193", "COM194", "COM195", "COM196", "COM197", "COM198", "COM199", "COM200", "COM201", "COM202", "COM203", "COM204", "COM205", "COM206", "COM207", "COM208", "COM209", "COM210", "COM211", "COM212", "COM213", "COM214", "COM215", "COM216", "COM217", "COM218", "COM219", "COM220", "COM221", "COM222", "COM223", "COM224", "COM225", "COM226", "COM227", "COM228", "COM229", "COM230", "COM231", "COM232", "COM233", "COM234", "COM235", "COM236", "COM237", "COM238", "COM239", "COM240", "COM241", "COM242", "COM243", "COM244", "COM245", "COM246", "COM247", "COM248", "COM249", "COM250", "COM251", "COM252", "COM253", "COM254", "COM255"}); this.cbox_CommPort.Location = new System.Drawing.Point(131, 130); this.cbox_CommPort.Name = "cbox_CommPort"; this.cbox_CommPort.ReadOnly = false; this.cbox_CommPort.Size = new System.Drawing.Size(174, 22); this.cbox_CommPort.TabIndex = 15; // // btn_SaveConfig // this.btn_SaveConfig.BackColor = System.Drawing.Color.Transparent; this.btn_SaveConfig.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_SaveConfig.BackImg"))); this.btn_SaveConfig.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_SaveConfig.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_SaveConfig.ForeColor = System.Drawing.Color.White; this.btn_SaveConfig.IsCustomBackImg = false; this.btn_SaveConfig.IsShowText = true; this.btn_SaveConfig.Location = new System.Drawing.Point(74, 348); this.btn_SaveConfig.Name = "btn_SaveConfig"; this.btn_SaveConfig.Size = new System.Drawing.Size(93, 26); this.btn_SaveConfig.TabIndex = 1; this.btn_SaveConfig.Text = "保存配置"; this.btn_SaveConfig.UseVisualStyleBackColor = true; // // cbox_Baudrate // this.cbox_Baudrate.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cbox_Baudrate.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cbox_Baudrate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cbox_Baudrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbox_Baudrate.Font = new System.Drawing.Font("宋体", 10.5F); this.cbox_Baudrate.FormattingEnabled = true; this.cbox_Baudrate.IsCustomColor = false; this.cbox_Baudrate.Items.AddRange(new object[] { "110", "300", "600", "1200", "1800", "2400", "4800", "9600", "14400", "19200", "28800", "33600", "38400", "43000", "56000", "57600", "115200"}); this.cbox_Baudrate.Location = new System.Drawing.Point(131, 158); this.cbox_Baudrate.Name = "cbox_Baudrate"; this.cbox_Baudrate.ReadOnly = false; this.cbox_Baudrate.Size = new System.Drawing.Size(174, 22); this.cbox_Baudrate.TabIndex = 15; // // tx_IpAddress // this.tx_IpAddress.Location = new System.Drawing.Point(131, 241); this.tx_IpAddress.Name = "tx_IpAddress"; this.tx_IpAddress.Size = new System.Drawing.Size(174, 21); this.tx_IpAddress.TabIndex = 17; // // cbox_ProtocolType // this.cbox_ProtocolType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cbox_ProtocolType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cbox_ProtocolType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cbox_ProtocolType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbox_ProtocolType.Font = new System.Drawing.Font("宋体", 10.5F); this.cbox_ProtocolType.FormattingEnabled = true; this.cbox_ProtocolType.IsCustomColor = false; this.cbox_ProtocolType.Items.AddRange(new object[] { "TCP", "UDP"}); this.cbox_ProtocolType.Location = new System.Drawing.Point(131, 186); this.cbox_ProtocolType.Name = "cbox_ProtocolType"; this.cbox_ProtocolType.ReadOnly = false; this.cbox_ProtocolType.Size = new System.Drawing.Size(174, 22); this.cbox_ProtocolType.TabIndex = 15; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(72, 244); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(41, 12); this.label9.TabIndex = 16; this.label9.Text = "IP地址"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(36, 53); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 16; this.label2.Text = "设备连接方式"; // // tx_TCPPort // this.tx_TCPPort.Location = new System.Drawing.Point(131, 214); this.tx_TCPPort.Name = "tx_TCPPort"; this.tx_TCPPort.Size = new System.Drawing.Size(174, 21); this.tx_TCPPort.TabIndex = 17; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(60, 79); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 16; this.label3.Text = "机器编号"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(42, 217); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(71, 12); this.label7.TabIndex = 16; this.label7.Text = "TCP/UDP端口"; // // tx_MachineNumber // this.tx_MachineNumber.Location = new System.Drawing.Point(131, 76); this.tx_MachineNumber.Name = "tx_MachineNumber"; this.tx_MachineNumber.Size = new System.Drawing.Size(174, 21); this.tx_MachineNumber.TabIndex = 17; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(60, 191); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 16; this.label8.Text = "通信协议"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(60, 106); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 16; this.label4.Text = "许可编号"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(72, 163); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 16; this.label6.Text = "波特率"; // // tx_MachineLicense // this.tx_MachineLicense.Location = new System.Drawing.Point(131, 103); this.tx_MachineLicense.Name = "tx_MachineLicense"; this.tx_MachineLicense.Size = new System.Drawing.Size(174, 21); this.tx_MachineLicense.TabIndex = 17; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(72, 135); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 16; this.label5.Text = "串口号"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(48, 298); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 12); this.label10.TabIndex = 16; this.label10.Text = "连接超时值"; // // tx_TimeOut // this.tx_TimeOut.Location = new System.Drawing.Point(131, 295); this.tx_TimeOut.Name = "tx_TimeOut"; this.tx_TimeOut.Size = new System.Drawing.Size(174, 21); this.tx_TimeOut.TabIndex = 17; // // frmMachineConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(414, 473); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.MaximizeBox = false; this.Name = "frmMachineConfig"; this.Text = "设备配置"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Load += new System.EventHandler(this.frmMachineConfig_Load); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private LYFZ.ComponentLibrary.GroupBoxEx groupBox1; private LYFZ.ComponentLibrary.ButtonForm btn_Cancel; private LYFZ.ComponentLibrary.ButtonEx btn_SaveConfig; private System.Windows.Forms.Label label1; private LYFZ.ComponentLibrary.ComboBoxEx cbox_MachineType; private System.Windows.Forms.Label label2; private LYFZ.ComponentLibrary.ComboBoxEx cbox_ConnectType; private System.Windows.Forms.TextBox tx_MachineNumber; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tx_MachineLicense; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tx_TCPPort; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private LYFZ.ComponentLibrary.ComboBoxEx cbox_Baudrate; private LYFZ.ComponentLibrary.ComboBoxEx cbox_CommPort; private System.Windows.Forms.Label label8; private LYFZ.ComponentLibrary.ComboBoxEx cbox_ProtocolType; private System.Windows.Forms.TextBox tx_IpAddress; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox tx_TimeOut; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox tx_NetPassword; private System.Windows.Forms.Label label11; } }