namespace GPSServer { partial class Main { /// /// 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() { this.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.btnStart = new System.Windows.Forms.Button(); this.btnStop = new System.Windows.Forms.Button(); this.txtResIpAddress = new System.Windows.Forms.TextBox(); this.txtResPort = new System.Windows.Forms.TextBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.timer3 = new System.Windows.Forms.Timer(this.components); this.timer4 = new System.Windows.Forms.Timer(this.components); this.lbCJH = new System.Windows.Forms.Label(); this.lbDL = new System.Windows.Forms.Label(); this.lbZD = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(57, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 0; this.label1.Text = "监听IP"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(57, 98); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 1; this.label2.Text = "终端连接数:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(55, 135); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(113, 12); this.label3.TabIndex = 2; this.label3.Text = "实时队列中的数据:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(57, 176); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(101, 12); this.label4.TabIndex = 3; this.label4.Text = "持久化队列数据:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(301, 35); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 4; this.label5.Text = "端口:"; // // btnStart // this.btnStart.Location = new System.Drawing.Point(120, 276); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(75, 23); this.btnStart.TabIndex = 6; this.btnStart.Text = "Start"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // btnStop // this.btnStop.Location = new System.Drawing.Point(255, 276); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(75, 23); this.btnStop.TabIndex = 7; this.btnStop.Text = "Stop"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // txtResIpAddress // this.txtResIpAddress.Location = new System.Drawing.Point(104, 32); this.txtResIpAddress.Name = "txtResIpAddress"; this.txtResIpAddress.Size = new System.Drawing.Size(174, 21); this.txtResIpAddress.TabIndex = 8; this.txtResIpAddress.Text = "0.0.0.0"; // // txtResPort // this.txtResPort.Location = new System.Drawing.Point(348, 32); this.txtResPort.Name = "txtResPort"; this.txtResPort.Size = new System.Drawing.Size(54, 21); this.txtResPort.TabIndex = 9; this.txtResPort.Text = "9668"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 300000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Enabled = true; this.timer2.Interval = 1000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // timer3 // this.timer3.Enabled = true; this.timer3.Interval = 1000; this.timer3.Tick += new System.EventHandler(this.timer3_Tick); // // timer4 // this.timer4.Enabled = true; this.timer4.Interval = 3000; this.timer4.Tick += new System.EventHandler(this.timer4_Tick); // // lbCJH // this.lbCJH.AutoSize = true; this.lbCJH.Location = new System.Drawing.Point(193, 176); this.lbCJH.Name = "lbCJH"; this.lbCJH.Size = new System.Drawing.Size(11, 12); this.lbCJH.TabIndex = 12; this.lbCJH.Text = "0"; // // lbDL // this.lbDL.AutoSize = true; this.lbDL.Location = new System.Drawing.Point(193, 135); this.lbDL.Name = "lbDL"; this.lbDL.Size = new System.Drawing.Size(11, 12); this.lbDL.TabIndex = 11; this.lbDL.Text = "0"; // // lbZD // this.lbZD.AutoSize = true; this.lbZD.Location = new System.Drawing.Point(193, 98); this.lbZD.Name = "lbZD"; this.lbZD.Size = new System.Drawing.Size(11, 12); this.lbZD.TabIndex = 10; this.lbZD.Text = "0"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(57, 213); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(113, 12); this.label6.TabIndex = 13; this.label6.Text = "完成持久化的数据:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(193, 213); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(11, 12); this.label7.TabIndex = 14; this.label7.Text = "0"; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(478, 334); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.lbCJH); this.Controls.Add(this.lbDL); this.Controls.Add(this.lbZD); this.Controls.Add(this.txtResPort); this.Controls.Add(this.txtResIpAddress); this.Controls.Add(this.btnStop); this.Controls.Add(this.btnStart); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "Main"; this.Text = "GPS服务程序"; this.Load += new System.EventHandler(this.Main_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.TextBox txtResIpAddress; private System.Windows.Forms.TextBox txtResPort; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.Timer timer3; private System.Windows.Forms.Timer timer4; private System.Windows.Forms.Label lbCJH; private System.Windows.Forms.Label lbDL; private System.Windows.Forms.Label lbZD; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; } }