468 lines
24 KiB
C#
468 lines
24 KiB
C#
namespace MotoTRBO_SOC
|
|
{
|
|
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.buttonImmediate = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.numericRadioID = new System.Windows.Forms.NumericUpDown();
|
|
this.buttonTriggered = new System.Windows.Forms.Button();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.numericInterval = new System.Windows.Forms.NumericUpDown();
|
|
this.cbLocationStop = new System.Windows.Forms.CheckBox();
|
|
this.cbCapacityPlus = new System.Windows.Forms.CheckBox();
|
|
this.btSave = new System.Windows.Forms.Button();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.dividerSoftware = new System.Windows.Forms.Panel();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.tbRadioIP = new System.Windows.Forms.TextBox();
|
|
this.lbRadioIP = new System.Windows.Forms.Label();
|
|
this.npRadioID = new System.Windows.Forms.NumericUpDown();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBoxClose = new System.Windows.Forms.PictureBox();
|
|
this.npGwCode = new System.Windows.Forms.NumericUpDown();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericRadioID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericInterval)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.npRadioID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.npGwCode)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackgroundImage = global::MotoTRBO_SOC.Properties.Resources.bg;
|
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel1.Controls.Add(this.buttonImmediate);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.numericRadioID);
|
|
this.panel1.Controls.Add(this.buttonTriggered);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.numericInterval);
|
|
this.panel1.Controls.Add(this.cbLocationStop);
|
|
this.panel1.Controls.Add(this.cbCapacityPlus);
|
|
this.panel1.Controls.Add(this.btSave);
|
|
this.panel1.Controls.Add(this.panel3);
|
|
this.panel1.Controls.Add(this.dividerSoftware);
|
|
this.panel1.Controls.Add(this.pictureBox2);
|
|
this.panel1.Controls.Add(this.tbRadioIP);
|
|
this.panel1.Controls.Add(this.lbRadioIP);
|
|
this.panel1.Controls.Add(this.npRadioID);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Controls.Add(this.pictureBoxClose);
|
|
this.panel1.Controls.Add(this.npGwCode);
|
|
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(330, 526);
|
|
this.panel1.TabIndex = 21;
|
|
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|
//
|
|
// buttonImmediate
|
|
//
|
|
this.buttonImmediate.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|
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.Black;
|
|
this.buttonImmediate.Location = new System.Drawing.Point(180, 230);
|
|
this.buttonImmediate.Name = "buttonImmediate";
|
|
this.buttonImmediate.Size = new System.Drawing.Size(118, 47);
|
|
this.buttonImmediate.TabIndex = 39;
|
|
this.buttonImmediate.Text = "Immediate Location Request";
|
|
this.buttonImmediate.UseVisualStyleBackColor = false;
|
|
this.buttonImmediate.Click += new System.EventHandler(this.buttonImmediate_Click);
|
|
//
|
|
// 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.White;
|
|
this.label1.Location = new System.Drawing.Point(25, 185);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 18);
|
|
this.label1.TabIndex = 37;
|
|
this.label1.Text = "Subscriber ID";
|
|
//
|
|
// numericRadioID
|
|
//
|
|
this.numericRadioID.Location = new System.Drawing.Point(26, 204);
|
|
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(118, 20);
|
|
this.numericRadioID.TabIndex = 34;
|
|
this.numericRadioID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.numericRadioID.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// buttonTriggered
|
|
//
|
|
this.buttonTriggered.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|
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.Black;
|
|
this.buttonTriggered.Location = new System.Drawing.Point(26, 230);
|
|
this.buttonTriggered.Name = "buttonTriggered";
|
|
this.buttonTriggered.Size = new System.Drawing.Size(118, 47);
|
|
this.buttonTriggered.TabIndex = 36;
|
|
this.buttonTriggered.Text = "Triggered Location Request";
|
|
this.buttonTriggered.UseVisualStyleBackColor = false;
|
|
this.buttonTriggered.Click += new System.EventHandler(this.buttonTriggered_Click);
|
|
//
|
|
// 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.White;
|
|
this.label4.Location = new System.Drawing.Point(179, 184);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(120, 18);
|
|
this.label4.TabIndex = 38;
|
|
this.label4.Text = "Rep. Interval (sec)";
|
|
//
|
|
// numericInterval
|
|
//
|
|
this.numericInterval.Location = new System.Drawing.Point(180, 204);
|
|
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(118, 20);
|
|
this.numericInterval.TabIndex = 35;
|
|
this.numericInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.numericInterval.Value = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// cbLocationStop
|
|
//
|
|
this.cbLocationStop.AutoSize = true;
|
|
this.cbLocationStop.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbLocationStop.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbLocationStop.ForeColor = System.Drawing.Color.White;
|
|
this.cbLocationStop.Location = new System.Drawing.Point(26, 153);
|
|
this.cbLocationStop.Name = "cbLocationStop";
|
|
this.cbLocationStop.Size = new System.Drawing.Size(230, 22);
|
|
this.cbLocationStop.TabIndex = 33;
|
|
this.cbLocationStop.Text = "Refresh Location Request on ARS";
|
|
this.cbLocationStop.UseVisualStyleBackColor = false;
|
|
//
|
|
// cbCapacityPlus
|
|
//
|
|
this.cbCapacityPlus.AutoSize = true;
|
|
this.cbCapacityPlus.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbCapacityPlus.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbCapacityPlus.ForeColor = System.Drawing.Color.White;
|
|
this.cbCapacityPlus.Location = new System.Drawing.Point(26, 352);
|
|
this.cbCapacityPlus.Name = "cbCapacityPlus";
|
|
this.cbCapacityPlus.Size = new System.Drawing.Size(121, 22);
|
|
this.cbCapacityPlus.TabIndex = 32;
|
|
this.cbCapacityPlus.Text = "CAPACITY PLUS";
|
|
this.cbCapacityPlus.UseVisualStyleBackColor = false;
|
|
this.cbCapacityPlus.CheckedChanged += new System.EventHandler(this.cbCapacityPlus_CheckedChanged);
|
|
//
|
|
// 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(95, 473);
|
|
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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panel3.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|
this.panel3.Location = new System.Drawing.Point(16, 86);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(301, 3);
|
|
this.panel3.TabIndex = 30;
|
|
//
|
|
// dividerSoftware
|
|
//
|
|
this.dividerSoftware.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dividerSoftware.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|
this.dividerSoftware.Location = new System.Drawing.Point(16, 342);
|
|
this.dividerSoftware.Name = "dividerSoftware";
|
|
this.dividerSoftware.Size = new System.Drawing.Size(301, 3);
|
|
this.dividerSoftware.TabIndex = 29;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pictureBox2.Image = global::MotoTRBO_SOC.Properties.Resources.i_gw;
|
|
this.pictureBox2.Location = new System.Drawing.Point(26, 54);
|
|
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);
|
|
//
|
|
// tbRadioIP
|
|
//
|
|
this.tbRadioIP.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbRadioIP.Location = new System.Drawing.Point(180, 407);
|
|
this.tbRadioIP.Name = "tbRadioIP";
|
|
this.tbRadioIP.Size = new System.Drawing.Size(118, 24);
|
|
this.tbRadioIP.TabIndex = 26;
|
|
this.tbRadioIP.Text = "192.168.10.1";
|
|
this.tbRadioIP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.tbRadioIP.TextChanged += new System.EventHandler(this.tbRadioIP_TextChanged);
|
|
//
|
|
// lbRadioIP
|
|
//
|
|
this.lbRadioIP.AutoSize = true;
|
|
this.lbRadioIP.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbRadioIP.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbRadioIP.ForeColor = System.Drawing.Color.White;
|
|
this.lbRadioIP.Location = new System.Drawing.Point(176, 385);
|
|
this.lbRadioIP.Name = "lbRadioIP";
|
|
this.lbRadioIP.Size = new System.Drawing.Size(70, 19);
|
|
this.lbRadioIP.TabIndex = 25;
|
|
this.lbRadioIP.Text = "RADIO IP";
|
|
this.lbRadioIP.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|
//
|
|
// npRadioID
|
|
//
|
|
this.npRadioID.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.npRadioID.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.npRadioID.Location = new System.Drawing.Point(26, 407);
|
|
this.npRadioID.Maximum = new decimal(new int[] {
|
|
16777215,
|
|
0,
|
|
0,
|
|
0});
|
|
this.npRadioID.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.npRadioID.Name = "npRadioID";
|
|
this.npRadioID.Size = new System.Drawing.Size(118, 24);
|
|
this.npRadioID.TabIndex = 24;
|
|
this.npRadioID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.npRadioID.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
|
this.label3.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(22, 385);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(71, 19);
|
|
this.label3.TabIndex = 23;
|
|
this.label3.Text = "RADIO ID";
|
|
this.label3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pictureBox1.Image = global::MotoTRBO_SOC.Properties.Resources.i_dm;
|
|
this.pictureBox1.Location = new System.Drawing.Point(26, 307);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(60, 29);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 22;
|
|
this.pictureBox1.TabStop = false;
|
|
this.pictureBox1.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_SOC.Properties.Resources.close;
|
|
this.pictureBoxClose.Location = new System.Drawing.Point(307, 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);
|
|
//
|
|
// npGwCode
|
|
//
|
|
this.npGwCode.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.npGwCode.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.npGwCode.Location = new System.Drawing.Point(26, 115);
|
|
this.npGwCode.Maximum = new decimal(new int[] {
|
|
900000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.npGwCode.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.npGwCode.Name = "npGwCode";
|
|
this.npGwCode.Size = new System.Drawing.Size(118, 24);
|
|
this.npGwCode.TabIndex = 20;
|
|
this.npGwCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.npGwCode.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// 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.White;
|
|
this.label6.Location = new System.Drawing.Point(22, 93);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(116, 19);
|
|
this.label6.TabIndex = 16;
|
|
this.label6.Text = "GATEWAY CODE";
|
|
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.White;
|
|
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(332, 528);
|
|
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.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.numericRadioID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericInterval)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.npRadioID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.npGwCode)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.NumericUpDown npGwCode;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBoxClose;
|
|
private System.Windows.Forms.Label lbRadioIP;
|
|
private System.Windows.Forms.NumericUpDown npRadioID;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.TextBox tbRadioIP;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel dividerSoftware;
|
|
private System.Windows.Forms.Button btSave;
|
|
private System.Windows.Forms.CheckBox cbCapacityPlus;
|
|
private System.Windows.Forms.CheckBox cbLocationStop;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.NumericUpDown numericRadioID;
|
|
private System.Windows.Forms.Button buttonTriggered;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.NumericUpDown numericInterval;
|
|
private System.Windows.Forms.Button buttonImmediate;
|
|
}
|
|
} |