304 lines
15 KiB
C#
304 lines
15 KiB
C#
namespace MotoTRBO_SOC
|
|
{
|
|
partial class DebugCmd
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugCmd));
|
|
this.buttonTriggered = new System.Windows.Forms.Button();
|
|
this.buttonImmediate = new System.Windows.Forms.Button();
|
|
this.buttonSendSMS = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.numericInterval = new System.Windows.Forms.NumericUpDown();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tbMessage = new System.Windows.Forms.TextBox();
|
|
this.numericRadioID = new System.Windows.Forms.NumericUpDown();
|
|
this.buttonConsole = new System.Windows.Forms.Button();
|
|
this.panelCmds = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericInterval)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericRadioID)).BeginInit();
|
|
this.panelCmds.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonTriggered
|
|
//
|
|
this.buttonTriggered.BackColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.buttonTriggered.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonTriggered.ForeColor = System.Drawing.Color.White;
|
|
this.buttonTriggered.Location = new System.Drawing.Point(4, 52);
|
|
this.buttonTriggered.Name = "buttonTriggered";
|
|
this.buttonTriggered.Size = new System.Drawing.Size(121, 47);
|
|
this.buttonTriggered.TabIndex = 2;
|
|
this.buttonTriggered.Text = "Triggered Location Request";
|
|
this.buttonTriggered.UseVisualStyleBackColor = false;
|
|
this.buttonTriggered.Click += new System.EventHandler(this.buttonTriggered_Click);
|
|
//
|
|
// buttonImmediate
|
|
//
|
|
this.buttonImmediate.BackColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.buttonImmediate.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonImmediate.ForeColor = System.Drawing.Color.White;
|
|
this.buttonImmediate.Location = new System.Drawing.Point(149, 53);
|
|
this.buttonImmediate.Name = "buttonImmediate";
|
|
this.buttonImmediate.Size = new System.Drawing.Size(121, 47);
|
|
this.buttonImmediate.TabIndex = 3;
|
|
this.buttonImmediate.Text = "Immediate Location Request";
|
|
this.buttonImmediate.UseVisualStyleBackColor = false;
|
|
this.buttonImmediate.Click += new System.EventHandler(this.buttonImmediate_Click);
|
|
//
|
|
// buttonSendSMS
|
|
//
|
|
this.buttonSendSMS.BackColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.buttonSendSMS.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSendSMS.ForeColor = System.Drawing.Color.White;
|
|
this.buttonSendSMS.Location = new System.Drawing.Point(149, 166);
|
|
this.buttonSendSMS.Name = "buttonSendSMS";
|
|
this.buttonSendSMS.Size = new System.Drawing.Size(121, 47);
|
|
this.buttonSendSMS.TabIndex = 5;
|
|
this.buttonSendSMS.Text = "Send Test SMS";
|
|
this.buttonSendSMS.UseVisualStyleBackColor = false;
|
|
this.buttonSendSMS.Click += new System.EventHandler(this.buttonSendSMS_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(5, 6);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(56, 17);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "Radio ID";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(146, 6);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(111, 17);
|
|
this.label2.TabIndex = 6;
|
|
this.label2.Text = "Reporting Interval";
|
|
//
|
|
// numericInterval
|
|
//
|
|
this.numericInterval.Location = new System.Drawing.Point(149, 26);
|
|
this.numericInterval.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericInterval.Minimum = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericInterval.Name = "numericInterval";
|
|
this.numericInterval.Size = new System.Drawing.Size(121, 20);
|
|
this.numericInterval.TabIndex = 1;
|
|
this.numericInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.numericInterval.Value = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.panel1.Location = new System.Drawing.Point(4, 114);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(272, 3);
|
|
this.panel1.TabIndex = 8;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
|
this.label3.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(5, 120);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(85, 17);
|
|
this.label3.TabIndex = 10;
|
|
this.label3.Text = "Text Message";
|
|
//
|
|
// tbMessage
|
|
//
|
|
this.tbMessage.Location = new System.Drawing.Point(4, 140);
|
|
this.tbMessage.Name = "tbMessage";
|
|
this.tbMessage.Size = new System.Drawing.Size(266, 20);
|
|
this.tbMessage.TabIndex = 4;
|
|
this.tbMessage.Text = "test from safemobile";
|
|
this.tbMessage.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// numericRadioID
|
|
//
|
|
this.numericRadioID.Location = new System.Drawing.Point(4, 26);
|
|
this.numericRadioID.Maximum = new decimal(new int[] {
|
|
16777215,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericRadioID.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericRadioID.Name = "numericRadioID";
|
|
this.numericRadioID.Size = new System.Drawing.Size(121, 20);
|
|
this.numericRadioID.TabIndex = 0;
|
|
this.numericRadioID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.numericRadioID.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// buttonConsole
|
|
//
|
|
this.buttonConsole.BackColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.buttonConsole.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonConsole.ForeColor = System.Drawing.Color.White;
|
|
this.buttonConsole.Location = new System.Drawing.Point(4, 166);
|
|
this.buttonConsole.Name = "buttonConsole";
|
|
this.buttonConsole.Size = new System.Drawing.Size(121, 47);
|
|
this.buttonConsole.TabIndex = 6;
|
|
this.buttonConsole.Text = "Show Console";
|
|
this.buttonConsole.UseVisualStyleBackColor = false;
|
|
this.buttonConsole.Click += new System.EventHandler(this.buttonConsole_Click);
|
|
//
|
|
// panelCmds
|
|
//
|
|
this.panelCmds.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelCmds.Controls.Add(this.buttonConsole);
|
|
this.panelCmds.Controls.Add(this.label1);
|
|
this.panelCmds.Controls.Add(this.numericRadioID);
|
|
this.panelCmds.Controls.Add(this.buttonTriggered);
|
|
this.panelCmds.Controls.Add(this.label3);
|
|
this.panelCmds.Controls.Add(this.buttonImmediate);
|
|
this.panelCmds.Controls.Add(this.tbMessage);
|
|
this.panelCmds.Controls.Add(this.buttonSendSMS);
|
|
this.panelCmds.Controls.Add(this.panel1);
|
|
this.panelCmds.Controls.Add(this.label2);
|
|
this.panelCmds.Controls.Add(this.numericInterval);
|
|
this.panelCmds.Location = new System.Drawing.Point(7, 46);
|
|
this.panelCmds.Name = "panelCmds";
|
|
this.panelCmds.Size = new System.Drawing.Size(280, 223);
|
|
this.panelCmds.TabIndex = 13;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.White;
|
|
this.pictureBox1.Image = global::MotoTRBO_SOC.Properties.Resources.login_user;
|
|
this.pictureBox1.Location = new System.Drawing.Point(10, 11);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(24, 24);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 14;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(34, 11);
|
|
this.textBox1.MinimumSize = new System.Drawing.Size(170, 24);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.PasswordChar = '*';
|
|
this.textBox1.Size = new System.Drawing.Size(243, 24);
|
|
this.textBox1.TabIndex = 0;
|
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox2.Image = global::MotoTRBO_SOC.Properties.Resources.SafeNet_logo;
|
|
this.pictureBox2.Location = new System.Drawing.Point(184, 269);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(134, 34);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox2.TabIndex = 16;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// DebugCmd
|
|
//
|
|
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(296, 300);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.panelCmds);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(312, 338);
|
|
this.MinimumSize = new System.Drawing.Size(312, 338);
|
|
this.Name = "DebugCmd";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.Text = "DebugCmd";
|
|
((System.ComponentModel.ISupportInitialize)(this.numericInterval)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericRadioID)).EndInit();
|
|
this.panelCmds.ResumeLayout(false);
|
|
this.panelCmds.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonTriggered;
|
|
private System.Windows.Forms.Button buttonImmediate;
|
|
private System.Windows.Forms.Button buttonSendSMS;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.NumericUpDown numericInterval;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox tbMessage;
|
|
private System.Windows.Forms.NumericUpDown numericRadioID;
|
|
private System.Windows.Forms.Button buttonConsole;
|
|
private System.Windows.Forms.Panel panelCmds;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
}
|
|
} |