namespace MotoTRBO_SOC { partial class FormMain { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); this.labelAppTitle = new System.Windows.Forms.Label(); this.labelGwStatus = new System.Windows.Forms.Label(); this.labelStatus = new System.Windows.Forms.Label(); this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components); this.notifyIconContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.pictureBoxClose = new System.Windows.Forms.PictureBox(); this.pictureBoxMinimize = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.labelVersion = new System.Windows.Forms.Label(); this.pictureBoxLoading = new System.Windows.Forms.PictureBox(); this.pictureBoxArs = new System.Windows.Forms.PictureBox(); this.pictureBoxPosition = new System.Windows.Forms.PictureBox(); this.pictureBoxSMS = new System.Windows.Forms.PictureBox(); this.pictureBoxDatabase = new System.Windows.Forms.PictureBox(); this.pictureBoxSettings = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.tbEvent = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinimize)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLoading)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPosition)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSMS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDatabase)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSettings)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // labelAppTitle // this.labelAppTitle.AutoSize = true; this.labelAppTitle.BackColor = System.Drawing.Color.Transparent; this.labelAppTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelAppTitle.ForeColor = System.Drawing.Color.DarkGray; this.labelAppTitle.Location = new System.Drawing.Point(45, 10); this.labelAppTitle.Name = "labelAppTitle"; this.labelAppTitle.Size = new System.Drawing.Size(134, 15); this.labelAppTitle.TabIndex = 1; this.labelAppTitle.Text = "MotoTRBO Gateway"; this.labelAppTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.labelAppTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.labelAppTitle.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // labelGwStatus // this.labelGwStatus.AutoSize = true; this.labelGwStatus.BackColor = System.Drawing.Color.Transparent; this.labelGwStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 27F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelGwStatus.ForeColor = System.Drawing.Color.White; this.labelGwStatus.Location = new System.Drawing.Point(38, 57); this.labelGwStatus.Name = "labelGwStatus"; this.labelGwStatus.Size = new System.Drawing.Size(152, 40); this.labelGwStatus.TabIndex = 2; this.labelGwStatus.Text = "Loading"; // // labelStatus // this.labelStatus.AutoSize = true; this.labelStatus.BackColor = System.Drawing.Color.Transparent; this.labelStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStatus.ForeColor = System.Drawing.Color.DarkGray; this.labelStatus.Location = new System.Drawing.Point(46, 93); this.labelStatus.MinimumSize = new System.Drawing.Size(89, 12); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(89, 12); this.labelStatus.TabIndex = 3; // // notifyIcon // this.notifyIcon.Text = "notifyIcon1"; this.notifyIcon.Visible = true; this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_DoubleClick); // // notifyIconContextMenuStrip // this.notifyIconContextMenuStrip.Name = "notifyIconContextMenuStrip"; this.notifyIconContextMenuStrip.Size = new System.Drawing.Size(61, 4); // // pictureBoxClose // this.pictureBoxClose.BackColor = System.Drawing.Color.Transparent; this.pictureBoxClose.Image = global::MotoTRBO_SOC.Properties.Resources.close; this.pictureBoxClose.Location = new System.Drawing.Point(329, 5); this.pictureBoxClose.Name = "pictureBoxClose"; this.pictureBoxClose.Size = new System.Drawing.Size(20, 22); this.pictureBoxClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxClose.TabIndex = 5; this.pictureBoxClose.TabStop = false; this.pictureBoxClose.Click += new System.EventHandler(this.pictureBoxClose_Click); this.pictureBoxClose.MouseEnter += new System.EventHandler(this.pictureBoxClose_MouseEnter); this.pictureBoxClose.MouseLeave += new System.EventHandler(this.pictureBoxClose_MouseLeave); // // pictureBoxMinimize // this.pictureBoxMinimize.BackColor = System.Drawing.Color.Transparent; this.pictureBoxMinimize.Image = global::MotoTRBO_SOC.Properties.Resources.minimize; this.pictureBoxMinimize.Location = new System.Drawing.Point(301, 4); this.pictureBoxMinimize.Name = "pictureBoxMinimize"; this.pictureBoxMinimize.Size = new System.Drawing.Size(20, 22); this.pictureBoxMinimize.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxMinimize.TabIndex = 4; this.pictureBoxMinimize.TabStop = false; this.pictureBoxMinimize.Click += new System.EventHandler(this.pictureBoxMinimize_Click); this.pictureBoxMinimize.MouseEnter += new System.EventHandler(this.pictureBoxMinimize_MouseEnter); this.pictureBoxMinimize.MouseLeave += new System.EventHandler(this.pictureBoxMinimize_MouseLeave); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = global::MotoTRBO_SOC.Properties.Resources.logo_mg; this.pictureBox1.Location = new System.Drawing.Point(9, 5); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(37, 25); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // labelVersion // this.labelVersion.AutoSize = true; this.labelVersion.BackColor = System.Drawing.Color.Transparent; this.labelVersion.Font = new System.Drawing.Font("OCR A Extended", 9.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelVersion.ForeColor = System.Drawing.Color.DarkGray; this.labelVersion.Location = new System.Drawing.Point(16, 377); this.labelVersion.Name = "labelVersion"; this.labelVersion.Size = new System.Drawing.Size(15, 13); this.labelVersion.TabIndex = 6; this.labelVersion.Text = "2"; this.labelVersion.DoubleClick += new System.EventHandler(this.labelVersion_DoubleClick); // // pictureBoxLoading // this.pictureBoxLoading.BackColor = System.Drawing.Color.Transparent; this.pictureBoxLoading.Image = global::MotoTRBO_SOC.Properties.Resources.loading; this.pictureBoxLoading.Location = new System.Drawing.Point(3, 57); this.pictureBoxLoading.Name = "pictureBoxLoading"; this.pictureBoxLoading.Size = new System.Drawing.Size(43, 44); this.pictureBoxLoading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxLoading.TabIndex = 7; this.pictureBoxLoading.TabStop = false; // // pictureBoxArs // this.pictureBoxArs.BackColor = System.Drawing.Color.Transparent; this.pictureBoxArs.Image = global::MotoTRBO_SOC.Properties.Resources.ars_icon_disabled; this.pictureBoxArs.Location = new System.Drawing.Point(42, 121); this.pictureBoxArs.Name = "pictureBoxArs"; this.pictureBoxArs.Size = new System.Drawing.Size(32, 32); this.pictureBoxArs.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxArs.TabIndex = 10; this.pictureBoxArs.TabStop = false; this.pictureBoxArs.Tag = "Disabled"; // // pictureBoxPosition // this.pictureBoxPosition.BackColor = System.Drawing.Color.Transparent; this.pictureBoxPosition.Image = global::MotoTRBO_SOC.Properties.Resources.gps_icon_disabled; this.pictureBoxPosition.Location = new System.Drawing.Point(122, 121); this.pictureBoxPosition.Name = "pictureBoxPosition"; this.pictureBoxPosition.Size = new System.Drawing.Size(32, 32); this.pictureBoxPosition.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxPosition.TabIndex = 11; this.pictureBoxPosition.TabStop = false; this.pictureBoxPosition.Tag = "Disabled"; // // pictureBoxSMS // this.pictureBoxSMS.BackColor = System.Drawing.Color.Transparent; this.pictureBoxSMS.Image = global::MotoTRBO_SOC.Properties.Resources.sms_icon_disabled; this.pictureBoxSMS.Location = new System.Drawing.Point(202, 121); this.pictureBoxSMS.Name = "pictureBoxSMS"; this.pictureBoxSMS.Size = new System.Drawing.Size(32, 32); this.pictureBoxSMS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxSMS.TabIndex = 12; this.pictureBoxSMS.TabStop = false; this.pictureBoxSMS.Tag = "Disabled"; // // pictureBoxDatabase // this.pictureBoxDatabase.BackColor = System.Drawing.Color.Transparent; this.pictureBoxDatabase.Image = global::MotoTRBO_SOC.Properties.Resources.database_icon_disabled; this.pictureBoxDatabase.Location = new System.Drawing.Point(282, 121); this.pictureBoxDatabase.Name = "pictureBoxDatabase"; this.pictureBoxDatabase.Size = new System.Drawing.Size(32, 32); this.pictureBoxDatabase.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxDatabase.TabIndex = 13; this.pictureBoxDatabase.TabStop = false; this.pictureBoxDatabase.Tag = "Disabled"; // // pictureBoxSettings // this.pictureBoxSettings.BackColor = System.Drawing.Color.Transparent; this.pictureBoxSettings.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBoxSettings.Image = global::MotoTRBO_SOC.Properties.Resources.settings_icon; this.pictureBoxSettings.Location = new System.Drawing.Point(316, 371); this.pictureBoxSettings.Name = "pictureBoxSettings"; this.pictureBoxSettings.Size = new System.Drawing.Size(32, 32); this.pictureBoxSettings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxSettings.TabIndex = 14; this.pictureBoxSettings.TabStop = false; this.pictureBoxSettings.Click += new System.EventHandler(this.pictureBoxSettings_Click); // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox2.Image = global::MotoTRBO_SOC.Properties.Resources.SafeNet_logo; this.pictureBox2.Location = new System.Drawing.Point(231, 373); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(88, 32); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 15; this.pictureBox2.TabStop = false; this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click); // // tbEvent // this.tbEvent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25))))); this.tbEvent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbEvent.Enabled = false; this.tbEvent.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbEvent.Location = new System.Drawing.Point(39, 166); this.tbEvent.Multiline = true; this.tbEvent.Name = "tbEvent"; this.tbEvent.ReadOnly = true; this.tbEvent.Size = new System.Drawing.Size(282, 199); this.tbEvent.TabIndex = 16; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::MotoTRBO_SOC.Properties.Resources.bg; this.ClientSize = new System.Drawing.Size(355, 406); this.Controls.Add(this.pictureBoxSettings); this.Controls.Add(this.pictureBoxDatabase); this.Controls.Add(this.pictureBoxSMS); this.Controls.Add(this.pictureBoxPosition); this.Controls.Add(this.pictureBoxArs); this.Controls.Add(this.pictureBoxLoading); this.Controls.Add(this.labelVersion); this.Controls.Add(this.pictureBoxClose); this.Controls.Add(this.pictureBoxMinimize); this.Controls.Add(this.labelStatus); this.Controls.Add(this.labelGwStatus); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.labelAppTitle); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.tbEvent); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormMain"; this.Text = "Safenet MototTRBO Gateway"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing); this.Load += new System.EventHandler(this.FormMain_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); this.Resize += new System.EventHandler(this.FormMain_Resize); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinimize)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLoading)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxArs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPosition)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSMS)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDatabase)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSettings)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label labelAppTitle; private System.Windows.Forms.Label labelGwStatus; private System.Windows.Forms.Label labelStatus; private System.Windows.Forms.NotifyIcon notifyIcon; private System.Windows.Forms.PictureBox pictureBoxMinimize; private System.Windows.Forms.PictureBox pictureBoxClose; private System.Windows.Forms.ContextMenuStrip notifyIconContextMenuStrip; private System.Windows.Forms.Label labelVersion; private System.Windows.Forms.PictureBox pictureBoxLoading; private System.Windows.Forms.PictureBox pictureBoxArs; private System.Windows.Forms.PictureBox pictureBoxPosition; private System.Windows.Forms.PictureBox pictureBoxSMS; private System.Windows.Forms.PictureBox pictureBoxDatabase; private System.Windows.Forms.PictureBox pictureBoxSettings; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.TextBox tbEvent; } }