709 lines
35 KiB
C#
709 lines
35 KiB
C#
|
namespace MotoTrbo_GW
|
|||
|
{
|
|||
|
partial class SettingsForm
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.label15 = new System.Windows.Forms.Label();
|
|||
|
this.nupCheckInterval = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.panel6 = new System.Windows.Forms.Panel();
|
|||
|
this.label14 = new System.Windows.Forms.Label();
|
|||
|
this.nupTallysmanPort = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.label13 = new System.Windows.Forms.Label();
|
|||
|
this.label12 = new System.Windows.Forms.Label();
|
|||
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|||
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
this.nupSMSPort = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.nupLocationPort = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.label10 = new System.Windows.Forms.Label();
|
|||
|
this.nupARSPort = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.panel5 = new System.Windows.Forms.Panel();
|
|||
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|||
|
this.label11 = new System.Windows.Forms.Label();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
this.cbAudioDriver = new System.Windows.Forms.ComboBox();
|
|||
|
this.panel4 = new System.Windows.Forms.Panel();
|
|||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.numericRetryInterval = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.numericRetries = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.numericSMSInterval = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.cbRequestACK = new System.Windows.Forms.CheckBox();
|
|||
|
this.btSave = new System.Windows.Forms.Button();
|
|||
|
this.panel3 = new System.Windows.Forms.Panel();
|
|||
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|||
|
this.pictureBoxClose = new System.Windows.Forms.PictureBox();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupCheckInterval)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupTallysmanPort)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupSMSPort)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupLocationPort)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupARSPort)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericRetryInterval)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericRetries)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericSMSInterval)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|||
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.panel1.Controls.Add(this.label15);
|
|||
|
this.panel1.Controls.Add(this.nupCheckInterval);
|
|||
|
this.panel1.Controls.Add(this.panel6);
|
|||
|
this.panel1.Controls.Add(this.label14);
|
|||
|
this.panel1.Controls.Add(this.nupTallysmanPort);
|
|||
|
this.panel1.Controls.Add(this.label13);
|
|||
|
this.panel1.Controls.Add(this.label12);
|
|||
|
this.panel1.Controls.Add(this.pictureBox4);
|
|||
|
this.panel1.Controls.Add(this.label8);
|
|||
|
this.panel1.Controls.Add(this.nupSMSPort);
|
|||
|
this.panel1.Controls.Add(this.label9);
|
|||
|
this.panel1.Controls.Add(this.nupLocationPort);
|
|||
|
this.panel1.Controls.Add(this.label10);
|
|||
|
this.panel1.Controls.Add(this.nupARSPort);
|
|||
|
this.panel1.Controls.Add(this.panel5);
|
|||
|
this.panel1.Controls.Add(this.pictureBox3);
|
|||
|
this.panel1.Controls.Add(this.label11);
|
|||
|
this.panel1.Controls.Add(this.label7);
|
|||
|
this.panel1.Controls.Add(this.cbAudioDriver);
|
|||
|
this.panel1.Controls.Add(this.panel4);
|
|||
|
this.panel1.Controls.Add(this.pictureBox1);
|
|||
|
this.panel1.Controls.Add(this.label5);
|
|||
|
this.panel1.Controls.Add(this.label4);
|
|||
|
this.panel1.Controls.Add(this.numericRetryInterval);
|
|||
|
this.panel1.Controls.Add(this.label3);
|
|||
|
this.panel1.Controls.Add(this.numericRetries);
|
|||
|
this.panel1.Controls.Add(this.label1);
|
|||
|
this.panel1.Controls.Add(this.numericSMSInterval);
|
|||
|
this.panel1.Controls.Add(this.cbRequestACK);
|
|||
|
this.panel1.Controls.Add(this.btSave);
|
|||
|
this.panel1.Controls.Add(this.panel3);
|
|||
|
this.panel1.Controls.Add(this.pictureBox2);
|
|||
|
this.panel1.Controls.Add(this.pictureBoxClose);
|
|||
|
this.panel1.Controls.Add(this.label6);
|
|||
|
this.panel1.Controls.Add(this.label2);
|
|||
|
this.panel1.Controls.Add(this.panel2);
|
|||
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.panel1.Location = new System.Drawing.Point(1, 1);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(723, 463);
|
|||
|
this.panel1.TabIndex = 21;
|
|||
|
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
//
|
|||
|
// label15
|
|||
|
//
|
|||
|
this.label15.AutoSize = true;
|
|||
|
this.label15.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label15.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label15.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label15.Location = new System.Drawing.Point(505, 376);
|
|||
|
this.label15.Name = "label15";
|
|||
|
this.label15.Size = new System.Drawing.Size(59, 18);
|
|||
|
this.label15.TabIndex = 64;
|
|||
|
this.label15.Text = "minutes";
|
|||
|
//
|
|||
|
// nupCheckInterval
|
|||
|
//
|
|||
|
this.nupCheckInterval.Location = new System.Drawing.Point(381, 376);
|
|||
|
this.nupCheckInterval.Maximum = new decimal(new int[] {
|
|||
|
60000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.nupCheckInterval.Name = "nupCheckInterval";
|
|||
|
this.nupCheckInterval.Size = new System.Drawing.Size(118, 20);
|
|||
|
this.nupCheckInterval.TabIndex = 63;
|
|||
|
this.nupCheckInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.nupCheckInterval.Value = new decimal(new int[] {
|
|||
|
10,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// panel6
|
|||
|
//
|
|||
|
this.panel6.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.panel6.Location = new System.Drawing.Point(371, 300);
|
|||
|
this.panel6.Name = "panel6";
|
|||
|
this.panel6.Size = new System.Drawing.Size(331, 3);
|
|||
|
this.panel6.TabIndex = 62;
|
|||
|
//
|
|||
|
// label14
|
|||
|
//
|
|||
|
this.label14.AutoSize = true;
|
|||
|
this.label14.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label14.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label14.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label14.Location = new System.Drawing.Point(378, 354);
|
|||
|
this.label14.Name = "label14";
|
|||
|
this.label14.Size = new System.Drawing.Size(276, 18);
|
|||
|
this.label14.TabIndex = 61;
|
|||
|
this.label14.Text = "Check for missing log ids interval(0 = never)";
|
|||
|
//
|
|||
|
// nupTallysmanPort
|
|||
|
//
|
|||
|
this.nupTallysmanPort.Location = new System.Drawing.Point(381, 331);
|
|||
|
this.nupTallysmanPort.Maximum = new decimal(new int[] {
|
|||
|
60000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.nupTallysmanPort.Minimum = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.nupTallysmanPort.Name = "nupTallysmanPort";
|
|||
|
this.nupTallysmanPort.Size = new System.Drawing.Size(118, 20);
|
|||
|
this.nupTallysmanPort.TabIndex = 60;
|
|||
|
this.nupTallysmanPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.nupTallysmanPort.Value = new decimal(new int[] {
|
|||
|
4010,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// label13
|
|||
|
//
|
|||
|
this.label13.AutoSize = true;
|
|||
|
this.label13.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label13.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label13.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label13.Location = new System.Drawing.Point(378, 310);
|
|||
|
this.label13.Name = "label13";
|
|||
|
this.label13.Size = new System.Drawing.Size(94, 18);
|
|||
|
this.label13.TabIndex = 59;
|
|||
|
this.label13.Text = "Incoming Port";
|
|||
|
//
|
|||
|
// label12
|
|||
|
//
|
|||
|
this.label12.AutoSize = true;
|
|||
|
this.label12.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label12.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label12.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label12.Location = new System.Drawing.Point(426, 269);
|
|||
|
this.label12.Name = "label12";
|
|||
|
this.label12.Size = new System.Drawing.Size(90, 19);
|
|||
|
this.label12.TabIndex = 58;
|
|||
|
this.label12.Text = "TALLYSMAN";
|
|||
|
//
|
|||
|
// pictureBox4
|
|||
|
//
|
|||
|
this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.pictureBox4.Image = global::MotoTrbo_GW.Properties.Resources.t_tallysman;
|
|||
|
this.pictureBox4.Location = new System.Drawing.Point(381, 263);
|
|||
|
this.pictureBox4.Name = "pictureBox4";
|
|||
|
this.pictureBox4.Size = new System.Drawing.Size(39, 29);
|
|||
|
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pictureBox4.TabIndex = 57;
|
|||
|
this.pictureBox4.TabStop = false;
|
|||
|
//
|
|||
|
// label8
|
|||
|
//
|
|||
|
this.label8.AutoSize = true;
|
|||
|
this.label8.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label8.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label8.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label8.Location = new System.Drawing.Point(25, 183);
|
|||
|
this.label8.Name = "label8";
|
|||
|
this.label8.Size = new System.Drawing.Size(64, 18);
|
|||
|
this.label8.TabIndex = 56;
|
|||
|
this.label8.Text = "SMS Port";
|
|||
|
//
|
|||
|
// nupSMSPort
|
|||
|
//
|
|||
|
this.nupSMSPort.Location = new System.Drawing.Point(26, 203);
|
|||
|
this.nupSMSPort.Maximum = new decimal(new int[] {
|
|||
|
60000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.nupSMSPort.Minimum = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.nupSMSPort.Name = "nupSMSPort";
|
|||
|
this.nupSMSPort.Size = new System.Drawing.Size(118, 20);
|
|||
|
this.nupSMSPort.TabIndex = 55;
|
|||
|
this.nupSMSPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.nupSMSPort.Value = new decimal(new int[] {
|
|||
|
4007,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.AutoSize = true;
|
|||
|
this.label9.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label9.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label9.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label9.Location = new System.Drawing.Point(25, 139);
|
|||
|
this.label9.Name = "label9";
|
|||
|
this.label9.Size = new System.Drawing.Size(89, 18);
|
|||
|
this.label9.TabIndex = 54;
|
|||
|
this.label9.Text = "Location Port";
|
|||
|
//
|
|||
|
// nupLocationPort
|
|||
|
//
|
|||
|
this.nupLocationPort.Location = new System.Drawing.Point(26, 159);
|
|||
|
this.nupLocationPort.Maximum = new decimal(new int[] {
|
|||
|
60000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.nupLocationPort.Minimum = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.nupLocationPort.Name = "nupLocationPort";
|
|||
|
this.nupLocationPort.Size = new System.Drawing.Size(118, 20);
|
|||
|
this.nupLocationPort.TabIndex = 53;
|
|||
|
this.nupLocationPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.nupLocationPort.Value = new decimal(new int[] {
|
|||
|
4001,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// label10
|
|||
|
//
|
|||
|
this.label10.AutoSize = true;
|
|||
|
this.label10.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label10.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label10.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label10.Location = new System.Drawing.Point(25, 96);
|
|||
|
this.label10.Name = "label10";
|
|||
|
this.label10.Size = new System.Drawing.Size(61, 18);
|
|||
|
this.label10.TabIndex = 52;
|
|||
|
this.label10.Text = "ARS Port";
|
|||
|
//
|
|||
|
// nupARSPort
|
|||
|
//
|
|||
|
this.nupARSPort.Location = new System.Drawing.Point(26, 115);
|
|||
|
this.nupARSPort.Maximum = new decimal(new int[] {
|
|||
|
60000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.nupARSPort.Minimum = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.nupARSPort.Name = "nupARSPort";
|
|||
|
this.nupARSPort.Size = new System.Drawing.Size(118, 20);
|
|||
|
this.nupARSPort.TabIndex = 51;
|
|||
|
this.nupARSPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.nupARSPort.Value = new decimal(new int[] {
|
|||
|
4005,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// panel5
|
|||
|
//
|
|||
|
this.panel5.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.panel5.Location = new System.Drawing.Point(16, 82);
|
|||
|
this.panel5.Name = "panel5";
|
|||
|
this.panel5.Size = new System.Drawing.Size(331, 3);
|
|||
|
this.panel5.TabIndex = 49;
|
|||
|
//
|
|||
|
// pictureBox3
|
|||
|
//
|
|||
|
this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.pictureBox3.Image = global::MotoTrbo_GW.Properties.Resources.t_ports_b;
|
|||
|
this.pictureBox3.Location = new System.Drawing.Point(26, 50);
|
|||
|
this.pictureBox3.Name = "pictureBox3";
|
|||
|
this.pictureBox3.Size = new System.Drawing.Size(39, 29);
|
|||
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pictureBox3.TabIndex = 48;
|
|||
|
this.pictureBox3.TabStop = false;
|
|||
|
//
|
|||
|
// label11
|
|||
|
//
|
|||
|
this.label11.AutoSize = true;
|
|||
|
this.label11.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label11.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label11.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label11.Location = new System.Drawing.Point(63, 55);
|
|||
|
this.label11.Name = "label11";
|
|||
|
this.label11.Size = new System.Drawing.Size(124, 19);
|
|||
|
this.label11.TabIndex = 47;
|
|||
|
this.label11.Text = "GATEWAY PORTS";
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label7.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label7.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label7.Location = new System.Drawing.Point(25, 310);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(191, 18);
|
|||
|
this.label7.TabIndex = 46;
|
|||
|
this.label7.Text = "Audio driver that will be used";
|
|||
|
//
|
|||
|
// cbAudioDriver
|
|||
|
//
|
|||
|
this.cbAudioDriver.FormattingEnabled = true;
|
|||
|
this.cbAudioDriver.Items.AddRange(new object[] {
|
|||
|
"Windows",
|
|||
|
"ASIO"});
|
|||
|
this.cbAudioDriver.Location = new System.Drawing.Point(26, 331);
|
|||
|
this.cbAudioDriver.Name = "cbAudioDriver";
|
|||
|
this.cbAudioDriver.Size = new System.Drawing.Size(196, 21);
|
|||
|
this.cbAudioDriver.TabIndex = 45;
|
|||
|
//
|
|||
|
// panel4
|
|||
|
//
|
|||
|
this.panel4.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.panel4.Location = new System.Drawing.Point(16, 300);
|
|||
|
this.panel4.Name = "panel4";
|
|||
|
this.panel4.Size = new System.Drawing.Size(331, 3);
|
|||
|
this.panel4.TabIndex = 44;
|
|||
|
//
|
|||
|
// pictureBox1
|
|||
|
//
|
|||
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.pictureBox1.Image = global::MotoTrbo_GW.Properties.Resources.t_voice_b;
|
|||
|
this.pictureBox1.Location = new System.Drawing.Point(26, 263);
|
|||
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
this.pictureBox1.Size = new System.Drawing.Size(39, 29);
|
|||
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pictureBox1.TabIndex = 43;
|
|||
|
this.pictureBox1.TabStop = false;
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label5.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label5.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label5.Location = new System.Drawing.Point(63, 268);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(54, 19);
|
|||
|
this.label5.TabIndex = 42;
|
|||
|
this.label5.Text = "AUDIO";
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label4.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label4.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label4.Location = new System.Drawing.Point(378, 183);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(214, 18);
|
|||
|
this.label4.TabIndex = 41;
|
|||
|
this.label4.Text = "Text messages retry interval (sec)";
|
|||
|
//
|
|||
|
// numericRetryInterval
|
|||
|
//
|
|||
|
this.numericRetryInterval.Location = new System.Drawing.Point(379, 204);
|
|||
|
this.numericRetryInterval.Maximum = new decimal(new int[] {
|
|||
|
1000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericRetryInterval.Minimum = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericRetryInterval.Name = "numericRetryInterval";
|
|||
|
this.numericRetryInterval.Size = new System.Drawing.Size(118, 20);
|
|||
|
this.numericRetryInterval.TabIndex = 40;
|
|||
|
this.numericRetryInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.numericRetryInterval.Value = new decimal(new int[] {
|
|||
|
180,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label3.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label3.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label3.Location = new System.Drawing.Point(378, 139);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(281, 18);
|
|||
|
this.label3.TabIndex = 39;
|
|||
|
this.label3.Text = "Text message number of retries (0 = infinite)";
|
|||
|
//
|
|||
|
// numericRetries
|
|||
|
//
|
|||
|
this.numericRetries.Location = new System.Drawing.Point(379, 159);
|
|||
|
this.numericRetries.Maximum = new decimal(new int[] {
|
|||
|
500000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericRetries.Name = "numericRetries";
|
|||
|
this.numericRetries.Size = new System.Drawing.Size(118, 20);
|
|||
|
this.numericRetries.TabIndex = 38;
|
|||
|
this.numericRetries.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.numericRetries.Value = new decimal(new int[] {
|
|||
|
5,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label1.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label1.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label1.Location = new System.Drawing.Point(378, 96);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(231, 18);
|
|||
|
this.label1.TabIndex = 37;
|
|||
|
this.label1.Text = "Text messages sending interval (ms)";
|
|||
|
//
|
|||
|
// numericSMSInterval
|
|||
|
//
|
|||
|
this.numericSMSInterval.Increment = new decimal(new int[] {
|
|||
|
50,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericSMSInterval.Location = new System.Drawing.Point(379, 115);
|
|||
|
this.numericSMSInterval.Maximum = new decimal(new int[] {
|
|||
|
60000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericSMSInterval.Minimum = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericSMSInterval.Name = "numericSMSInterval";
|
|||
|
this.numericSMSInterval.Size = new System.Drawing.Size(118, 20);
|
|||
|
this.numericSMSInterval.TabIndex = 34;
|
|||
|
this.numericSMSInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.numericSMSInterval.Value = new decimal(new int[] {
|
|||
|
1200,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// cbRequestACK
|
|||
|
//
|
|||
|
this.cbRequestACK.AutoSize = true;
|
|||
|
this.cbRequestACK.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.cbRequestACK.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.cbRequestACK.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.cbRequestACK.Location = new System.Drawing.Point(379, 228);
|
|||
|
this.cbRequestACK.Name = "cbRequestACK";
|
|||
|
this.cbRequestACK.Size = new System.Drawing.Size(163, 22);
|
|||
|
this.cbRequestACK.TabIndex = 33;
|
|||
|
this.cbRequestACK.Text = "Request acknowledge";
|
|||
|
this.cbRequestACK.UseVisualStyleBackColor = false;
|
|||
|
//
|
|||
|
// btSave
|
|||
|
//
|
|||
|
this.btSave.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|||
|
this.btSave.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.btSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btSave.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btSave.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.btSave.Location = new System.Drawing.Point(17, 404);
|
|||
|
this.btSave.Name = "btSave";
|
|||
|
this.btSave.Size = new System.Drawing.Size(141, 39);
|
|||
|
this.btSave.TabIndex = 31;
|
|||
|
this.btSave.Text = "Save Settings";
|
|||
|
this.btSave.UseVisualStyleBackColor = false;
|
|||
|
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
|||
|
//
|
|||
|
// panel3
|
|||
|
//
|
|||
|
this.panel3.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.panel3.Location = new System.Drawing.Point(371, 82);
|
|||
|
this.panel3.Name = "panel3";
|
|||
|
this.panel3.Size = new System.Drawing.Size(331, 3);
|
|||
|
this.panel3.TabIndex = 30;
|
|||
|
//
|
|||
|
// pictureBox2
|
|||
|
//
|
|||
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.pictureBox2.Image = global::MotoTrbo_GW.Properties.Resources.t_sms_b;
|
|||
|
this.pictureBox2.Location = new System.Drawing.Point(381, 50);
|
|||
|
this.pictureBox2.Name = "pictureBox2";
|
|||
|
this.pictureBox2.Size = new System.Drawing.Size(39, 29);
|
|||
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pictureBox2.TabIndex = 27;
|
|||
|
this.pictureBox2.TabStop = false;
|
|||
|
this.pictureBox2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
//
|
|||
|
// pictureBoxClose
|
|||
|
//
|
|||
|
this.pictureBoxClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.pictureBoxClose.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.pictureBoxClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.pictureBoxClose.Image = global::MotoTrbo_GW.Properties.Resources.close;
|
|||
|
this.pictureBoxClose.Location = new System.Drawing.Point(700, 3);
|
|||
|
this.pictureBoxClose.Name = "pictureBoxClose";
|
|||
|
this.pictureBoxClose.Size = new System.Drawing.Size(20, 22);
|
|||
|
this.pictureBoxClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pictureBoxClose.TabIndex = 21;
|
|||
|
this.pictureBoxClose.TabStop = false;
|
|||
|
this.pictureBoxClose.Click += new System.EventHandler(this.pictureBoxClose_Click);
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label6.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label6.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label6.Location = new System.Drawing.Point(418, 55);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(112, 19);
|
|||
|
this.label6.TabIndex = 16;
|
|||
|
this.label6.Text = "TEXT MESSAGE";
|
|||
|
this.label6.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label2.Font = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label2.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label2.Location = new System.Drawing.Point(12, 14);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(108, 29);
|
|||
|
this.label2.TabIndex = 1;
|
|||
|
this.label2.Text = "SETTINGS";
|
|||
|
this.label2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
//
|
|||
|
// panel2
|
|||
|
//
|
|||
|
this.panel2.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.panel2.Location = new System.Drawing.Point(0, 13);
|
|||
|
this.panel2.Name = "panel2";
|
|||
|
this.panel2.Size = new System.Drawing.Size(9, 31);
|
|||
|
this.panel2.TabIndex = 0;
|
|||
|
//
|
|||
|
// SettingsForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.DarkGray;
|
|||
|
this.ClientSize = new System.Drawing.Size(725, 465);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "SettingsForm";
|
|||
|
this.Padding = new System.Windows.Forms.Padding(1);
|
|||
|
this.Text = "Settings";
|
|||
|
this.TopMost = true;
|
|||
|
this.Load += new System.EventHandler(this.SettingsForm_Load);
|
|||
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.panel1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupCheckInterval)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupTallysmanPort)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupSMSPort)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupLocationPort)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.nupARSPort)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericRetryInterval)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericRetries)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericSMSInterval)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Panel panel2;
|
|||
|
private System.Windows.Forms.PictureBox pictureBoxClose;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|||
|
private System.Windows.Forms.Panel panel3;
|
|||
|
private System.Windows.Forms.Button btSave;
|
|||
|
private System.Windows.Forms.CheckBox cbRequestACK;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.NumericUpDown numericSMSInterval;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.NumericUpDown numericRetries;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.NumericUpDown numericRetryInterval;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
private System.Windows.Forms.ComboBox cbAudioDriver;
|
|||
|
private System.Windows.Forms.Panel panel4;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
|
|||
|
private System.Windows.Forms.Label label8;
|
|||
|
private System.Windows.Forms.NumericUpDown nupSMSPort;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
private System.Windows.Forms.NumericUpDown nupLocationPort;
|
|||
|
private System.Windows.Forms.Label label10;
|
|||
|
private System.Windows.Forms.NumericUpDown nupARSPort;
|
|||
|
private System.Windows.Forms.Panel panel5;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|||
|
private System.Windows.Forms.Label label11;
|
|||
|
private System.Windows.Forms.Label label14;
|
|||
|
private System.Windows.Forms.NumericUpDown nupTallysmanPort;
|
|||
|
private System.Windows.Forms.Label label13;
|
|||
|
private System.Windows.Forms.Label label12;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|||
|
private System.Windows.Forms.Panel panel6;
|
|||
|
private System.Windows.Forms.Label label15;
|
|||
|
private System.Windows.Forms.NumericUpDown nupCheckInterval;
|
|||
|
}
|
|||
|
}
|