namespace FloatLine { partial class FloatLine { /// /// 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(FloatLine)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cbIMEI = new System.Windows.Forms.ComboBox(); this.cbMessage = new System.Windows.Forms.ComboBox(); this.bSendSBD = new System.Windows.Forms.Button(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.splitContainer1.MaximumSize = new System.Drawing.Size(320, 246); this.splitContainer1.MinimumSize = new System.Drawing.Size(320, 246); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.label1); this.splitContainer1.Panel1.Controls.Add(this.label2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.cbIMEI); this.splitContainer1.Panel2.Controls.Add(this.cbMessage); this.splitContainer1.Panel2.Controls.Add(this.bSendSBD); this.splitContainer1.Size = new System.Drawing.Size(320, 246); this.splitContainer1.SplitterDistance = 105; this.splitContainer1.SplitterWidth = 5; this.splitContainer1.TabIndex = 5; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(73, 7); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 17); this.label1.TabIndex = 3; this.label1.Text = "IMEI#:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(48, 41); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 17); this.label2.TabIndex = 4; this.label2.Text = "MESSAGE:"; // // cbIMEI // this.cbIMEI.FormattingEnabled = true; this.cbIMEI.Location = new System.Drawing.Point(4, 4); this.cbIMEI.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbIMEI.Name = "cbIMEI"; this.cbIMEI.Size = new System.Drawing.Size(160, 24); this.cbIMEI.TabIndex = 1; // // cbMessage // this.cbMessage.FormattingEnabled = true; this.cbMessage.Items.AddRange(new object[] { "$$GO", "$$RECOVERYTRUE"}); this.cbMessage.Location = new System.Drawing.Point(4, 37); this.cbMessage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbMessage.Name = "cbMessage"; this.cbMessage.Size = new System.Drawing.Size(160, 24); this.cbMessage.TabIndex = 0; // // bSendSBD // this.bSendSBD.Location = new System.Drawing.Point(65, 70); this.bSendSBD.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.bSendSBD.Name = "bSendSBD"; this.bSendSBD.Size = new System.Drawing.Size(100, 28); this.bSendSBD.TabIndex = 2; this.bSendSBD.Text = "Send SBD"; this.bSendSBD.UseVisualStyleBackColor = true; this.bSendSBD.Click += new System.EventHandler(this.bSendSBD_Click); // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.progressBar1); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 120); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(320, 41); this.flowLayoutPanel1.TabIndex = 3; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(4, 4); this.progressBar1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(311, 28); this.progressBar1.TabIndex = 0; // // FloatLine // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(320, 161); this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "FloatLine"; this.Text = "FloatLine"; this.Load += new System.EventHandler(this.Form1_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cbIMEI; private System.Windows.Forms.ComboBox cbMessage; private System.Windows.Forms.Button bSendSBD; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.ProgressBar progressBar1; } }