/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.tb = new System.Windows.Forms.TextBox();
            this.ntb = new ControlEventHandlingOverride.Form1.NumericTextBox();
            this.SuspendLayout();
            // 
            // tb
            // 
            this.tb.Location = new System.Drawing.Point(40, 40);
            this.tb.Name = "tb";
            this.tb.Size = new System.Drawing.Size(200, 20);
            this.tb.TabIndex = 1;
            this.tb.Text = "txtSimpleBox";

            // 
            // ntb
            // 
            this.ntb.Location = new System.Drawing.Point(40, 80);
            this.ntb.Name = "ntb";
            this.ntb.Size = new System.Drawing.Size(200, 20);
            this.ntb.TabIndex = 2;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(392, 362);
            this.Controls.Add(this.tb);
            this.Controls.Add(this.ntb);
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Gets a control to edit the given property</summary>
 /// <param name="context">Context for property editing control</param>
 /// <returns>Control to edit the given context</returns>
 public virtual Control GetEditingControl(PropertyEditorControlContext context)
 {
     NumericTextBox editingControl = new NumericTextBox(m_numericType, context);
     editingControl.ScaleFactor = m_scaleFactor;
     SkinService.ApplyActiveSkin(editingControl);
     return editingControl;            
 }
Exemple #3
0
 protected override TextBox CreateTextBox()
 {
     NumericTextBox textBox = new NumericTextBox();
     textBox.AllowDecimalSeparator = false;
     textBox.AllowNegativeSign = AllowNegativeSign;
     return textBox;
 }
Exemple #4
0
 private void InitializeComponent()
 {
     this.groupBox2 = new GroupBox();
     this.clbMap = new CheckedListBox();
     this.label3 = new Label();
     this.groupBox3 = new GroupBox();
     this.clbArea = new CheckedListBox();
     this.label4 = new Label();
     this.tcSimulation = new TabControl();
     this.general = new TabPage();
     this.groupBox1 = new GroupBox();
     this.label1 = new Label();
     this.ntbNumofSim = new NumericTextBox();
     this.chbExecuteLater = new CheckBox();
     this.tbComments = new TextBox();
     this.lbcomments = new Label();
     this.tbName = new TextBox();
     this.lbname = new Label();
     this.traffic = new TabPage();
     this.ntbScalingFactor = new NumericTextBox();
     this.label2 = new Label();
     this.advanced = new TabPage();
     this.label14 = new Label();
     this.UlLoadConThreshold = new NumericUpDownBase();
     this.label13 = new Label();
     this.DlThroughputConThreshold = new NumericUpDownBase();
     this.label9 = new Label();
     this.UlThroughputConThreshold = new NumericUpDownBase();
     this.label8 = new Label();
     this.DlLoadConThreshold = new NumericUpDownBase();
     this.label7 = new Label();
     this.IOTConThreshold = new NumericUpDownBase();
     //this.chkVMIMO = new CheckBox();
     this.chkHARQ = new CheckBox();
     this.chkIRC = new CheckBox();
     this.chkTTIBundling = new CheckBox();
     this.cbxFixure = new CheckBox();
     this.BLER = new NumericUpDownBase();
     this.label5 = new Label();
     this.cellCorr = new NumericUpDownBase();
     this.siteCorr = new NumericUpDownBase();
     this.label11 = new Label();
     this.label10 = new Label();
     this.numofIterations = new NumericUpDownBase();
     this.label6 = new Label();
     this.btnOk = new Button();
     this.btnCancel = new Button();
     this.btnApply = new Button();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tcSimulation.SuspendLayout();
     this.general.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.traffic.SuspendLayout();
     this.advanced.SuspendLayout();
     this.UlLoadConThreshold.BeginInit();
     this.DlThroughputConThreshold.BeginInit();
     this.UlThroughputConThreshold.BeginInit();
     this.DlLoadConThreshold.BeginInit();
     this.IOTConThreshold.BeginInit();
     this.BLER.BeginInit();
     this.cellCorr.BeginInit();
     this.siteCorr.BeginInit();
     this.numofIterations.BeginInit();
     base.SuspendLayout();
     this.groupBox2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.groupBox2.Controls.Add(this.clbMap);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Location = new Point(12, 0x27);
     this.groupBox2.Margin = new Padding(3, 5, 3, 5);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Padding = new Padding(3, 5, 3, 5);
     this.groupBox2.Size = new Size(0x138, 0x9e);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = SimulationResource.SIMULATION_TRAFFIC_MAPS;
     this.clbMap.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.clbMap.CheckOnClick = true;
     this.clbMap.FormattingEnabled = true;
     this.clbMap.Location = new Point(9, 0x27);
     this.clbMap.Margin = new Padding(3, 5, 3, 5);
     this.clbMap.Name = "clbMap";
     this.clbMap.Size = new Size(0x129, 0x74);
     this.clbMap.TabIndex = 1;
     this.clbMap.SelectedValueChanged += new EventHandler(this.clbMap_SelectedValueChanged);
     this.label3.AutoSize = true;
     this.label3.Location = new Point(6, 0x13);
     this.label3.Name = "label3";
     this.label3.Size = new Size(110, 15);
     this.label3.TabIndex = 0;
     this.label3.Text = SimulationResource.SIMULATION_SELECT_TRAFFIC_MAPS;
     this.groupBox3.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.groupBox3.Controls.Add(this.clbArea);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Location = new Point(9, 0xcf);
     this.groupBox3.Margin = new Padding(3, 5, 3, 5);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Padding = new Padding(3, 5, 3, 5);
     this.groupBox3.Size = new Size(0x138, 0xa1);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = SimulationResource.SIMULATION_CALCULATE_REGION;
     this.clbArea.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.clbArea.CheckOnClick = true;
     this.clbArea.FormattingEnabled = true;
     this.clbArea.Location = new Point(6, 0x27);
     this.clbArea.Margin = new Padding(3, 5, 3, 5);
     this.clbArea.Name = "clbArea";
     this.clbArea.Size = new Size(300, 0x74);
     this.clbArea.TabIndex = 2;
     this.clbArea.SelectedValueChanged += new EventHandler(this.clbArea_SelectedValueChanged);
     this.label4.AutoSize = true;
     this.label4.Location = new Point(6, 0x13);
     this.label4.Name = "label4";
     this.label4.Size = new Size(0x7c, 15);
     this.label4.TabIndex = 1;
     this.label4.Text = SimulationResource.SIMULATION_SELECT_CAL_AREA;
     this.tcSimulation.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.tcSimulation.Controls.Add(this.general);
     this.tcSimulation.Controls.Add(this.traffic);
     this.tcSimulation.Controls.Add(this.advanced);
     this.tcSimulation.Location = new Point(13, 12);
     this.tcSimulation.Margin = new Padding(3, 5, 3, 5);
     this.tcSimulation.Name = "tcSimulation";
     this.tcSimulation.SelectedIndex = 0;
     this.tcSimulation.Size = new Size(0x14f, 0x191);
     this.tcSimulation.TabIndex = 2;
     this.general.Controls.Add(this.groupBox1);
     this.general.Controls.Add(this.tbComments);
     this.general.Controls.Add(this.lbcomments);
     this.general.Controls.Add(this.tbName);
     this.general.Controls.Add(this.lbname);
     this.general.Location = new Point(4, 0x18);
     this.general.Margin = new Padding(3, 5, 3, 5);
     this.general.Name = "general";
     this.general.Padding = new Padding(3, 5, 3, 5);
     this.general.Size = new Size(0x147, 0x175);
     this.general.TabIndex = 0;
     this.general.Text = GeneralResource.GENERAL_GENERAL;
     this.general.UseVisualStyleBackColor = true;
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.ntbNumofSim);
     this.groupBox1.Controls.Add(this.chbExecuteLater);
     this.groupBox1.Location = new Point(6, 0x48);
     this.groupBox1.Margin = new Padding(3, 5, 3, 5);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new Padding(3, 5, 3, 5);
     this.groupBox1.Size = new Size(0x13b, 0x6f);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = SimulationResource.SIMULATION_EXECUTION;
     this.label1.AutoSize = true;
     this.label1.Location = new Point(6, 0x1d);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x84, 15);
     this.label1.TabIndex = 3;
     this.label1.Text = SimulationResource.SIMULATION_NUMBER_OF_SNAOSHOTS;
     this.ntbNumofSim.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.ntbNumofSim.AutoSize = true;
     this.ntbNumofSim.BackColor = SystemColors.ButtonHighlight;
     this.ntbNumofSim.BorderStyle = BorderStyle.Fixed3D;
     this.ntbNumofSim.CharExtensition = "";
     this.ntbNumofSim.FloatPlaces = 0;
     this.ntbNumofSim.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits = new int[4];
     bits[0] = 1;
     this.ntbNumofSim.Increment = new decimal(bits);
     this.ntbNumofSim.Location = new Point(0x90, 0x19);
     this.ntbNumofSim.Margin = new Padding(3, 6, 3, 0);
     bits = new int[4];
     bits[0] = 0x8000;
     this.ntbNumofSim.Maximum = new decimal(bits);
     bits = new int[4];
     this.ntbNumofSim.Minimum = new decimal(bits);
     this.ntbNumofSim.Name = "ntbNumofSim";
     this.ntbNumofSim.ReadOnly = false;
     this.ntbNumofSim.Size = new Size(0xa5, 0x17);
     this.ntbNumofSim.TabIndex = 2;
     bits = new int[4];
     bits[0] = 1;
     this.ntbNumofSim.Value = new decimal(bits);
     this.ntbNumofSim.ValueChanged += new EventHandler(this.ntbNumofSim_ValueChanged);
     this.chbExecuteLater.AutoSize = true;
     this.chbExecuteLater.Enabled = false;
     this.chbExecuteLater.Location = new Point(9, 80);
     this.chbExecuteLater.Margin = new Padding(3, 5, 3, 5);
     this.chbExecuteLater.Name = "chbExecuteLater";
     this.chbExecuteLater.Size = new Size(0x6a, 0x13);
     this.chbExecuteLater.TabIndex = 1;
     this.chbExecuteLater.Text = SimulationResource.SIMULATION_EXECUTE_NOW;
     this.chbExecuteLater.UseVisualStyleBackColor = true;
     this.chbExecuteLater.CheckStateChanged += new EventHandler(this.chbExecuteLater_CheckStateChanged);
     this.tbComments.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.tbComments.Location = new Point(0x51, 0x26);
     this.tbComments.Margin = new Padding(3, 5, 3, 5);
     this.tbComments.Name = "tbComments";
     this.tbComments.Size = new Size(240, 0x15);
     this.tbComments.TabIndex = 3;
     this.tbComments.TextChanged += new EventHandler(this.tbComments_TextChanged);
     this.lbcomments.AutoSize = true;
     this.lbcomments.Location = new Point(6, 0x2c);
     this.lbcomments.Name = "lbcomments";
     this.lbcomments.Size = new Size(0x48, 15);
     this.lbcomments.TabIndex = 2;
     this.lbcomments.Text = SimulationResource.SIMULATION_COMMENTS;
     this.tbName.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.tbName.Location = new Point(0x51, 7);
     this.tbName.Margin = new Padding(3, 5, 3, 5);
     this.tbName.Name = "tbName";
     this.tbName.Size = new Size(240, 0x15);
     this.tbName.TabIndex = 1;
     this.tbName.TextChanged += new EventHandler(this.tbName_TextChanged);
     this.lbname.AutoSize = true;
     this.lbname.Location = new Point(6, 13);
     this.lbname.Name = "lbname";
     this.lbname.Size = new Size(0x2c, 15);
     this.lbname.TabIndex = 0;
     this.lbname.Text = SimulationResource.SIMULATION_NAME;
     this.traffic.Controls.Add(this.groupBox3);
     this.traffic.Controls.Add(this.groupBox2);
     this.traffic.Controls.Add(this.ntbScalingFactor);
     this.traffic.Controls.Add(this.label2);
     this.traffic.Location = new Point(4, 0x18);
     this.traffic.Margin = new Padding(3, 5, 3, 5);
     this.traffic.Name = "traffic";
     this.traffic.Padding = new Padding(3, 5, 3, 5);
     this.traffic.Size = new Size(0x147, 0x175);
     this.traffic.TabIndex = 1;
     this.traffic.Text = SimulationResource.SIMULATION_SOURCE_TRAFFIC;
     this.traffic.UseVisualStyleBackColor = true;
     this.ntbScalingFactor.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.ntbScalingFactor.AutoSize = true;
     this.ntbScalingFactor.BackColor = SystemColors.ButtonHighlight;
     this.ntbScalingFactor.BorderStyle = BorderStyle.Fixed3D;
     this.ntbScalingFactor.CharExtensition = "";
     this.ntbScalingFactor.FloatPlaces = 0;
     this.ntbScalingFactor.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bits = new int[4];
     bits[0] = 1;
     this.ntbScalingFactor.Increment = new decimal(bits);
     this.ntbScalingFactor.Location = new Point(0x8b, 11);
     this.ntbScalingFactor.Margin = new Padding(3, 6, 3, 0);
     bits = new int[4];
     bits[0] = 0x8000;
     this.ntbScalingFactor.Maximum = new decimal(bits);
     bits = new int[4];
     this.ntbScalingFactor.Minimum = new decimal(bits);
     this.ntbScalingFactor.Name = "ntbScalingFactor";
     this.ntbScalingFactor.ReadOnly = false;
     this.ntbScalingFactor.Size = new Size(0xb6, 0x17);
     this.ntbScalingFactor.TabIndex = 1;
     bits = new int[4];
     bits[0] = 1;
     this.ntbScalingFactor.Value = new decimal(bits);
     this.ntbScalingFactor.ValueChanged += new EventHandler(this.ntbScalingFactor_ValueChanged);
     this.label2.AutoSize = true;
     this.label2.Location = new Point(6, 14);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x7f, 15);
     this.label2.TabIndex = 0;
     this.label2.Text = SimulationResource.SIMULATION_GLOBAL_SCALING_FACTOR;
     this.advanced.Controls.Add(this.label14);
     this.advanced.Controls.Add(this.UlLoadConThreshold);
     this.advanced.Controls.Add(this.label13);
     this.advanced.Controls.Add(this.DlThroughputConThreshold);
     this.advanced.Controls.Add(this.label9);
     this.advanced.Controls.Add(this.UlThroughputConThreshold);
     this.advanced.Controls.Add(this.label8);
     this.advanced.Controls.Add(this.DlLoadConThreshold);
     this.advanced.Controls.Add(this.label7);
     this.advanced.Controls.Add(this.IOTConThreshold);
     //this.advanced.Controls.Add(this.chkVMIMO);
     this.advanced.Controls.Add(this.chkHARQ);
     this.advanced.Controls.Add(this.chkIRC);
     this.advanced.Controls.Add(this.chkTTIBundling);
     this.advanced.Controls.Add(this.cbxFixure);
     this.advanced.Controls.Add(this.BLER);
     this.advanced.Controls.Add(this.label5);
     this.advanced.Controls.Add(this.cellCorr);
     this.advanced.Controls.Add(this.siteCorr);
     this.advanced.Controls.Add(this.label11);
     this.advanced.Controls.Add(this.label10);
     this.advanced.Controls.Add(this.numofIterations);
     this.advanced.Controls.Add(this.label6);
     this.advanced.Location = new Point(4, 0x18);
     this.advanced.Margin = new Padding(3, 5, 3, 5);
     this.advanced.Name = "advanced";
     this.advanced.Padding = new Padding(3, 5, 3, 5);
     this.advanced.Size = new Size(0x147, 0x175);
     this.advanced.TabIndex = 2;
     this.advanced.Text = SimulationResource.SIMULATION_ADVANCED;
     this.advanced.UseVisualStyleBackColor = true;
     this.label14.AutoSize = true;
     this.label14.Location = new Point(8, 0x62);
     this.label14.Name = "label14";
     this.label14.Size = new Size(0xd3, 15);
     this.label14.TabIndex = 0x3f;
     this.label14.Text = SimulationResource.SIMULATION_LOAD_CONVERAGENCE_THRESHOLD_UL;
     this.UlLoadConThreshold.DecimalPlaces = 1;
     this.UlLoadConThreshold.Location = new Point(0x102, 0x60);
     bits = new int[4];
     bits[0] = 1;
     this.UlLoadConThreshold.Minimum = new decimal(bits);
     this.UlLoadConThreshold.Name = "UlLoadConThreshold";
     this.UlLoadConThreshold.Size = new Size(0x3f, 0x15);
     this.UlLoadConThreshold.TabIndex = 0x38;
     bits = new int[4];
     bits[0] = 1;
     this.UlLoadConThreshold.Value = new decimal(bits);
     this.UlLoadConThreshold.ValueChanged += new EventHandler(this.ValueChanged);
     this.label13.AutoSize = true;
     this.label13.Location = new Point(6, 0x9b);
     this.label13.Name = "label13";
     this.label13.Size = new Size(0xf6, 15);
     this.label13.TabIndex = 0x3d;
     this.label13.Text = SimulationResource.SIMULATION_THROUGHPUT_CONVERGENCE_THRESHOLD_UL;
     this.DlThroughputConThreshold.DecimalPlaces = 1;
     this.DlThroughputConThreshold.Location = new Point(0x102, 0x99);
     bits = new int[4];
     bits[0] = 1;
     this.DlThroughputConThreshold.Minimum = new decimal(bits);
     this.DlThroughputConThreshold.Name = "DlThroughputConThreshold";
     this.DlThroughputConThreshold.Size = new Size(0x3f, 0x15);
     this.DlThroughputConThreshold.TabIndex = 60;
     bits = new int[4];
     bits[0] = 5;
     this.DlThroughputConThreshold.Value = new decimal(bits);
     this.DlThroughputConThreshold.ValueChanged += new EventHandler(this.ValueChanged);
     this.label9.AutoSize = true;
     this.label9.Location = new Point(6, 0xb7);
     this.label9.Name = "label9";
     this.label9.Size = new Size(0xf6, 15);
     this.label9.TabIndex = 0x3b;
     this.label9.Text = SimulationResource.SIMULATION_THROUGHPUT_CONVERGENCE_THRESHOLD_DL;
     this.UlThroughputConThreshold.DecimalPlaces = 1;
     this.UlThroughputConThreshold.Location = new Point(0x102, 0xb5);
     bits = new int[4];
     bits[0] = 1;
     this.UlThroughputConThreshold.Minimum = new decimal(bits);
     this.UlThroughputConThreshold.Name = "UlThroughputConThreshold";
     this.UlThroughputConThreshold.Size = new Size(0x3f, 0x15);
     this.UlThroughputConThreshold.TabIndex = 0x3e;
     bits = new int[4];
     bits[0] = 5;
     this.UlThroughputConThreshold.Value = new decimal(bits);
     this.UlThroughputConThreshold.ValueChanged += new EventHandler(this.ValueChanged);
     this.label8.AutoSize = true;
     this.label8.Location = new Point(8, 0x7f);
     this.label8.Name = "label8";
     this.label8.Size = new Size(0xd3, 15);
     this.label8.TabIndex = 0x39;
     this.label8.Text = SimulationResource.SIMULATION_LOAD_CONVERAGENCE_THRESHOLD_DL;
     this.DlLoadConThreshold.DecimalPlaces = 1;
     this.DlLoadConThreshold.Location = new Point(0x102, 0x7d);
     bits = new int[4];
     bits[0] = 1;
     this.DlLoadConThreshold.Minimum = new decimal(bits);
     this.DlLoadConThreshold.Name = "DlLoadConThreshold";
     this.DlLoadConThreshold.Size = new Size(0x3f, 0x15);
     this.DlLoadConThreshold.TabIndex = 0x3a;
     bits = new int[4];
     bits[0] = 1;
     this.DlLoadConThreshold.Value = new decimal(bits);
     this.DlLoadConThreshold.ValueChanged += new EventHandler(this.ValueChanged);
     this.label7.AutoSize = true;
     this.label7.Location = new Point(8, 70);
     this.label7.Name = "label7";
     this.label7.Size = new Size(0xb7, 15);
     this.label7.TabIndex = 0x37;
     this.label7.Text = SimulationResource.SIMULATION_IOT_CONVERGENCE_THRESHOLD_UL;
     this.IOTConThreshold.DecimalPlaces = 1;
     this.IOTConThreshold.Location = new Point(0x102, 0x44);
     bits = new int[4];
     bits[0] = -2147483648;
     this.IOTConThreshold.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 1;
     bits[3] = 0x20000;
     this.IOTConThreshold.Minimum = new decimal(bits);
     this.IOTConThreshold.Name = "IOTConThreshold";
     this.IOTConThreshold.Size = new Size(0x3f, 0x15);
     this.IOTConThreshold.TabIndex = 0x36;
     bits = new int[4];
     bits[0] = 2;
     bits[3] = 0x10000;
     this.IOTConThreshold.Value = new decimal(bits);
     this.IOTConThreshold.ValueChanged += new EventHandler(this.ValueChanged);
     //this.chkVMIMO.AutoSize = true;
     //this.chkVMIMO.Location = new Point(0x92, 0xd3);
     //this.chkVMIMO.Name = "chkVMIMO";
     //this.chkVMIMO.Size = new Size(0x3f, 0x13);
     //this.chkVMIMO.TabIndex = 0x24;
     //this.chkVMIMO.Text = SimulationResource.SIMULATION_VMIMO;
     //this.chkVMIMO.UseVisualStyleBackColor = true;
     //this.chkVMIMO.CheckedChanged += new EventHandler(this.ValueChanged);
     this.chkHARQ.AutoSize = true;
     this.chkHARQ.Location = new Point(9, 0xec);
     this.chkHARQ.Name = "chkHARQ";
     this.chkHARQ.Size = new Size(60, 0x13);
     this.chkHARQ.TabIndex = 0x23;
     this.chkHARQ.Text = SimulationResource.SIMULATION_HARQ;
     this.chkHARQ.UseVisualStyleBackColor = true;
     this.chkHARQ.CheckedChanged += new EventHandler(this.ValueChanged);
     this.chkIRC.AutoSize = true;
     this.chkIRC.Location = new Point(0x90, 0xd3);
     this.chkIRC.Name = "chkIRC";
     this.chkIRC.Size = new Size(0x2f, 0x13);
     this.chkIRC.TabIndex = 0x22;
     this.chkIRC.Text = SimulationResource.SIMULATION_IRC;
     this.chkIRC.UseVisualStyleBackColor = true;
     this.chkIRC.CheckedChanged += new EventHandler(this.ValueChanged);
     this.chkTTIBundling.AutoSize = true;
     this.chkTTIBundling.Location = new Point(9, 0xd3);
     this.chkTTIBundling.Name = "chkTTIBundling";
     this.chkTTIBundling.Size = new Size(0x5f, 0x13);
     this.chkTTIBundling.TabIndex = 0x21;
     this.chkTTIBundling.Text = SimulationResource.SIMULATION_TTI_BOUNDING;
     this.chkTTIBundling.UseVisualStyleBackColor = true;
     this.chkTTIBundling.CheckedChanged += new EventHandler(this.ValueChanged);
     this.cbxFixure.AutoSize = true;
     this.cbxFixure.Location = new Point(0x92, 0xec);
     this.cbxFixure.Name = "cbxFixure";
     this.cbxFixure.Size = new Size(0x77, 0x13);
     this.cbxFixure.TabIndex = 0x20;
     this.cbxFixure.Text = SimulationResource.SIMULATION_FIX_USER_POSITION;
     this.cbxFixure.UseVisualStyleBackColor = true;
     this.cbxFixure.CheckStateChanged += new EventHandler(this.cbxFixure_CheckStateChanged);
     this.BLER.DecimalPlaces = 1;
     this.BLER.Location = new Point(110, 0x12a);
     this.BLER.Name = "BLER";
     this.BLER.Size = new Size(0xd1, 0x15);
     this.BLER.TabIndex = 0x1f;
     bits = new int[4];
     bits[0] = 10;
     this.BLER.Value = new decimal(bits);
     this.BLER.Visible = false;
     this.BLER.ValueChanged += new EventHandler(this.BLER_ValueChanged);
     this.label5.AutoSize = true;
     this.label5.Location = new Point(6, 300);
     this.label5.Name = "label5";
     this.label5.Size = new Size(0x3d, 15);
     this.label5.TabIndex = 30;
     this.label5.Text = SimulationResource.SIMULATION_BLER;
     this.label5.Visible = false;
     this.cellCorr.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.cellCorr.DecimalPlaces = 1;
     bits = new int[4];
     bits[0] = 1;
     bits[3] = 0x10000;
     this.cellCorr.Increment = new decimal(bits);
     this.cellCorr.Location = new Point(110, 0x10b);
     this.cellCorr.Margin = new Padding(3, 4, 3, 4);
     bits = new int[4];
     bits[0] = 1;
     this.cellCorr.Maximum = new decimal(bits);
     this.cellCorr.Name = "cellCorr";
     this.cellCorr.Size = new Size(0xd1, 0x15);
     this.cellCorr.TabIndex = 0x18;
     bits = new int[4];
     bits[0] = 5;
     bits[3] = 0x10000;
     this.cellCorr.Value = new decimal(bits);
     this.cellCorr.Visible = false;
     this.siteCorr.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.siteCorr.DecimalPlaces = 1;
     bits = new int[4];
     bits[0] = 1;
     bits[3] = 0x10000;
     this.siteCorr.Increment = new decimal(bits);
     this.siteCorr.Location = new Point(0x6f, 40);
     this.siteCorr.Margin = new Padding(3, 4, 3, 4);
     bits = new int[4];
     bits[0] = 1;
     this.siteCorr.Maximum = new decimal(bits);
     this.siteCorr.Name = "siteCorr";
     this.siteCorr.Size = new Size(0xd1, 0x15);
     this.siteCorr.TabIndex = 0x17;
     bits = new int[4];
     bits[0] = 5;
     bits[3] = 0x10000;
     this.siteCorr.Value = new decimal(bits);
     this.siteCorr.ValueChanged += new EventHandler(this.siteCorr_ValueChanged);
     this.label11.AutoSize = true;
     this.label11.Location = new Point(6, 0x10d);
     this.label11.Name = "label11";
     this.label11.Size = new Size(0x38, 15);
     this.label11.TabIndex = 0x15;
     this.label11.Text = SimulationResource.SIMULATION_CELL_CORR;
     this.label11.Visible = false;
     this.label10.AutoSize = true;
     this.label10.Location = new Point(6, 0x2a);
     this.label10.Name = "label10";
     this.label10.Size = new Size(0x37, 15);
     this.label10.TabIndex = 20;
     this.label10.Text = SimulationResource.SIMULATION_SITECORR;
     this.numofIterations.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.numofIterations.Location = new Point(110, 10);
     this.numofIterations.Margin = new Padding(3, 5, 3, 5);
     bits = new int[4];
     bits[0] = 0x2710;
     this.numofIterations.Maximum = new decimal(bits);
     this.numofIterations.Name = "numofIterations";
     this.numofIterations.Size = new Size(210, 0x15);
     this.numofIterations.TabIndex = 0x10;
     bits = new int[4];
     bits[0] = 1;
     this.numofIterations.Value = new decimal(bits);
     this.numofIterations.ValueChanged += new EventHandler(this.numofIterations_ValueChanged);
     this.label6.AutoSize = true;
     this.label6.Location = new Point(6, 12);
     this.label6.Name = "label6";
     this.label6.Size = new Size(0x5b, 15);
     this.label6.TabIndex = 14;
     this.label6.Text = SimulationResource.SIMULATION_NUMBER_OF_TTI;
     this.btnOk.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnOk.Location = new Point(0x8d, 0x1a3);
     this.btnOk.Margin = new Padding(3, 5, 3, 5);
     this.btnOk.Name = "btnOk";
     this.btnOk.Size = new Size(0x41, 0x17);
     this.btnOk.TabIndex = 5;
     this.btnOk.Text = GeneralResource.BUTTON_OK;
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new EventHandler(this.btnOk_Click);
     this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnCancel.Location = new Point(0xd4, 0x1a3);
     this.btnCancel.Margin = new Padding(3, 5, 3, 5);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x41, 0x17);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = GeneralResource.BUTTON_CANCEL;
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     this.btnApply.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnApply.Enabled = false;
     this.btnApply.Location = new Point(0x11b, 0x1a3);
     this.btnApply.Margin = new Padding(3, 5, 3, 5);
     this.btnApply.Name = "btnApply";
     this.btnApply.Size = new Size(0x41, 0x17);
     this.btnApply.TabIndex = 3;
     this.btnApply.Text = GeneralResource.BUTTON_APPLY;
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new EventHandler(this.btnApply_Click);
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x164, 0x1c1);
     base.Controls.Add(this.tcSimulation);
     base.Controls.Add(this.btnOk);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnApply);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.HelpButton = true;
     base.KeyPreview = true;
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "SimulationProperty";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = SimulationResource.SIMULATION_PROPERTIES;
     base.HelpButtonClicked += new CancelEventHandler(this.SimulationProperty_HelpButtonClicked);
     base.KeyDown += new KeyEventHandler(this.SimulationProperty_KeyDown);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tcSimulation.ResumeLayout(false);
     this.general.ResumeLayout(false);
     this.general.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.traffic.ResumeLayout(false);
     this.traffic.PerformLayout();
     this.advanced.ResumeLayout(false);
     this.advanced.PerformLayout();
     this.UlLoadConThreshold.EndInit();
     this.DlThroughputConThreshold.EndInit();
     this.UlThroughputConThreshold.EndInit();
     this.DlLoadConThreshold.EndInit();
     this.IOTConThreshold.EndInit();
     this.BLER.EndInit();
     this.cellCorr.EndInit();
     this.siteCorr.EndInit();
     this.numofIterations.EndInit();
     base.ResumeLayout(false);
 }
Exemple #5
0
 private void InitializeComponent()
 {
     this.components = new Container();
     DataGridViewCellStyle style = new DataGridViewCellStyle();
     DataGridViewCellStyle style2 = new DataGridViewCellStyle();
     DataGridViewCellStyle style3 = new DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(AntForm));
     DataGridViewCellStyle style4 = new DataGridViewCellStyle();
     DataGridViewCellStyle style5 = new DataGridViewCellStyle();
     DataGridViewCellStyle style6 = new DataGridViewCellStyle();
     this.tc_Ant = new TabControl();
     this.GeneralPage = new TabPage();
     this.lbc_pattern = new Label();
     this.tb_Pattern = new TextBox();
     this.tb_Manu = new TextBox();
     this.tb_Name = new TextBox();
     this.lb_dBi = new Label();
     this.tb_Gain = new NumericUpDownBase();
     this.lb_Pattern = new Label();
     this.tb_Comments = new TextBox();
     this.lb_Comments = new Label();
     this.lb_Gain = new Label();
     this.lb_Manufacturer = new Label();
     this.lb_Name = new Label();
     this.HGaintabPage = new TabPage();
     this.splitContainer1 = new SplitContainer();
     this.panel_HGain = new Panel();
     this.lblCopolar = new Label();
     this.dgv_HGain = new DataGridViewBase();
     this.gridviewColumn_HeriAngle = new DataGridViewTextBoxColumn();
     this.gridviewColumn_HeriAtt = new DataGridViewTextBoxColumn();
     this.VGaintabPage = new TabPage();
     this.splitContainer2 = new SplitContainer();
     this.panel_VGain = new Panel();
     this.label11 = new Label();
     this.dgv_VGain = new DataGridViewBase();
     this.gridviewColumn_VertAngle = new DataGridViewTextBoxColumn();
     this.gridviewColumn_VertAtt = new DataGridViewTextBoxColumn();
     this.OthertabPage = new TabPage();
     this.tb_FMin = new NumericTextBox();
     this.tb_FMax = new NumericTextBox();
     this.tb_BeamWidth = new NumericTextBox();
     this.label3 = new Label();
     this.label2 = new Label();
     this.label1 = new Label();
     this.lblFMin = new Label();
     this.lblFMax = new Label();
     this.lblBeamWidth = new Label();
     this.btn_OK = new Button();
     this.btn_Cancel = new Button();
     this.btn_App = new Button();
     this.label10 = new Label();
     this.errorProvider_NotNullName = new ErrorProvider(this.components);
     this.tc_Ant.SuspendLayout();
     this.GeneralPage.SuspendLayout();
     this.tb_Gain.BeginInit();
     this.HGaintabPage.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((ISupportInitialize) this.dgv_HGain).BeginInit();
     this.VGaintabPage.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((ISupportInitialize) this.dgv_VGain).BeginInit();
     this.OthertabPage.SuspendLayout();
     ((ISupportInitialize) this.errorProvider_NotNullName).BeginInit();
     base.SuspendLayout();
     this.tc_Ant.Controls.Add(this.GeneralPage);
     this.tc_Ant.Controls.Add(this.HGaintabPage);
     this.tc_Ant.Controls.Add(this.VGaintabPage);
     this.tc_Ant.Controls.Add(this.OthertabPage);
     this.tc_Ant.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.tc_Ant.Location = new Point(9, 9);
     this.tc_Ant.Margin = new Padding(0);
     this.tc_Ant.Name = "tc_Ant";
     this.tc_Ant.Padding = new Point(0, 0);
     this.tc_Ant.SelectedIndex = 0;
     this.tc_Ant.Size = new Size(580, 380);
     this.tc_Ant.TabIndex = 0;
     this.GeneralPage.BackColor = Color.Transparent;
     this.GeneralPage.Controls.Add(this.lbc_pattern);
     this.GeneralPage.Controls.Add(this.tb_Pattern);
     this.GeneralPage.Controls.Add(this.tb_Manu);
     this.GeneralPage.Controls.Add(this.tb_Name);
     this.GeneralPage.Controls.Add(this.lb_dBi);
     this.GeneralPage.Controls.Add(this.tb_Gain);
     this.GeneralPage.Controls.Add(this.lb_Pattern);
     this.GeneralPage.Controls.Add(this.tb_Comments);
     this.GeneralPage.Controls.Add(this.lb_Comments);
     this.GeneralPage.Controls.Add(this.lb_Gain);
     this.GeneralPage.Controls.Add(this.lb_Manufacturer);
     this.GeneralPage.Controls.Add(this.lb_Name);
     this.GeneralPage.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.GeneralPage.Location = new Point(4, 0x18);
     this.GeneralPage.Margin = new Padding(0);
     this.GeneralPage.Name = "GeneralPage";
     this.GeneralPage.Size = new Size(0x23c, 0x160);
     this.GeneralPage.TabIndex = 0;
     this.GeneralPage.Text = GeneralResource.GENERAL_GENERAL;
     this.lbc_pattern.AutoSize = true;
     this.lbc_pattern.BackColor = Color.Transparent;
     this.lbc_pattern.Location = new Point(0x22d, 0x40);
     this.lbc_pattern.Name = "lbc_pattern";
     this.lbc_pattern.Size = new Size(12, 15);
     this.lbc_pattern.TabIndex = 0x1a;
     this.lbc_pattern.Text = "\x00b0";
     this.tb_Pattern.BackColor = SystemColors.ActiveCaptionText;
     this.tb_Pattern.Location = new Point(0x1df, 0x3d);
     this.tb_Pattern.MaxLength = 6;
     this.tb_Pattern.Name = "tb_Pattern";
     this.tb_Pattern.Size = new Size(0x48, 0x15);
     this.tb_Pattern.TabIndex = 0x19;
     this.tb_Pattern.Text = "0";
     this.tb_Pattern.TextAlign = HorizontalAlignment.Right;
     this.tb_Pattern.TextChanged += new EventHandler(this.ValueChanged);
     this.tb_Manu.Location = new Point(0x61, 0x21);
     this.tb_Manu.Margin = new Padding(3, 4, 3, 4);
     this.tb_Manu.Name = "tb_Manu";
     this.tb_Manu.Size = new Size(0x1d8, 0x15);
     this.tb_Manu.TabIndex = 0x17;
     this.tb_Manu.TextChanged += new EventHandler(this.ValueChanged);
     this.tb_Manu.KeyUp += new KeyEventHandler(this.ControlContent_KeyUp);
     this.errorProvider_NotNullName.SetIconPadding(this.tb_Name, 1);
     this.tb_Name.Location = new Point(0x61, 4);
     this.tb_Name.Margin = new Padding(3, 4, 3, 4);
     this.tb_Name.MaxLength = 0x80;
     this.tb_Name.Name = "tb_Name";
     this.tb_Name.Size = new Size(0x1d8, 0x15);
     this.tb_Name.TabIndex = 0x16;
     this.tb_Name.TextChanged += new EventHandler(this.ValueChanged);
     this.tb_Name.KeyUp += new KeyEventHandler(this.tb_Name_KeyUp);
     this.lb_dBi.AutoSize = true;
     this.lb_dBi.Location = new Point(280, 0x42);
     this.lb_dBi.Name = "lb_dBi";
     this.lb_dBi.Size = new Size(0x19, 15);
     this.lb_dBi.TabIndex = 20;
     this.lb_dBi.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_DBI;
     this.tb_Gain.DecimalPlaces = 2;
     this.tb_Gain.Location = new Point(0x61, 0x40);
     this.tb_Gain.Margin = new Padding(3, 4, 3, 4);
     this.tb_Gain.Maximum = new decimal(new int[] { -559939585, 0x35c9adc5, 0x36, 0 });
     this.tb_Gain.Name = "tb_Gain";
     this.tb_Gain.Size = new Size(0xb1, 0x15);
     this.tb_Gain.TabIndex = 0x13;
     this.tb_Gain.TextAlign = HorizontalAlignment.Right;
     this.tb_Gain.ValueChanged += new EventHandler(this.ValueChanged);
     this.tb_Gain.KeyUp += new KeyEventHandler(this.ControlContent_KeyUp);
     this.lb_Pattern.AutoSize = true;
     this.lb_Pattern.BackColor = Color.Transparent;
     this.lb_Pattern.Location = new Point(350, 0x3d);
     this.lb_Pattern.Name = "lb_Pattern";
     this.lb_Pattern.Size = new Size(0x7b, 30);
     this.lb_Pattern.TabIndex = 0x12;
     this.lb_Pattern.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_ELECTRICAL_TILT;
     this.tb_Comments.Location = new Point(3, 0x80);
     this.tb_Comments.Margin = new Padding(3, 4, 3, 4);
     this.tb_Comments.Multiline = true;
     this.tb_Comments.Name = "tb_Comments";
     this.tb_Comments.ScrollBars = ScrollBars.Vertical;
     this.tb_Comments.Size = new Size(0x236, 0x8e);
     this.tb_Comments.TabIndex = 0x11;
     this.tb_Comments.TextChanged += new EventHandler(this.ValueChanged);
     this.tb_Comments.KeyUp += new KeyEventHandler(this.ControlContent_KeyUp);
     this.lb_Comments.AutoSize = true;
     this.lb_Comments.BackColor = Color.Transparent;
     this.lb_Comments.Location = new Point(3, 0x6d);
     this.lb_Comments.Name = "lb_Comments";
     this.lb_Comments.Size = new Size(0x45, 15);
     this.lb_Comments.TabIndex = 0x10;
     this.lb_Comments.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_COMMENTS;
     this.lb_Gain.AutoSize = true;
     this.lb_Gain.BackColor = Color.Transparent;
     this.lb_Gain.Location = new Point(3, 0x45);
     this.lb_Gain.Name = "lb_Gain";
     this.lb_Gain.Size = new Size(0x24, 15);
     this.lb_Gain.TabIndex = 15;
     this.lb_Gain.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_GAIN;
     this.lb_Manufacturer.AutoSize = true;
     this.lb_Manufacturer.BackColor = Color.Transparent;
     this.lb_Manufacturer.Location = new Point(3, 0x24);
     this.lb_Manufacturer.Name = "lb_Manufacturer";
     this.lb_Manufacturer.Size = new Size(0x51, 15);
     this.lb_Manufacturer.TabIndex = 14;
     this.lb_Manufacturer.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_MANUFACTURER;
     this.lb_Name.AutoSize = true;
     this.lb_Name.BackColor = Color.Transparent;
     this.lb_Name.Location = new Point(3, 11);
     this.lb_Name.Name = "lb_Name";
     this.lb_Name.Size = new Size(0x2c, 15);
     this.lb_Name.TabIndex = 13;
     this.lb_Name.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_NAME;
     this.HGaintabPage.BackColor = SystemColors.ButtonFace;
     this.HGaintabPage.Controls.Add(this.splitContainer1);
     this.HGaintabPage.Location = new Point(4, 0x18);
     this.HGaintabPage.Margin = new Padding(0);
     this.HGaintabPage.Name = "HGaintabPage";
     this.HGaintabPage.Size = new Size(0x23c, 0x160);
     this.HGaintabPage.TabIndex = 1;
     this.HGaintabPage.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_HORIZONTAL_PATTERN;
     this.HGaintabPage.UseVisualStyleBackColor = true;
     this.splitContainer1.Dock = DockStyle.Fill;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new Point(0, 0);
     this.splitContainer1.Margin = new Padding(0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Panel1.BackColor = Color.White;
     this.splitContainer1.Panel1.Controls.Add(this.panel_HGain);
     this.splitContainer1.Panel2.BackColor = SystemColors.ButtonFace;
     this.splitContainer1.Panel2.Controls.Add(this.lblCopolar);
     this.splitContainer1.Panel2.Controls.Add(this.dgv_HGain);
     this.splitContainer1.Size = new Size(0x23c, 0x160);
     this.splitContainer1.SplitterDistance = 0x18e;
     this.splitContainer1.TabIndex = 0;
     this.panel_HGain.Dock = DockStyle.Fill;
     this.panel_HGain.Location = new Point(0, 0);
     this.panel_HGain.Margin = new Padding(3, 4, 3, 4);
     this.panel_HGain.Name = "panel_HGain";
     this.panel_HGain.Size = new Size(0x18e, 0x160);
     this.panel_HGain.TabIndex = 0;
     this.lblCopolar.AutoSize = true;
     this.lblCopolar.BackColor = SystemColors.ButtonFace;
     this.lblCopolar.Dock = DockStyle.Top;
     this.lblCopolar.Location = new Point(0, 0);
     this.lblCopolar.Name = "lblCopolar";
     this.lblCopolar.Size = new Size(0x69, 15);
     this.lblCopolar.TabIndex = 0;
     this.lblCopolar.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_CO_POLAR_SECTION;
     this.dgv_HGain.AfterDeleteHanlder = null;
     this.dgv_HGain.AllowUserToOrderColumns = true;
     style.BackColor = SystemColors.MenuBar;
     this.dgv_HGain.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.ColumnHeader;
     this.dgv_HGain.BeforeDeleteHanlder = null;
     this.dgv_HGain.BorderStyle = BorderStyle.None;
     this.dgv_HGain.ClearHandle = null;
     style2.Alignment = DataGridViewContentAlignment.MiddleLeft;
     style2.BackColor = SystemColors.Info;
     style2.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
     style2.ForeColor = Color.Black;
     style2.SelectionBackColor = SystemColors.Highlight;
     style2.SelectionForeColor = SystemColors.HighlightText;
     style2.WrapMode = DataGridViewTriState.True;
     this.dgv_HGain.ColumnHeadersDefaultCellStyle = style2;
     this.dgv_HGain.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_HGain.Columns.AddRange(new DataGridViewColumn[] { this.gridviewColumn_HeriAngle, this.gridviewColumn_HeriAtt });
     this.dgv_HGain.CtrlDHanlder = null;
     style3.Alignment = DataGridViewContentAlignment.MiddleLeft;
     style3.BackColor = SystemColors.Window;
     style3.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     style3.ForeColor = Color.Black;
     style3.SelectionBackColor = SystemColors.Highlight;
     style3.SelectionForeColor = SystemColors.HighlightText;
     style3.WrapMode = DataGridViewTriState.False;
     this.dgv_HGain.DefaultCellStyle = style3;
     this.dgv_HGain.DeleteHanlder = null;
     this.dgv_HGain.Dock = DockStyle.Bottom;
     this.dgv_HGain.EnableCtrlA = true;
     this.dgv_HGain.EnableCtrlD = false;
     this.dgv_HGain.EnableDeleteRow = false;
     this.dgv_HGain.EnableRowAndColSelect = true;
     this.dgv_HGain.EnableSort = false;
     this.dgv_HGain.Location = new Point(0, 0x25);
     this.dgv_HGain.Margin = new Padding(3, 4, 3, 4);
     this.dgv_HGain.Name = "dgv_HGain";
     this.dgv_HGain.RowHeadersVisible = false;
     this.dgv_HGain.RowTemplate.Height = 0x17;
     this.dgv_HGain.ScrollBars = ScrollBars.Vertical;
     this.dgv_HGain.Size = new Size(170, 0x13b);
     this.dgv_HGain.TabIndex = 4;
     this.dgv_HGain.UncheckedColHeaderText = (List<string>) manager.GetObject("dgv_HGain.UncheckedColHeaderText");
     this.dgv_HGain.CellValueChanged += new DataGridViewCellEventHandler(this.GainCellValueChanged);
     this.dgv_HGain.CurrentCellDirtyStateChanged += new EventHandler(this.ValueChanged);
     this.dgv_HGain.KeyDown += new KeyEventHandler(this.dgv_HGain_KeyDown);
     this.gridviewColumn_HeriAngle.HeaderText = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_ANGLENAME;
     this.gridviewColumn_HeriAngle.Name = "gridviewColumn_HeriAngle";
     this.gridviewColumn_HeriAngle.ReadOnly = true;
     this.gridviewColumn_HeriAngle.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.gridviewColumn_HeriAngle.Width = 0x3a;
     this.gridviewColumn_HeriAtt.HeaderText = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_ATT_DBI;
     this.gridviewColumn_HeriAtt.Name = "gridviewColumn_HeriAtt";
     this.gridviewColumn_HeriAtt.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.gridviewColumn_HeriAtt.Width = 0x68;
     this.VGaintabPage.BackColor = SystemColors.ButtonFace;
     this.VGaintabPage.Controls.Add(this.splitContainer2);
     this.VGaintabPage.Location = new Point(4, 0x18);
     this.VGaintabPage.Margin = new Padding(0);
     this.VGaintabPage.Name = "VGaintabPage";
     this.VGaintabPage.Size = new Size(0x23c, 0x160);
     this.VGaintabPage.TabIndex = 2;
     this.VGaintabPage.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_VERTICAL_PATTERN;
     this.VGaintabPage.UseVisualStyleBackColor = true;
     this.splitContainer2.Dock = DockStyle.Fill;
     this.splitContainer2.IsSplitterFixed = true;
     this.splitContainer2.Location = new Point(0, 0);
     this.splitContainer2.Margin = new Padding(0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Panel1.BackColor = Color.White;
     this.splitContainer2.Panel1.Controls.Add(this.panel_VGain);
     this.splitContainer2.Panel2.BackColor = SystemColors.ButtonFace;
     this.splitContainer2.Panel2.Controls.Add(this.label11);
     this.splitContainer2.Panel2.Controls.Add(this.dgv_VGain);
     this.splitContainer2.Size = new Size(0x23c, 0x160);
     this.splitContainer2.SplitterDistance = 0x18e;
     this.splitContainer2.TabIndex = 1;
     this.panel_VGain.Dock = DockStyle.Fill;
     this.panel_VGain.Location = new Point(0, 0);
     this.panel_VGain.Margin = new Padding(3, 4, 3, 4);
     this.panel_VGain.Name = "panel_VGain";
     this.panel_VGain.Size = new Size(0x18e, 0x160);
     this.panel_VGain.TabIndex = 1;
     this.label11.AutoSize = true;
     this.label11.BackColor = SystemColors.ButtonFace;
     this.label11.Dock = DockStyle.Top;
     this.label11.Location = new Point(0, 0);
     this.label11.Name = "label11";
     this.label11.Size = new Size(0x69, 15);
     this.label11.TabIndex = 0;
     this.label11.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_CO_POLAR_SECTION;
     this.dgv_VGain.AfterDeleteHanlder = null;
     this.dgv_VGain.AllowUserToOrderColumns = true;
     style4.BackColor = SystemColors.MenuBar;
     this.dgv_VGain.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.ColumnHeader;
     this.dgv_VGain.BeforeDeleteHanlder = null;
     this.dgv_VGain.BorderStyle = BorderStyle.None;
     this.dgv_VGain.ClearHandle = null;
     style5.Alignment = DataGridViewContentAlignment.MiddleLeft;
     style5.BackColor = SystemColors.Info;
     style5.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
     style5.ForeColor = Color.Black;
     style5.SelectionBackColor = SystemColors.Highlight;
     style5.SelectionForeColor = SystemColors.HighlightText;
     style5.WrapMode = DataGridViewTriState.True;
     this.dgv_VGain.ColumnHeadersDefaultCellStyle = style5;
     this.dgv_VGain.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_VGain.Columns.AddRange(new DataGridViewColumn[] { this.gridviewColumn_VertAngle, this.gridviewColumn_VertAtt });
     this.dgv_VGain.CtrlDHanlder = null;
     style6.Alignment = DataGridViewContentAlignment.MiddleLeft;
     style6.BackColor = SystemColors.Window;
     style6.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     style6.ForeColor = Color.Black;
     style6.SelectionBackColor = SystemColors.Highlight;
     style6.SelectionForeColor = SystemColors.HighlightText;
     style6.WrapMode = DataGridViewTriState.False;
     this.dgv_VGain.DefaultCellStyle = style6;
     this.dgv_VGain.DeleteHanlder = null;
     this.dgv_VGain.Dock = DockStyle.Bottom;
     this.dgv_VGain.EnableCtrlA = true;
     this.dgv_VGain.EnableCtrlD = false;
     this.dgv_VGain.EnableDeleteRow = false;
     this.dgv_VGain.EnableRowAndColSelect = true;
     this.dgv_VGain.EnableSort = false;
     this.dgv_VGain.Location = new Point(0, 0x25);
     this.dgv_VGain.Margin = new Padding(3, 4, 3, 4);
     this.dgv_VGain.Name = "dgv_VGain";
     this.dgv_VGain.RowHeadersVisible = false;
     this.dgv_VGain.RowTemplate.Height = 0x17;
     this.dgv_VGain.ScrollBars = ScrollBars.Vertical;
     this.dgv_VGain.Size = new Size(170, 0x13b);
     this.dgv_VGain.TabIndex = 4;
     this.dgv_VGain.UncheckedColHeaderText = (List<string>) manager.GetObject("dgv_VGain.UncheckedColHeaderText");
     this.dgv_VGain.CellValueChanged += new DataGridViewCellEventHandler(this.GainCellValueChanged);
     this.dgv_VGain.CurrentCellDirtyStateChanged += new EventHandler(this.ValueChanged);
     this.dgv_VGain.KeyDown += new KeyEventHandler(this.dgv_VGain_KeyDown);
     this.gridviewColumn_VertAngle.HeaderText = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_ANGLENAME;
     this.gridviewColumn_VertAngle.Name = "gridviewColumn_VertAngle";
     this.gridviewColumn_VertAngle.ReadOnly = true;
     this.gridviewColumn_VertAngle.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.gridviewColumn_VertAngle.Width = 0x3a;
     this.gridviewColumn_VertAtt.HeaderText = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_ATT_DBI;
     this.gridviewColumn_VertAtt.Name = "gridviewColumn_VertAtt";
     this.gridviewColumn_VertAtt.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.gridviewColumn_VertAtt.Width = 0x68;
     this.OthertabPage.BackColor = Color.Transparent;
     this.OthertabPage.Controls.Add(this.tb_FMin);
     this.OthertabPage.Controls.Add(this.tb_FMax);
     this.OthertabPage.Controls.Add(this.tb_BeamWidth);
     this.OthertabPage.Controls.Add(this.label3);
     this.OthertabPage.Controls.Add(this.label2);
     this.OthertabPage.Controls.Add(this.label1);
     this.OthertabPage.Controls.Add(this.lblFMin);
     this.OthertabPage.Controls.Add(this.lblFMax);
     this.OthertabPage.Controls.Add(this.lblBeamWidth);
     this.OthertabPage.Location = new Point(4, 0x18);
     this.OthertabPage.Margin = new Padding(0);
     this.OthertabPage.Name = "OthertabPage";
     this.OthertabPage.Size = new Size(0x23c, 0x160);
     this.OthertabPage.TabIndex = 3;
     this.OthertabPage.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_OTHER_PROPERTIES;
     this.tb_FMin.AutoSize = true;
     this.tb_FMin.BackColor = SystemColors.ButtonHighlight;
     this.tb_FMin.BorderStyle = BorderStyle.Fixed3D;
     this.tb_FMin.CharExtensition = "";
     this.tb_FMin.FloatPlaces = 2;
     this.tb_FMin.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.tb_FMin.ForeColor = SystemColors.ControlText;
     int[] bits = new int[4];
     bits[0] = 10;
     this.tb_FMin.Increment = new decimal(bits);
     this.tb_FMin.Location = new Point(0x61, 0x4c);
     this.tb_FMin.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x7fff;
     this.tb_FMin.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 0x8000;
     bits[3] = -2147483648;
     this.tb_FMin.Minimum = new decimal(bits);
     this.tb_FMin.Name = "tb_FMin";
     this.tb_FMin.ReadOnly = false;
     this.tb_FMin.Size = new Size(0x1b6, 0x17);
     this.tb_FMin.TabIndex = 0x1c;
     bits = new int[4];
     this.tb_FMin.Value = new decimal(bits);
     this.tb_FMin.ValueChanged += new EventHandler(this.ValueChanged);
     this.tb_FMax.AutoSize = true;
     this.tb_FMax.BackColor = SystemColors.ButtonHighlight;
     this.tb_FMax.BorderStyle = BorderStyle.Fixed3D;
     this.tb_FMax.CharExtensition = "";
     this.tb_FMax.FloatPlaces = 2;
     this.tb_FMax.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.tb_FMax.ForeColor = SystemColors.ControlText;
     bits = new int[4];
     bits[0] = 10;
     this.tb_FMax.Increment = new decimal(bits);
     this.tb_FMax.Location = new Point(0x61, 0x2a);
     this.tb_FMax.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x7fff;
     this.tb_FMax.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 0x8000;
     bits[3] = -2147483648;
     this.tb_FMax.Minimum = new decimal(bits);
     this.tb_FMax.Name = "tb_FMax";
     this.tb_FMax.ReadOnly = false;
     this.tb_FMax.Size = new Size(0x1b6, 0x17);
     this.tb_FMax.TabIndex = 0x1b;
     bits = new int[4];
     this.tb_FMax.Value = new decimal(bits);
     this.tb_FMax.ValueChanged += new EventHandler(this.ValueChanged);
     this.tb_BeamWidth.AccessibleRole = AccessibleRole.ScrollBar;
     this.tb_BeamWidth.AutoSize = true;
     this.tb_BeamWidth.BackColor = SystemColors.ButtonHighlight;
     this.tb_BeamWidth.BorderStyle = BorderStyle.Fixed3D;
     this.tb_BeamWidth.CharExtensition = "";
     this.tb_BeamWidth.FloatPlaces = 2;
     this.tb_BeamWidth.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.tb_BeamWidth.ForeColor = SystemColors.ControlText;
     bits = new int[4];
     bits[0] = 10;
     this.tb_BeamWidth.Increment = new decimal(bits);
     this.tb_BeamWidth.Location = new Point(0x61, 14);
     this.tb_BeamWidth.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0xffff;
     this.tb_BeamWidth.Maximum = new decimal(bits);
     bits = new int[4];
     this.tb_BeamWidth.Minimum = new decimal(bits);
     this.tb_BeamWidth.Name = "tb_BeamWidth";
     this.tb_BeamWidth.ReadOnly = false;
     this.tb_BeamWidth.Size = new Size(0x1b6, 0x17);
     this.tb_BeamWidth.TabIndex = 0x1a;
     bits = new int[4];
     this.tb_BeamWidth.Value = new decimal(bits);
     this.tb_BeamWidth.ValueChanged += new EventHandler(this.ValueChanged);
     this.label3.AutoSize = true;
     this.label3.BackColor = Color.Transparent;
     this.label3.Location = new Point(0x219, 0x53);
     this.label3.Name = "label3";
     this.label3.Size = new Size(30, 15);
     this.label3.TabIndex = 0x18;
     this.label3.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_MHZ;
     this.label2.AutoSize = true;
     this.label2.BackColor = Color.Transparent;
     this.label2.Location = new Point(0x21a, 0x31);
     this.label2.Name = "label2";
     this.label2.Size = new Size(30, 15);
     this.label2.TabIndex = 0x17;
     this.label2.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_MHZ;
     this.label1.AutoSize = true;
     this.label1.BackColor = Color.Transparent;
     this.label1.Location = new Point(0x21a, 14);
     this.label1.Name = "label1";
     this.label1.Size = new Size(12, 15);
     this.label1.TabIndex = 0x16;
     this.label1.Text = "\x00b0";
     this.lblFMin.AutoSize = true;
     this.lblFMin.BackColor = Color.Transparent;
     this.lblFMin.Location = new Point(3, 0x54);
     this.lblFMin.Name = "lblFMin";
     this.lblFMin.Size = new Size(0x56, 15);
     this.lblFMin.TabIndex = 2;
     this.lblFMin.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_FMIN;
     this.lblFMax.AutoSize = true;
     this.lblFMax.BackColor = Color.Transparent;
     this.lblFMax.Location = new Point(3, 50);
     this.lblFMax.Name = "lblFMax";
     this.lblFMax.Size = new Size(0x58, 15);
     this.lblFMax.TabIndex = 1;
     this.lblFMax.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_FMAX;
     this.lblBeamWidth.AutoSize = true;
     this.lblBeamWidth.BackColor = Color.Transparent;
     this.lblBeamWidth.Location = new Point(3, 14);
     this.lblBeamWidth.Name = "lblBeamWidth";
     this.lblBeamWidth.Size = new Size(0x48, 15);
     this.lblBeamWidth.TabIndex = 0;
     this.lblBeamWidth.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_BEAMWIDTH;
     this.btn_OK.Location = new Point(0x15d, 0x189);
     this.btn_OK.Margin = new Padding(3, 4, 3, 4);
     this.btn_OK.Name = "btn_OK";
     this.btn_OK.Size = new Size(0x4b, 0x17);
     this.btn_OK.TabIndex = 1;
     this.btn_OK.Text = GeneralResource.BUTTON_OK;
     this.btn_OK.UseVisualStyleBackColor = true;
     this.btn_OK.Click += new EventHandler(this.btn_OK_Click);
     this.btn_Cancel.CausesValidation = false;
     this.btn_Cancel.DialogResult = DialogResult.Cancel;
     this.btn_Cancel.Location = new Point(430, 0x189);
     this.btn_Cancel.Margin = new Padding(3, 4, 3, 4);
     this.btn_Cancel.Name = "btn_Cancel";
     this.btn_Cancel.Size = new Size(0x4b, 0x17);
     this.btn_Cancel.TabIndex = 2;
     this.btn_Cancel.Text = GeneralResource.BUTTON_CANCEL;
     this.btn_Cancel.UseVisualStyleBackColor = true;
     this.btn_Cancel.Click += new EventHandler(this.btn_Cancel_Click);
     this.btn_App.Enabled = false;
     this.btn_App.Location = new Point(0x1ff, 0x189);
     this.btn_App.Margin = new Padding(3, 4, 3, 4);
     this.btn_App.Name = "btn_App";
     this.btn_App.Size = new Size(0x4b, 0x17);
     this.btn_App.TabIndex = 3;
     this.btn_App.Text = GeneralResource.BUTTON_APPLY;
     this.btn_App.UseVisualStyleBackColor = true;
     this.btn_App.Click += new EventHandler(this.btn_App_Click);
     this.label10.AutoSize = true;
     this.label10.BackColor = SystemColors.ButtonFace;
     this.label10.Dock = DockStyle.Top;
     this.label10.Location = new Point(0, 0);
     this.label10.Name = "label10";
     this.label10.Size = new Size(0x41, 12);
     this.label10.TabIndex = 0;
     this.label10.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_CO_POLAR;
     this.errorProvider_NotNullName.ContainerControl = this;
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x256, 0x1ad);
     base.Controls.Add(this.btn_App);
     base.Controls.Add(this.btn_Cancel);
     base.Controls.Add(this.btn_OK);
     base.Controls.Add(this.tc_Ant);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.FormBorderStyle = FormBorderStyle.FixedSingle;
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "AntForm";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = Huawei.UNet.Common.GlobalResource.AntennaResource.ANTENNA_FORM_PROPERTIES;
     this.tc_Ant.ResumeLayout(false);
     this.GeneralPage.ResumeLayout(false);
     this.GeneralPage.PerformLayout();
     this.tb_Gain.EndInit();
     this.HGaintabPage.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     ((ISupportInitialize) this.dgv_HGain).EndInit();
     this.VGaintabPage.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     ((ISupportInitialize) this.dgv_VGain).EndInit();
     this.OthertabPage.ResumeLayout(false);
     this.OthertabPage.PerformLayout();
     ((ISupportInitialize) this.errorProvider_NotNullName).EndInit();
     base.ResumeLayout(false);
     base.KeyPreview = true;
     base.HelpButton = true;
     base.KeyDown += new KeyEventHandler(this.SelectTypeFrm_KeyDown);
     base.HelpButtonClicked += new CancelEventHandler(this.SelectTypeFrm_HelpButtonClicked);
 }
Exemple #6
0
        private void InitializeComponent()
        {
            this.gbSelectFile = new System.Windows.Forms.GroupBox();
            this.clbMeasureFile = new System.Windows.Forms.CheckedListBox();
            this.gbSelectParameter = new System.Windows.Forms.GroupBox();
            this.tlpSelectPara = new System.Windows.Forms.TableLayoutPanel();
            this.lblRange = new System.Windows.Forms.Label();
            this.lblDescription = new System.Windows.Forms.Label();
            this.lblParameter = new System.Windows.Forms.Label();
            this.lblValue = new System.Windows.Forms.Label();
            this.gbCalibrateLimi = new System.Windows.Forms.GroupBox();
            this.ntbCellEdgeCoverProbility = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.lblSquareError = new System.Windows.Forms.Label();
            this.isAdjustClutterCheckBox = new System.Windows.Forms.CheckBox();
            this.lbtCellEdgeCoverProbility = new System.Windows.Forms.Label();
            this.ntbStdError = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.btnCalibration = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.cbPropModel = new System.Windows.Forms.ComboBox();
            this.gbSelectPropModel = new System.Windows.Forms.GroupBox();
            this.OutputModel = new System.Windows.Forms.Button();
            this.gbSelectFile.SuspendLayout();
            this.gbSelectParameter.SuspendLayout();
            this.gbCalibrateLimi.SuspendLayout();
            this.gbSelectPropModel.SuspendLayout();
            this.SuspendLayout();
            // 
            // gbSelectFile
            // 
            this.gbSelectFile.Controls.Add(this.clbMeasureFile);
            this.gbSelectFile.Location = new System.Drawing.Point(12, 87);
            this.gbSelectFile.Name = "gbSelectFile";
            this.gbSelectFile.Size = new System.Drawing.Size(236, 96);
            this.gbSelectFile.TabIndex = 5;
            this.gbSelectFile.TabStop = false;
            this.gbSelectFile.Text = "Select File";
            // 
            // clbMeasureFile
            // 
            this.clbMeasureFile.CheckOnClick = true;
            this.clbMeasureFile.FormattingEnabled = true;
            this.clbMeasureFile.Location = new System.Drawing.Point(10, 20);
            this.clbMeasureFile.Name = "clbMeasureFile";
            this.clbMeasureFile.Size = new System.Drawing.Size(197, 68);
            this.clbMeasureFile.TabIndex = 0;
            // 
            // gbSelectParameter
            // 
            this.gbSelectParameter.Controls.Add(this.tlpSelectPara);
            this.gbSelectParameter.Controls.Add(this.lblRange);
            this.gbSelectParameter.Controls.Add(this.lblDescription);
            this.gbSelectParameter.Controls.Add(this.lblParameter);
            this.gbSelectParameter.Controls.Add(this.lblValue);
            this.gbSelectParameter.Location = new System.Drawing.Point(271, 21);
            this.gbSelectParameter.Name = "gbSelectParameter";
            this.gbSelectParameter.Size = new System.Drawing.Size(399, 305);
            this.gbSelectParameter.TabIndex = 4;
            this.gbSelectParameter.TabStop = false;
            this.gbSelectParameter.Text = "Select Parameter";
            // 
            // tlpSelectPara
            // 
            this.tlpSelectPara.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.tlpSelectPara.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetPartial;
            this.tlpSelectPara.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
            this.tlpSelectPara.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
            this.tlpSelectPara.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
            this.tlpSelectPara.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
            this.tlpSelectPara.ForeColor = System.Drawing.SystemColors.ControlText;
            this.tlpSelectPara.Location = new System.Drawing.Point(9, 56);
            this.tlpSelectPara.Name = "tlpSelectPara";
            this.tlpSelectPara.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tlpSelectPara.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tlpSelectPara.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tlpSelectPara.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tlpSelectPara.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tlpSelectPara.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tlpSelectPara.Size = new System.Drawing.Size(380, 230);
            this.tlpSelectPara.TabIndex = 4;
            this.tlpSelectPara.DoubleClick += new System.EventHandler(this.ParaRange_DoubleClick);
            // 
            // lblRange
            // 
            this.lblRange.Location = new System.Drawing.Point(311, 27);
            this.lblRange.Name = "lblRange";
            this.lblRange.Size = new System.Drawing.Size(68, 23);
            this.lblRange.TabIndex = 0;
            this.lblRange.Text = "Range";
            // 
            // lblDescription
            // 
            this.lblDescription.Location = new System.Drawing.Point(100, 27);
            this.lblDescription.Name = "lblDescription";
            this.lblDescription.Size = new System.Drawing.Size(89, 21);
            this.lblDescription.TabIndex = 2;
            this.lblDescription.Text = "Description";
            // 
            // lblParameter
            // 
            this.lblParameter.Location = new System.Drawing.Point(6, 27);
            this.lblParameter.Name = "lblParameter";
            this.lblParameter.Size = new System.Drawing.Size(88, 23);
            this.lblParameter.TabIndex = 3;
            this.lblParameter.Text = "Parameter";
            // 
            // lblValue
            // 
            this.lblValue.Location = new System.Drawing.Point(207, 27);
            this.lblValue.Name = "lblValue";
            this.lblValue.Size = new System.Drawing.Size(79, 23);
            this.lblValue.TabIndex = 1;
            this.lblValue.Text = "Value";
            // 
            // gbCalibrateLimi
            // 
            this.gbCalibrateLimi.Controls.Add(this.ntbCellEdgeCoverProbility);
            this.gbCalibrateLimi.Controls.Add(this.lblSquareError);
            this.gbCalibrateLimi.Controls.Add(this.isAdjustClutterCheckBox);
            this.gbCalibrateLimi.Controls.Add(this.lbtCellEdgeCoverProbility);
            this.gbCalibrateLimi.Controls.Add(this.ntbStdError);
            this.gbCalibrateLimi.Location = new System.Drawing.Point(12, 189);
            this.gbCalibrateLimi.Name = "gbCalibrateLimi";
            this.gbCalibrateLimi.Size = new System.Drawing.Size(236, 178);
            this.gbCalibrateLimi.TabIndex = 3;
            this.gbCalibrateLimi.TabStop = false;
            this.gbCalibrateLimi.Text = "Calibrate Limitation";
            // 
            // ntbCellEdgeCoverProbility
            // 
            this.ntbCellEdgeCoverProbility.AutoSize = true;
            this.ntbCellEdgeCoverProbility.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntbCellEdgeCoverProbility.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntbCellEdgeCoverProbility.CharExtensition = "%";
            this.ntbCellEdgeCoverProbility.FloatPlaces = 2;
            this.ntbCellEdgeCoverProbility.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntbCellEdgeCoverProbility.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntbCellEdgeCoverProbility.Location = new System.Drawing.Point(6, 97);
            this.ntbCellEdgeCoverProbility.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntbCellEdgeCoverProbility.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.ntbCellEdgeCoverProbility.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntbCellEdgeCoverProbility.Name = "ntbCellEdgeCoverProbility";
            this.ntbCellEdgeCoverProbility.ReadOnly = false;
            this.ntbCellEdgeCoverProbility.Size = new System.Drawing.Size(170, 23);
            this.ntbCellEdgeCoverProbility.TabIndex = 1;
            this.ntbCellEdgeCoverProbility.Value = new decimal(new int[] {
            75,
            0,
            0,
            0});
            // 
            // lblSquareError
            // 
            this.lblSquareError.Location = new System.Drawing.Point(6, 17);
            this.lblSquareError.Name = "lblSquareError";
            this.lblSquareError.Size = new System.Drawing.Size(100, 23);
            this.lblSquareError.TabIndex = 3;
            this.lblSquareError.Text = "SqureError";
            // 
            // isAdjustClutterCheckBox
            // 
            this.isAdjustClutterCheckBox.Location = new System.Drawing.Point(6, 139);
            this.isAdjustClutterCheckBox.Name = "isAdjustClutterCheckBox";
            this.isAdjustClutterCheckBox.Size = new System.Drawing.Size(104, 24);
            this.isAdjustClutterCheckBox.TabIndex = 0;
            this.isAdjustClutterCheckBox.Text = "isAdjustClutter";
            this.isAdjustClutterCheckBox.UseVisualStyleBackColor = true;
            this.isAdjustClutterCheckBox.Click += new System.EventHandler(this.isAdjustClutterCheckBox_Click);
            // 
            // lbtCellEdgeCoverProbility
            // 
            this.lbtCellEdgeCoverProbility.Location = new System.Drawing.Point(3, 70);
            this.lbtCellEdgeCoverProbility.Name = "lbtCellEdgeCoverProbility";
            this.lbtCellEdgeCoverProbility.Size = new System.Drawing.Size(155, 23);
            this.lbtCellEdgeCoverProbility.TabIndex = 4;
            this.lbtCellEdgeCoverProbility.Text = "CellEdgeCoverProbility";
            // 
            // ntbStdError
            // 
            this.ntbStdError.AutoSize = true;
            this.ntbStdError.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntbStdError.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntbStdError.CharExtensition = "dB";
            this.ntbStdError.FloatPlaces = 2;
            this.ntbStdError.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntbStdError.Increment = new decimal(new int[] {
            5,
            0,
            0,
            131072});
            this.ntbStdError.Location = new System.Drawing.Point(10, 44);
            this.ntbStdError.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntbStdError.Maximum = new decimal(new int[] {
            32768,
            0,
            0,
            0});
            this.ntbStdError.Minimum = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            this.ntbStdError.Name = "ntbStdError";
            this.ntbStdError.ReadOnly = false;
            this.ntbStdError.Size = new System.Drawing.Size(170, 23);
            this.ntbStdError.TabIndex = 2;
            this.ntbStdError.Value = new decimal(new int[] {
            8,
            0,
            0,
            0});
            // 
            // btnCalibration
            // 
            this.btnCalibration.Location = new System.Drawing.Point(466, 344);
            this.btnCalibration.Name = "btnCalibration";
            this.btnCalibration.Size = new System.Drawing.Size(75, 23);
            this.btnCalibration.TabIndex = 2;
            this.btnCalibration.Text = "Calibration";
            this.btnCalibration.UseVisualStyleBackColor = true;
            this.btnCalibration.Click += new System.EventHandler(this.btnCalibration_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(585, 344);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 1;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // cbPropModel
            // 
            this.cbPropModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbPropModel.FormattingEnabled = true;
            this.cbPropModel.Location = new System.Drawing.Point(6, 29);
            this.cbPropModel.Name = "cbPropModel";
            this.cbPropModel.Size = new System.Drawing.Size(201, 23);
            this.cbPropModel.TabIndex = 0;
            this.cbPropModel.SelectedIndexChanged += new System.EventHandler(this.cbPropModel_SelectedIndexChanged);
            // 
            // gbSelectPropModel
            // 
            this.gbSelectPropModel.Controls.Add(this.cbPropModel);
            this.gbSelectPropModel.Location = new System.Drawing.Point(12, 21);
            this.gbSelectPropModel.Name = "gbSelectPropModel";
            this.gbSelectPropModel.Size = new System.Drawing.Size(236, 60);
            this.gbSelectPropModel.TabIndex = 0;
            this.gbSelectPropModel.TabStop = false;
            this.gbSelectPropModel.Text = "Select PropModel";
            // 
            // OutputModel
            // 
            this.OutputModel.Location = new System.Drawing.Point(349, 344);
            this.OutputModel.Name = "OutputModel";
            this.OutputModel.Size = new System.Drawing.Size(84, 23);
            this.OutputModel.TabIndex = 6;
            this.OutputModel.Text = "OutputModel";
            this.OutputModel.UseVisualStyleBackColor = true;
            this.OutputModel.Click += new System.EventHandler(this.OutputModel_Click);
            // 
            // AdjustForm
            // 
            this.ClientSize = new System.Drawing.Size(698, 397);
            this.Controls.Add(this.OutputModel);
            this.Controls.Add(this.gbCalibrateLimi);
            this.Controls.Add(this.gbSelectParameter);
            this.Controls.Add(this.gbSelectPropModel);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnCalibration);
            this.Controls.Add(this.gbSelectFile);
            this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AdjustForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.AdjustForm_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AdjustForm_KeyDown);
            this.gbSelectFile.ResumeLayout(false);
            this.gbSelectParameter.ResumeLayout(false);
            this.gbCalibrateLimi.ResumeLayout(false);
            this.gbCalibrateLimi.PerformLayout();
            this.gbSelectPropModel.ResumeLayout(false);
            this.ResumeLayout(false);

        }
		private void InitializeComponent()
		{
			this.groupbox_paper = new System.Windows.Forms.GroupBox();
			this.combobox_source = new System.Windows.Forms.ComboBox();
			this.combobox_size = new System.Windows.Forms.ComboBox();
			this.label_source = new System.Windows.Forms.Label();
			this.label_size = new System.Windows.Forms.Label();
			this.groupbox_orientation = new System.Windows.Forms.GroupBox();
			this.radio_landscape = new System.Windows.Forms.RadioButton();
			this.radio_portrait = new System.Windows.Forms.RadioButton();
			this.groupbox_margin = new System.Windows.Forms.GroupBox();
			this.label_left = new System.Windows.Forms.Label();
			this.button_ok = new System.Windows.Forms.Button();
			this.button_cancel = new System.Windows.Forms.Button();
			this.button_printer = new System.Windows.Forms.Button();
			this.label_top = new System.Windows.Forms.Label();
			this.label_right = new System.Windows.Forms.Label();
			this.label_bottom = new System.Windows.Forms.Label();
			this.textbox_left = new System.Windows.Forms.NumericTextBox();
			this.textbox_top = new System.Windows.Forms.NumericTextBox();
			this.textbox_right = new System.Windows.Forms.NumericTextBox();
			this.textbox_bottom = new System.Windows.Forms.NumericTextBox();
			this.pagePreview = new PagePreview ();
			this.groupbox_paper.SuspendLayout();
			this.groupbox_orientation.SuspendLayout();
			this.groupbox_margin.SuspendLayout();
			form.SuspendLayout();
			// 
			// groupbox_paper
			// 
			this.groupbox_paper.Controls.Add(this.combobox_source);
			this.groupbox_paper.Controls.Add(this.combobox_size);
			this.groupbox_paper.Controls.Add(this.label_source);
			this.groupbox_paper.Controls.Add(this.label_size);
			this.groupbox_paper.Location = new System.Drawing.Point(12, 157);
			this.groupbox_paper.Name = "groupbox_paper";
			this.groupbox_paper.Size = new System.Drawing.Size(336, 90);
			this.groupbox_paper.TabIndex = 0;
			this.groupbox_paper.TabStop = false;
			this.groupbox_paper.Text = "Paper";
			// 
			// combobox_source
			// 
			this.combobox_source.Location = new System.Drawing.Point(84, 54);
			this.combobox_source.Name = "combobox_source";
			this.combobox_source.Size = new System.Drawing.Size(240, 21);
			this.combobox_source.TabIndex = 3;
			// 
			// combobox_size
			// 
			this.combobox_size.ItemHeight = 13;
			this.combobox_size.Location = new System.Drawing.Point(84, 22);
			this.combobox_size.Name = "combobox_size";
			this.combobox_size.Size = new System.Drawing.Size(240, 21);
			this.combobox_size.TabIndex = 2;
			this.combobox_size.SelectedIndexChanged += new EventHandler(this.OnPaperSizeChange);
			// 
			// label_source
			// 
			this.label_source.Location = new System.Drawing.Point(13, 58);
			this.label_source.Name = "label_source";
			this.label_source.Size = new System.Drawing.Size(48, 16);
			this.label_source.TabIndex = 1;
			this.label_source.Text = "&Source:";
			// 
			// label_size
			// 
			this.label_size.Location = new System.Drawing.Point(13, 25);
			this.label_size.Name = "label_size";
			this.label_size.Size = new System.Drawing.Size(52, 16);
			this.label_size.TabIndex = 0;
			this.label_size.Text = "Si&ze:";
			// 
			// groupbox_orientation
			// 
			this.groupbox_orientation.Controls.Add(this.radio_landscape);
			this.groupbox_orientation.Controls.Add(this.radio_portrait);
			this.groupbox_orientation.Location = new System.Drawing.Point(12, 255);
			this.groupbox_orientation.Name = "groupbox_orientation";
			this.groupbox_orientation.Size = new System.Drawing.Size(96, 90);
			this.groupbox_orientation.TabIndex = 1;
			this.groupbox_orientation.TabStop = false;
			this.groupbox_orientation.Text = "Orientation";
			// 
			// radio_landscape
			// 
			this.radio_landscape.Location = new System.Drawing.Point(13, 52);
			this.radio_landscape.Name = "radio_landscape";
			this.radio_landscape.Size = new System.Drawing.Size(80, 24);
			this.radio_landscape.TabIndex = 7;
			this.radio_landscape.Text = "L&andscape";
			this.radio_landscape.CheckedChanged += new EventHandler(this.OnLandscapeChange);
			// 
			// radio_portrait
			// 
			this.radio_portrait.Location = new System.Drawing.Point(13, 19);
			this.radio_portrait.Name = "radio_portrait";
			this.radio_portrait.Size = new System.Drawing.Size(72, 24);
			this.radio_portrait.TabIndex = 6;
			this.radio_portrait.Text = "P&ortrait";
			// 
			// groupbox_margin
			// 
			this.groupbox_margin.Controls.Add(this.textbox_bottom);
			this.groupbox_margin.Controls.Add(this.textbox_right);
			this.groupbox_margin.Controls.Add(this.textbox_top);
			this.groupbox_margin.Controls.Add(this.textbox_left);
			this.groupbox_margin.Controls.Add(this.label_bottom);
			this.groupbox_margin.Controls.Add(this.label_right);
			this.groupbox_margin.Controls.Add(this.label_top);
			this.groupbox_margin.Controls.Add(this.label_left);
			this.groupbox_margin.Location = new System.Drawing.Point(120, 255);
			this.groupbox_margin.Name = "groupbox_margin";
			this.groupbox_margin.Size = new System.Drawing.Size(228, 90);
			this.groupbox_margin.TabIndex = 2;
			this.groupbox_margin.TabStop = false;
			this.groupbox_margin.Text = LocalizedLengthUnit ();
			// 
			// label_left
			// 
			this.label_left.Location = new System.Drawing.Point(11, 25);
			this.label_left.Name = "label_left";
			this.label_left.Size = new System.Drawing.Size(40, 23);
			this.label_left.TabIndex = 0;
			this.label_left.Text = "&Left:";
			// 
			// button_ok
			// 
			this.button_ok.Location = new System.Drawing.Point(120, 358);
			this.button_ok.Name = "button_ok";
			this.button_ok.Size = new System.Drawing.Size(72, 23);
			this.button_ok.TabIndex = 3;
			this.button_ok.Text = "OK";
			this.button_ok.Click += new EventHandler (OnClickOkButton);
			// 
			// button_cancel
			// 
			this.button_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.button_cancel.Location = new System.Drawing.Point(198, 358);
			this.button_cancel.Name = "button_cancel";
			this.button_cancel.Size = new System.Drawing.Size(72, 23);
			this.button_cancel.TabIndex = 4;
			this.button_cancel.Text = "Cancel";
			// 
			// button_printer
			// 
			this.button_printer.Location = new System.Drawing.Point(276, 358);
			this.button_printer.Name = "button_printer";
			this.button_printer.Size = new System.Drawing.Size(72, 23);
			this.button_printer.TabIndex = 5;
			this.button_printer.Text = "&Printer...";
			this.button_printer.Click += new EventHandler (OnClickPrinterButton);
			// 
			// label_top
			// 
			this.label_top.Location = new System.Drawing.Point(11, 57);
			this.label_top.Name = "label_top";
			this.label_top.Size = new System.Drawing.Size(40, 23);
			this.label_top.TabIndex = 1;
			this.label_top.Text = "&Top:";
			// 
			// label_right
			// 
			this.label_right.Location = new System.Drawing.Point(124, 25);
			this.label_right.Name = "label_right";
			this.label_right.Size = new System.Drawing.Size(40, 23);
			this.label_right.TabIndex = 2;
			this.label_right.Text = "&Right:";
			// 
			// label_bottom
			// 
			this.label_bottom.Location = new System.Drawing.Point(124, 57);
			this.label_bottom.Name = "label_bottom";
			this.label_bottom.Size = new System.Drawing.Size(40, 23);
			this.label_bottom.TabIndex = 3;
			this.label_bottom.Text = "&Bottom:";
			// 
			// textbox_left
			// 
			this.textbox_left.Location = new System.Drawing.Point(57, 21);
			this.textbox_left.Name = "textbox_left";
			this.textbox_left.Size = new System.Drawing.Size(48, 20);
			this.textbox_left.TabIndex = 4;
			this.textbox_left.TextChanged +=new EventHandler(OnMarginChange);
			// 
			// textbox_top
			//
			this.textbox_top.Location = new System.Drawing.Point(57, 54);
			this.textbox_top.Name = "textbox_top";
			this.textbox_top.Size = new System.Drawing.Size(48, 20);
			this.textbox_top.TabIndex = 5;
			this.textbox_top.TextChanged +=new EventHandler(OnMarginChange);
			// 
			// textbox_right
			// 
			this.textbox_right.Location = new System.Drawing.Point(171, 21);
			this.textbox_right.Name = "textbox_right";
			this.textbox_right.Size = new System.Drawing.Size(48, 20);
			this.textbox_right.TabIndex = 6;
			this.textbox_right.TextChanged +=new EventHandler(OnMarginChange);
			// 
			// textbox_bottom
			// 
			this.textbox_bottom.Location = new System.Drawing.Point(171, 54);
			this.textbox_bottom.Name = "textbox_bottom";
			this.textbox_bottom.Size = new System.Drawing.Size(48, 20);
			this.textbox_bottom.TabIndex = 7;
			this.textbox_bottom.TextChanged +=new EventHandler(OnMarginChange);
			// 
			// pagePreview
			// 
			this.pagePreview.Location = new System.Drawing.Point (130, 10);
			this.pagePreview.Name = "pagePreview";
			this.pagePreview.Size = new System.Drawing.Size (150, 150);
			this.pagePreview.TabIndex = 6;
			// 
			// Form3
			// 
			form.AcceptButton = this.button_ok;
			form.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			form.CancelButton = this.button_cancel;
			form.ClientSize = new System.Drawing.Size(360, 390);
			form.Controls.Add (this.pagePreview);
			form.Controls.Add (this.button_printer);
			form.Controls.Add(this.button_cancel);
			form.Controls.Add(this.button_ok);
			form.Controls.Add(this.groupbox_margin);
			form.Controls.Add(this.groupbox_orientation);
			form.Controls.Add(this.groupbox_paper);
			form.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			form.HelpButton = true;
			form.MaximizeBox = false;
			form.MinimizeBox = false;
			form.Name = "Form3";
			form.ShowInTaskbar = false;
			form.Text = "Page Setup";
			this.groupbox_paper.ResumeLayout(false);
			this.groupbox_orientation.ResumeLayout(false);
			this.groupbox_margin.ResumeLayout(false);
			form.ResumeLayout(false);

		}
Exemple #8
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.tcGroupProperties = new System.Windows.Forms.TabControl();
            this.tPageGeneral = new System.Windows.Forms.TabPage();
            this.ntxtHandoverAreaGate = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.lblHandoverAreaGate = new System.Windows.Forms.Label();
            this.txtName = new System.Windows.Forms.TextBox();
            this.lblName = new System.Windows.Forms.Label();
            this.tPageCondition = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.ntxtStMaxSensitivity = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.ntxtStRxSensitivity = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.lblSmallorEqual = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.tPageDisplay = new System.Windows.Forms.TabPage();
            this.panelDgvLegend = new System.Windows.Forms.Panel();
            this.CheckAll = new System.Windows.Forms.CheckBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chbLegend = new System.Windows.Forms.CheckBox();
            this.chbInformation = new System.Windows.Forms.CheckBox();
            this.label_actions = new System.Windows.Forms.Label();
            this.tPerMark = new System.Windows.Forms.Label();
            this.tbarTransparence = new System.Windows.Forms.TrackBar();
            this.lbTransparence = new System.Windows.Forms.Label();
            this.lbTransparenceName = new System.Windows.Forms.Label();
            this.button_actions = new System.Windows.Forms.Button();
            this.dgvLegend = new System.Windows.Forms.DataGridView();
            this.ColorType = new System.Windows.Forms.DataGridViewButtonColumn();
            this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.MinValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.MaxValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Legend = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CheckLegend = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.panelField = new System.Windows.Forms.Panel();
            this.cmbField = new System.Windows.Forms.ComboBox();
            this.panelDisplay = new System.Windows.Forms.Panel();
            this.cmbDisplayType = new System.Windows.Forms.ComboBox();
            this.lblField = new System.Windows.Forms.Label();
            this.lblDisplayType = new System.Windows.Forms.Label();
            this.insertBeforeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.insertAfterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportLegendToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.importLegendToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.shadingToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.btnApply = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnConfirm = new System.Windows.Forms.Button();
            this.shadingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.tcGroupProperties.SuspendLayout();
            this.tPageGeneral.SuspendLayout();
            this.tPageCondition.SuspendLayout();
            this.tPageDisplay.SuspendLayout();
            this.panelDgvLegend.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbarTransparence)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvLegend)).BeginInit();
            this.panelField.SuspendLayout();
            this.panelDisplay.SuspendLayout();
            this.SuspendLayout();
            // 
            // tcGroupProperties
            // 
            this.tcGroupProperties.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tcGroupProperties.Controls.Add(this.tPageGeneral);
            this.tcGroupProperties.Controls.Add(this.tPageCondition);
            this.tcGroupProperties.Controls.Add(this.tPageDisplay);
            this.tcGroupProperties.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tcGroupProperties.Location = new System.Drawing.Point(12, 13);
            this.tcGroupProperties.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tcGroupProperties.Name = "tcGroupProperties";
            this.tcGroupProperties.SelectedIndex = 0;
            this.tcGroupProperties.Size = new System.Drawing.Size(548, 344);
            this.tcGroupProperties.TabIndex = 1;
            // 
            // tPageGeneral
            // 
            this.tPageGeneral.Controls.Add(this.ntxtHandoverAreaGate);
            this.tPageGeneral.Controls.Add(this.lblHandoverAreaGate);
            this.tPageGeneral.Controls.Add(this.txtName);
            this.tPageGeneral.Controls.Add(this.lblName);
            this.tPageGeneral.Location = new System.Drawing.Point(4, 24);
            this.tPageGeneral.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tPageGeneral.Name = "tPageGeneral";
            this.tPageGeneral.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tPageGeneral.Size = new System.Drawing.Size(540, 316);
            this.tPageGeneral.TabIndex = 0;
            this.tPageGeneral.Text = "General";
            this.tPageGeneral.UseVisualStyleBackColor = true;
            // 
            // ntxtHandoverAreaGate
            // 
            this.ntxtHandoverAreaGate.AutoSize = true;
            this.ntxtHandoverAreaGate.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtHandoverAreaGate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtHandoverAreaGate.CharExtensition = "";
            this.ntxtHandoverAreaGate.Enabled = false;
            this.ntxtHandoverAreaGate.FloatPlaces = 2;
            this.ntxtHandoverAreaGate.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtHandoverAreaGate.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtHandoverAreaGate.Location = new System.Drawing.Point(149, 58);
            this.ntxtHandoverAreaGate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtHandoverAreaGate.Maximum = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            this.ntxtHandoverAreaGate.Minimum = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            this.ntxtHandoverAreaGate.Name = "ntxtHandoverAreaGate";
            this.ntxtHandoverAreaGate.ReadOnly = false;
            this.ntxtHandoverAreaGate.Size = new System.Drawing.Size(168, 23);
            this.ntxtHandoverAreaGate.TabIndex = 4;
            this.ntxtHandoverAreaGate.Value = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            this.ntxtHandoverAreaGate.Visible = false;
            this.ntxtHandoverAreaGate.ValueChanged += new System.EventHandler(this.ValueChanged);
            // 
            // lblHandoverAreaGate
            // 
            this.lblHandoverAreaGate.Location = new System.Drawing.Point(0, 0);
            this.lblHandoverAreaGate.Name = "lblHandoverAreaGate";
            this.lblHandoverAreaGate.Size = new System.Drawing.Size(100, 23);
            this.lblHandoverAreaGate.TabIndex = 5;
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(149, 17);
            this.txtName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(168, 21);
            this.txtName.TabIndex = 1;
            this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // lblName
            // 
            this.lblName.AutoSize = true;
            this.lblName.Location = new System.Drawing.Point(6, 23);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(44, 15);
            this.lblName.TabIndex = 0;
            this.lblName.Text = "Name:";
            // 
            // tPageCondition
            // 
            this.tPageCondition.Controls.Add(this.label1);
            this.tPageCondition.Controls.Add(this.ntxtStMaxSensitivity);
            this.tPageCondition.Controls.Add(this.ntxtStRxSensitivity);
            this.tPageCondition.Controls.Add(this.lblSmallorEqual);
            this.tPageCondition.Controls.Add(this.textBox1);
            this.tPageCondition.Location = new System.Drawing.Point(4, 24);
            this.tPageCondition.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tPageCondition.Name = "tPageCondition";
            this.tPageCondition.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tPageCondition.Size = new System.Drawing.Size(540, 316);
            this.tPageCondition.TabIndex = 1;
            this.tPageCondition.Text = "Condition";
            this.tPageCondition.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(261, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(21, 15);
            this.label1.TabIndex = 8;
            this.label1.Text = "<=";
            // 
            // ntxtStMaxSensitivity
            // 
            this.ntxtStMaxSensitivity.AutoSize = true;
            this.ntxtStMaxSensitivity.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtStMaxSensitivity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtStMaxSensitivity.CharExtensition = "";
            this.ntxtStMaxSensitivity.Enabled = false;
            this.ntxtStMaxSensitivity.FloatPlaces = 2;
            this.ntxtStMaxSensitivity.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtStMaxSensitivity.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtStMaxSensitivity.Location = new System.Drawing.Point(285, 19);
            this.ntxtStMaxSensitivity.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtStMaxSensitivity.Maximum = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            this.ntxtStMaxSensitivity.Minimum = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            this.ntxtStMaxSensitivity.Name = "ntxtStMaxSensitivity";
            this.ntxtStMaxSensitivity.ReadOnly = false;
            this.ntxtStMaxSensitivity.Size = new System.Drawing.Size(96, 23);
            this.ntxtStMaxSensitivity.TabIndex = 7;
            this.ntxtStMaxSensitivity.Value = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            // 
            // ntxtStRxSensitivity
            // 
            this.ntxtStRxSensitivity.AutoSize = true;
            this.ntxtStRxSensitivity.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtStRxSensitivity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtStRxSensitivity.CharExtensition = "";
            this.ntxtStRxSensitivity.Enabled = false;
            this.ntxtStRxSensitivity.FloatPlaces = 2;
            this.ntxtStRxSensitivity.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtStRxSensitivity.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtStRxSensitivity.Location = new System.Drawing.Point(13, 19);
            this.ntxtStRxSensitivity.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtStRxSensitivity.Maximum = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            this.ntxtStRxSensitivity.Minimum = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            this.ntxtStRxSensitivity.Name = "ntxtStRxSensitivity";
            this.ntxtStRxSensitivity.ReadOnly = false;
            this.ntxtStRxSensitivity.Size = new System.Drawing.Size(101, 23);
            this.ntxtStRxSensitivity.TabIndex = 6;
            this.ntxtStRxSensitivity.Value = new decimal(new int[] {
            32768,
            0,
            0,
            -2147483648});
            // 
            // lblSmallorEqual
            // 
            this.lblSmallorEqual.AutoSize = true;
            this.lblSmallorEqual.Location = new System.Drawing.Point(112, 22);
            this.lblSmallorEqual.Name = "lblSmallorEqual";
            this.lblSmallorEqual.Size = new System.Drawing.Size(21, 15);
            this.lblSmallorEqual.TabIndex = 3;
            this.lblSmallorEqual.Text = "<=";
            // 
            // textBox1
            // 
            this.textBox1.Enabled = false;
            this.textBox1.Location = new System.Drawing.Point(136, 19);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(125, 21);
            this.textBox1.TabIndex = 1;
            this.textBox1.Text = " Signal Level(dBm)";
            // 
            // tPageDisplay
            // 
            this.tPageDisplay.Controls.Add(this.panelDgvLegend);
            this.tPageDisplay.Controls.Add(this.panelField);
            this.tPageDisplay.Controls.Add(this.panelDisplay);
            this.tPageDisplay.Controls.Add(this.lblField);
            this.tPageDisplay.Controls.Add(this.lblDisplayType);
            this.tPageDisplay.Location = new System.Drawing.Point(4, 24);
            this.tPageDisplay.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tPageDisplay.Name = "tPageDisplay";
            this.tPageDisplay.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tPageDisplay.Size = new System.Drawing.Size(540, 316);
            this.tPageDisplay.TabIndex = 2;
            this.tPageDisplay.Text = "Display";
            this.tPageDisplay.UseVisualStyleBackColor = true;
            // 
            // panelDgvLegend
            // 
            this.panelDgvLegend.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panelDgvLegend.BackColor = System.Drawing.Color.Transparent;
            this.panelDgvLegend.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelDgvLegend.Controls.Add(this.CheckAll);
            this.panelDgvLegend.Controls.Add(this.panel1);
            this.panelDgvLegend.Controls.Add(this.dgvLegend);
            this.panelDgvLegend.Location = new System.Drawing.Point(6, 60);
            this.panelDgvLegend.MinimumSize = new System.Drawing.Size(395, 257);
            this.panelDgvLegend.Name = "panelDgvLegend";
            this.panelDgvLegend.Size = new System.Drawing.Size(531, 262);
            this.panelDgvLegend.TabIndex = 7;
            // 
            // CheckAll
            // 
            this.CheckAll.AutoSize = true;
            this.CheckAll.Location = new System.Drawing.Point(9, 3);
            this.CheckAll.Name = "CheckAll";
            this.CheckAll.Size = new System.Drawing.Size(15, 14);
            this.CheckAll.TabIndex = 11;
            this.CheckAll.UseVisualStyleBackColor = true;
            this.CheckAll.CheckedChanged += new System.EventHandler(this.CheckAll_CheckedChanged);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.label_actions);
            this.panel1.Controls.Add(this.tPerMark);
            this.panel1.Controls.Add(this.tbarTransparence);
            this.panel1.Controls.Add(this.lbTransparence);
            this.panel1.Controls.Add(this.lbTransparenceName);
            this.panel1.Controls.Add(this.button_actions);
            this.panel1.Location = new System.Drawing.Point(9, 138);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(513, 100);
            this.panel1.TabIndex = 11;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chbLegend);
            this.groupBox1.Controls.Add(this.chbInformation);
            this.groupBox1.Location = new System.Drawing.Point(291, 5);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(127, 81);
            this.groupBox1.TabIndex = 13;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Legend";
            // 
            // chbLegend
            // 
            this.chbLegend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chbLegend.AutoSize = true;
            this.chbLegend.Checked = true;
            this.chbLegend.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbLegend.Location = new System.Drawing.Point(16, 26);
            this.chbLegend.MinimumSize = new System.Drawing.Size(101, 19);
            this.chbLegend.Name = "chbLegend";
            this.chbLegend.Size = new System.Drawing.Size(101, 19);
            this.chbLegend.TabIndex = 1;
            this.chbLegend.Text = "Add to legend";
            this.chbLegend.UseVisualStyleBackColor = true;
            this.chbLegend.CheckedChanged += new System.EventHandler(this.chbLegend_CheckedChanged);
            // 
            // chbInformation
            // 
            this.chbInformation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chbInformation.AutoSize = true;
            this.chbInformation.Location = new System.Drawing.Point(16, 48);
            this.chbInformation.Name = "chbInformation";
            this.chbInformation.Size = new System.Drawing.Size(103, 19);
            this.chbInformation.TabIndex = 11;
            this.chbInformation.Text = "Show Statistic";
            this.chbInformation.UseVisualStyleBackColor = true;
            this.chbInformation.CheckedChanged += new System.EventHandler(this.chbInformation_CheckedChanged);
            // 
            // label_actions
            // 
            this.label_actions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label_actions.AutoSize = true;
            this.label_actions.BackColor = System.Drawing.Color.Transparent;
            this.label_actions.Font = new System.Drawing.Font("Arial", 9F);
            this.label_actions.Location = new System.Drawing.Point(14, 11);
            this.label_actions.MinimumSize = new System.Drawing.Size(47, 15);
            this.label_actions.Name = "label_actions";
            this.label_actions.Size = new System.Drawing.Size(47, 15);
            this.label_actions.TabIndex = 9;
            this.label_actions.Text = "Actions";
            this.label_actions.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_actions_MouseUp);
            // 
            // tPerMark
            // 
            this.tPerMark.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.tPerMark.AutoSize = true;
            this.tPerMark.Location = new System.Drawing.Point(146, 57);
            this.tPerMark.MinimumSize = new System.Drawing.Size(18, 15);
            this.tPerMark.Name = "tPerMark";
            this.tPerMark.Size = new System.Drawing.Size(18, 15);
            this.tPerMark.TabIndex = 10;
            this.tPerMark.Text = "%";
            // 
            // tbarTransparence
            // 
            this.tbarTransparence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.tbarTransparence.BackColor = System.Drawing.SystemColors.ControlLight;
            this.tbarTransparence.Location = new System.Drawing.Point(2, 54);
            this.tbarTransparence.Maximum = 100;
            this.tbarTransparence.MinimumSize = new System.Drawing.Size(104, 45);
            this.tbarTransparence.Name = "tbarTransparence";
            this.tbarTransparence.Size = new System.Drawing.Size(104, 45);
            this.tbarTransparence.TabIndex = 2;
            this.tbarTransparence.TickFrequency = 20;
            this.tbarTransparence.Scroll += new System.EventHandler(this.tbarTransparence_Scroll);
            // 
            // lbTransparence
            // 
            this.lbTransparence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lbTransparence.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lbTransparence.Location = new System.Drawing.Point(112, 54);
            this.lbTransparence.MinimumSize = new System.Drawing.Size(31, 17);
            this.lbTransparence.Name = "lbTransparence";
            this.lbTransparence.Size = new System.Drawing.Size(31, 22);
            this.lbTransparence.TabIndex = 4;
            // 
            // lbTransparenceName
            // 
            this.lbTransparenceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lbTransparenceName.AutoSize = true;
            this.lbTransparenceName.Location = new System.Drawing.Point(9, 36);
            this.lbTransparenceName.MinimumSize = new System.Drawing.Size(84, 15);
            this.lbTransparenceName.Name = "lbTransparenceName";
            this.lbTransparenceName.Size = new System.Drawing.Size(84, 15);
            this.lbTransparenceName.TabIndex = 3;
            this.lbTransparenceName.Text = "Transparency";
            // 
            // button_actions
            // 
            this.button_actions.AllowDrop = true;
            this.button_actions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button_actions.BackColor = System.Drawing.Color.Transparent;
            this.button_actions.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.button_actions.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button_actions.Font = new System.Drawing.Font("Marlett", 16F);
            this.button_actions.Location = new System.Drawing.Point(9, 6);
            this.button_actions.MinimumSize = new System.Drawing.Size(77, 24);
            this.button_actions.Name = "button_actions";
            this.button_actions.Size = new System.Drawing.Size(77, 29);
            this.button_actions.TabIndex = 8;
            this.button_actions.Text = "u";
            this.button_actions.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.button_actions.UseVisualStyleBackColor = false;
            this.button_actions.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_actions_MouseUp);
            // 
            // dgvLegend
            // 
            this.dgvLegend.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvLegend.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            this.dgvLegend.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvLegend.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColorType,
            this.Value,
            this.MinValue,
            this.MaxValue,
            this.Legend,
            this.CheckLegend});
            this.dgvLegend.Location = new System.Drawing.Point(0, -1);
            this.dgvLegend.Name = "dgvLegend";
            this.dgvLegend.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
            this.dgvLegend.RowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvLegend.RowTemplate.Height = 23;
            this.dgvLegend.Size = new System.Drawing.Size(524, 130);
            this.dgvLegend.TabIndex = 0;
            this.dgvLegend.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvLegend_CellMouseClick);
            this.dgvLegend.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLegend_CellValidated);
            this.dgvLegend.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLegend_RowValidated);
            this.dgvLegend.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgvLegend_CellPainting);
            this.dgvLegend.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLegend_CellClick);
            this.dgvLegend.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvLegend_RowHeaderMouseClick);
            // 
            // ColorType
            // 
            this.ColorType.HeaderText = "";
            this.ColorType.Name = "ColorType";
            this.ColorType.Width = 70;
            // 
            // Value
            // 
            this.Value.HeaderText = "Value";
            this.Value.Name = "Value";
            this.Value.ReadOnly = true;
            this.Value.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // MinValue
            // 
            this.MinValue.HeaderText = "Min Value";
            this.MinValue.Name = "MinValue";
            this.MinValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.MinValue.Width = 70;
            // 
            // MaxValue
            // 
            this.MaxValue.HeaderText = "Max Value";
            this.MaxValue.Name = "MaxValue";
            this.MaxValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.MaxValue.Width = 70;
            // 
            // Legend
            // 
            this.Legend.HeaderText = "Legend";
            this.Legend.Name = "Legend";
            this.Legend.ReadOnly = true;
            this.Legend.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Legend.Width = 125;
            // 
            // CheckLegend
            // 
            this.CheckLegend.HeaderText = "";
            this.CheckLegend.Name = "CheckLegend";
            this.CheckLegend.Width = 50;
            // 
            // panelField
            // 
            this.panelField.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelField.Controls.Add(this.cmbField);
            this.panelField.Location = new System.Drawing.Point(153, 31);
            this.panelField.Name = "panelField";
            this.panelField.Size = new System.Drawing.Size(248, 26);
            this.panelField.TabIndex = 6;
            // 
            // cmbField
            // 
            this.cmbField.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cmbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbField.FormattingEnabled = true;
            this.cmbField.Location = new System.Drawing.Point(0, 0);
            this.cmbField.Name = "cmbField";
            this.cmbField.Size = new System.Drawing.Size(244, 23);
            this.cmbField.TabIndex = 4;
            this.cmbField.SelectedIndexChanged += new System.EventHandler(this.cmbField_SelectedIndexChanged);
            // 
            // panelDisplay
            // 
            this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelDisplay.Controls.Add(this.cmbDisplayType);
            this.panelDisplay.Location = new System.Drawing.Point(6, 31);
            this.panelDisplay.Name = "panelDisplay";
            this.panelDisplay.Size = new System.Drawing.Size(121, 26);
            this.panelDisplay.TabIndex = 5;
            // 
            // cmbDisplayType
            // 
            this.cmbDisplayType.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cmbDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDisplayType.Enabled = false;
            this.cmbDisplayType.FormattingEnabled = true;
            this.cmbDisplayType.Location = new System.Drawing.Point(0, 0);
            this.cmbDisplayType.Name = "cmbDisplayType";
            this.cmbDisplayType.Size = new System.Drawing.Size(117, 23);
            this.cmbDisplayType.TabIndex = 3;
            this.cmbDisplayType.SelectedIndexChanged += new System.EventHandler(this.cmbDisplayType_SelectedIndexChanged);
            // 
            // lblField
            // 
            this.lblField.AutoSize = true;
            this.lblField.Location = new System.Drawing.Point(150, 13);
            this.lblField.Name = "lblField";
            this.lblField.Size = new System.Drawing.Size(37, 15);
            this.lblField.TabIndex = 2;
            this.lblField.Text = "Field:";
            // 
            // lblDisplayType
            // 
            this.lblDisplayType.AutoSize = true;
            this.lblDisplayType.Location = new System.Drawing.Point(3, 13);
            this.lblDisplayType.Name = "lblDisplayType";
            this.lblDisplayType.Size = new System.Drawing.Size(80, 15);
            this.lblDisplayType.TabIndex = 1;
            this.lblDisplayType.Text = "Display Type:";
            // 
            // insertBeforeToolStripMenuItem
            // 
            this.insertBeforeToolStripMenuItem.Name = "insertBeforeToolStripMenuItem";
            this.insertBeforeToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
            this.insertBeforeToolStripMenuItem.Text = "Insert &Before";
            this.insertBeforeToolStripMenuItem.Click += new System.EventHandler(this.insertBeforeToolStripMenuItem_Click);
            // 
            // insertAfterToolStripMenuItem
            // 
            this.insertAfterToolStripMenuItem.Name = "insertAfterToolStripMenuItem";
            this.insertAfterToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
            this.insertAfterToolStripMenuItem.Text = "Insert &After";
            this.insertAfterToolStripMenuItem.Click += new System.EventHandler(this.insertAfterToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
            this.deleteToolStripMenuItem.Text = "Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // exportLegendToolStripMenuItem
            // 
            this.exportLegendToolStripMenuItem.Name = "exportLegendToolStripMenuItem";
            this.exportLegendToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
            this.exportLegendToolStripMenuItem.Text = "Export Legend";
            this.exportLegendToolStripMenuItem.Click += new System.EventHandler(this.exportLegendToolStripMenuItem_Click);
            // 
            // importLegendToolStripMenuItem
            // 
            this.importLegendToolStripMenuItem.Name = "importLegendToolStripMenuItem";
            this.importLegendToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
            this.importLegendToolStripMenuItem.Text = "Import Legend";
            this.importLegendToolStripMenuItem.Click += new System.EventHandler(this.importLegendToolStripMenuItem_Click);
            // 
            // shadingToolStripMenuItem1
            // 
            this.shadingToolStripMenuItem1.Name = "shadingToolStripMenuItem1";
            this.shadingToolStripMenuItem1.Size = new System.Drawing.Size(129, 22);
            this.shadingToolStripMenuItem1.Text = "Shading";
            this.shadingToolStripMenuItem1.Click += new System.EventHandler(this.ShadingToolStripMenuItem1_Click);
            // 
            // btnApply
            // 
            this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnApply.Location = new System.Drawing.Point(485, 365);
            this.btnApply.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnApply.Name = "btnApply";
            this.btnApply.Size = new System.Drawing.Size(75, 23);
            this.btnApply.TabIndex = 6;
            this.btnApply.Text = "Apply";
            this.btnApply.UseVisualStyleBackColor = true;
            this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.Location = new System.Drawing.Point(404, 365);
            this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 5;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnConfirm
            // 
            this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnConfirm.Location = new System.Drawing.Point(323, 365);
            this.btnConfirm.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnConfirm.Name = "btnConfirm";
            this.btnConfirm.Size = new System.Drawing.Size(75, 23);
            this.btnConfirm.TabIndex = 4;
            this.btnConfirm.Text = "OK";
            this.btnConfirm.UseVisualStyleBackColor = true;
            this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
            // 
            // shadingToolStripMenuItem
            // 
            this.shadingToolStripMenuItem.Name = "shadingToolStripMenuItem";
            this.shadingToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
            this.shadingToolStripMenuItem.Text = "&Shading...";
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(129, 22);
            this.toolStripMenuItem4.Text = "Export Legend";
            this.toolStripMenuItem4.Click += new System.EventHandler(this.exportLegendToolStripMenuItem_Click);
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(129, 22);
            this.toolStripMenuItem5.Text = "Import Legend";
            this.toolStripMenuItem5.Click += new System.EventHandler(this.importLegendToolStripMenuItem_Click);
            // 
            // StudyPropertiesForm
            // 
            this.ClientSize = new System.Drawing.Size(574, 410);
            this.Controls.Add(this.btnConfirm);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnApply);
            this.Controls.Add(this.tcGroupProperties);
            this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.HelpButton = true;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(580, 435);
            this.Name = "StudyPropertiesForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Study Properties";
            this.Load += new System.EventHandler(this.LoadForm);
            this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.EventHelpButtonClicked);
            this.Resize += new System.EventHandler(this.StudyPropertiesForm_Resize);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.StudyPropertiesForm_KeyDown);
            this.tcGroupProperties.ResumeLayout(false);
            this.tPageGeneral.ResumeLayout(false);
            this.tPageGeneral.PerformLayout();
            this.tPageCondition.ResumeLayout(false);
            this.tPageCondition.PerformLayout();
            this.tPageDisplay.ResumeLayout(false);
            this.tPageDisplay.PerformLayout();
            this.panelDgvLegend.ResumeLayout(false);
            this.panelDgvLegend.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbarTransparence)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvLegend)).EndInit();
            this.panelField.ResumeLayout(false);
            this.panelDisplay.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemple #9
0
 private void InitializeComponent()
 {
     this.groupbox_paper       = new System.Windows.Forms.GroupBox();
     this.combobox_source      = new System.Windows.Forms.ComboBox();
     this.combobox_size        = new System.Windows.Forms.ComboBox();
     this.label_source         = new System.Windows.Forms.Label();
     this.label_size           = new System.Windows.Forms.Label();
     this.groupbox_orientation = new System.Windows.Forms.GroupBox();
     this.radio_landscape      = new System.Windows.Forms.RadioButton();
     this.radio_portrait       = new System.Windows.Forms.RadioButton();
     this.groupbox_margin      = new System.Windows.Forms.GroupBox();
     this.label_left           = new System.Windows.Forms.Label();
     this.button_ok            = new System.Windows.Forms.Button();
     this.button_cancel        = new System.Windows.Forms.Button();
     this.button_printer       = new System.Windows.Forms.Button();
     this.label_top            = new System.Windows.Forms.Label();
     this.label_right          = new System.Windows.Forms.Label();
     this.label_bottom         = new System.Windows.Forms.Label();
     this.textbox_left         = new System.Windows.Forms.NumericTextBox();
     this.textbox_top          = new System.Windows.Forms.NumericTextBox();
     this.textbox_right        = new System.Windows.Forms.NumericTextBox();
     this.textbox_bottom       = new System.Windows.Forms.NumericTextBox();
     this.pagePreview          = new PagePreview();
     this.groupbox_paper.SuspendLayout();
     this.groupbox_orientation.SuspendLayout();
     this.groupbox_margin.SuspendLayout();
     form.SuspendLayout();
     //
     // groupbox_paper
     //
     this.groupbox_paper.Controls.Add(this.combobox_source);
     this.groupbox_paper.Controls.Add(this.combobox_size);
     this.groupbox_paper.Controls.Add(this.label_source);
     this.groupbox_paper.Controls.Add(this.label_size);
     this.groupbox_paper.Location = new System.Drawing.Point(12, 157);
     this.groupbox_paper.Name     = "groupbox_paper";
     this.groupbox_paper.Size     = new System.Drawing.Size(336, 90);
     this.groupbox_paper.TabIndex = 0;
     this.groupbox_paper.TabStop  = false;
     this.groupbox_paper.Text     = "Paper";
     //
     // combobox_source
     //
     this.combobox_source.Location = new System.Drawing.Point(84, 54);
     this.combobox_source.Name     = "combobox_source";
     this.combobox_source.Size     = new System.Drawing.Size(240, 21);
     this.combobox_source.TabIndex = 3;
     //
     // combobox_size
     //
     this.combobox_size.ItemHeight            = 13;
     this.combobox_size.Location              = new System.Drawing.Point(84, 22);
     this.combobox_size.Name                  = "combobox_size";
     this.combobox_size.Size                  = new System.Drawing.Size(240, 21);
     this.combobox_size.TabIndex              = 2;
     this.combobox_size.SelectedIndexChanged += new EventHandler(this.OnPaperSizeChange);
     //
     // label_source
     //
     this.label_source.Location = new System.Drawing.Point(13, 58);
     this.label_source.Name     = "label_source";
     this.label_source.Size     = new System.Drawing.Size(48, 16);
     this.label_source.TabIndex = 1;
     this.label_source.Text     = "&Source:";
     //
     // label_size
     //
     this.label_size.Location = new System.Drawing.Point(13, 25);
     this.label_size.Name     = "label_size";
     this.label_size.Size     = new System.Drawing.Size(52, 16);
     this.label_size.TabIndex = 0;
     this.label_size.Text     = "Si&ze:";
     //
     // groupbox_orientation
     //
     this.groupbox_orientation.Controls.Add(this.radio_landscape);
     this.groupbox_orientation.Controls.Add(this.radio_portrait);
     this.groupbox_orientation.Location = new System.Drawing.Point(12, 255);
     this.groupbox_orientation.Name     = "groupbox_orientation";
     this.groupbox_orientation.Size     = new System.Drawing.Size(96, 90);
     this.groupbox_orientation.TabIndex = 1;
     this.groupbox_orientation.TabStop  = false;
     this.groupbox_orientation.Text     = "Orientation";
     //
     // radio_landscape
     //
     this.radio_landscape.Location        = new System.Drawing.Point(13, 52);
     this.radio_landscape.Name            = "radio_landscape";
     this.radio_landscape.Size            = new System.Drawing.Size(80, 24);
     this.radio_landscape.TabIndex        = 7;
     this.radio_landscape.Text            = "L&andscape";
     this.radio_landscape.CheckedChanged += new EventHandler(this.OnLandscapeChange);
     //
     // radio_portrait
     //
     this.radio_portrait.Location = new System.Drawing.Point(13, 19);
     this.radio_portrait.Name     = "radio_portrait";
     this.radio_portrait.Size     = new System.Drawing.Size(72, 24);
     this.radio_portrait.TabIndex = 6;
     this.radio_portrait.Text     = "P&ortrait";
     //
     // groupbox_margin
     //
     this.groupbox_margin.Controls.Add(this.textbox_bottom);
     this.groupbox_margin.Controls.Add(this.textbox_right);
     this.groupbox_margin.Controls.Add(this.textbox_top);
     this.groupbox_margin.Controls.Add(this.textbox_left);
     this.groupbox_margin.Controls.Add(this.label_bottom);
     this.groupbox_margin.Controls.Add(this.label_right);
     this.groupbox_margin.Controls.Add(this.label_top);
     this.groupbox_margin.Controls.Add(this.label_left);
     this.groupbox_margin.Location = new System.Drawing.Point(120, 255);
     this.groupbox_margin.Name     = "groupbox_margin";
     this.groupbox_margin.Size     = new System.Drawing.Size(228, 90);
     this.groupbox_margin.TabIndex = 2;
     this.groupbox_margin.TabStop  = false;
     this.groupbox_margin.Text     = LocalizedLengthUnit();
     //
     // label_left
     //
     this.label_left.Location = new System.Drawing.Point(11, 25);
     this.label_left.Name     = "label_left";
     this.label_left.Size     = new System.Drawing.Size(40, 23);
     this.label_left.TabIndex = 0;
     this.label_left.Text     = "&Left:";
     //
     // button_ok
     //
     this.button_ok.Location = new System.Drawing.Point(120, 358);
     this.button_ok.Name     = "button_ok";
     this.button_ok.Size     = new System.Drawing.Size(72, 23);
     this.button_ok.TabIndex = 3;
     this.button_ok.Text     = "OK";
     this.button_ok.Click   += new EventHandler(OnClickOkButton);
     //
     // button_cancel
     //
     this.button_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button_cancel.Location     = new System.Drawing.Point(198, 358);
     this.button_cancel.Name         = "button_cancel";
     this.button_cancel.Size         = new System.Drawing.Size(72, 23);
     this.button_cancel.TabIndex     = 4;
     this.button_cancel.Text         = "Cancel";
     //
     // button_printer
     //
     this.button_printer.Location = new System.Drawing.Point(276, 358);
     this.button_printer.Name     = "button_printer";
     this.button_printer.Size     = new System.Drawing.Size(72, 23);
     this.button_printer.TabIndex = 5;
     this.button_printer.Text     = "&Printer...";
     this.button_printer.Click   += new EventHandler(OnClickPrinterButton);
     //
     // label_top
     //
     this.label_top.Location = new System.Drawing.Point(11, 57);
     this.label_top.Name     = "label_top";
     this.label_top.Size     = new System.Drawing.Size(40, 23);
     this.label_top.TabIndex = 1;
     this.label_top.Text     = "&Top:";
     //
     // label_right
     //
     this.label_right.Location = new System.Drawing.Point(124, 25);
     this.label_right.Name     = "label_right";
     this.label_right.Size     = new System.Drawing.Size(40, 23);
     this.label_right.TabIndex = 2;
     this.label_right.Text     = "&Right:";
     //
     // label_bottom
     //
     this.label_bottom.Location = new System.Drawing.Point(124, 57);
     this.label_bottom.Name     = "label_bottom";
     this.label_bottom.Size     = new System.Drawing.Size(40, 23);
     this.label_bottom.TabIndex = 3;
     this.label_bottom.Text     = "&Bottom:";
     //
     // textbox_left
     //
     this.textbox_left.Location     = new System.Drawing.Point(57, 21);
     this.textbox_left.Name         = "textbox_left";
     this.textbox_left.Size         = new System.Drawing.Size(48, 20);
     this.textbox_left.TabIndex     = 4;
     this.textbox_left.TextChanged += new EventHandler(OnMarginChange);
     //
     // textbox_top
     //
     this.textbox_top.Location     = new System.Drawing.Point(57, 54);
     this.textbox_top.Name         = "textbox_top";
     this.textbox_top.Size         = new System.Drawing.Size(48, 20);
     this.textbox_top.TabIndex     = 5;
     this.textbox_top.TextChanged += new EventHandler(OnMarginChange);
     //
     // textbox_right
     //
     this.textbox_right.Location     = new System.Drawing.Point(171, 21);
     this.textbox_right.Name         = "textbox_right";
     this.textbox_right.Size         = new System.Drawing.Size(48, 20);
     this.textbox_right.TabIndex     = 6;
     this.textbox_right.TextChanged += new EventHandler(OnMarginChange);
     //
     // textbox_bottom
     //
     this.textbox_bottom.Location     = new System.Drawing.Point(171, 54);
     this.textbox_bottom.Name         = "textbox_bottom";
     this.textbox_bottom.Size         = new System.Drawing.Size(48, 20);
     this.textbox_bottom.TabIndex     = 7;
     this.textbox_bottom.TextChanged += new EventHandler(OnMarginChange);
     //
     // pagePreview
     //
     this.pagePreview.Location = new System.Drawing.Point(130, 10);
     this.pagePreview.Name     = "pagePreview";
     this.pagePreview.Size     = new System.Drawing.Size(150, 150);
     this.pagePreview.TabIndex = 6;
     //
     // Form3
     //
     form.AcceptButton      = this.button_ok;
     form.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     form.CancelButton      = this.button_cancel;
     form.ClientSize        = new System.Drawing.Size(360, 390);
     form.Controls.Add(this.pagePreview);
     form.Controls.Add(this.button_printer);
     form.Controls.Add(this.button_cancel);
     form.Controls.Add(this.button_ok);
     form.Controls.Add(this.groupbox_margin);
     form.Controls.Add(this.groupbox_orientation);
     form.Controls.Add(this.groupbox_paper);
     form.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     form.HelpButton      = true;
     form.MaximizeBox     = false;
     form.MinimizeBox     = false;
     form.Name            = "Form3";
     form.ShowInTaskbar   = false;
     form.Text            = "Page Setup";
     this.groupbox_paper.ResumeLayout(false);
     this.groupbox_orientation.ResumeLayout(false);
     this.groupbox_margin.ResumeLayout(false);
     form.ResumeLayout(false);
 }
Exemple #10
0
 private void InitializeComponent()
 {
     this.components = new Container();
     DataGridViewCellStyle style = new DataGridViewCellStyle();
     this.tcGroupProperties = new TabControl();
     this.tPageGeneral = new TabPage();
     this.lblHandoverAreaGate = new Label();
     this.txtName = new TextBox();
     this.lblName = new Label();
     this.tPageCondition = new TabPage();
     this.label1 = new Label();
     this.ntxtStMaxSensitivity = new NumericTextBox();
     this.ntxtStRxSensitivity = new NumericTextBox();
     this.lblSmallorEqual = new Label();
     this.textBox1 = new TextBox();
     this.tPageDisplay = new TabPage();
     this.panelDgvLegend = new Panel();
     this.CheckAll = new CheckBox();
     this.panel1 = new Panel();
     this.groupBox1 = new GroupBox();
     this.chbLegend = new CheckBox();
     this.chbInformation = new CheckBox();
     this.label_actions = new Label();
     this.tPerMark = new Label();
     this.tbarTransparence = new TrackBar();
     this.lbTransparence = new Label();
     this.lbTransparenceName = new Label();
     this.button_actions = new Button();
     this.dgvLegend = new CommonDataGridView();
     this.ColorType = new DataGridViewButtonColumn();
     this.Value = new DataGridViewTextBoxColumn();
     this.MinValue = new DataGridViewTextBoxColumn();
     this.MaxValue = new DataGridViewTextBoxColumn();
     this.Legend = new DataGridViewTextBoxColumn();
     this.CheckLegend = new DataGridViewCheckBoxColumn();
     this.contextMenuStrip1 = new ContextMenuStrip(this.components);
     this.insertBeforeToolStripMenuItem = new ToolStripMenuItemBase();
     this.insertAfterToolStripMenuItem = new ToolStripMenuItemBase();
     this.deleteToolStripMenuItem = new ToolStripMenuItemBase();
     this.exportLegendToolStripMenuItem = new ToolStripMenuItemBase();
     this.importLegendToolStripMenuItem = new ToolStripMenuItemBase();
     this.shadingToolStripMenuItem1 = new ToolStripMenuItemBase();
     this.btnApply = new Button();
     this.btnCancel = new Button();
     this.btnConfirm = new Button();
     this.shadingToolStripMenuItem = new ToolStripMenuItemBase();
     this.contextMenuStrip2 = new ContextMenuStrip(this.components);
     this.toolStripMenuItem4 = new ToolStripMenuItemBase();
     this.toolStripMenuItem5 = new ToolStripMenuItemBase();
     this.tcGroupProperties.SuspendLayout();
     this.tPageGeneral.SuspendLayout();
     this.tPageCondition.SuspendLayout();
     this.tPageDisplay.SuspendLayout();
     this.panelDgvLegend.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tbarTransparence.BeginInit();
     ((ISupportInitialize) this.dgvLegend).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.contextMenuStrip2.SuspendLayout();
     base.SuspendLayout();
     this.tcGroupProperties.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.tcGroupProperties.Controls.Add(this.tPageGeneral);
     this.tcGroupProperties.Controls.Add(this.tPageCondition);
     this.tcGroupProperties.Controls.Add(this.tPageDisplay);
     this.tcGroupProperties.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.tcGroupProperties.Location = new System.Drawing.Point(12, 13);
     this.tcGroupProperties.Margin = new Padding(3, 4, 3, 4);
     this.tcGroupProperties.Name = "tcGroupProperties";
     this.tcGroupProperties.SelectedIndex = 0;
     this.tcGroupProperties.Size = new Size(0x224, 0x158);
     this.tcGroupProperties.TabIndex = 1;
     this.tPageGeneral.Controls.Add(this.lblHandoverAreaGate);
     this.tPageGeneral.Controls.Add(this.txtName);
     this.tPageGeneral.Controls.Add(this.lblName);
     this.tPageGeneral.Location = new System.Drawing.Point(4, 0x18);
     this.tPageGeneral.Margin = new Padding(3, 4, 3, 4);
     this.tPageGeneral.Name = "tPageGeneral";
     this.tPageGeneral.Padding = new Padding(3, 4, 3, 4);
     this.tPageGeneral.Size = new Size(540, 0x13c);
     this.tPageGeneral.TabIndex = 0;
     this.tPageGeneral.Text = GeneralResource.GENERAL_GENERAL;
     this.tPageGeneral.UseVisualStyleBackColor = true;
     this.lblHandoverAreaGate.Location = new System.Drawing.Point(0, 0);
     this.lblHandoverAreaGate.Name = "lblHandoverAreaGate";
     this.lblHandoverAreaGate.Size = new Size(100, 0x17);
     this.lblHandoverAreaGate.TabIndex = 5;
     this.txtName.Location = new System.Drawing.Point(0x95, 0x11);
     this.txtName.Margin = new Padding(3, 4, 3, 4);
     this.txtName.Name = "txtName";
     this.txtName.Size = new Size(0xa8, 0x15);
     this.txtName.TabIndex = 1;
     this.txtName.TextAlign = HorizontalAlignment.Right;
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(6, 0x17);
     this.lblName.Name = "lblName";
     this.lblName.Size = new Size(0x2c, 15);
     this.lblName.TabIndex = 0;
     this.lblName.Text = NEResource.NE_NAMED;
     this.tPageCondition.Controls.Add(this.label1);
     this.tPageCondition.Controls.Add(this.ntxtStMaxSensitivity);
     this.tPageCondition.Controls.Add(this.ntxtStRxSensitivity);
     this.tPageCondition.Controls.Add(this.lblSmallorEqual);
     this.tPageCondition.Controls.Add(this.textBox1);
     this.tPageCondition.Location = new System.Drawing.Point(4, 0x18);
     this.tPageCondition.Margin = new Padding(3, 4, 3, 4);
     this.tPageCondition.Name = "tPageCondition";
     this.tPageCondition.Padding = new Padding(3, 4, 3, 4);
     this.tPageCondition.Size = new Size(540, 0x13c);
     this.tPageCondition.TabIndex = 1;
     this.tPageCondition.Text = PredictionResource.PREDICTION__CONDITION;
     this.tPageCondition.UseVisualStyleBackColor = true;
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(0x105, 0x16);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x15, 15);
     this.label1.TabIndex = 8;
     this.label1.Text = "<=";
     this.ntxtStMaxSensitivity.AutoSize = true;
     this.ntxtStMaxSensitivity.BackColor = SystemColors.ButtonHighlight;
     this.ntxtStMaxSensitivity.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtStMaxSensitivity.CharExtensition = "";
     this.ntxtStMaxSensitivity.Enabled = false;
     this.ntxtStMaxSensitivity.FloatPlaces = 2;
     this.ntxtStMaxSensitivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits = new int[4];
     bits[0] = 1;
     this.ntxtStMaxSensitivity.Increment = new decimal(bits);
     this.ntxtStMaxSensitivity.Location = new System.Drawing.Point(0x11d, 0x13);
     this.ntxtStMaxSensitivity.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x8000;
     this.ntxtStMaxSensitivity.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 0x8000;
     bits[3] = -2147483648;
     this.ntxtStMaxSensitivity.Minimum = new decimal(bits);
     this.ntxtStMaxSensitivity.Name = "ntxtStMaxSensitivity";
     this.ntxtStMaxSensitivity.ReadOnly = false;
     this.ntxtStMaxSensitivity.Size = new Size(0x60, 0x17);
     this.ntxtStMaxSensitivity.TabIndex = 7;
     bits = new int[4];
     this.ntxtStMaxSensitivity.Value = new decimal(bits);
     this.ntxtStRxSensitivity.AutoSize = true;
     this.ntxtStRxSensitivity.BackColor = SystemColors.ButtonHighlight;
     this.ntxtStRxSensitivity.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtStRxSensitivity.CharExtensition = "";
     this.ntxtStRxSensitivity.Enabled = false;
     this.ntxtStRxSensitivity.FloatPlaces = 2;
     this.ntxtStRxSensitivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bits = new int[4];
     bits[0] = 1;
     this.ntxtStRxSensitivity.Increment = new decimal(bits);
     this.ntxtStRxSensitivity.Location = new System.Drawing.Point(13, 0x13);
     this.ntxtStRxSensitivity.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x8000;
     this.ntxtStRxSensitivity.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 0x8000;
     bits[3] = -2147483648;
     this.ntxtStRxSensitivity.Minimum = new decimal(bits);
     this.ntxtStRxSensitivity.Name = "ntxtStRxSensitivity";
     this.ntxtStRxSensitivity.ReadOnly = false;
     this.ntxtStRxSensitivity.Size = new Size(0x65, 0x17);
     this.ntxtStRxSensitivity.TabIndex = 6;
     bits = new int[4];
     this.ntxtStRxSensitivity.Value = new decimal(bits);
     this.lblSmallorEqual.AutoSize = true;
     this.lblSmallorEqual.Location = new System.Drawing.Point(0x70, 0x16);
     this.lblSmallorEqual.Name = "lblSmallorEqual";
     this.lblSmallorEqual.Size = new Size(0x15, 15);
     this.lblSmallorEqual.TabIndex = 3;
     this.lblSmallorEqual.Text = "<=";
     this.textBox1.Enabled = false;
     this.textBox1.Location = new System.Drawing.Point(0x88, 0x13);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Size(0x7d, 0x15);
     this.textBox1.TabIndex = 1;
     this.textBox1.Text = PredictionResource.PREDICTION___SIGNAL_LEVELDBM;
     this.tPageDisplay.Controls.Add(this.panelDgvLegend);
     this.tPageDisplay.Location = new System.Drawing.Point(4, 0x18);
     this.tPageDisplay.Margin = new Padding(3, 4, 3, 4);
     this.tPageDisplay.Name = "tPageDisplay";
     this.tPageDisplay.Padding = new Padding(3, 4, 3, 4);
     this.tPageDisplay.Size = new Size(540, 0x13c);
     this.tPageDisplay.TabIndex = 2;
     this.tPageDisplay.Text = NEResource.NE_DISPLAY;
     this.tPageDisplay.UseVisualStyleBackColor = true;
     this.panelDgvLegend.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.panelDgvLegend.BackColor = Color.Transparent;
     this.panelDgvLegend.BorderStyle = BorderStyle.Fixed3D;
     this.panelDgvLegend.Controls.Add(this.CheckAll);
     this.panelDgvLegend.Controls.Add(this.panel1);
     this.panelDgvLegend.Controls.Add(this.dgvLegend);
     this.panelDgvLegend.Location = new System.Drawing.Point(6, 7);
     this.panelDgvLegend.MinimumSize = new Size(0x18b, 0x101);
     this.panelDgvLegend.Name = "panelDgvLegend";
     this.panelDgvLegend.Size = new Size(0x213, 0x12e);
     this.panelDgvLegend.TabIndex = 7;
     this.CheckAll.AutoSize = true;
     this.CheckAll.Location = new System.Drawing.Point(9, 3);
     this.CheckAll.Name = "CheckAll";
     this.CheckAll.Size = new Size(15, 14);
     this.CheckAll.TabIndex = 11;
     this.CheckAll.UseVisualStyleBackColor = true;
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.label_actions);
     this.panel1.Controls.Add(this.tPerMark);
     this.panel1.Controls.Add(this.tbarTransparence);
     this.panel1.Controls.Add(this.lbTransparence);
     this.panel1.Controls.Add(this.lbTransparenceName);
     this.panel1.Controls.Add(this.button_actions);
     this.panel1.Location = new System.Drawing.Point(9, 0xc3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new Size(0x201, 100);
     this.panel1.TabIndex = 11;
     this.groupBox1.Controls.Add(this.chbLegend);
     this.groupBox1.Controls.Add(this.chbInformation);
     this.groupBox1.Location = new System.Drawing.Point(0x123, 5);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new Size(0x7f, 0x51);
     this.groupBox1.TabIndex = 13;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = GISCtrlGResourceEx.GIS_LEGEND;
     this.chbLegend.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.chbLegend.AutoSize = true;
     this.chbLegend.Checked = true;
     this.chbLegend.CheckState = CheckState.Checked;
     this.chbLegend.Location = new System.Drawing.Point(0x10, 0x1a);
     this.chbLegend.MinimumSize = new Size(0x65, 0x13);
     this.chbLegend.Name = "chbLegend";
     this.chbLegend.Size = new Size(0x65, 0x13);
     this.chbLegend.TabIndex = 1;
     this.chbLegend.Text = PredictionResource.PREDICTION__ADD_TO_LEGEND;
     this.chbLegend.UseVisualStyleBackColor = true;
     this.chbInformation.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.chbInformation.AutoSize = true;
     this.chbInformation.Location = new System.Drawing.Point(0x10, 0x30);
     this.chbInformation.Name = "chbInformation";
     this.chbInformation.Size = new Size(0x67, 0x13);
     this.chbInformation.TabIndex = 11;
     this.chbInformation.Text = PredictionResource.PREDICTION_SHOW_STATISTIC;
     this.chbInformation.UseVisualStyleBackColor = true;
     this.label_actions.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.label_actions.AutoSize = true;
     this.label_actions.BackColor = Color.Transparent;
     this.label_actions.Font = new Font("Arial", 9f);
     this.label_actions.Location = new System.Drawing.Point(14, 11);
     this.label_actions.MinimumSize = new Size(0x2f, 15);
     this.label_actions.Name = "label_actions";
     this.label_actions.Size = new Size(0x2f, 15);
     this.label_actions.TabIndex = 9;
     this.label_actions.Text = GISCtrlGResourceEx.GIS_ACTIONS;
     this.label_actions.MouseUp += new MouseEventHandler(this.ButtonActionsMouseUp);
     this.tPerMark.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.tPerMark.AutoSize = true;
     this.tPerMark.Location = new System.Drawing.Point(0x92, 0x39);
     this.tPerMark.MinimumSize = new Size(0x12, 15);
     this.tPerMark.Name = "tPerMark";
     this.tPerMark.Size = new Size(0x12, 15);
     this.tPerMark.TabIndex = 10;
     this.tPerMark.Text = "%";
     this.tbarTransparence.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.tbarTransparence.BackColor = SystemColors.ControlLight;
     this.tbarTransparence.Location = new System.Drawing.Point(2, 0x36);
     this.tbarTransparence.Maximum = 100;
     this.tbarTransparence.MinimumSize = new Size(0x68, 0x2d);
     this.tbarTransparence.Name = "tbarTransparence";
     this.tbarTransparence.Size = new Size(0x68, 0x2a);
     this.tbarTransparence.TabIndex = 2;
     this.tbarTransparence.TickFrequency = 20;
     this.tbarTransparence.Scroll += new EventHandler(this.TbarTransparenceScroll);
     this.lbTransparence.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lbTransparence.BorderStyle = BorderStyle.Fixed3D;
     this.lbTransparence.Location = new System.Drawing.Point(0x70, 0x36);
     this.lbTransparence.MinimumSize = new Size(0x1f, 0x11);
     this.lbTransparence.Name = "lbTransparence";
     this.lbTransparence.Size = new Size(0x1f, 0x16);
     this.lbTransparence.TabIndex = 4;
     this.lbTransparenceName.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lbTransparenceName.AutoSize = true;
     this.lbTransparenceName.Location = new System.Drawing.Point(9, 0x24);
     this.lbTransparenceName.MinimumSize = new Size(0x54, 15);
     this.lbTransparenceName.Name = "lbTransparenceName";
     this.lbTransparenceName.Size = new Size(0x54, 15);
     this.lbTransparenceName.TabIndex = 3;
     this.lbTransparenceName.Text = GISCtrlGResourceEx.GIS_TRANSPARENT;
     this.button_actions.AllowDrop = true;
     this.button_actions.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.button_actions.BackColor = Color.Transparent;
     this.button_actions.BackgroundImageLayout = ImageLayout.None;
     this.button_actions.FlatStyle = FlatStyle.System;
     this.button_actions.Font = new Font("Marlett", 16f);
     this.button_actions.Location = new System.Drawing.Point(9, 6);
     this.button_actions.MinimumSize = new Size(0x4d, 0x18);
     this.button_actions.Name = "button_actions";
     this.button_actions.Size = new Size(0x4d, 0x1d);
     this.button_actions.TabIndex = 8;
     this.button_actions.Text = "u";
     this.button_actions.TextAlign = ContentAlignment.MiddleRight;
     this.button_actions.UseVisualStyleBackColor = false;
     this.button_actions.MouseUp += new MouseEventHandler(this.ButtonActionsMouseUp);
     this.dgvLegend.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.dgvLegend.BackgroundColor = SystemColors.ButtonFace;
     this.dgvLegend.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvLegend.Columns.AddRange(new DataGridViewColumn[] { this.ColorType, this.Value, this.MinValue, this.MaxValue, this.Legend, this.CheckLegend });
     this.dgvLegend.Location = new System.Drawing.Point(0, -1);
     this.dgvLegend.Name = "dgvLegend";
     this.dgvLegend.RowHeadersWidthSizeMode = DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     style.BackColor = Color.White;
     this.dgvLegend.RowsDefaultCellStyle = style;
     this.dgvLegend.RowTemplate.Height = 0x17;
     this.dgvLegend.Size = new Size(0x20c, 190);
     this.dgvLegend.TabIndex = 0;
     this.dgvLegend.CellMouseClick += new DataGridViewCellMouseEventHandler(this.dgvLegend_CellMouseClick);
     this.dgvLegend.CellValidated += new DataGridViewCellEventHandler(this.dgvLegend_CellValidated);
     this.dgvLegend.RowValidated += new DataGridViewCellEventHandler(this.dgvLegend_RowValidated);
     this.dgvLegend.CellPainting += new DataGridViewCellPaintingEventHandler(this.DgvLegendCellPainting);
     this.dgvLegend.CellClick += new DataGridViewCellEventHandler(this.dgvLegend_CellClick);
     this.ColorType.HeaderText = "";
     this.ColorType.Name = "ColorType";
     this.ColorType.Width = 70;
     this.Value.HeaderText = PredictionResource.PREDICTION_VALUE;
     this.Value.Name = "Value";
     this.Value.ReadOnly = true;
     this.Value.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.MinValue.HeaderText = PredictionResource.PREDICTION__MINVALUE;
     this.MinValue.Name = "MinValue";
     this.MinValue.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.MinValue.Width = 70;
     this.MaxValue.HeaderText = PredictionResource.PREDICTION__MAXVALUE;
     this.MaxValue.Name = "MaxValue";
     this.MaxValue.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.MaxValue.Width = 70;
     this.Legend.HeaderText = GISCtrlGResourceEx.GIS_LEGEND;
     this.Legend.Name = "Legend";
     this.Legend.ReadOnly = true;
     this.Legend.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.Legend.Width = 0x7d;
     this.CheckLegend.HeaderText = "";
     this.CheckLegend.Name = "CheckLegend";
     this.CheckLegend.Width = 50;
     this.contextMenuStrip1.AllowMerge = false;
     this.contextMenuStrip1.Font = new Font("Arial", 9f);
     this.contextMenuStrip1.Items.AddRange(new ToolStripItem[] { this.insertBeforeToolStripMenuItem, this.insertAfterToolStripMenuItem, this.deleteToolStripMenuItem, this.exportLegendToolStripMenuItem, this.importLegendToolStripMenuItem, this.shadingToolStripMenuItem1 });
     this.contextMenuStrip1.LayoutStyle = ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.ShowImageMargin = false;
     this.contextMenuStrip1.ShowItemToolTips = false;
     this.contextMenuStrip1.Size = new Size(130, 0x88);
     this.contextMenuStrip1.Opened += new EventHandler(this.contextMenuStrip1_Opened);
     this.insertBeforeToolStripMenuItem.Name = "insertBeforeToolStripMenuItem";
     this.insertBeforeToolStripMenuItem.Size = new Size(0x81, 0x16);
     this.insertBeforeToolStripMenuItem.Text = GISCtrlGResourceEx.GIS_COLORBASE_INSERT_BEFORE;
     this.insertBeforeToolStripMenuItem.Click += new EventHandler(this.insertBeforeToolStripMenuItem_Click);
     this.insertAfterToolStripMenuItem.Name = "insertAfterToolStripMenuItem";
     this.insertAfterToolStripMenuItem.Size = new Size(0x81, 0x16);
     this.insertAfterToolStripMenuItem.Text = GISCtrlGResourceEx.GIS_COLORBASE_INSERT_AFTER;
     this.insertAfterToolStripMenuItem.Click += new EventHandler(this.insertAfterToolStripMenuItem_Click);
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new Size(0x81, 0x16);
     this.deleteToolStripMenuItem.Text = GeneralResource.MENU_ITEM_DELETE;
     this.deleteToolStripMenuItem.Click += new EventHandler(this.deleteToolStripMenuItem_Click);
     this.exportLegendToolStripMenuItem.Name = "exportLegendToolStripMenuItem";
     this.exportLegendToolStripMenuItem.Size = new Size(0x81, 0x16);
     this.exportLegendToolStripMenuItem.Text = PredictionResource.PREDICTION__EXPORT___LEGEND;
     this.exportLegendToolStripMenuItem.Click += new EventHandler(this.ExportLegendAsXML);
     this.importLegendToolStripMenuItem.Name = "importLegendToolStripMenuItem";
     this.importLegendToolStripMenuItem.Size = new Size(0x81, 0x16);
     this.importLegendToolStripMenuItem.Text = PredictionResource.PREDICTION__IMPORT___LEGEND;
     this.importLegendToolStripMenuItem.Click += new EventHandler(this.ImportLegend);
     this.shadingToolStripMenuItem1.Name = "shadingToolStripMenuItem1";
     this.shadingToolStripMenuItem1.Size = new Size(0x81, 0x16);
     this.shadingToolStripMenuItem1.Text = GISCtrlGResourceEx.GIS_SHADING;
     this.shadingToolStripMenuItem1.Click += new EventHandler(this.shadingToolStripMenuItem1_Click);
     this.btnApply.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnApply.Location = new System.Drawing.Point(0x1e5, 0x16d);
     this.btnApply.Margin = new Padding(3, 4, 3, 4);
     this.btnApply.Name = "btnApply";
     this.btnApply.Size = new Size(0x4b, 0x17);
     this.btnApply.TabIndex = 6;
     this.btnApply.Text = GeneralResource.BUTTON_APPLY;
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new EventHandler(this.btnApply_Click);
     this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnCancel.Location = new System.Drawing.Point(0x194, 0x16d);
     this.btnCancel.Margin = new Padding(3, 4, 3, 4);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x4b, 0x17);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = GeneralResource.BUTTON_CANCEL;
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     this.btnConfirm.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnConfirm.Location = new System.Drawing.Point(0x143, 0x16d);
     this.btnConfirm.Margin = new Padding(3, 4, 3, 4);
     this.btnConfirm.Name = "btnConfirm";
     this.btnConfirm.Size = new Size(0x4b, 0x17);
     this.btnConfirm.TabIndex = 4;
     this.btnConfirm.Text = GeneralResource.BUTTON_OK;
     this.btnConfirm.UseVisualStyleBackColor = true;
     this.btnConfirm.Click += new EventHandler(this.btnConfirm_Click);
     this.shadingToolStripMenuItem.Name = "shadingToolStripMenuItem";
     this.shadingToolStripMenuItem.Size = new Size(0x7f, 0x16);
     this.shadingToolStripMenuItem.Text = PredictionResource.PREDICTION__SHADING;
     this.contextMenuStrip2.AllowMerge = false;
     this.contextMenuStrip2.Font = new Font("Arial", 9f);
     this.contextMenuStrip2.Items.AddRange(new ToolStripItem[] { this.toolStripMenuItem4, this.toolStripMenuItem5 });
     this.contextMenuStrip2.LayoutStyle = ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.contextMenuStrip2.Name = "contextMenuStrip1";
     this.contextMenuStrip2.ShowImageMargin = false;
     this.contextMenuStrip2.ShowItemToolTips = false;
     this.contextMenuStrip2.Size = new Size(130, 0x30);
     this.contextMenuStrip2.Opened += new EventHandler(this.contextMenuStrip2_Opened);
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new Size(0x81, 0x16);
     this.toolStripMenuItem4.Text = PredictionResource.PREDICTION__EXPORT___LEGEND;
     this.toolStripMenuItem4.Click += new EventHandler(this.ExportLegendAsXML);
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new Size(0x81, 0x16);
     this.toolStripMenuItem5.Text = PredictionResource.PREDICTION__IMPORT___LEGEND;
     this.toolStripMenuItem5.Click += new EventHandler(this.ImportLegend);
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x23e, 410);
     base.Controls.Add(this.btnConfirm);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnApply);
     base.Controls.Add(this.tcGroupProperties);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.FormBorderStyle = FormBorderStyle.FixedSingle;
     base.HelpButton = true;
     base.KeyPreview = true;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     this.MinimumSize = new Size(580, 0x1b3);
     base.Name = "StudyPropertiesForm";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterParent;
     this.Text = PredictionResource.PREDICTION__STUDY_PROPERTIES;
     base.HelpButtonClicked += new CancelEventHandler(this.EventHelpButtonClicked);
     base.KeyDown += new KeyEventHandler(this.StudyPropertiesForm_KeyDown);
     this.tcGroupProperties.ResumeLayout(false);
     this.tPageGeneral.ResumeLayout(false);
     this.tPageGeneral.PerformLayout();
     this.tPageCondition.ResumeLayout(false);
     this.tPageCondition.PerformLayout();
     this.tPageDisplay.ResumeLayout(false);
     this.panelDgvLegend.ResumeLayout(false);
     this.panelDgvLegend.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tbarTransparence.EndInit();
     ((ISupportInitialize) this.dgvLegend).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.contextMenuStrip2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Exemple #11
0
 private void InitializeComponent()
 {
     this.tabControl1 = new TabControl();
     this.tabPage1 = new TabPage();
     this.txtSpeed = new NumericTextBox();
     this.txtName = new TextBox();
     this.label2 = new Label();
     this.label1 = new Label();
     this.btnOK = new Button();
     this.btnCancel = new Button();
     this.btnApply = new Button();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     base.SuspendLayout();
     this.tabControl1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Location = new Point(12, 13);
     this.tabControl1.Margin = new Padding(3, 4, 3, 4);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new Size(520, 0x131);
     this.tabControl1.TabIndex = 0;
     this.tabPage1.Controls.Add(this.txtSpeed);
     this.tabPage1.Controls.Add(this.txtName);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new Point(4, 0x18);
     this.tabPage1.Margin = new Padding(3, 4, 3, 4);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new Padding(3, 4, 3, 4);
     this.tabPage1.Size = new Size(0x200, 0x115);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = GeneralResource.GENERAL_GENERAL;
     this.tabPage1.UseVisualStyleBackColor = true;
     this.txtSpeed.AutoSize = true;
     this.txtSpeed.BackColor = SystemColors.ButtonHighlight;
     this.txtSpeed.BorderStyle = BorderStyle.Fixed3D;
     this.txtSpeed.CharExtensition = "";
     this.txtSpeed.FloatPlaces = 2;
     this.txtSpeed.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits = new int[4];
     bits[0] = 1;
     this.txtSpeed.Increment = new decimal(bits);
     this.txtSpeed.Location = new Point(0x9a, 0x61);
     this.txtSpeed.Margin = new Padding(3, 4, 3, 0);
     int[] bits1 = new int[4];
     bits1[0] = 0x8000;
     this.txtSpeed.Maximum = new decimal(bits1);
     int[] bits2 = new int[4];
     this.txtSpeed.Minimum = new decimal(bits2);
     this.txtSpeed.Name = "txtSpeed";
     this.txtSpeed.ReadOnly = false;
     this.txtSpeed.Size = new Size(0xca, 0x17);
     this.txtSpeed.TabIndex = 3;
     int[] bits3 = new int[4];
     this.txtSpeed.Value = new decimal(bits3);
     this.txtSpeed.ValueChanged += new EventHandler(this.ValueChanged);
     this.txtSpeed.Validating += new CancelEventHandler(this.txtSpeed_Validating);
     this.txtName.Location = new Point(0x9a, 0x20);
     this.txtName.Margin = new Padding(3, 4, 3, 4);
     this.txtName.Name = "txtName";
     this.txtName.Size = new Size(0xca, 0x15);
     this.txtName.TabIndex = 2;
     this.txtName.TextChanged += new EventHandler(this.ValueChanged);
     this.label2.AutoSize = true;
     this.label2.Location = new Point(20, 0x69);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x80, 15);
     this.label2.TabIndex = 1;
     this.label2.Text = TrafficModelResource.TRAFFICMODEL_AVERAGE_SPEEDKM_H;
     this.label1.AutoSize = true;
     this.label1.Location = new Point(20, 0x26);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x2c, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = TrafficModelResource.TRAFFICMODEL_NAME;
     this.btnOK.Location = new Point(0x145, 0x146);
     this.btnOK.Margin = new Padding(3, 4, 3, 4);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new Size(0x41, 0x17);
     this.btnOK.TabIndex = 4;
     this.btnOK.Text = GeneralResource.BUTTON_OK;
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new EventHandler(this.btnOK_Click);
     this.btnCancel.Location = new Point(0x18c, 0x146);
     this.btnCancel.Margin = new Padding(3, 4, 3, 4);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x41, 0x17);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = GeneralResource.BUTTON_CANCEL;
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     this.btnApply.Location = new Point(0x1d3, 0x146);
     this.btnApply.Margin = new Padding(3, 4, 3, 4);
     this.btnApply.Name = "btnApply";
     this.btnApply.Size = new Size(0x41, 0x17);
     this.btnApply.TabIndex = 6;
     this.btnApply.Text = GeneralResource.BUTTON_APPLY;
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new EventHandler(this.btnApply_Click);
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     base.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     base.ClientSize = new Size(0x220, 0x16a);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnApply);
     base.Controls.Add(this.tabControl1);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.HelpButton = true;
     base.KeyPreview = true;
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "MobilityForm";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = TrafficModelResource.TRAFFICMODEL_MOBILITY_PROPERTY;
     base.HelpButtonClicked += new CancelEventHandler(this.MobilityFrm_HelpButtonClicked);
     base.KeyDown += new KeyEventHandler(this.MobilityFrm_KeyDown);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     base.ResumeLayout(false);
 }
Exemple #12
0
 private void InitializeComponent()
 {
     this.components = new Container();
     DataGridViewCellStyle style = new DataGridViewCellStyle();
     this.pfdImport = new OpenFileDialog();
     this.sfdImport = new SaveFileDialog();
     this.lblConfig = new Label();
     this.tbxConfig = new TextBox();
     this.btnSave = new Button();
     this.btnLoad = new Button();
     this.lblFirst = new Label();
     this.nmcFirst = new NumericUpDownBase();
     this.lblSeparator = new Label();
     this.cmbSeparator = new ComboBox();
     this.lblPreview = new Label();
     this.btnImport = new Button();
     this.btnCancel = new Button();
     this.dgvPreview = new CommonDataGridView();
     this.lblOpenReLosses = new Label();
     this.lblOpenReGain = new Label();
     this.lblFrequency = new Label();
     this.lblTransmitterName = new Label();
     this.groupBox1 = new GroupBox();
     base.cbCellName = new ComboBox();
     this.ntxtFrequency = new NumericTextBox();
     this.lblOReceiverHeight = new Label();
     this.gbOReceiver = new GroupBox();
     this.imageList1 = new ImageList(this.components);
     this.ntxtReceiverGain = new NumericTextBox();
     this.ntxtReceiverLosses = new NumericTextBox();
     this.ntxtReceiverHeight = new NumericTextBox();
     base.isAutoMatchCellByPCICheckBox = new CheckBox();
     this.nmcFirst.BeginInit();
     ((ISupportInitialize)this.dgvPreview).BeginInit();
     this.groupBox1.SuspendLayout();
     this.gbOReceiver.SuspendLayout();
     base.SuspendLayout();
     this.lblConfig.AutoSize = true;
     this.lblConfig.Location = new System.Drawing.Point(12, 15);
     this.lblConfig.Name = "lblConfig";
     this.lblConfig.Size = new Size(0x6b, 15);
     this.lblConfig.TabIndex = 0;
     this.lblConfig.Text = PropagationResource.PROP_CONFIGURATION_FILE;
     this.tbxConfig.Enabled = false;
     this.tbxConfig.Location = new System.Drawing.Point(0x7d, 12);
     this.tbxConfig.Margin = new Padding(3, 4, 3, 4);
     this.tbxConfig.Name = "tbxConfig";
     this.tbxConfig.Size = new Size(230, 0x15);
     this.tbxConfig.TabIndex = 1;
     this.btnSave.Location = new System.Drawing.Point(0x187, 12);
     this.btnSave.Margin = new Padding(3, 4, 3, 4);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new Size(0x4b, 0x17);
     this.btnSave.TabIndex = 2;
     this.btnSave.Text = PropagationResource.PROP_SAVE;
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new EventHandler(this.btnSave_Click);
     this.btnLoad.Location = new System.Drawing.Point(0x1e2, 12);
     this.btnLoad.Margin = new Padding(3, 4, 3, 4);
     this.btnLoad.Name = "btnLoad";
     this.btnLoad.Size = new Size(0x4b, 0x17);
     this.btnLoad.TabIndex = 3;
     this.btnLoad.Text = PropagationResource.PROP_LOAD;
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click += new EventHandler(this.btnLoad_Click);
     this.lblFirst.AutoSize = true;
     this.lblFirst.Location = new System.Drawing.Point(12, 0x31);
     this.lblFirst.Name = "lblFirst";
     this.lblFirst.Size = new Size(0x54, 15);
     this.lblFirst.TabIndex = 4;
     this.lblFirst.Text = PropagationResource.PROP_1ST_DATA_ROW;
     this.nmcFirst.Location = new System.Drawing.Point(0x66, 0x2f);
     this.nmcFirst.Margin = new Padding(3, 4, 3, 4);
     int[] bits = new int[4];
     bits[0] = 1;
     this.nmcFirst.Minimum = new decimal(bits);
     this.nmcFirst.Name = "nmcFirst";
     this.nmcFirst.Size = new Size(0x38, 0x15);
     this.nmcFirst.TabIndex = 5;
     this.nmcFirst.TextAlign = HorizontalAlignment.Right;
     //bits = new int[4];
     bits[0] = 1;
     this.nmcFirst.Value = new decimal(bits);
     this.lblSeparator.AutoSize = true;
     this.lblSeparator.Location = new System.Drawing.Point(0xb1, 0x31);
     this.lblSeparator.Name = "lblSeparator";
     this.lblSeparator.Size = new Size(0x5e, 15);
     this.lblSeparator.TabIndex = 6;
     this.lblSeparator.Text = PropagationResource.PROP_FIELD_SEPARATOR;
     this.cmbSeparator.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbSeparator.FormattingEnabled = true;
     this.cmbSeparator.Location = new System.Drawing.Point(0x115, 0x2d);
     this.cmbSeparator.Margin = new Padding(3, 4, 3, 4);
     this.cmbSeparator.Name = "cmbSeparator";
     this.cmbSeparator.Size = new Size(80, 0x17);
     this.cmbSeparator.TabIndex = 7;
     this.lblPreview.AutoSize = true;
     this.lblPreview.Location = new System.Drawing.Point(0x11f, 0x60);
     this.lblPreview.Name = "lblPreview";
     this.lblPreview.Size = new Size(0x57, 15);
     this.lblPreview.TabIndex = 9;
     this.lblPreview.Text = PropagationResource.PROP_FIELD_MAPPING;
     this.btnImport.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnImport.Location = new System.Drawing.Point(0x1e2, 0x16b);
     this.btnImport.Margin = new Padding(3, 4, 3, 4);
     this.btnImport.Name = "btnImport";
     this.btnImport.Size = new Size(0x4b, 0x17);
     this.btnImport.TabIndex = 10;
     this.btnImport.Text = PropagationResource.PROP_IMPORT;
     this.btnImport.UseVisualStyleBackColor = true;
     this.btnImport.Click += new EventHandler(this.btnImport_Click);
     this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnCancel.Location = new System.Drawing.Point(0x251, 0x16b);
     this.btnCancel.Margin = new Padding(3, 4, 3, 4);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x4b, 0x17);
     this.btnCancel.TabIndex = 11;
     this.btnCancel.Text = GeneralResource.BUTTON_CANCEL;
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     this.dgvPreview.AllowUserToAddRows = false;
     this.dgvPreview.AllowUserToDeleteRows = false;
     style.BackColor = SystemColors.MenuBar;
     this.dgvPreview.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.dgvPreview.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPreview.Location = new System.Drawing.Point(290, 0x73);
     this.dgvPreview.Margin = new Padding(3, 4, 3, 4);
     this.dgvPreview.Name = "dgvPreview";
     this.dgvPreview.RowHeadersWidth = 100;
     this.dgvPreview.RowTemplate.Height = 0x17;
     this.dgvPreview.Size = new Size(0x17a, 230);
     this.dgvPreview.TabIndex = 12;
     this.dgvPreview.DataError += new DataGridViewDataErrorEventHandler(this.dgvPreview_DataError);
     this.lblOpenReLosses.AutoSize = true;
     this.lblOpenReLosses.Location = new System.Drawing.Point(10, 0x58);
     this.lblOpenReLosses.Name = "lblOpenReLosses";
     this.lblOpenReLosses.Size = new Size(0x34, 15);
     this.lblOpenReLosses.TabIndex = 4;
     this.lblOpenReLosses.Text = PropagationResource.PROP_LOSSES;
     this.lblOpenReGain.AutoSize = true;
     this.lblOpenReGain.Location = new System.Drawing.Point(10, 0x35);
     this.lblOpenReGain.Name = "lblOpenReGain";
     this.lblOpenReGain.Size = new Size(0x24, 15);
     this.lblOpenReGain.TabIndex = 2;
     this.lblOpenReGain.Text = PropagationResource.PROP_GAIN;
     this.lblFrequency.AutoSize = true;
     this.lblFrequency.Location = new System.Drawing.Point(9, 0x4e);
     this.lblFrequency.Name = "lblFrequency";
     this.lblFrequency.Size = new Size(0x43, 15);
     this.lblFrequency.TabIndex = 2;
     this.lblFrequency.Text = PropagationResource.PROP_FREQUENCY;
     this.lblTransmitterName.AutoSize = true;
     this.lblTransmitterName.Location = new System.Drawing.Point(8, 0x1d);
     this.lblTransmitterName.Name = "lblTransmitterName";
     this.lblTransmitterName.Size = new Size(0x2c, 15);
     this.lblTransmitterName.TabIndex = 0;
     this.lblTransmitterName.Text = PropagationResource.PROP_NAME;
     //this.groupBox1.Controls.Add(base.cbCellName);
     this.groupBox1.Controls.Add(this.ntxtFrequency);
     this.groupBox1.Controls.Add(this.lblFrequency);
     this.groupBox1.Controls.Add(this.lblTransmitterName);
     this.groupBox1.Location = new System.Drawing.Point(15, 0x60);
     this.groupBox1.Margin = new Padding(3, 4, 3, 4);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new Padding(3, 4, 3, 4);
     this.groupBox1.Size = new Size(0xe9, 0x6b);
     this.groupBox1.TabIndex = 14;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = PropagationResource.PROP_REFERENCE_TRANSMITTER;
     base.cbCellName.DropDownStyle = ComboBoxStyle.DropDownList;
     base.cbCellName.FormattingEnabled = true;
     base.cbCellName.Location = new System.Drawing.Point(0x57, 0x1d);
     base.cbCellName.Margin = new Padding(3, 4, 3, 4);
     base.cbCellName.Name = "cbCellName";
     base.cbCellName.Size = new Size(0x8a, 0x17);
     base.cbCellName.TabIndex = 4;
     base.cbCellName.SelectedIndexChanged += new EventHandler(this.cbCellName_SelectedIndexChanged);
     this.ntxtFrequency.AutoSize = true;
     this.ntxtFrequency.BackColor = SystemColors.ButtonHighlight;
     this.ntxtFrequency.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtFrequency.CharExtensition = GeneralResource.UNIT_MHZ;
     this.ntxtFrequency.FloatPlaces = 0;
     this.ntxtFrequency.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     //bits = new int[4];
     bits[0] = 1;
     this.ntxtFrequency.Increment = new decimal(bits);
     this.ntxtFrequency.Location = new System.Drawing.Point(0x57, 70);
     this.ntxtFrequency.Margin = new Padding(3, 4, 3, 0);
     //bits = new int[4];
     bits[0] = 0x8000;
     this.ntxtFrequency.Maximum = new decimal(bits);
     //bits = new int[4];
     bits[0] = 0x7fff;
     bits[3] = -2147483648;
     this.ntxtFrequency.Minimum = new decimal(bits);
     this.ntxtFrequency.Name = "ntxtFrequency";
     this.ntxtFrequency.ReadOnly = false;
     this.ntxtFrequency.Size = new Size(0x8a, 0x17);
     this.ntxtFrequency.TabIndex = 3;
     //bits = new int[4];
     bits[0] = 0x6a4;
     bits[3] = 0;
     this.ntxtFrequency.Value = new decimal(bits);
     this.ntxtFrequency.Validating += new CancelEventHandler(this.ntxtFrequencyValidating);
     this.lblOReceiverHeight.AutoSize = true;
     this.lblOReceiverHeight.Location = new System.Drawing.Point(8, 20);
     this.lblOReceiverHeight.Name = "lblOReceiverHeight";
     this.lblOReceiverHeight.Size = new Size(0x2e, 15);
     this.lblOReceiverHeight.TabIndex = 0;
     this.lblOReceiverHeight.Text = PropagationResource.PROP_HEIGHT;
     this.gbOReceiver.Controls.Add(this.ntxtReceiverHeight);
     this.gbOReceiver.Controls.Add(this.ntxtReceiverLosses);
     this.gbOReceiver.Controls.Add(this.ntxtReceiverGain);
     this.gbOReceiver.Controls.Add(this.lblOpenReLosses);
     this.gbOReceiver.Controls.Add(this.lblOpenReGain);
     this.gbOReceiver.Controls.Add(this.lblOReceiverHeight);
     this.gbOReceiver.Location = new System.Drawing.Point(15, 0xdd);
     this.gbOReceiver.Margin = new Padding(3, 4, 3, 4);
     this.gbOReceiver.Name = "gbOReceiver";
     this.gbOReceiver.Padding = new Padding(3, 4, 3, 4);
     this.gbOReceiver.Size = new Size(0xe9, 0x7c);
     this.gbOReceiver.TabIndex = 15;
     this.gbOReceiver.TabStop = false;
     this.gbOReceiver.Text = PropagationResource.PROP_RECEIVER;
     this.imageList1.ColorDepth = ColorDepth.Depth8Bit;
     this.imageList1.ImageSize = new Size(0x10, 0x10);
     this.imageList1.TransparentColor = Color.Transparent;
     this.ntxtReceiverGain.AutoSize = true;
     this.ntxtReceiverGain.BackColor = SystemColors.ButtonHighlight;
     this.ntxtReceiverGain.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtReceiverGain.CharExtensition = GeneralResource.UNIT_DB;
     this.ntxtReceiverGain.FloatPlaces = 0;
     this.ntxtReceiverGain.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     //bits = new int[4];
     bits[0] = 1;
     this.ntxtReceiverGain.Increment = new decimal(bits);
     this.ntxtReceiverGain.Location = new System.Drawing.Point(0x59, 0x35);
     this.ntxtReceiverGain.Margin = new Padding(3, 4, 3, 0);
     //bits = new int[4];
     bits[0] = 0x8000;
     this.ntxtReceiverGain.Maximum = new decimal(bits);
     //bits = new int[4];
     bits[0] = 0x7fff;
     bits[3] = -2147483648;
     this.ntxtReceiverGain.Minimum = new decimal(bits);
     this.ntxtReceiverGain.Name = "ntxtReceiverGain";
     this.ntxtReceiverGain.ReadOnly = false;
     this.ntxtReceiverGain.Size = new Size(0x8a, 0x17);
     this.ntxtReceiverGain.TabIndex = 5;
     //bits = new int[4];
     bits[0] = 0;
     bits[3] = 0;
     this.ntxtReceiverGain.Value = new decimal(bits);
     this.ntxtReceiverGain.Validating += new CancelEventHandler(this.ntxtReceiverGainValidating);
     this.ntxtReceiverLosses.AutoSize = true;
     this.ntxtReceiverLosses.BackColor = SystemColors.ButtonHighlight;
     this.ntxtReceiverLosses.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtReceiverLosses.CharExtensition = GeneralResource.UNIT_DB;
     this.ntxtReceiverLosses.FloatPlaces = 0;
     this.ntxtReceiverLosses.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     //bits = new int[4];
     bits[0] = 1;
     this.ntxtReceiverLosses.Increment = new decimal(bits);
     this.ntxtReceiverLosses.Location = new System.Drawing.Point(0x57, 0x58);
     this.ntxtReceiverLosses.Margin = new Padding(3, 4, 3, 0);
     //bits = new int[4];
     bits[0] = 0x8000;
     this.ntxtReceiverLosses.Maximum = new decimal(bits);
     //bits = new int[4];
     bits[0] = 0x7fff;
     bits[3] = -2147483648;
     this.ntxtReceiverLosses.Minimum = new decimal(bits);
     this.ntxtReceiverLosses.Name = "ntxtReceiverLosses";
     this.ntxtReceiverLosses.ReadOnly = false;
     this.ntxtReceiverLosses.Size = new Size(0x8a, 0x17);
     this.ntxtReceiverLosses.TabIndex = 6;
     //bits = new int[4];
     bits[0] = 0;
     bits[3] = 0;
     this.ntxtReceiverLosses.Value = new decimal(bits);
     this.ntxtReceiverLosses.Validating += new CancelEventHandler(this.ntxtReceiverLossesValidating);
     this.ntxtReceiverHeight.AutoSize = true;
     this.ntxtReceiverHeight.BackColor = SystemColors.ButtonHighlight;
     this.ntxtReceiverHeight.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtReceiverHeight.CharExtensition = GeneralResource.UNIT_METER;
     this.ntxtReceiverHeight.FloatPlaces = 0;
     this.ntxtReceiverHeight.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     //bits = new int[4];
     bits[0] = 1;
     bits[3] = 0;
     this.ntxtReceiverHeight.Increment = new decimal(bits);
     this.ntxtReceiverHeight.Location = new System.Drawing.Point(0x57, 20);
     this.ntxtReceiverHeight.Margin = new Padding(3, 4, 3, 0);
     //bits = new int[4];
     bits[0] = 0x8000;
     this.ntxtReceiverHeight.Maximum = new decimal(bits);
     //bits = new int[4];
     bits[0] = 0x7fff;
     bits[3] = -2147483648;
     this.ntxtReceiverHeight.Minimum = new decimal(bits);
     this.ntxtReceiverHeight.Name = "ntxtReceiverHeight";
     this.ntxtReceiverHeight.ReadOnly = false;
     this.ntxtReceiverHeight.Size = new Size(0x8a, 0x17);
     this.ntxtReceiverHeight.TabIndex = 7;
     //bits = new int[4];
     bits[0] = 15;
     bits[3] = 0x10000;
     this.ntxtReceiverHeight.Value = new decimal(bits);
     this.ntxtReceiverHeight.Validating += new CancelEventHandler(this.ntxtReceiverHeightValidating);
     base.isAutoMatchCellByPCICheckBox.AutoSize = true;
     base.isAutoMatchCellByPCICheckBox.Location = new System.Drawing.Point(0x187, 0x31);
     base.isAutoMatchCellByPCICheckBox.Name = "isAutoMatchCellByPCICheckBox";
     base.isAutoMatchCellByPCICheckBox.Size = new Size(0xa6, 0x13);
     base.isAutoMatchCellByPCICheckBox.TabIndex = 0x10;
     base.isAutoMatchCellByPCICheckBox.Text = PropagationResource.PROP_AUTOMATCHCELLBYPCI;
     base.isAutoMatchCellByPCICheckBox.Checked = false;
     base.isAutoMatchCellByPCICheckBox.UseVisualStyleBackColor = true;
     base.isAutoMatchCellByPCICheckBox.CheckedChanged += new EventHandler(this.checkBox1_CheckedChanged);
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     //base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x2b4, 0x18f);
     base.Controls.Add(base.isAutoMatchCellByPCICheckBox);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.gbOReceiver);
     base.Controls.Add(this.dgvPreview);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.lblPreview);
     base.Controls.Add(this.btnImport);
     base.Controls.Add(this.cmbSeparator);
     base.Controls.Add(this.lblSeparator);
     base.Controls.Add(this.nmcFirst);
     base.Controls.Add(this.lblFirst);
     base.Controls.Add(this.btnLoad);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.tbxConfig);
     base.Controls.Add(this.lblConfig);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "DTFileImport";
     base.ShowInTaskbar = false;
     //base.SizeGripStyle = SizeGripStyle.Show;
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = PropagationResource.PROP_DATAIMPORT;
     base.ShowIcon = false;
     this.MinimumSize = new Size(0x2b4, 0x18f);
     base.Load += new EventHandler(this.DataImport_Load);
     this.nmcFirst.EndInit();
     ((ISupportInitialize)this.dgvPreview).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.gbOReceiver.ResumeLayout(false);
     this.gbOReceiver.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
     base.KeyPreview = true;
     base.KeyDown += new KeyEventHandler(this.DTFileImportForm_KeyDown);
 }
Exemple #13
0
 private void InitializeComponent()
 {
     this.tabControl1 = new TabControl();
     this.tabPage1 = new TabPage();
     this.groupBox2 = new GroupBox();
     this.chkSupportHalfRate = new CheckBox();
     this.tbTotalTimeslot = new NumericTextBox();
     this.label16 = new Label();
     this.tbUlTimeslot = new NumericTextBox();
     this.label15 = new Label();
     this.tbDlTimeslot = new NumericTextBox();
     this.label14 = new Label();
     this.TechnologyName = new ComboBox();
     this.cmbCodeConfigur = new ComboBox();
     this.label10 = new Label();
     this.label7 = new Label();
     this.groupBox1 = new GroupBox();
     this.tbxLosses = new NumericTextBox();
     this.NoiseFigure = new NumericTextBox();
     this.label17 = new Label();
     this.SecondBand = new ComboBox();
     this.MainBand = new ComboBox();
     this.label1 = new Label();
     this.label4 = new Label();
     this.tbMaxTxPower = new NumericTextBox();
     this.tbMinTxPower = new NumericTextBox();
     this.label12 = new Label();
     this.label2 = new Label();
     this.label13 = new Label();
     this.tbxName = new TextBox();
     this.label9 = new Label();
     this.btnApply = new Button();
     this.btnCancel = new Button();
     this.btnOK = new Button();
     this.chkIsSupportDTX = new CheckBox();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Location = new System.Drawing.Point(12, 12);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new Size(0x267, 0x1c1);
     this.tabControl1.TabIndex = 0;
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.tbxName);
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Location = new System.Drawing.Point(4, 0x18);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new Padding(3);
     this.tabPage1.Size = new Size(0x25f, 0x1a5);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = GeneralResource.GENERAL_GENERAL;
     this.tabPage1.UseVisualStyleBackColor = true;
     this.groupBox2.Controls.Add(this.chkIsSupportDTX);
     this.groupBox2.Controls.Add(this.chkSupportHalfRate);
     this.groupBox2.Controls.Add(this.tbTotalTimeslot);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.tbUlTimeslot);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.tbDlTimeslot);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.TechnologyName);
     this.groupBox2.Controls.Add(this.cmbCodeConfigur);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.groupBox2.Location = new System.Drawing.Point(6, 0xe1);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Padding = new Padding(3, 4, 3, 4);
     this.groupBox2.Size = new Size(0x253, 180);
     this.groupBox2.TabIndex = 14;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = TrafficModelResource.TRAFFICMODEL_GPRSEDGE;
     this.chkSupportHalfRate.AutoSize = true;
     this.chkSupportHalfRate.Location = new System.Drawing.Point(9, 140);
     this.chkSupportHalfRate.Name = "chkSupportHalfRate";
     this.chkSupportHalfRate.Size = new Size(120, 0x13);
     this.chkSupportHalfRate.TabIndex = 0x52;
     this.chkSupportHalfRate.Text = TrafficModelResource.TRAFFICMODEL_SUPPORT_HALFRATE;
     this.chkSupportHalfRate.UseVisualStyleBackColor = true;
     this.chkSupportHalfRate.CheckedChanged += new EventHandler(this.ValueChanged);
     this.tbTotalTimeslot.AutoSize = true;
     this.tbTotalTimeslot.BackColor = SystemColors.Control;
     this.tbTotalTimeslot.BorderStyle = BorderStyle.Fixed3D;
     this.tbTotalTimeslot.CharExtensition = "";
     this.tbTotalTimeslot.FloatPlaces = 0;
     this.tbTotalTimeslot.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits = new int[4];
     bits[0] = 1;
     this.tbTotalTimeslot.Increment = new decimal(bits);
     this.tbTotalTimeslot.Location = new System.Drawing.Point(0x1d5, 140);
     this.tbTotalTimeslot.Margin = new Padding(3, 4, 3, 0);
     int[] bits1 = new int[4];
     bits1[0] = 5;
     this.tbTotalTimeslot.Maximum = new decimal(bits1);
     int[] bits2 = new int[4];
     bits2[0] = 2;
     this.tbTotalTimeslot.Minimum = new decimal(bits2);
     this.tbTotalTimeslot.Name = "tbTotalTimeslot";
     this.tbTotalTimeslot.ReadOnly = true;
     this.tbTotalTimeslot.Size = new Size(0x68, 0x17);
     this.tbTotalTimeslot.TabIndex = 0x51;
     int[] bits3 = new int[4];
     bits3[0] = 2;
     this.tbTotalTimeslot.Value = new decimal(bits3);
     this.tbTotalTimeslot.Visible = false;
     this.label16.AutoSize = true;
     this.label16.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label16.Location = new System.Drawing.Point(0x12e, 0x8d);
     this.label16.Name = "label16";
     this.label16.Size = new Size(0x9d, 15);
     this.label16.TabIndex = 80;
     this.label16.Text = TrafficModelResource.TRAFFICMODEL_LABEL_NUM_TOTAL_TIMESLOT;
     this.label16.Visible = false;
     this.tbUlTimeslot.AutoSize = true;
     this.tbUlTimeslot.BackColor = SystemColors.ButtonHighlight;
     this.tbUlTimeslot.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlTimeslot.CharExtensition = "";
     this.tbUlTimeslot.FloatPlaces = 0;
     this.tbUlTimeslot.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits4 = new int[4];
     bits4[0] = 1;
     this.tbUlTimeslot.Increment = new decimal(bits4);
     this.tbUlTimeslot.Location = new System.Drawing.Point(0x1d5, 0x62);
     this.tbUlTimeslot.Margin = new Padding(3, 4, 3, 0);
     int[] bits5 = new int[4];
     bits5[0] = 5;
     this.tbUlTimeslot.Maximum = new decimal(bits5);
     int[] bits6 = new int[4];
     bits6[0] = 1;
     this.tbUlTimeslot.Minimum = new decimal(bits6);
     this.tbUlTimeslot.Name = "tbUlTimeslot";
     this.tbUlTimeslot.ReadOnly = false;
     this.tbUlTimeslot.Size = new Size(0x68, 0x17);
     this.tbUlTimeslot.TabIndex = 0x4f;
     int[] bits7 = new int[4];
     bits7[0] = 1;
     this.tbUlTimeslot.Value = new decimal(bits7);
     this.tbUlTimeslot.ValueChanged += new EventHandler(this.TimeSlotsValueChanged);
     this.label15.AutoSize = true;
     this.label15.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label15.Location = new System.Drawing.Point(0x139, 0x65);
     this.label15.Name = "label15";
     this.label15.Size = new Size(150, 15);
     this.label15.TabIndex = 0x4e;
     this.label15.Text = TrafficModelResource.TRAFFICMODEL_LABEL_TIMESLOT_UL;
     this.tbDlTimeslot.AutoSize = true;
     this.tbDlTimeslot.BackColor = SystemColors.ButtonHighlight;
     this.tbDlTimeslot.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlTimeslot.CharExtensition = "";
     this.tbDlTimeslot.FloatPlaces = 0;
     this.tbDlTimeslot.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits8 = new int[4];
     bits8[0] = 1;
     this.tbDlTimeslot.Increment = new decimal(bits8);
     this.tbDlTimeslot.Location = new System.Drawing.Point(0xa3, 0x62);
     this.tbDlTimeslot.Margin = new Padding(3, 4, 3, 0);
     int[] bits9 = new int[4];
     bits9[0] = 4;
     this.tbDlTimeslot.Maximum = new decimal(bits9);
     int[] bits10 = new int[4];
     bits10[0] = 1;
     this.tbDlTimeslot.Minimum = new decimal(bits10);
     this.tbDlTimeslot.Name = "tbDlTimeslot";
     this.tbDlTimeslot.ReadOnly = false;
     this.tbDlTimeslot.Size = new Size(0x68, 0x17);
     this.tbDlTimeslot.TabIndex = 0x4d;
     int[] bits11 = new int[4];
     bits11[0] = 1;
     this.tbDlTimeslot.Value = new decimal(bits11);
     this.tbDlTimeslot.ValueChanged += new EventHandler(this.TimeSlotsValueChanged);
     this.label14.AutoSize = true;
     this.label14.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label14.Location = new System.Drawing.Point(6, 0x65);
     this.label14.Name = "label14";
     this.label14.Size = new Size(0x97, 15);
     this.label14.TabIndex = 0x4c;
     this.label14.Text = TrafficModelResource.TRAFFICMODEL_LABEL_TIMESLOT_DL;
     this.TechnologyName.DropDownStyle = ComboBoxStyle.DropDownList;
     this.TechnologyName.FormattingEnabled = true;
     this.TechnologyName.Location = new System.Drawing.Point(0x81, 0x3f);
     this.TechnologyName.Name = "TechnologyName";
     this.TechnologyName.Size = new Size(460, 0x17);
     this.TechnologyName.TabIndex = 0x10;
     this.TechnologyName.SelectedIndexChanged += new EventHandler(this.ValueChanged);
     this.cmbCodeConfigur.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbCodeConfigur.FormattingEnabled = true;
     this.cmbCodeConfigur.Location = new System.Drawing.Point(0x81, 0x19);
     this.cmbCodeConfigur.Name = "cmbCodeConfigur";
     this.cmbCodeConfigur.Size = new Size(460, 0x17);
     this.cmbCodeConfigur.TabIndex = 7;
     this.cmbCodeConfigur.SelectedIndexChanged += new EventHandler(this.ValueChanged);
     this.label10.AutoSize = true;
     this.label10.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label10.Location = new System.Drawing.Point(6, 0x42);
     this.label10.Name = "label10";
     this.label10.Size = new Size(0x49, 15);
     this.label10.TabIndex = 15;
     this.label10.Text = TrafficModelResource.TRAFFICMODEL_TECHNOLOGY;
     this.label7.AutoSize = true;
     this.label7.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label7.Location = new System.Drawing.Point(6, 0x1c);
     this.label7.Name = "label7";
     this.label7.Size = new Size(0x75, 15);
     this.label7.TabIndex = 2;
     this.label7.Text = TrafficModelResource.TRAFFICMODEL_LABEL_CODE_CONFIGURATION;
     this.groupBox1.Controls.Add(this.tbxLosses);
     this.groupBox1.Controls.Add(this.NoiseFigure);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.SecondBand);
     this.groupBox1.Controls.Add(this.MainBand);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.tbMaxTxPower);
     this.groupBox1.Controls.Add(this.tbMinTxPower);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.groupBox1.Location = new System.Drawing.Point(6, 0x27);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new Size(0x253, 180);
     this.groupBox1.TabIndex = 13;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = NEResource.NE_FREQUENCY_BANDS;
     this.tbxLosses.AutoSize = true;
     this.tbxLosses.BackColor = SystemColors.ButtonHighlight;
     this.tbxLosses.BorderStyle = BorderStyle.Fixed3D;
     this.tbxLosses.CharExtensition = "";
     this.tbxLosses.FloatPlaces = 2;
     this.tbxLosses.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits12 = new int[4];
     bits12[0] = 1;
     this.tbxLosses.Increment = new decimal(bits12);
     this.tbxLosses.Location = new System.Drawing.Point(0x1dc, 0x89);
     this.tbxLosses.Margin = new Padding(3, 4, 3, 0);
     int[] bits13 = new int[4];
     bits13[0] = 0x8000;
     this.tbxLosses.Maximum = new decimal(bits13);
     int[] bits14 = new int[4];
     this.tbxLosses.Minimum = new decimal(bits14);
     this.tbxLosses.Name = "tbxLosses";
     this.tbxLosses.ReadOnly = false;
     this.tbxLosses.Size = new Size(0x68, 0x17);
     this.tbxLosses.TabIndex = 0x54;
     int[] bits15 = new int[4];
     this.tbxLosses.Value = new decimal(bits15);
     this.tbxLosses.ValueChanged += new EventHandler(this.ValueChanged);
     this.NoiseFigure.AutoSize = true;
     this.NoiseFigure.BackColor = SystemColors.ButtonHighlight;
     this.NoiseFigure.BorderStyle = BorderStyle.Fixed3D;
     this.NoiseFigure.CharExtensition = "";
     this.NoiseFigure.FloatPlaces = 2;
     this.NoiseFigure.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits16 = new int[4];
     bits16[0] = 1;
     this.NoiseFigure.Increment = new decimal(bits16);
     this.NoiseFigure.Location = new System.Drawing.Point(0x98, 0x89);
     this.NoiseFigure.Margin = new Padding(3, 4, 3, 0);
     int[] bits17 = new int[4];
     bits17[0] = 0x8000;
     this.NoiseFigure.Maximum = new decimal(bits17);
     int[] bits18 = new int[4];
     this.NoiseFigure.Minimum = new decimal(bits18);
     this.NoiseFigure.Name = "NoiseFigure";
     this.NoiseFigure.ReadOnly = false;
     this.NoiseFigure.Size = new Size(0x68, 0x17);
     this.NoiseFigure.TabIndex = 12;
     int[] bits19 = new int[4];
     this.NoiseFigure.Value = new decimal(bits19);
     this.NoiseFigure.ValueChanged += new EventHandler(this.ValueChanged);
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(0x15b, 0x89);
     this.label17.Name = "label17";
     this.label17.Size = new Size(0x4b, 15);
     this.label17.TabIndex = 0x53;
     this.label17.Text = TrafficModelResource.TRAFFICMODEL_LABEL_LOSSES_DB;
     this.SecondBand.DropDownStyle = ComboBoxStyle.DropDownList;
     this.SecondBand.FormattingEnabled = true;
     this.SecondBand.Location = new System.Drawing.Point(0x98, 0x3d);
     this.SecondBand.Name = "SecondBand";
     this.SecondBand.Size = new Size(0x1b5, 0x17);
     this.SecondBand.TabIndex = 11;
     this.SecondBand.SelectedIndexChanged += new EventHandler(this.ValueChanged);
     this.MainBand.DropDownStyle = ComboBoxStyle.DropDownList;
     this.MainBand.FormattingEnabled = true;
     this.MainBand.Location = new System.Drawing.Point(0x98, 0x17);
     this.MainBand.Name = "MainBand";
     this.MainBand.Size = new Size(0x1b5, 0x17);
     this.MainBand.TabIndex = 10;
     this.MainBand.SelectedIndexChanged += new EventHandler(this.ValueChanged);
     this.label1.AutoSize = true;
     this.label1.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label1.Location = new System.Drawing.Point(6, 0x89);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x68, 15);
     this.label1.TabIndex = 8;
     this.label1.Text = TrafficModelResource.TRAFFICMODEL_NOISE_FIGUREDB;
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 0x40);
     this.label4.Name = "label4";
     this.label4.Size = new Size(100, 15);
     this.label4.TabIndex = 7;
     this.label4.Text = TrafficModelResource.TRAFFICMODEL_SECONDARY_BAND;
     this.tbMaxTxPower.AutoSize = true;
     this.tbMaxTxPower.BackColor = SystemColors.ButtonHighlight;
     this.tbMaxTxPower.BorderStyle = BorderStyle.Fixed3D;
     this.tbMaxTxPower.CharExtensition = "";
     this.tbMaxTxPower.FloatPlaces = 2;
     this.tbMaxTxPower.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits20 = new int[4];
     bits20[0] = 1;
     this.tbMaxTxPower.Increment = new decimal(bits20);
     this.tbMaxTxPower.Location = new System.Drawing.Point(0x1dc, 0x63);
     this.tbMaxTxPower.Margin = new Padding(3, 4, 3, 0);
     int[] bits21 = new int[4];
     bits21[0] = 0x8000;
     this.tbMaxTxPower.Maximum = new decimal(bits21);
     int[] bits22 = new int[4];
     this.tbMaxTxPower.Minimum = new decimal(bits22);
     this.tbMaxTxPower.Name = "tbMaxTxPower";
     this.tbMaxTxPower.ReadOnly = false;
     this.tbMaxTxPower.Size = new Size(0x68, 0x17);
     this.tbMaxTxPower.TabIndex = 0x49;
     int[] bits23 = new int[4];
     this.tbMaxTxPower.Value = new decimal(bits23);
     this.tbMaxTxPower.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbMinTxPower.AutoSize = true;
     this.tbMinTxPower.BackColor = SystemColors.ButtonHighlight;
     this.tbMinTxPower.BorderStyle = BorderStyle.Fixed3D;
     this.tbMinTxPower.CharExtensition = "";
     this.tbMinTxPower.FloatPlaces = 2;
     this.tbMinTxPower.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits24 = new int[4];
     bits24[0] = 1;
     this.tbMinTxPower.Increment = new decimal(bits24);
     this.tbMinTxPower.Location = new System.Drawing.Point(0x98, 0x63);
     this.tbMinTxPower.Margin = new Padding(3, 4, 3, 0);
     int[] bits25 = new int[4];
     bits25[0] = 0x8000;
     this.tbMinTxPower.Maximum = new decimal(bits25);
     int[] bits26 = new int[4];
     bits26[0] = 0x8000;
     bits26[3] = -2147483648;
     this.tbMinTxPower.Minimum = new decimal(bits26);
     this.tbMinTxPower.Name = "tbMinTxPower";
     this.tbMinTxPower.ReadOnly = false;
     this.tbMinTxPower.Size = new Size(0x68, 0x17);
     this.tbMinTxPower.TabIndex = 0x4b;
     int[] bits27 = new int[4];
     this.tbMinTxPower.Value = new decimal(bits27);
     this.tbMinTxPower.ValueChanged += new EventHandler(this.ValueChanged);
     this.label12.AutoSize = true;
     this.label12.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label12.Location = new System.Drawing.Point(0x15b, 0x6b);
     this.label12.Name = "label12";
     this.label12.Size = new Size(0x73, 15);
     this.label12.TabIndex = 0x48;
     this.label12.Text = TrafficModelResource.TRAFFICMODEL_LABEL_MAX_TX_POWER_DBM;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 0x1a);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x44, 15);
     this.label2.TabIndex = 5;
     this.label2.Text = TrafficModelResource.TRAFFICMODEL_MAIN_BAND;
     this.label13.AutoSize = true;
     this.label13.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label13.Location = new System.Drawing.Point(6, 0x6b);
     this.label13.Name = "label13";
     this.label13.Size = new Size(0x71, 15);
     this.label13.TabIndex = 0x4a;
     this.label13.Text = TrafficModelResource.TRAFFICMODEL_LABEL_MIN_TX_POWER_DBM;
     this.tbxName.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
     this.tbxName.Location = new System.Drawing.Point(0x38, 12);
     this.tbxName.Name = "tbxName";
     this.tbxName.Size = new Size(0x221, 0x15);
     this.tbxName.TabIndex = 12;
     this.tbxName.TextChanged += new EventHandler(this.ValueChanged);
     this.label9.AutoSize = true;
     this.label9.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label9.Location = new System.Drawing.Point(6, 13);
     this.label9.Name = "label9";
     this.label9.Size = new Size(0x2c, 15);
     this.label9.TabIndex = 11;
     this.label9.Text = TrafficMapResource.TRAFFICMAP_NAME;
     this.btnApply.Enabled = false;
     this.btnApply.Location = new System.Drawing.Point(0x22e, 0x1d4);
     this.btnApply.Margin = new Padding(3, 4, 3, 4);
     this.btnApply.Name = "btnApply";
     this.btnApply.Size = new Size(0x41, 0x17);
     this.btnApply.TabIndex = 12;
     this.btnApply.Text = GeneralResource.BUTTON_APPLY;
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new EventHandler(this.btnApply_Click);
     this.btnCancel.Location = new System.Drawing.Point(0x1e7, 0x1d4);
     this.btnCancel.Margin = new Padding(3, 4, 3, 4);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x41, 0x17);
     this.btnCancel.TabIndex = 11;
     this.btnCancel.Text = GeneralResource.BUTTON_CANCEL;
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     this.btnOK.Location = new System.Drawing.Point(0x1a0, 0x1d4);
     this.btnOK.Margin = new Padding(3, 4, 3, 4);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new Size(0x41, 0x17);
     this.btnOK.TabIndex = 10;
     this.btnOK.Text = GeneralResource.BUTTON_OK;
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new EventHandler(this.btnOK_Click);
     this.chkIsSupportDTX.AutoSize = true;
     this.chkIsSupportDTX.Location = new System.Drawing.Point(0xa3, 140);
     this.chkIsSupportDTX.Name = "isSupportDTX";
     this.chkIsSupportDTX.Size = new Size(0x5f, 0x13);
     this.chkIsSupportDTX.TabIndex = 0x53;
     this.chkIsSupportDTX.Text = TrafficModelResource.TRAFFICMODEL_TERMINAL_SUPPORTDTX;
     this.chkIsSupportDTX.UseVisualStyleBackColor = true;
     this.chkIsSupportDTX.CheckedChanged += new EventHandler(this.ValueChanged);
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new Size(0x27a, 0x1f3);
     base.Controls.Add(this.btnApply);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.tabControl1);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "TerminalGsmForm";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
Exemple #14
0
 /// <summary>
 /// Gets a control to edit the given property</summary>
 /// <param name="context">Context for property editing control</param>
 /// <returns>Control to edit the given context</returns>
 public virtual Control GetEditingControl(PropertyEditorControlContext context)
 {
     NumericTextBox editingControl = new NumericTextBox(m_numericType, context);
     editingControl.ScaleFactor = m_scaleFactor;
     return editingControl;            
 }
Exemple #15
0
 private void InitializeComponent()
 {
     this.tabControl1 = new TabControl();
     this.tabPage2 = new TabPage();
     this.label15 = new Label();
     this.label14 = new Label();
     this.gbCS = new GroupBox();
     this.cmbAmrDown = new ComboBox();
     this.cmbAmrUp = new ComboBox();
     this.lbActivity = new Label();
     this.tbUlActivity = new NumericTextBox();
     this.tbDlActivity = new NumericTextBox();
     this.lbAMR = new Label();
     this.gbPS = new GroupBox();
     this.lbAveThroughPut = new Label();
     this.lbMinThroughPut = new Label();
     this.lbTransmissionEfficiency = new Label();
     this.lbMaxThroughput = new Label();
     this.tbUlAveThroughput = new NumericTextBox();
     this.tbDlTxEff = new NumericTextBox();
     this.tbDlMinThroughput = new NumericTextBox();
     this.tbDlMaxThroughput = new NumericTextBox();
     this.tbUlMinThroughput = new NumericTextBox();
     this.tbUlMaxThroughput = new NumericTextBox();
     this.tbDlAveThroughput = new NumericTextBox();
     this.tbUlTxEff = new NumericTextBox();
     this.cmbType = new ComboBox();
     this.label8 = new Label();
     this.txbName = new TextBox();
     this.label5 = new Label();
     this.gbSelectService = new GroupBox();
     this.cmbLte = new ComboBox();
     this.lbLTE = new Label();
     this.cmbTd = new ComboBox();
     this.lbUMTS = new Label();
     this.label2 = new Label();
     this.lbTDSCDMA = new Label();
     this.cmbGsm = new ComboBox();
     this.lbGSM = new Label();
     this.cmbUmts = new ComboBox();
     this.buttonApply = new Button();
     this.buttonCancel = new Button();
     this.buttonOK = new Button();
     this.tabControl1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.gbCS.SuspendLayout();
     this.gbPS.SuspendLayout();
     this.gbSelectService.SuspendLayout();
     base.SuspendLayout();
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location = new System.Drawing.Point(12, 12);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new Size(460, 0x1e9);
     this.tabControl1.TabIndex = 0;
     this.tabPage2.Controls.Add(this.label15);
     this.tabPage2.Controls.Add(this.label14);
     this.tabPage2.Controls.Add(this.gbCS);
     this.tabPage2.Controls.Add(this.gbPS);
     this.tabPage2.Controls.Add(this.cmbType);
     this.tabPage2.Controls.Add(this.label8);
     this.tabPage2.Controls.Add(this.txbName);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.gbSelectService);
     this.tabPage2.Location = new System.Drawing.Point(4, 0x18);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new Padding(3);
     this.tabPage2.Size = new Size(0x1c4, 0x1cd);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = GeneralResource.GENERAL_GENERAL;
     this.tabPage2.UseVisualStyleBackColor = true;
     this.label15.AutoSize = true;
     this.label15.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label15.Location = new System.Drawing.Point(0x15f, 0x51);
     this.label15.Name = "label15";
     this.label15.Size = new Size(0x3e, 15);
     this.label15.TabIndex = 0x58;
     this.label15.Text = TrafficModelResource.TRAFFICMODEL_DOWNLINK;
     this.label14.AutoSize = true;
     this.label14.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label14.Location = new System.Drawing.Point(0xcd, 0x51);
     this.label14.Name = "label14";
     this.label14.Size = new Size(0x2e, 15);
     this.label14.TabIndex = 0x57;
     this.label14.Text = TrafficModelResource.TRAFFICMODEL_UPLINK;
     this.gbCS.Controls.Add(this.cmbAmrDown);
     this.gbCS.Controls.Add(this.cmbAmrUp);
     this.gbCS.Controls.Add(this.lbActivity);
     this.gbCS.Controls.Add(this.tbUlActivity);
     this.gbCS.Controls.Add(this.tbDlActivity);
     this.gbCS.Controls.Add(this.lbAMR);
     this.gbCS.Location = new System.Drawing.Point(12, 90);
     this.gbCS.Name = "gbCS";
     this.gbCS.Size = new Size(0x1b0, 0x51);
     this.gbCS.TabIndex = 0x56;
     this.gbCS.TabStop = false;
     this.gbCS.Text = TrafficModelResource.TRAFFICMODEL_CSSERVICE;
     this.cmbAmrDown.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbAmrDown.FormattingEnabled = true;
     this.cmbAmrDown.Items.AddRange(new object[] { "4.75", "5.15", "5.9", "6.7", "7.4", "7.95", "10.2", "12.2" });
     this.cmbAmrDown.Location = new System.Drawing.Point(320, 0x15);
     this.cmbAmrDown.Name = "cmbAmrDown";
     this.cmbAmrDown.Size = new Size(0x6a, 0x17);
     this.cmbAmrDown.TabIndex = 0x30;
     this.cmbAmrDown.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.cmbAmrUp.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbAmrUp.FormattingEnabled = true;
     this.cmbAmrUp.Items.AddRange(new object[] { "4.75", "5.15", "5.9", "6.7", "7.4", "7.95", "10.2", "12.2" });
     this.cmbAmrUp.Location = new System.Drawing.Point(0xa5, 0x15);
     this.cmbAmrUp.Name = "cmbAmrUp";
     this.cmbAmrUp.Size = new Size(0x69, 0x17);
     this.cmbAmrUp.TabIndex = 0x2f;
     this.cmbAmrUp.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.lbActivity.AutoSize = true;
     this.lbActivity.Location = new System.Drawing.Point(9, 0x38);
     this.lbActivity.Name = "lbActivity";
     this.lbActivity.Size = new Size(0x2d, 15);
     this.lbActivity.TabIndex = 0x2e;
     this.lbActivity.Text = CommonResource.LABEL_ACTIVITY;
     this.tbUlActivity.AutoSize = true;
     this.tbUlActivity.BackColor = SystemColors.ButtonHighlight;
     this.tbUlActivity.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlActivity.CharExtensition = "";
     this.tbUlActivity.FloatPlaces = 2;
     this.tbUlActivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits = new int[4];
     bits[0] = 1;
     bits[3] = 0x10000;
     this.tbUlActivity.Increment = new decimal(bits);
     this.tbUlActivity.Location = new System.Drawing.Point(0xa5, 0x37);
     this.tbUlActivity.Margin = new Padding(3, 4, 3, 0);
     int[] bits1 = new int[4];
     bits1[0] = 1;
     this.tbUlActivity.Maximum = new decimal(bits1);
     int[] bits2 = new int[4];
     this.tbUlActivity.Minimum = new decimal(bits2);
     this.tbUlActivity.Name = "tbUlActivity";
     this.tbUlActivity.ReadOnly = false;
     this.tbUlActivity.Size = new Size(0x69, 0x17);
     this.tbUlActivity.TabIndex = 0x2c;
     int[] bits3 = new int[4];
     bits3[0] = 1;
     this.tbUlActivity.Value = new decimal(bits3);
     this.tbUlActivity.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlActivity.AutoSize = true;
     this.tbDlActivity.BackColor = SystemColors.ButtonHighlight;
     this.tbDlActivity.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlActivity.CharExtensition = "";
     this.tbDlActivity.FloatPlaces = 2;
     this.tbDlActivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits4 = new int[4];
     bits4[0] = 1;
     bits4[3] = 0x10000;
     this.tbDlActivity.Increment = new decimal(bits4);
     this.tbDlActivity.Location = new System.Drawing.Point(320, 0x35);
     this.tbDlActivity.Margin = new Padding(3, 4, 3, 0);
     int[] bits5 = new int[4];
     bits5[0] = 1;
     this.tbDlActivity.Maximum = new decimal(bits5);
     int[] bits6 = new int[4];
     this.tbDlActivity.Minimum = new decimal(bits6);
     this.tbDlActivity.Name = "tbDlActivity";
     this.tbDlActivity.ReadOnly = false;
     this.tbDlActivity.Size = new Size(0x69, 0x17);
     this.tbDlActivity.TabIndex = 0x2d;
     int[] bits7 = new int[4];
     bits7[0] = 1;
     this.tbDlActivity.Value = new decimal(bits7);
     this.tbDlActivity.ValueChanged += new EventHandler(this.ValueChanged);
     this.lbAMR.AutoSize = true;
     this.lbAMR.Location = new System.Drawing.Point(10, 0x18);
     this.lbAMR.Name = "lbAMR";
     this.lbAMR.Size = new Size(0x40, 15);
     this.lbAMR.TabIndex = 0x2b;
     this.lbAMR.Text = TrafficModelResource.TRAFFICMODEL_LABEL_AMR_RATE;
     this.gbPS.Controls.Add(this.lbAveThroughPut);
     this.gbPS.Controls.Add(this.lbMinThroughPut);
     this.gbPS.Controls.Add(this.lbTransmissionEfficiency);
     this.gbPS.Controls.Add(this.lbMaxThroughput);
     this.gbPS.Controls.Add(this.tbUlAveThroughput);
     this.gbPS.Controls.Add(this.tbDlTxEff);
     this.gbPS.Controls.Add(this.tbDlMinThroughput);
     this.gbPS.Controls.Add(this.tbDlMaxThroughput);
     this.gbPS.Controls.Add(this.tbUlMinThroughput);
     this.gbPS.Controls.Add(this.tbUlMaxThroughput);
     this.gbPS.Controls.Add(this.tbDlAveThroughput);
     this.gbPS.Controls.Add(this.tbUlTxEff);
     this.gbPS.Location = new System.Drawing.Point(12, 0xb1);
     this.gbPS.Name = "gbPS";
     this.gbPS.Size = new Size(0x1b0, 0x88);
     this.gbPS.TabIndex = 0x55;
     this.gbPS.TabStop = false;
     this.gbPS.Text = TrafficModelResource.TRAFFICMODEL_PSSERVICE;
     this.lbAveThroughPut.AutoSize = true;
     this.lbAveThroughPut.Location = new System.Drawing.Point(6, 0x4c);
     this.lbAveThroughPut.Name = "lbAveThroughPut";
     this.lbAveThroughPut.Size = new Size(0x8f, 15);
     this.lbAveThroughPut.TabIndex = 0x2c;
     this.lbAveThroughPut.Text = TrafficModelResource.TRAFFICMODEL_LABEL_AVERAGE_THROUGHPUT_DEMAND;
     this.lbMinThroughPut.AutoSize = true;
     this.lbMinThroughPut.Location = new System.Drawing.Point(6, 0x31);
     this.lbMinThroughPut.Name = "lbMinThroughPut";
     this.lbMinThroughPut.Size = new Size(0x8f, 15);
     this.lbMinThroughPut.TabIndex = 0x2d;
     this.lbMinThroughPut.Text = TrafficModelResource.TRAFFICMODEL_LABEL_MIN_THROUGHPUT_DEMAND;
     this.lbTransmissionEfficiency.AutoSize = true;
     this.lbTransmissionEfficiency.Location = new System.Drawing.Point(6, 0x67);
     this.lbTransmissionEfficiency.Name = "lbTransmissionEfficiency";
     this.lbTransmissionEfficiency.Size = new Size(0x8d, 15);
     this.lbTransmissionEfficiency.TabIndex = 0x2f;
     this.lbTransmissionEfficiency.Text = TrafficModelResource.TRAFFICMODEL_TRANSMISSIN_EFFICIENCY;
     this.lbMaxThroughput.AutoSize = true;
     this.lbMaxThroughput.Location = new System.Drawing.Point(6, 0x19);
     this.lbMaxThroughput.Name = "lbMaxThroughput";
     this.lbMaxThroughput.Size = new Size(0x91, 15);
     this.lbMaxThroughput.TabIndex = 0x2e;
     this.lbMaxThroughput.Text = TrafficModelResource.TRAFFICMODEL_LABEL_MAX_THROUGHPUT_DEMAND;
     this.tbUlAveThroughput.AutoSize = true;
     this.tbUlAveThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbUlAveThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlAveThroughput.CharExtensition = "";
     this.tbUlAveThroughput.FloatPlaces = 2;
     this.tbUlAveThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits8 = new int[4];
     bits8[0] = 1;
     bits8[3] = 0x10000;
     this.tbUlAveThroughput.Increment = new decimal(bits8);
     this.tbUlAveThroughput.Location = new System.Drawing.Point(0xa5, 0x47);
     this.tbUlAveThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits9 = new int[4];
     bits9[0] = 0x989680;
     this.tbUlAveThroughput.Maximum = new decimal(bits9);
     int[] bits10 = new int[4];
     this.tbUlAveThroughput.Minimum = new decimal(bits10);
     this.tbUlAveThroughput.Name = "tbUlAveThroughput";
     this.tbUlAveThroughput.ReadOnly = false;
     this.tbUlAveThroughput.Size = new Size(0x6a, 0x17);
     this.tbUlAveThroughput.TabIndex = 0x24;
     int[] bits11 = new int[4];
     bits11[0] = 0x40;
     this.tbUlAveThroughput.Value = new decimal(bits11);
     this.tbUlAveThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlTxEff.AutoSize = true;
     this.tbDlTxEff.BackColor = SystemColors.ButtonHighlight;
     this.tbDlTxEff.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlTxEff.CharExtensition = "";
     this.tbDlTxEff.FloatPlaces = 2;
     this.tbDlTxEff.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits12 = new int[4];
     bits12[0] = 1;
     bits12[3] = 0x10000;
     this.tbDlTxEff.Increment = new decimal(bits12);
     this.tbDlTxEff.Location = new System.Drawing.Point(320, 0x65);
     this.tbDlTxEff.Margin = new Padding(3, 4, 3, 0);
     int[] bits13 = new int[4];
     bits13[0] = 1;
     this.tbDlTxEff.Maximum = new decimal(bits13);
     int[] bits14 = new int[4];
     this.tbDlTxEff.Minimum = new decimal(bits14);
     this.tbDlTxEff.Name = "tbDlTxEff";
     this.tbDlTxEff.ReadOnly = false;
     this.tbDlTxEff.Size = new Size(0x69, 0x17);
     this.tbDlTxEff.TabIndex = 0x21;
     int[] bits15 = new int[4];
     this.tbDlTxEff.Value = new decimal(bits15);
     this.tbDlTxEff.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlMinThroughput.AutoSize = true;
     this.tbDlMinThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbDlMinThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlMinThroughput.CharExtensition = "";
     this.tbDlMinThroughput.FloatPlaces = 2;
     this.tbDlMinThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits16 = new int[4];
     bits16[0] = 1;
     bits16[3] = 0x10000;
     this.tbDlMinThroughput.Increment = new decimal(bits16);
     this.tbDlMinThroughput.Location = new System.Drawing.Point(320, 0x29);
     this.tbDlMinThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits17 = new int[4];
     bits17[0] = 0x989680;
     this.tbDlMinThroughput.Maximum = new decimal(bits17);
     int[] bits18 = new int[4];
     this.tbDlMinThroughput.Minimum = new decimal(bits18);
     this.tbDlMinThroughput.Name = "tbDlMinThroughput";
     this.tbDlMinThroughput.ReadOnly = false;
     this.tbDlMinThroughput.Size = new Size(0x6a, 0x17);
     this.tbDlMinThroughput.TabIndex = 0x23;
     int[] bits19 = new int[4];
     bits19[0] = 0x7a;
     bits19[3] = 0x10000;
     this.tbDlMinThroughput.Value = new decimal(bits19);
     this.tbDlMinThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlMaxThroughput.AutoSize = true;
     this.tbDlMaxThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbDlMaxThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlMaxThroughput.CharExtensition = "";
     this.tbDlMaxThroughput.FloatPlaces = 2;
     this.tbDlMaxThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits20 = new int[4];
     bits20[0] = 1;
     bits20[3] = 0x10000;
     this.tbDlMaxThroughput.Increment = new decimal(bits20);
     this.tbDlMaxThroughput.Location = new System.Drawing.Point(320, 0x11);
     this.tbDlMaxThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits21 = new int[4];
     bits21[0] = 0x989680;
     this.tbDlMaxThroughput.Maximum = new decimal(bits21);
     int[] bits22 = new int[4];
     this.tbDlMaxThroughput.Minimum = new decimal(bits22);
     this.tbDlMaxThroughput.Name = "tbDlMaxThroughput";
     this.tbDlMaxThroughput.ReadOnly = false;
     this.tbDlMaxThroughput.Size = new Size(0x6a, 0x17);
     this.tbDlMaxThroughput.TabIndex = 0x27;
     int[] bits23 = new int[4];
     bits23[0] = 100;
     this.tbDlMaxThroughput.Value = new decimal(bits23);
     this.tbDlMaxThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlMinThroughput.AutoSize = true;
     this.tbUlMinThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbUlMinThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlMinThroughput.CharExtensition = "";
     this.tbUlMinThroughput.FloatPlaces = 2;
     this.tbUlMinThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits24 = new int[4];
     bits24[0] = 1;
     bits24[3] = 0x10000;
     this.tbUlMinThroughput.Increment = new decimal(bits24);
     this.tbUlMinThroughput.Location = new System.Drawing.Point(0xa5, 0x2c);
     this.tbUlMinThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits25 = new int[4];
     bits25[0] = 0x989680;
     this.tbUlMinThroughput.Maximum = new decimal(bits25);
     int[] bits26 = new int[4];
     this.tbUlMinThroughput.Minimum = new decimal(bits26);
     this.tbUlMinThroughput.Name = "tbUlMinThroughput";
     this.tbUlMinThroughput.ReadOnly = false;
     this.tbUlMinThroughput.Size = new Size(0x6a, 0x17);
     this.tbUlMinThroughput.TabIndex = 0x26;
     int[] bits27 = new int[4];
     bits27[0] = 0x7a;
     bits27[3] = 0x10000;
     this.tbUlMinThroughput.Value = new decimal(bits27);
     this.tbUlMinThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlMaxThroughput.AutoSize = true;
     this.tbUlMaxThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbUlMaxThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlMaxThroughput.CharExtensition = "";
     this.tbUlMaxThroughput.FloatPlaces = 2;
     this.tbUlMaxThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits28 = new int[4];
     bits28[0] = 1;
     bits28[3] = 0x10000;
     this.tbUlMaxThroughput.Increment = new decimal(bits28);
     this.tbUlMaxThroughput.Location = new System.Drawing.Point(0xa5, 0x11);
     this.tbUlMaxThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits29 = new int[4];
     bits29[0] = 0x989680;
     this.tbUlMaxThroughput.Maximum = new decimal(bits29);
     int[] bits30 = new int[4];
     this.tbUlMaxThroughput.Minimum = new decimal(bits30);
     this.tbUlMaxThroughput.Name = "tbUlMaxThroughput";
     this.tbUlMaxThroughput.ReadOnly = false;
     this.tbUlMaxThroughput.Size = new Size(0x6a, 0x17);
     this.tbUlMaxThroughput.TabIndex = 0x22;
     int[] bits31 = new int[4];
     bits31[0] = 100;
     this.tbUlMaxThroughput.Value = new decimal(bits31);
     this.tbUlMaxThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlAveThroughput.AutoSize = true;
     this.tbDlAveThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbDlAveThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlAveThroughput.CharExtensition = "";
     this.tbDlAveThroughput.FloatPlaces = 2;
     this.tbDlAveThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits32 = new int[4];
     bits32[0] = 1;
     bits32[3] = 0x10000;
     this.tbDlAveThroughput.Increment = new decimal(bits32);
     this.tbDlAveThroughput.Location = new System.Drawing.Point(320, 0x44);
     this.tbDlAveThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits33 = new int[4];
     bits33[0] = 0x989680;
     this.tbDlAveThroughput.Maximum = new decimal(bits33);
     int[] bits34 = new int[4];
     this.tbDlAveThroughput.Minimum = new decimal(bits34);
     this.tbDlAveThroughput.Name = "tbDlAveThroughput";
     this.tbDlAveThroughput.ReadOnly = false;
     this.tbDlAveThroughput.Size = new Size(0x6a, 0x17);
     this.tbDlAveThroughput.TabIndex = 0x25;
     int[] bits35= new int[4];
     bits35[0] = 0x40;
     this.tbDlAveThroughput.Value = new decimal(bits35);
     this.tbDlAveThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlTxEff.AutoSize = true;
     this.tbUlTxEff.BackColor = SystemColors.ButtonHighlight;
     this.tbUlTxEff.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlTxEff.CharExtensition = "";
     this.tbUlTxEff.FloatPlaces = 2;
     this.tbUlTxEff.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
    int[] bits36 = new int[4];
     bits36[0] = 1;
     bits36[3] = 0x10000;
     this.tbUlTxEff.Increment = new decimal(bits36);
     this.tbUlTxEff.Location = new System.Drawing.Point(0xa5, 0x65);
     this.tbUlTxEff.Margin = new Padding(3, 4, 3, 0);
     int[] bits37 = new int[4];
     bits37[0] = 1;
     this.tbUlTxEff.Maximum = new decimal(bits37);
     int[] bits38 = new int[4];
     this.tbUlTxEff.Minimum = new decimal(bits38);
     this.tbUlTxEff.Name = "tbUlTxEff";
     this.tbUlTxEff.ReadOnly = false;
     this.tbUlTxEff.Size = new Size(0x69, 0x17);
     this.tbUlTxEff.TabIndex = 0x20;
     int[] bits39 = new int[4];
     this.tbUlTxEff.Value = new decimal(bits39);
     this.tbUlTxEff.ValueChanged += new EventHandler(this.ValueChanged);
     this.cmbType.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] { "PSService", "CSService" });
     this.cmbType.Location = new System.Drawing.Point(0x43, 0x2d);
     this.cmbType.Margin = new Padding(3, 4, 3, 4);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new Size(0x60, 0x17);
     this.cmbType.TabIndex = 0x52;
     this.cmbType.SelectedValueChanged += new EventHandler(this.cmbType_SelectedValueChanged);
     this.label8.AutoSize = true;
     this.label8.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.label8.Location = new System.Drawing.Point(6, 0x30);
     this.label8.Name = "label8";
     this.label8.Size = new Size(0x24, 15);
     this.label8.TabIndex = 0x51;
     this.label8.Text = TrafficModelResource.TRAFFICMODEL_TYPE;
     this.txbName.Location = new System.Drawing.Point(0x43, 13);
     this.txbName.Name = "txbName";
     this.txbName.Size = new Size(370, 0x15);
     this.txbName.TabIndex = 80;
     this.txbName.TextChanged += new EventHandler(this.ValueChanged);
     this.label5.AutoSize = true;
     this.label5.Font = new Font("Arial", 9f);
     this.label5.Location = new System.Drawing.Point(6, 0x10);
     this.label5.Name = "label5";
     this.label5.Size = new Size(0x2c, 15);
     this.label5.TabIndex = 0x4f;
     this.label5.Text = TrafficModelResource.TRAFFICMODEL_NAME;
     this.gbSelectService.Controls.Add(this.cmbLte);
     this.gbSelectService.Controls.Add(this.lbLTE);
     this.gbSelectService.Controls.Add(this.cmbTd);
     this.gbSelectService.Controls.Add(this.lbUMTS);
     this.gbSelectService.Controls.Add(this.label2);
     this.gbSelectService.Controls.Add(this.lbTDSCDMA);
     this.gbSelectService.Controls.Add(this.cmbGsm);
     this.gbSelectService.Controls.Add(this.lbGSM);
     this.gbSelectService.Controls.Add(this.cmbUmts);
     this.gbSelectService.Font = new Font("Arial", 9f);
     this.gbSelectService.Location = new System.Drawing.Point(12, 0x13f);
     this.gbSelectService.Name = "gbSelectService";
     this.gbSelectService.Size = new Size(0x1b0, 0x86);
     this.gbSelectService.TabIndex = 0x4e;
     this.gbSelectService.TabStop = false;
     this.gbSelectService.Text = TrafficModelResource.TRAFFICMODEL_SELECT_SERVICE;
     this.cmbLte.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbLte.FormattingEnabled = true;
     this.cmbLte.Location = new System.Drawing.Point(0x4f, 0x65);
     this.cmbLte.Name = "cmbLte";
     this.cmbLte.Size = new Size(0x159, 0x17);
     this.cmbLte.TabIndex = 0x11;
     this.cmbLte.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.lbLTE.AutoSize = true;
     this.lbLTE.Font = new Font("Arial", 9f);
     this.lbLTE.Location = new System.Drawing.Point(10, 0x68);
     this.lbLTE.Name = "lbLTE";
     this.lbLTE.Size = new Size(0x20, 15);
     this.lbLTE.TabIndex = 0x10;
     this.lbLTE.Text = "LTE:";
     this.cmbTd.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbTd.FormattingEnabled = true;
     this.cmbTd.Location = new System.Drawing.Point(0x4f, 0x2b);
     this.cmbTd.Name = "cmbTd";
     this.cmbTd.Size = new Size(0x159, 0x17);
     this.cmbTd.TabIndex = 11;
     this.cmbTd.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.lbUMTS.AutoSize = true;
     this.lbUMTS.Font = new Font("Arial", 9f);
     this.lbUMTS.Location = new System.Drawing.Point(9, 0x4b);
     this.lbUMTS.Name = "lbUMTS";
     this.lbUMTS.Size = new Size(0x2b, 15);
     this.lbUMTS.TabIndex = 15;
     this.lbUMTS.Text = "UMTS:";
     this.label2.AutoSize = true;
     this.label2.Font = new Font("Arial", 9f);
     this.label2.Location = new System.Drawing.Point(0x38, 10);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0, 15);
     this.label2.TabIndex = 9;
     this.lbTDSCDMA.AutoSize = true;
     this.lbTDSCDMA.Font = new Font("Arial", 9f);
     this.lbTDSCDMA.Location = new System.Drawing.Point(5, 0x2e);
     this.lbTDSCDMA.Name = "lbTDSCDMA";
     this.lbTDSCDMA.Size = new Size(0x2c, 15);
     this.lbTDSCDMA.TabIndex = 14;
     this.lbTDSCDMA.Text = "CDMA:";
     this.cmbGsm.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbGsm.FormattingEnabled = true;
     this.cmbGsm.Location = new System.Drawing.Point(0x4f, 14);
     this.cmbGsm.Name = "cmbGsm";
     this.cmbGsm.Size = new Size(0x159, 0x17);
     this.cmbGsm.TabIndex = 10;
     this.cmbGsm.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.lbGSM.AutoSize = true;
     this.lbGSM.Font = new Font("Arial", 9f);
     this.lbGSM.Location = new System.Drawing.Point(9, 0x11);
     this.lbGSM.Name = "lbGSM";
     this.lbGSM.Size = new Size(0x24, 15);
     this.lbGSM.TabIndex = 13;
     this.lbGSM.Text = "GSM:";
     this.cmbUmts.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbUmts.FormattingEnabled = true;
     this.cmbUmts.Location = new System.Drawing.Point(0x4f, 0x48);
     this.cmbUmts.Name = "cmbUmts";
     this.cmbUmts.Size = new Size(0x159, 0x17);
     this.cmbUmts.TabIndex = 12;
     this.cmbUmts.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.buttonApply.Enabled = false;
     this.buttonApply.Location = new System.Drawing.Point(0x195, 0x1fc);
     this.buttonApply.Margin = new Padding(3, 4, 3, 4);
     this.buttonApply.Name = "buttonApply";
     this.buttonApply.Size = new Size(0x41, 0x17);
     this.buttonApply.TabIndex = 3;
     this.buttonApply.Text = GeneralResource.BUTTON_APPLY;
     this.buttonApply.UseVisualStyleBackColor = true;
     this.buttonApply.Click += new EventHandler(this.buttonApply_Click);
     this.buttonCancel.Location = new System.Drawing.Point(0x14e, 0x1fc);
     this.buttonCancel.Margin = new Padding(3, 4, 3, 4);
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.Size = new Size(0x41, 0x17);
     this.buttonCancel.TabIndex = 2;
     this.buttonCancel.Text = GeneralResource.BUTTON_CANCEL;
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new EventHandler(this.buttonCancel_Click);
     this.buttonOK.Location = new System.Drawing.Point(0x107, 0x1fc);
     this.buttonOK.Margin = new Padding(3, 4, 3, 4);
     this.buttonOK.Name = "buttonOK";
     this.buttonOK.Size = new Size(0x41, 0x17);
     this.buttonOK.TabIndex = 1;
     this.buttonOK.Text = GeneralResource.BUTTON_OK;
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new EventHandler(this.buttonOK_Click);
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new Size(0x1e4, 0x221);
     base.Controls.Add(this.buttonApply);
     base.Controls.Add(this.buttonCancel);
     base.Controls.Add(this.buttonOK);
     base.Controls.Add(this.tabControl1);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "ServiceUnionForm";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = TrafficModelResource.TRAFFICMODEL_SERVICEPROPERTY;
     this.tabControl1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.gbCS.ResumeLayout(false);
     this.gbCS.PerformLayout();
     this.gbPS.ResumeLayout(false);
     this.gbPS.PerformLayout();
     this.gbSelectService.ResumeLayout(false);
     this.gbSelectService.PerformLayout();
     base.ResumeLayout(false);
 }
Exemple #16
0
 private void InitializeComponent()
 {
     this.panel1 = new Panel();
     this.tabControl1 = new TabControl();
     this.tabPage1 = new TabPage();
     this.groupBox2 = new GroupBox();
     this.cmbDlAmrRate = new ComboBox();
     this.cmbUlAmrRate = new ComboBox();
     this.label15 = new Label();
     this.label4 = new Label();
     this.label10 = new Label();
     this.label11 = new Label();
     this.chkGBR = new CheckBox();
     this.label12 = new Label();
     this.label5 = new Label();
     this.label13 = new Label();
     this.groupBox1 = new GroupBox();
     this.label7 = new Label();
     this.label6 = new Label();
     this.label14 = new Label();
     this.label8 = new Label();
     this.label3 = new Label();
     this.cmbType = new ComboBox();
     this.label2 = new Label();
     this.tbName = new TextBox();
     this.label1 = new Label();
     this.label9 = new Label();
     this.buttonApply = new Button();
     this.buttonCancel = new Button();
     this.buttonOK = new Button();
     this.tbUlActivity = new NumericTextBox();
     this.tbDlActivity = new NumericTextBox();
     this.dlBLER = new NumericTextBox();
     this.ulBLER = new NumericTextBox();
     this.tbPriority = new NumericTextBox();
     this.tbBodyLoss = new NumericTextBox();
     this.tbDlTransEff = new NumericTextBox();
     this.tbUlTransEff = new NumericTextBox();
     this.tbDlAveThroughput = new NumericTextBox();
     this.tbDlMinThroughput = new NumericTextBox();
     this.tbDlMaxThroughput = new NumericTextBox();
     this.tbUlAveThroughput = new NumericTextBox();
     this.tbUlMinThroughput = new NumericTextBox();
     this.tbUlMaxThroughput = new NumericTextBox();
     this.tbDlOffset = new NumericTextBox();
     this.tbUlOffset = new NumericTextBox();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Controls.Add(this.buttonApply);
     this.panel1.Controls.Add(this.buttonCancel);
     this.panel1.Controls.Add(this.buttonOK);
     this.panel1.Dock = DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin = new Padding(3, 4, 3, 4);
     this.panel1.Name = "panel1";
     this.panel1.Size = new Size(0x22d, 0x1f3);
     this.panel1.TabIndex = 0;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.tabControl1.Location = new System.Drawing.Point(12, 13);
     this.tabControl1.Margin = new Padding(3, 4, 3, 4);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new Size(0x215, 0x1ba);
     this.tabControl1.TabIndex = 0;
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.dlBLER);
     this.tabPage1.Controls.Add(this.chkGBR);
     this.tabPage1.Controls.Add(this.ulBLER);
     this.tabPage1.Controls.Add(this.label12);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.tbPriority);
     this.tabPage1.Controls.Add(this.label13);
     this.tabPage1.Controls.Add(this.tbBodyLoss);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.tbDlOffset);
     this.tabPage1.Controls.Add(this.cmbType);
     this.tabPage1.Controls.Add(this.tbUlOffset);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.tbName);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Location = new System.Drawing.Point(4, 0x18);
     this.tabPage1.Margin = new Padding(3, 4, 3, 4);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new Padding(3, 4, 3, 4);
     this.tabPage1.Size = new Size(0x20d, 0x19e);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = GeneralResource.GENERAL_GENERAL;
     this.tabPage1.UseVisualStyleBackColor = true;
     this.groupBox2.Controls.Add(this.cmbDlAmrRate);
     this.groupBox2.Controls.Add(this.cmbUlAmrRate);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.tbUlActivity);
     this.groupBox2.Controls.Add(this.tbDlActivity);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Location = new System.Drawing.Point(6, 0x62);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new Size(0x1fb, 0x59);
     this.groupBox2.TabIndex = 0x11;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = TrafficModelResource.TRAFFICMODEL_VOICE;
     this.cmbDlAmrRate.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbDlAmrRate.FormattingEnabled = true;
     this.cmbDlAmrRate.Items.AddRange(new object[] { "4.75", "5.15", "5.9", "6.7", "7.4", "7.95", "10.2", "12.2" });
     this.cmbDlAmrRate.Location = new System.Drawing.Point(0x173, 60);
     this.cmbDlAmrRate.Name = "cmbDlAmrRate";
     this.cmbDlAmrRate.Size = new Size(0x7e, 0x17);
     this.cmbDlAmrRate.TabIndex = 13;
     this.cmbDlAmrRate.SelectedIndexChanged += new EventHandler(this.ValueChanged);
     this.cmbUlAmrRate.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbUlAmrRate.FormattingEnabled = true;
     this.cmbUlAmrRate.Items.AddRange(new object[] { "4.75", "5.15", "5.9", "6.7", "7.4", "7.95", "10.2", "12.2" });
     this.cmbUlAmrRate.Location = new System.Drawing.Point(0xb0, 0x3b);
     this.cmbUlAmrRate.Name = "cmbUlAmrRate";
     this.cmbUlAmrRate.Size = new Size(0x7e, 0x17);
     this.cmbUlAmrRate.TabIndex = 12;
     this.cmbUlAmrRate.SelectedIndexChanged += new EventHandler(this.ValueChanged);
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(6, 0x3b);
     this.label15.Name = "label15";
     this.label15.Size = new Size(0x65, 15);
     this.label15.TabIndex = 11;
     this.label15.Text = TrafficModelResource.TRAFFICMODEL_SERVICE_AMRRATE;
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 0x23);
     this.label4.Name = "label4";
     this.label4.Size = new Size(0x52, 15);
     this.label4.TabIndex = 0;
     this.label4.Text = TrafficModelResource.TRAFFICMODEL_ACTIVITY_FACTOR;
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(0xd5, 14);
     this.label10.Name = "label10";
     this.label10.Size = new Size(0x2e, 15);
     this.label10.TabIndex = 2;
     this.label10.Text = TrafficModelResource.TRAFFICMODEL_UPLINK;
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(0x192, 14);
     this.label11.Name = "label11";
     this.label11.Size = new Size(0x3e, 15);
     this.label11.TabIndex = 3;
     this.label11.Text = TrafficModelResource.TRAFFICMODEL_DOWNLINK;
     this.chkGBR.AutoSize = true;
     this.chkGBR.Location = new System.Drawing.Point(0x17b, 0x2b);
     this.chkGBR.Name = "chkGBR";
     this.chkGBR.Size = new Size(0x34, 0x13);
     this.chkGBR.TabIndex = 12;
     this.chkGBR.Text = TrafficModelResource.TRAFFICMODEL_SERVICE_ISGBR;
     this.chkGBR.UseVisualStyleBackColor = true;
     this.chkGBR.CheckStateChanged += new EventHandler(this.ValueChanged);
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(6, 0x184);
     this.label12.Name = "label12";
     this.label12.Size = new Size(0x5b, 15);
     this.label12.TabIndex = 11;
     this.label12.Text = TrafficModelResource.TRAFFICMODEL_BODY_LOSSDB;
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(7, 0x166);
     this.label5.Name = "label5";
     this.label5.Size = new Size(0x3d, 15);
     this.label5.TabIndex = 14;
     this.label5.Text = TrafficModelResource.TRAFFICMODEL_BLERPERCENTCOLON;
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(0xdb, 0x4c);
     this.label13.Name = "label13";
     this.label13.Size = new Size(0x4a, 15);
     this.label13.TabIndex = 9;
     this.label13.Text = TrafficModelResource.TRAFFICMODEL_1_IS_LOWEST;
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.tbDlTransEff);
     this.groupBox1.Controls.Add(this.tbUlTransEff);
     this.groupBox1.Controls.Add(this.tbDlAveThroughput);
     this.groupBox1.Controls.Add(this.tbDlMinThroughput);
     this.groupBox1.Controls.Add(this.tbDlMaxThroughput);
     this.groupBox1.Controls.Add(this.tbUlAveThroughput);
     this.groupBox1.Controls.Add(this.tbUlMinThroughput);
     this.groupBox1.Controls.Add(this.tbUlMaxThroughput);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Location = new System.Drawing.Point(6, 0xb9);
     this.groupBox1.Margin = new Padding(3, 4, 3, 4);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new Padding(3, 4, 3, 4);
     this.groupBox1.Size = new Size(0x1fb, 0x81);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = TrafficModelResource.TRAFFICMODEL_SERVICE_DATA;
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(6, 0x49);
     this.label7.Name = "label7";
     this.label7.Size = new Size(0x9d, 15);
     this.label7.TabIndex = 13;
     this.label7.Text = TrafficModelResource.TRAFFICMODEL_AVERAGE_THROUGHPUTKBIT_S;
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 0x2e);
     this.label6.Name = "label6";
     this.label6.Size = new Size(0x84, 15);
     this.label6.TabIndex = 12;
     this.label6.Text = TrafficModelResource.TRAFFICMODEL_MIN_THROUGHPUTKBIT_S;
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(6, 0x13);
     this.label14.Name = "label14";
     this.label14.Size = new Size(0x86, 15);
     this.label14.TabIndex = 11;
     this.label14.Text = TrafficModelResource.TRAFFICMODEL_MAX_THROUGHPUTKBIT_S;
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(6, 100);
     this.label8.Name = "label8";
     this.label8.Size = new Size(0x8d, 15);
     this.label8.TabIndex = 0;
     this.label8.Text = TrafficModelResource.TRAFFICMODEL_TRANSMISSIN_EFFICIENCY;
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(7, 0x4e);
     this.label3.Name = "label3";
     this.label3.Size = new Size(0x2f, 15);
     this.label3.TabIndex = 4;
     this.label3.Text = TrafficModelResource.TRAFFICMODEL_PRIORITY;
     this.cmbType.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] { "Voice", "Data" });
     this.cmbType.Location = new System.Drawing.Point(0x4a, 0x29);
     this.cmbType.Margin = new Padding(3, 4, 3, 4);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new Size(0x8b, 0x17);
     this.cmbType.TabIndex = 3;
     this.cmbType.SelectedIndexChanged += new EventHandler(this.cmbType_SelectedIndexChanged);
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 0x2c);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x24, 15);
     this.label2.TabIndex = 2;
     this.label2.Text = TrafficModelResource.TRAFFICMODEL_TYPE;
     this.tbName.BackColor = SystemColors.ButtonHighlight;
     this.tbName.Location = new System.Drawing.Point(0x4a, 11);
     this.tbName.Margin = new Padding(3, 4, 3, 4);
     this.tbName.Name = "tbName";
     this.tbName.Size = new Size(0x1b7, 0x15);
     this.tbName.TabIndex = 1;
     this.tbName.TextChanged += new EventHandler(this.ValueChanged);
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 14);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x2c, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = TrafficModelResource.TRAFFICMODEL_NAME;
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(7, 0x148);
     this.label9.Name = "label9";
     this.label9.Size = new Size(0x2a, 15);
     this.label9.TabIndex = 1;
     this.label9.Text = TrafficModelResource.TRAFFICMODEL_OFFSET;
     this.buttonApply.Enabled = false;
     this.buttonApply.Location = new System.Drawing.Point(0x1d9, 0x1cf);
     this.buttonApply.Margin = new Padding(3, 4, 3, 4);
     this.buttonApply.Name = "buttonApply";
     this.buttonApply.Size = new Size(0x41, 0x17);
     this.buttonApply.TabIndex = 0;
     this.buttonApply.Text = GeneralResource.BUTTON_APPLY;
     this.buttonApply.UseVisualStyleBackColor = true;
     this.buttonApply.Click += new EventHandler(this.buttonApply_Click);
     this.buttonCancel.Location = new System.Drawing.Point(0x193, 0x1cf);
     this.buttonCancel.Margin = new Padding(3, 4, 3, 4);
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.Size = new Size(0x41, 0x17);
     this.buttonCancel.TabIndex = 0;
     this.buttonCancel.Text = GeneralResource.BUTTON_CANCEL;
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new EventHandler(this.buttonCancel_Click);
     this.buttonOK.Location = new System.Drawing.Point(0x14c, 0x1cf);
     this.buttonOK.Margin = new Padding(3, 4, 3, 4);
     this.buttonOK.Name = "buttonOK";
     this.buttonOK.Size = new Size(0x41, 0x17);
     this.buttonOK.TabIndex = 0;
     this.buttonOK.Text = GeneralResource.BUTTON_OK;
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new EventHandler(this.buttonOK_Click);
     this.tbUlActivity.AutoSize = true;
     this.tbUlActivity.BackColor = SystemColors.ButtonHighlight;
     this.tbUlActivity.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlActivity.CharExtensition = "";
     this.tbUlActivity.FloatPlaces = 2;
     this.tbUlActivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits = new int[4];
     bits[0] = 1;
     bits[3] = 0x10000;
     this.tbUlActivity.Increment = new decimal(bits);
     this.tbUlActivity.Location = new System.Drawing.Point(0xb0, 0x21);
     this.tbUlActivity.Margin = new Padding(3, 4, 3, 0);
     int[] bits1 = new int[4];
     bits1[0] = 1;
     this.tbUlActivity.Maximum = new decimal(bits1);
     int[] bits2 = new int[4];
     this.tbUlActivity.Minimum = new decimal(bits2);
     this.tbUlActivity.Name = "tbUlActivity";
     this.tbUlActivity.ReadOnly = false;
     this.tbUlActivity.Size = new Size(0x7e, 0x17);
     this.tbUlActivity.TabIndex = 10;
     int[] bits3 = new int[4];
     this.tbUlActivity.Value = new decimal(bits3);
     this.tbUlActivity.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlActivity.AutoSize = true;
     this.tbDlActivity.BackColor = SystemColors.ButtonHighlight;
     this.tbDlActivity.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlActivity.CharExtensition = "";
     this.tbDlActivity.FloatPlaces = 2;
     this.tbDlActivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits4 = new int[4];
     bits4[0] = 1;
     bits4[3] = 0x10000;
     this.tbDlActivity.Increment = new decimal(bits4);
     this.tbDlActivity.Location = new System.Drawing.Point(0x173, 0x21);
     this.tbDlActivity.Margin = new Padding(3, 4, 3, 0);
     int[] bits5 = new int[4];
     bits5[0] = 1;
     this.tbDlActivity.Maximum = new decimal(bits5);
     int[] bits6 = new int[4];
     this.tbDlActivity.Minimum = new decimal(bits6);
     this.tbDlActivity.Name = "tbDlActivity";
     this.tbDlActivity.ReadOnly = false;
     this.tbDlActivity.Size = new Size(0x7e, 0x17);
     this.tbDlActivity.TabIndex = 10;
     int[] bits7 = new int[4];
     this.tbDlActivity.Value = new decimal(bits7);
     this.tbDlActivity.ValueChanged += new EventHandler(this.ValueChanged);
     this.dlBLER.AutoSize = true;
     this.dlBLER.BackColor = SystemColors.ButtonHighlight;
     this.dlBLER.BorderStyle = BorderStyle.Fixed3D;
     this.dlBLER.CharExtensition = "";
     this.dlBLER.FloatPlaces = 2;
     this.dlBLER.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits8 = new int[4];
     bits8[0] = 1;
     this.dlBLER.Increment = new decimal(bits8);
     this.dlBLER.Location = new System.Drawing.Point(0x179, 0x161);
     this.dlBLER.Margin = new Padding(3, 4, 3, 0);
     int[] bits9 = new int[4];
     bits9[0] = 100;
     this.dlBLER.Maximum = new decimal(bits9);
     int[] bits10 = new int[4];
     this.dlBLER.Minimum = new decimal(bits10);
     this.dlBLER.Name = "dlBLER";
     this.dlBLER.ReadOnly = false;
     this.dlBLER.Size = new Size(0x7e, 0x17);
     this.dlBLER.TabIndex = 0x10;
     int[] bits11 = new int[4];
     this.dlBLER.Value = new decimal(bits11);
     this.dlBLER.ValueChanged += new EventHandler(this.ValueChanged);
     this.ulBLER.AutoSize = true;
     this.ulBLER.BackColor = SystemColors.ButtonHighlight;
     this.ulBLER.BorderStyle = BorderStyle.Fixed3D;
     this.ulBLER.CharExtensition = "";
     this.ulBLER.FloatPlaces = 2;
     this.ulBLER.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits12 = new int[4];
     bits12[0] = 1;
     this.ulBLER.Increment = new decimal(bits12);
     this.ulBLER.Location = new System.Drawing.Point(0xb6, 0x161);
     this.ulBLER.Margin = new Padding(3, 4, 3, 0);
     int[] bits13 = new int[4];
     bits13[0] = 100;
     this.ulBLER.Maximum = new decimal(bits13);
     int[] bits14 = new int[4];
     this.ulBLER.Minimum = new decimal(bits14);
     this.ulBLER.Name = "ulBLER";
     this.ulBLER.ReadOnly = false;
     this.ulBLER.Size = new Size(0x7e, 0x17);
     this.ulBLER.TabIndex = 15;
     int[] bits15 = new int[4];
     this.ulBLER.Value = new decimal(bits15);
     this.ulBLER.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbPriority.AutoSize = true;
     this.tbPriority.BackColor = SystemColors.ButtonHighlight;
     this.tbPriority.BorderStyle = BorderStyle.Fixed3D;
     this.tbPriority.CharExtensition = "";
     this.tbPriority.FloatPlaces = 0;
     this.tbPriority.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits16 = new int[4];
     bits16[0] = 1;
     this.tbPriority.Increment = new decimal(bits16);
     this.tbPriority.Location = new System.Drawing.Point(0x4a, 0x48);
     this.tbPriority.Margin = new Padding(3, 4, 3, 0);
     int[] bits17 = new int[4];
     bits17[0] = 0x8000;
     this.tbPriority.Maximum = new decimal(bits17);
     int[] bits18 = new int[4];
     bits18[0] = 1;
     this.tbPriority.Minimum = new decimal(bits18);
     this.tbPriority.Name = "tbPriority";
     this.tbPriority.ReadOnly = false;
     this.tbPriority.Size = new Size(0x8b, 0x17);
     this.tbPriority.TabIndex = 10;
     int[] bits19 = new int[4];
     bits19[0] = 1;
     this.tbPriority.Value = new decimal(bits19);
     this.tbPriority.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbBodyLoss.AutoSize = true;
     this.tbBodyLoss.BackColor = SystemColors.ButtonHighlight;
     this.tbBodyLoss.BorderStyle = BorderStyle.Fixed3D;
     this.tbBodyLoss.CharExtensition = "";
     this.tbBodyLoss.FloatPlaces = 2;
     this.tbBodyLoss.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits20 = new int[4];
     bits20[0] = 1;
     this.tbBodyLoss.Increment = new decimal(bits20);
     this.tbBodyLoss.Location = new System.Drawing.Point(0xb6, 380);
     this.tbBodyLoss.Margin = new Padding(3, 4, 3, 0);
     int[] bits21 = new int[4];
     bits21[0] = 0x989680;
     this.tbBodyLoss.Maximum = new decimal(bits21);
     int[] bits22 = new int[4];
     this.tbBodyLoss.Minimum = new decimal(bits22);
     this.tbBodyLoss.Name = "tbBodyLoss";
     this.tbBodyLoss.ReadOnly = false;
     this.tbBodyLoss.Size = new Size(0x7e, 0x17);
     this.tbBodyLoss.TabIndex = 10;
     int[] bits23 = new int[4];
     this.tbBodyLoss.Value = new decimal(bits23);
     this.tbBodyLoss.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlTransEff.AutoSize = true;
     this.tbDlTransEff.BackColor = SystemColors.ButtonHighlight;
     this.tbDlTransEff.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlTransEff.CharExtensition = "";
     this.tbDlTransEff.FloatPlaces = 2;
     this.tbDlTransEff.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits24 = new int[4];
     bits24[0] = 1;
     bits24[3] = 0x10000;
     this.tbDlTransEff.Increment = new decimal(bits24);
     this.tbDlTransEff.Location = new System.Drawing.Point(0x173, 100);
     this.tbDlTransEff.Margin = new Padding(3, 4, 3, 0);
     int[] bits25 = new int[4];
     bits25[0] = 1;
     this.tbDlTransEff.Maximum = new decimal(bits25);
     int[] bits26 = new int[4];
     this.tbDlTransEff.Minimum = new decimal(bits26);
     this.tbDlTransEff.Name = "tbDlTransEff";
     this.tbDlTransEff.ReadOnly = false;
     this.tbDlTransEff.Size = new Size(0x7e, 0x17);
     this.tbDlTransEff.TabIndex = 10;
     int[] bits27 = new int[4];
     this.tbDlTransEff.Value = new decimal(bits27);
     this.tbDlTransEff.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlTransEff.AutoSize = true;
     this.tbUlTransEff.BackColor = SystemColors.ButtonHighlight;
     this.tbUlTransEff.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlTransEff.CharExtensition = "";
     this.tbUlTransEff.FloatPlaces = 2;
     this.tbUlTransEff.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits28 = new int[4];
     bits28[0] = 1;
     bits28[3] = 0x10000;
     this.tbUlTransEff.Increment = new decimal(bits28);
     this.tbUlTransEff.Location = new System.Drawing.Point(0xb0, 100);
     this.tbUlTransEff.Margin = new Padding(3, 4, 3, 0);
     int[] bits29 = new int[4];
     bits29[0] = 1;
     this.tbUlTransEff.Maximum = new decimal(bits29);
     int[] bits30 = new int[4];
     this.tbUlTransEff.Minimum = new decimal(bits30);
     this.tbUlTransEff.Name = "tbUlTransEff";
     this.tbUlTransEff.ReadOnly = false;
     this.tbUlTransEff.Size = new Size(0x7e, 0x17);
     this.tbUlTransEff.TabIndex = 10;
     int[] bits31 = new int[4];
     this.tbUlTransEff.Value = new decimal(bits31);
     this.tbUlTransEff.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlAveThroughput.AutoSize = true;
     this.tbDlAveThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbDlAveThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlAveThroughput.CharExtensition = "";
     this.tbDlAveThroughput.FloatPlaces = 2;
     this.tbDlAveThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits32 = new int[4];
     bits32[0] = 1;
     this.tbDlAveThroughput.Increment = new decimal(bits32);
     this.tbDlAveThroughput.Location = new System.Drawing.Point(0x173, 0x49);
     this.tbDlAveThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits33 = new int[4];
     bits33[0] = 0x989680;
     this.tbDlAveThroughput.Maximum = new decimal(bits33);
     int[] bits34 = new int[4];
     this.tbDlAveThroughput.Minimum = new decimal(bits34);
     this.tbDlAveThroughput.Name = "tbDlAveThroughput";
     this.tbDlAveThroughput.ReadOnly = false;
     this.tbDlAveThroughput.Size = new Size(0x7e, 0x17);
     this.tbDlAveThroughput.TabIndex = 10;
     int[] bits35 = new int[4];
     this.tbDlAveThroughput.Value = new decimal(bits35);
     this.tbDlAveThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlMinThroughput.AutoSize = true;
     this.tbDlMinThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbDlMinThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlMinThroughput.CharExtensition = "";
     this.tbDlMinThroughput.FloatPlaces = 2;
     this.tbDlMinThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits36 = new int[4];
     bits36[0] = 1;
     this.tbDlMinThroughput.Increment = new decimal(bits36);
     this.tbDlMinThroughput.Location = new System.Drawing.Point(0x173, 0x2e);
     this.tbDlMinThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits37 = new int[4];
     bits37[0] = 0x989680;
     this.tbDlMinThroughput.Maximum = new decimal(bits37);
     int[] bits38 = new int[4];
     this.tbDlMinThroughput.Minimum = new decimal(bits38);
     this.tbDlMinThroughput.Name = "tbDlMinThroughput";
     this.tbDlMinThroughput.ReadOnly = false;
     this.tbDlMinThroughput.Size = new Size(0x7e, 0x17);
     this.tbDlMinThroughput.TabIndex = 10;
     int[] bits39 = new int[4];
     this.tbDlMinThroughput.Value = new decimal(bits39);
     this.tbDlMinThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlMaxThroughput.AutoSize = true;
     this.tbDlMaxThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbDlMaxThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlMaxThroughput.CharExtensition = "";
     this.tbDlMaxThroughput.FloatPlaces = 2;
     this.tbDlMaxThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits40 = new int[4];
     bits40[0] = 1;
     this.tbDlMaxThroughput.Increment = new decimal(bits40);
     this.tbDlMaxThroughput.Location = new System.Drawing.Point(0x173, 0x13);
     this.tbDlMaxThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits41 = new int[4];
     bits41[0] = 0x989680;
     this.tbDlMaxThroughput.Maximum = new decimal(bits41);
     int[] bits42 = new int[4];
     this.tbDlMaxThroughput.Minimum = new decimal(bits42);
     this.tbDlMaxThroughput.Name = "tbDlMaxThroughput";
     this.tbDlMaxThroughput.ReadOnly = false;
     this.tbDlMaxThroughput.Size = new Size(0x7e, 0x17);
     this.tbDlMaxThroughput.TabIndex = 10;
     int[] bits43 = new int[4];
     this.tbDlMaxThroughput.Value = new decimal(bits43);
     this.tbDlMaxThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlAveThroughput.AutoSize = true;
     this.tbUlAveThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbUlAveThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlAveThroughput.CharExtensition = "";
     this.tbUlAveThroughput.FloatPlaces = 2;
     this.tbUlAveThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits44 = new int[4];
     bits44[0] = 1;
     this.tbUlAveThroughput.Increment = new decimal(bits44);
     this.tbUlAveThroughput.Location = new System.Drawing.Point(0xb0, 0x49);
     this.tbUlAveThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits45 = new int[4];
     bits45[0] = 0x989680;
     this.tbUlAveThroughput.Maximum = new decimal(bits45);
     int[] bits46 = new int[4];
     this.tbUlAveThroughput.Minimum = new decimal(bits46);
     this.tbUlAveThroughput.Name = "tbUlAveThroughput";
     this.tbUlAveThroughput.ReadOnly = false;
     this.tbUlAveThroughput.Size = new Size(0x7e, 0x17);
     this.tbUlAveThroughput.TabIndex = 10;
     int[] bits47 = new int[4];
     this.tbUlAveThroughput.Value = new decimal(bits47);
     this.tbUlAveThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlMinThroughput.AutoSize = true;
     this.tbUlMinThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbUlMinThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlMinThroughput.CharExtensition = "";
     this.tbUlMinThroughput.FloatPlaces = 2;
     this.tbUlMinThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits48 = new int[4];
     bits48[0] = 1;
     this.tbUlMinThroughput.Increment = new decimal(bits48);
     this.tbUlMinThroughput.Location = new System.Drawing.Point(0xb0, 0x2e);
     this.tbUlMinThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits49 = new int[4];
     bits49[0] = 0x989680;
     this.tbUlMinThroughput.Maximum = new decimal(bits49);
     int[] bits50 = new int[4];
     this.tbUlMinThroughput.Minimum = new decimal(bits50);
     this.tbUlMinThroughput.Name = "tbUlMinThroughput";
     this.tbUlMinThroughput.ReadOnly = false;
     this.tbUlMinThroughput.Size = new Size(0x7e, 0x17);
     this.tbUlMinThroughput.TabIndex = 10;
     int[] bits51 = new int[4];
     this.tbUlMinThroughput.Value = new decimal(bits51);
     this.tbUlMinThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlMaxThroughput.AutoSize = true;
     this.tbUlMaxThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbUlMaxThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlMaxThroughput.CharExtensition = "";
     this.tbUlMaxThroughput.FloatPlaces = 2;
     this.tbUlMaxThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits52 = new int[4];
     bits52[0] = 1;
     this.tbUlMaxThroughput.Increment = new decimal(bits52);
     this.tbUlMaxThroughput.Location = new System.Drawing.Point(0xb0, 0x13);
     this.tbUlMaxThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits53 = new int[4];
     bits53[0] = 0x989680;
     this.tbUlMaxThroughput.Maximum = new decimal(bits53);
     int[] bits54 = new int[4];
     this.tbUlMaxThroughput.Minimum = new decimal(bits54);
     this.tbUlMaxThroughput.Name = "tbUlMaxThroughput";
     this.tbUlMaxThroughput.ReadOnly = false;
     this.tbUlMaxThroughput.Size = new Size(0x7e, 0x17);
     this.tbUlMaxThroughput.TabIndex = 10;
     int[] bits55 = new int[4];
     this.tbUlMaxThroughput.Value = new decimal(bits55);
     this.tbUlMaxThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlOffset.AutoSize = true;
     this.tbDlOffset.BackColor = SystemColors.ButtonHighlight;
     this.tbDlOffset.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlOffset.CharExtensition = "";
     this.tbDlOffset.FloatPlaces = 2;
     this.tbDlOffset.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits56 = new int[4];
     bits56[0] = 1;
     this.tbDlOffset.Increment = new decimal(bits56);
     this.tbDlOffset.Location = new System.Drawing.Point(0x179, 0x141);
     this.tbDlOffset.Margin = new Padding(3, 4, 3, 0);
     int[] bits57 = new int[4];
     bits57[0] = 0x989680;
     this.tbDlOffset.Maximum = new decimal(bits57);
     int[] bits58 = new int[4];
     this.tbDlOffset.Minimum = new decimal(bits58);
     this.tbDlOffset.Name = "tbDlOffset";
     this.tbDlOffset.ReadOnly = false;
     this.tbDlOffset.Size = new Size(0x7e, 0x17);
     this.tbDlOffset.TabIndex = 10;
     int[] bits59 = new int[4];
     this.tbDlOffset.Value = new decimal(bits59);
     this.tbDlOffset.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlOffset.AutoSize = true;
     this.tbUlOffset.BackColor = SystemColors.ButtonHighlight;
     this.tbUlOffset.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlOffset.CharExtensition = "";
     this.tbUlOffset.FloatPlaces = 2;
     this.tbUlOffset.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits60 = new int[4];
     bits60[0] = 1;
     this.tbUlOffset.Increment = new decimal(bits60);
     this.tbUlOffset.Location = new System.Drawing.Point(0xb6, 0x141);
     this.tbUlOffset.Margin = new Padding(3, 4, 3, 0);
     int[] bits61 = new int[4];
     bits61[0] = 0x989680;
     this.tbUlOffset.Maximum = new decimal(bits61);
     int[] bits62 = new int[4];
     this.tbUlOffset.Minimum = new decimal(bits62);
     this.tbUlOffset.Name = "tbUlOffset";
     this.tbUlOffset.ReadOnly = false;
     this.tbUlOffset.Size = new Size(0x7e, 0x17);
     this.tbUlOffset.TabIndex = 10;
     int[] bits63 = new int[4];
     this.tbUlOffset.Value = new decimal(bits63);
     this.tbUlOffset.ValueChanged += new EventHandler(this.ValueChanged);
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new Size(0x22d, 0x1f3);
     base.Controls.Add(this.panel1);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.HelpButton = true;
     base.KeyPreview = true;
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "ServiceForm";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterScreen;
     base.HelpButtonClicked += new CancelEventHandler(this.ServiceFrm_HelpButtonClicked);
     base.KeyDown += new KeyEventHandler(this.ServiceFrm_KeyDown);
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
Exemple #17
0
 private void InitializeComponent()
 {
     this.tabControl1 = new TabControl();
     this.tabPage1 = new TabPage();
     this.cmbChannelIndex = new ComboBox();
     this.cmbFrequency = new ComboBox();
     this.label18 = new Label();
     this.chbHsdpa = new CheckBox();
     this.chbHsupa = new CheckBox();
     this.tbTsBoundary = new NumericTextBox();
     this.chbSoft = new CheckBox();
     this.label17 = new Label();
     this.tbPriority = new NumericTextBox();
     this.tbTsGain = new NumericTextBox();
     this.label16 = new Label();
     this.tbBodyLoss = new NumericTextBox();
     this.label15 = new Label();
     this.chbOverHspa = new CheckBox();
     this.tbName = new TextBox();
     this.label3 = new Label();
     this.label14 = new Label();
     this.label13 = new Label();
     this.gbPS = new GroupBox();
     this.label9 = new Label();
     this.label10 = new Label();
     this.label12 = new Label();
     this.label11 = new Label();
     this.tbUlAveThroughput = new NumericTextBox();
     this.tbDlTxEff = new NumericTextBox();
     this.tbDlMinThroughput = new NumericTextBox();
     this.tbDlMaxThroughput = new NumericTextBox();
     this.tbUlMinThroughput = new NumericTextBox();
     this.tbDlAveThroughput = new NumericTextBox();
     this.tbUlMaxThroughput = new NumericTextBox();
     this.tbUlTxEff = new NumericTextBox();
     this.gbCS = new GroupBox();
     this.cmbDlAmrRate = new ComboBox();
     this.cmbUlAmrRate = new ComboBox();
     this.label8 = new Label();
     this.label7 = new Label();
     this.tbUlActivity = new NumericTextBox();
     this.tbDlActivity = new NumericTextBox();
     this.label5 = new Label();
     this.label6 = new Label();
     this.cmbR99Bearer = new ComboBox();
     this.label4 = new Label();
     this.txbName = new TextBox();
     this.label2 = new Label();
     this.cmbType = new ComboBox();
     this.label1 = new Label();
     this.btnApply = new Button();
     this.btnCancel = new Button();
     this.btnOk = new Button();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.gbPS.SuspendLayout();
     this.gbCS.SuspendLayout();
     base.SuspendLayout();
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Location = new System.Drawing.Point(12, 12);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new Size(0x1d4, 490);
     this.tabControl1.TabIndex = 0;
     this.tabPage1.Controls.Add(this.cmbChannelIndex);
     this.tabPage1.Controls.Add(this.cmbFrequency);
     this.tabPage1.Controls.Add(this.label18);
     this.tabPage1.Controls.Add(this.chbHsdpa);
     this.tabPage1.Controls.Add(this.chbHsupa);
     this.tabPage1.Controls.Add(this.tbTsBoundary);
     this.tabPage1.Controls.Add(this.chbSoft);
     this.tabPage1.Controls.Add(this.label17);
     this.tabPage1.Controls.Add(this.tbPriority);
     this.tabPage1.Controls.Add(this.tbTsGain);
     this.tabPage1.Controls.Add(this.label16);
     this.tabPage1.Controls.Add(this.tbBodyLoss);
     this.tabPage1.Controls.Add(this.label15);
     this.tabPage1.Controls.Add(this.chbOverHspa);
     this.tabPage1.Controls.Add(this.tbName);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.label14);
     this.tabPage1.Controls.Add(this.label13);
     this.tabPage1.Controls.Add(this.gbPS);
     this.tabPage1.Controls.Add(this.gbCS);
     this.tabPage1.Controls.Add(this.cmbR99Bearer);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Controls.Add(this.txbName);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.cmbType);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 0x18);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new Padding(3);
     this.tabPage1.Size = new Size(460, 0x1ce);
     this.tabPage1.TabIndex = 2;
     this.tabPage1.Text = GeneralResource.GENERAL_GENERAL;
     this.tabPage1.UseVisualStyleBackColor = true;
     this.cmbChannelIndex.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbChannelIndex.FormattingEnabled = true;
     this.cmbChannelIndex.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.cmbChannelIndex.Location = new System.Drawing.Point(0x15a, 0x62);
     this.cmbChannelIndex.Name = "cmbChannelIndex";
     this.cmbChannelIndex.Size = new Size(0x6c, 0x17);
     this.cmbChannelIndex.TabIndex = 110;
     this.cmbChannelIndex.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.cmbFrequency.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbFrequency.FormattingEnabled = true;
     this.cmbFrequency.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.cmbFrequency.Location = new System.Drawing.Point(0x15a, 0x42);
     this.cmbFrequency.Name = "cmbFrequency";
     this.cmbFrequency.Size = new Size(0x6c, 0x17);
     this.cmbFrequency.TabIndex = 0x6d;
     this.cmbFrequency.SelectedValueChanged += new EventHandler(this.cmbFrequency_SelectedValueChanged);
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(0xf4, 0x62);
     this.label18.Name = "label18";
     this.label18.Size = new Size(0x59, 15);
     this.label18.TabIndex = 0x6c;
     this.label18.Text = CommonResource.LABEL_CHANNEL_INDEX;
     this.chbHsdpa.AutoSize = true;
     this.chbHsdpa.Location = new System.Drawing.Point(0xf7, 0xb9);
     this.chbHsdpa.Name = "chbHsdpa";
     this.chbHsdpa.Size = new Size(0x43, 0x13);
     this.chbHsdpa.TabIndex = 0x65;
     this.chbHsdpa.Text = "HSDPA";
     this.chbHsdpa.UseVisualStyleBackColor = true;
     this.chbHsdpa.CheckedChanged += new EventHandler(this.ValueChanged);
     this.chbHsupa.AutoSize = true;
     this.chbHsupa.Location = new System.Drawing.Point(0xf7, 0x9e);
     this.chbHsupa.Name = "chbHsupa";
     this.chbHsupa.Size = new Size(0x43, 0x13);
     this.chbHsupa.TabIndex = 0x66;
     this.chbHsupa.Text = "HSUPA";
     this.chbHsupa.UseVisualStyleBackColor = true;
     this.chbHsupa.CheckedChanged += new EventHandler(this.ValueChanged);
     this.tbTsBoundary.AutoSize = true;
     this.tbTsBoundary.BackColor = SystemColors.ButtonHighlight;
     this.tbTsBoundary.BorderStyle = BorderStyle.Fixed3D;
     this.tbTsBoundary.CharExtensition = "";
     this.tbTsBoundary.FloatPlaces = 2;
     this.tbTsBoundary.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits = new int[4];
     bits[0] = 1;
     this.tbTsBoundary.Increment = new decimal(bits);
     this.tbTsBoundary.Location = new System.Drawing.Point(0x5b, 0xb9);
     this.tbTsBoundary.Margin = new Padding(3, 4, 3, 0);
     int[] bits1 = new int[4];
     bits1[0] = 0x8000;
     this.tbTsBoundary.Maximum = new decimal(bits1);
     int[] bits2 = new int[4];
     this.tbTsBoundary.Minimum = new decimal(bits2);
     this.tbTsBoundary.Name = "tbTsBoundary";
     this.tbTsBoundary.ReadOnly = false;
     this.tbTsBoundary.Size = new Size(0x79, 0x17);
     this.tbTsBoundary.TabIndex = 0x6b;
     int[] bits3 = new int[4];
     this.tbTsBoundary.Value = new decimal(bits3);
     this.tbTsBoundary.ValueChanged += new EventHandler(this.ValueChanged);
     this.chbSoft.AutoSize = true;
     this.chbSoft.Location = new System.Drawing.Point(0xf7, 0x85);
     this.chbSoft.Name = "chbSoft";
     this.chbSoft.Size = new Size(0x85, 0x13);
     this.chbSoft.TabIndex = 100;
     this.chbSoft.Text = TrafficModelResource.TRAFFICMODEL_UMTS_SOFT_HANDOFF_ALLOWED;
     this.chbSoft.UseVisualStyleBackColor = true;
     this.chbSoft.CheckedChanged += new EventHandler(this.ValueChanged);
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(12, 0xb8);
     this.label17.Name = "label17";
     this.label17.Size = new Size(0x4c, 15);
     this.label17.TabIndex = 0x6a;
     this.label17.Text = TrafficModelResource.TRAFFICMODEL_LABEL_TSBOUNDARY;
     this.tbPriority.AutoSize = true;
     this.tbPriority.BackColor = SystemColors.ButtonHighlight;
     this.tbPriority.BorderStyle = BorderStyle.Fixed3D;
     this.tbPriority.CharExtensition = "";
     this.tbPriority.FloatPlaces = 0;
     this.tbPriority.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits4 = new int[4];
     bits4[0] = 1;
     this.tbPriority.Increment = new decimal(bits4);
     this.tbPriority.Location = new System.Drawing.Point(0x15a, 0x26);
     this.tbPriority.Margin = new Padding(3, 4, 3, 0);
     int[] bits5 = new int[4];
     bits5[0] = 0x8000;
     this.tbPriority.Maximum = new decimal(bits5);
     int[] bits6 = new int[4];
     bits6[0] = 1;
     this.tbPriority.Minimum = new decimal(bits6);
     this.tbPriority.Name = "tbPriority";
     this.tbPriority.ReadOnly = false;
     this.tbPriority.Size = new Size(0x6c, 0x17);
     this.tbPriority.TabIndex = 0x63;
     int[] bits7 = new int[4];
     bits7[0] = 1;
     this.tbPriority.Value = new decimal(bits7);
     this.tbPriority.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbTsGain.AutoSize = true;
     this.tbTsGain.BackColor = SystemColors.ButtonHighlight;
     this.tbTsGain.BorderStyle = BorderStyle.Fixed3D;
     this.tbTsGain.CharExtensition = "";
     this.tbTsGain.FloatPlaces = 2;
     this.tbTsGain.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits8 = new int[4];
     bits8[0] = 1;
     this.tbTsGain.Increment = new decimal(bits8);
     this.tbTsGain.Location = new System.Drawing.Point(0x5b, 0x9e);
     this.tbTsGain.Margin = new Padding(3, 4, 3, 0);
     int[] bits9 = new int[4];
     bits9[0] = 0x8000;
     this.tbTsGain.Maximum = new decimal(bits9);
     int[] bits10 = new int[4];
     this.tbTsGain.Minimum = new decimal(bits10);
     this.tbTsGain.Name = "tbTsGain";
     this.tbTsGain.ReadOnly = false;
     this.tbTsGain.Size = new Size(0x79, 0x17);
     this.tbTsGain.TabIndex = 0x69;
     int[] bits11 = new int[4];
     this.tbTsGain.Value = new decimal(bits11);
     this.tbTsGain.ValueChanged += new EventHandler(this.ValueChanged);
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(12, 0x9e);
     this.label16.Name = "label16";
     this.label16.Size = new Size(0x36, 15);
     this.label16.TabIndex = 0x68;
     this.label16.Text = TrafficModelResource.TRAFFICMODEL_LABEL_TSGAIN;
     this.tbBodyLoss.AutoSize = true;
     this.tbBodyLoss.BackColor = SystemColors.ButtonHighlight;
     this.tbBodyLoss.BorderStyle = BorderStyle.Fixed3D;
     this.tbBodyLoss.CharExtensition = "";
     this.tbBodyLoss.FloatPlaces = 2;
     this.tbBodyLoss.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits12 = new int[4];
     bits12[0] = 1;
     bits12[3] = 0x10000;
     this.tbBodyLoss.Increment = new decimal(bits12);
     this.tbBodyLoss.Location = new System.Drawing.Point(0x5b, 0x42);
     this.tbBodyLoss.Margin = new Padding(3, 4, 3, 0);
     int[] bits13 = new int[4];
     bits13[0] = 0x989680;
     this.tbBodyLoss.Maximum = new decimal(bits13);
     int[] bits14 = new int[4];
     this.tbBodyLoss.Minimum = new decimal(bits14);
     this.tbBodyLoss.Name = "tbBodyLoss";
     this.tbBodyLoss.ReadOnly = false;
     this.tbBodyLoss.Size = new Size(0x79, 0x17);
     this.tbBodyLoss.TabIndex = 0x5b;
     int[] bits15 = new int[4];
     this.tbBodyLoss.Value = new decimal(bits15);
     this.tbBodyLoss.ValueChanged += new EventHandler(this.ValueChanged);
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(0xf4, 0x29);
     this.label15.Name = "label15";
     this.label15.Size = new Size(0x2f, 15);
     this.label15.TabIndex = 0x62;
     this.label15.Text = TrafficModelResource.TRAFFICMODEL_PRIORITY;
     this.chbOverHspa.AutoSize = true;
     this.chbOverHspa.Location = new System.Drawing.Point(12, 0x84);
     this.chbOverHspa.Name = "chbOverHspa";
     this.chbOverHspa.Size = new Size(0x53, 0x13);
     this.chbOverHspa.TabIndex = 0x67;
     this.chbOverHspa.Text = TrafficModelResource.TRAFFICMODEL_OVER_HSPA;
     this.chbOverHspa.UseVisualStyleBackColor = true;
     this.chbOverHspa.CheckedChanged += new EventHandler(this.OverHsapValudChanged);
     this.tbName.Location = new System.Drawing.Point(0x45, 10);
     this.tbName.Name = "tbName";
     this.tbName.Size = new Size(0x181, 0x15);
     this.tbName.TabIndex = 0x60;
     this.tbName.TextChanged += new EventHandler(this.ValueChanged);
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 10);
     this.label3.Name = "label3";
     this.label3.Size = new Size(0x2c, 15);
     this.label3.TabIndex = 0x5f;
     this.label3.Text = TrafficModelResource.TRAFFICMODEL_NAME;
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(8, 0x45);
     this.label14.Name = "label14";
     this.label14.Size = new Size(0x41, 15);
     this.label14.TabIndex = 0x61;
     this.label14.Text = TrafficModelResource.TRAFFICMODEL_LABEL_BODYLOSS;
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(0xf4, 0x45);
     this.label13.Name = "label13";
     this.label13.Size = new Size(0x63, 15);
     this.label13.TabIndex = 0x5e;
     this.label13.Text = CommonResource.LABEL_FREQUENCY_BAND;
     this.gbPS.Controls.Add(this.label9);
     this.gbPS.Controls.Add(this.label10);
     this.gbPS.Controls.Add(this.label12);
     this.gbPS.Controls.Add(this.label11);
     this.gbPS.Controls.Add(this.tbUlAveThroughput);
     this.gbPS.Controls.Add(this.tbDlTxEff);
     this.gbPS.Controls.Add(this.tbDlMinThroughput);
     this.gbPS.Controls.Add(this.tbDlMaxThroughput);
     this.gbPS.Controls.Add(this.tbUlMinThroughput);
     this.gbPS.Controls.Add(this.tbDlAveThroughput);
     this.gbPS.Controls.Add(this.tbUlMaxThroughput);
     this.gbPS.Controls.Add(this.tbUlTxEff);
     this.gbPS.Location = new System.Drawing.Point(6, 0x144);
     this.gbPS.Name = "gbPS";
     this.gbPS.Size = new Size(0x1c0, 0x84);
     this.gbPS.TabIndex = 0x5c;
     this.gbPS.TabStop = false;
     this.gbPS.Text = TrafficModelResource.TRAFFICMODEL_PSSERVICE;
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(6, 0x18);
     this.label9.Name = "label9";
     this.label9.Size = new Size(0x9d, 15);
     this.label9.TabIndex = 0x2c;
     this.label9.Text = TrafficModelResource.TRAFFICMODEL_AVERAGE_THROUGHPUTKBIT_S;
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(6, 0x33);
     this.label10.Name = "label10";
     this.label10.Size = new Size(0x84, 15);
     this.label10.TabIndex = 0x2d;
     this.label10.Text = TrafficModelResource.TRAFFICMODEL_MIN_THROUGHPUTKBIT_S;
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(6, 0x6a);
     this.label12.Name = "label12";
     this.label12.Size = new Size(0x8d, 15);
     this.label12.TabIndex = 0x2f;
     this.label12.Text = TrafficModelResource.TRAFFICMODEL_TRANSMISSIN_EFFICIENCY;
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(6, 0x4e);
     this.label11.Name = "label11";
     this.label11.Size = new Size(0x86, 15);
     this.label11.TabIndex = 0x2e;
     this.label11.Text = TrafficModelResource.TRAFFICMODEL_MAX_THROUGHPUTKBIT_S;
     this.tbUlAveThroughput.AutoSize = true;
     this.tbUlAveThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbUlAveThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlAveThroughput.CharExtensition = "";
     this.tbUlAveThroughput.FloatPlaces = 2;
     this.tbUlAveThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits16 = new int[4];
     bits16[0] = 1;
     this.tbUlAveThroughput.Increment = new decimal(bits16);
     this.tbUlAveThroughput.Location = new System.Drawing.Point(0xa9, 0x15);
     this.tbUlAveThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits17 = new int[4];
     bits17[0] = 0x989680;
     this.tbUlAveThroughput.Maximum = new decimal(bits17);
     int[] bits18 = new int[4];
     this.tbUlAveThroughput.Minimum = new decimal(bits18);
     this.tbUlAveThroughput.Name = "tbUlAveThroughput";
     this.tbUlAveThroughput.ReadOnly = false;
     this.tbUlAveThroughput.Size = new Size(0x74, 0x17);
     this.tbUlAveThroughput.TabIndex = 0x24;
     int[] bits19 = new int[4];
     bits19[0] = 0x40;
     this.tbUlAveThroughput.Value = new decimal(bits19);
     this.tbUlAveThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlTxEff.AutoSize = true;
     this.tbDlTxEff.BackColor = SystemColors.ButtonHighlight;
     this.tbDlTxEff.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlTxEff.CharExtensition = "";
     this.tbDlTxEff.FloatPlaces = 2;
     this.tbDlTxEff.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits20 = new int[4];
     bits20[0] = 1;
     bits20[3] = 0x10000;
     this.tbDlTxEff.Increment = new decimal(bits20);
     this.tbDlTxEff.Location = new System.Drawing.Point(0x146, 0x66);
     this.tbDlTxEff.Margin = new Padding(3, 4, 3, 0);
     int[] bits21 = new int[4];
     bits21[0] = 1;
     this.tbDlTxEff.Maximum = new decimal(bits21);
     int[] bits22 = new int[4];
     this.tbDlTxEff.Minimum = new decimal(bits22);
     this.tbDlTxEff.Name = "tbDlTxEff";
     this.tbDlTxEff.ReadOnly = false;
     this.tbDlTxEff.Size = new Size(0x74, 0x17);
     this.tbDlTxEff.TabIndex = 0x21;
     int[] bits23 = new int[4];
     bits23[0] = 1;
     this.tbDlTxEff.Value = new decimal(bits23);
     this.tbDlTxEff.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlMinThroughput.AutoSize = true;
     this.tbDlMinThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbDlMinThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlMinThroughput.CharExtensition = "";
     this.tbDlMinThroughput.FloatPlaces = 2;
     this.tbDlMinThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits24 = new int[4];
     bits24[0] = 1;
     this.tbDlMinThroughput.Increment = new decimal(bits24);
     this.tbDlMinThroughput.Location = new System.Drawing.Point(0x146, 0x30);
     this.tbDlMinThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits25 = new int[4];
     bits25[0] = 0x989680;
     this.tbDlMinThroughput.Maximum = new decimal(bits25);
     int[] bits26 = new int[4];
     this.tbDlMinThroughput.Minimum = new decimal(bits26);
     this.tbDlMinThroughput.Name = "tbDlMinThroughput";
     this.tbDlMinThroughput.ReadOnly = false;
     this.tbDlMinThroughput.Size = new Size(0x74, 0x17);
     this.tbDlMinThroughput.TabIndex = 0x23;
     int[] bits27 = new int[4];
     bits27[0] = 0x7a;
     bits27[3] = 0x10000;
     this.tbDlMinThroughput.Value = new decimal(bits27);
     this.tbDlMinThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlMaxThroughput.AutoSize = true;
     this.tbDlMaxThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbDlMaxThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlMaxThroughput.CharExtensition = "";
     this.tbDlMaxThroughput.FloatPlaces = 2;
     this.tbDlMaxThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits28 = new int[4];
     bits28[0] = 1;
     this.tbDlMaxThroughput.Increment = new decimal(bits28);
     this.tbDlMaxThroughput.Location = new System.Drawing.Point(0x146, 0x4b);
     this.tbDlMaxThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits29 = new int[4];
     bits29[0] = 0x989680;
     this.tbDlMaxThroughput.Maximum = new decimal(bits29);
     int[] bits30 = new int[4];
     this.tbDlMaxThroughput.Minimum = new decimal(bits30);
     this.tbDlMaxThroughput.Name = "tbDlMaxThroughput";
     this.tbDlMaxThroughput.ReadOnly = false;
     this.tbDlMaxThroughput.Size = new Size(0x74, 0x17);
     this.tbDlMaxThroughput.TabIndex = 0x27;
     int[] bits31 = new int[4];
     bits31[0] = 100;
     this.tbDlMaxThroughput.Value = new decimal(bits31);
     this.tbDlMaxThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlMinThroughput.AutoSize = true;
     this.tbUlMinThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbUlMinThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlMinThroughput.CharExtensition = "";
     this.tbUlMinThroughput.FloatPlaces = 2;
     this.tbUlMinThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits32 = new int[4];
     bits32[0] = 1;
     this.tbUlMinThroughput.Increment = new decimal(bits32);
     this.tbUlMinThroughput.Location = new System.Drawing.Point(0xa9, 0x2b);
     this.tbUlMinThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits33 = new int[4];
     bits33[0] = 0x989680;
     this.tbUlMinThroughput.Maximum = new decimal(bits33);
     int[] bits34 = new int[4];
     this.tbUlMinThroughput.Minimum = new decimal(bits34);
     this.tbUlMinThroughput.Name = "tbUlMinThroughput";
     this.tbUlMinThroughput.ReadOnly = false;
     this.tbUlMinThroughput.Size = new Size(0x74, 0x17);
     this.tbUlMinThroughput.TabIndex = 0x26;
     int[] bits35 = new int[4];
     bits35[0] = 0x7a;
     bits35[3] = 0x10000;
     this.tbUlMinThroughput.Value = new decimal(bits35);
     this.tbUlMinThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlAveThroughput.AutoSize = true;
     this.tbDlAveThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbDlAveThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlAveThroughput.CharExtensition = "";
     this.tbDlAveThroughput.FloatPlaces = 2;
     this.tbDlAveThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits36 = new int[4];
     bits36[0] = 1;
     this.tbDlAveThroughput.Increment = new decimal(bits36);
     this.tbDlAveThroughput.Location = new System.Drawing.Point(0x146, 0x15);
     this.tbDlAveThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits37 = new int[4];
     bits37[0] = 0x989680;
     this.tbDlAveThroughput.Maximum = new decimal(bits37);
     int[] bits38 = new int[4];
     this.tbDlAveThroughput.Minimum = new decimal(bits38);
     this.tbDlAveThroughput.Name = "tbDlAveThroughput";
     this.tbDlAveThroughput.ReadOnly = false;
     this.tbDlAveThroughput.Size = new Size(0x74, 0x17);
     this.tbDlAveThroughput.TabIndex = 0x25;
     int[] bits39 = new int[4];
     bits39[0] = 0x40;
     this.tbDlAveThroughput.Value = new decimal(bits39);
     this.tbDlAveThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlMaxThroughput.AutoSize = true;
     this.tbUlMaxThroughput.BackColor = SystemColors.ButtonHighlight;
     this.tbUlMaxThroughput.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlMaxThroughput.CharExtensition = "";
     this.tbUlMaxThroughput.FloatPlaces = 2;
     this.tbUlMaxThroughput.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits40 = new int[4];
     bits40[0] = 1;
     this.tbUlMaxThroughput.Increment = new decimal(bits40);
     this.tbUlMaxThroughput.Location = new System.Drawing.Point(0xa9, 70);
     this.tbUlMaxThroughput.Margin = new Padding(3, 4, 3, 0);
     int[] bits41 = new int[4];
     bits41[0] = 0x989680;
     this.tbUlMaxThroughput.Maximum = new decimal(bits41);
     int[] bits42 = new int[4];
     this.tbUlMaxThroughput.Minimum = new decimal(bits42);
     this.tbUlMaxThroughput.Name = "tbUlMaxThroughput";
     this.tbUlMaxThroughput.ReadOnly = false;
     this.tbUlMaxThroughput.Size = new Size(0x74, 0x17);
     this.tbUlMaxThroughput.TabIndex = 0x22;
     int[] bits43 = new int[4];
     bits43[0] = 100;
     this.tbUlMaxThroughput.Value = new decimal(bits43);
     this.tbUlMaxThroughput.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbUlTxEff.AutoSize = true;
     this.tbUlTxEff.BackColor = SystemColors.ButtonHighlight;
     this.tbUlTxEff.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlTxEff.CharExtensition = "";
     this.tbUlTxEff.FloatPlaces = 2;
     this.tbUlTxEff.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits44 = new int[4];
     bits44[0] = 1;
     bits44[3] = 0x10000;
     this.tbUlTxEff.Increment = new decimal(bits44);
     this.tbUlTxEff.Location = new System.Drawing.Point(0xa9, 0x66);
     this.tbUlTxEff.Margin = new Padding(3, 4, 3, 0);
     int[] bits45 = new int[4];
     bits45[0] = 1;
     this.tbUlTxEff.Maximum = new decimal(bits45);
     int[] bits46 = new int[4];
     this.tbUlTxEff.Minimum = new decimal(bits46);
     this.tbUlTxEff.Name = "tbUlTxEff";
     this.tbUlTxEff.ReadOnly = false;
     this.tbUlTxEff.Size = new Size(0x74, 0x17);
     this.tbUlTxEff.TabIndex = 0x20;
     int[] bits47 = new int[4];
     bits47[0] = 1;
     this.tbUlTxEff.Value = new decimal(bits47);
     this.tbUlTxEff.ValueChanged += new EventHandler(this.ValueChanged);
     this.gbCS.Controls.Add(this.cmbDlAmrRate);
     this.gbCS.Controls.Add(this.cmbUlAmrRate);
     this.gbCS.Controls.Add(this.label8);
     this.gbCS.Controls.Add(this.label7);
     this.gbCS.Controls.Add(this.tbUlActivity);
     this.gbCS.Controls.Add(this.tbDlActivity);
     this.gbCS.Controls.Add(this.label5);
     this.gbCS.Controls.Add(this.label6);
     this.gbCS.Location = new System.Drawing.Point(6, 0xdb);
     this.gbCS.Name = "gbCS";
     this.gbCS.Size = new Size(0x1c0, 0x63);
     this.gbCS.TabIndex = 0x5b;
     this.gbCS.TabStop = false;
     this.gbCS.Text = TrafficModelResource.TRAFFICMODEL_CSSERVICE;
     this.cmbDlAmrRate.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbDlAmrRate.FormattingEnabled = true;
     this.cmbDlAmrRate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.cmbDlAmrRate.Location = new System.Drawing.Point(0x146, 0x41);
     this.cmbDlAmrRate.Name = "cmbDlAmrRate";
     this.cmbDlAmrRate.Size = new Size(0x74, 0x17);
     this.cmbDlAmrRate.TabIndex = 0x6d;
     this.cmbDlAmrRate.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.cmbUlAmrRate.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbUlAmrRate.FormattingEnabled = true;
     this.cmbUlAmrRate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.cmbUlAmrRate.Location = new System.Drawing.Point(0xa9, 0x41);
     this.cmbUlAmrRate.Name = "cmbUlAmrRate";
     this.cmbUlAmrRate.Size = new Size(0x74, 0x17);
     this.cmbUlAmrRate.TabIndex = 0x6c;
     this.cmbUlAmrRate.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(6, 0x45);
     this.label8.Name = "label8";
     this.label8.Size = new Size(0x65, 15);
     this.label8.TabIndex = 0x2b;
     this.label8.Text = TrafficModelResource.TRAFFICMODEL_LABEL_AMR_RATE_KBITS;
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(6, 0x29);
     this.label7.Name = "label7";
     this.label7.Size = new Size(0x2d, 15);
     this.label7.TabIndex = 90;
     this.label7.Text = CommonResource.LABEL_ACTIVITY;
     this.tbUlActivity.AutoSize = true;
     this.tbUlActivity.BackColor = SystemColors.ButtonHighlight;
     this.tbUlActivity.BorderStyle = BorderStyle.Fixed3D;
     this.tbUlActivity.CharExtensition = "";
     this.tbUlActivity.FloatPlaces = 2;
     this.tbUlActivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits48 = new int[4];
     bits48[0] = 1;
     bits48[3] = 0x10000;
     this.tbUlActivity.Increment = new decimal(bits48);
     this.tbUlActivity.Location = new System.Drawing.Point(0xa9, 0x27);
     this.tbUlActivity.Margin = new Padding(3, 4, 3, 0);
     int[] bits49 = new int[4];
     bits49[0] = 1;
     this.tbUlActivity.Maximum = new decimal(bits49);
     int[] bits50 = new int[4];
     this.tbUlActivity.Minimum = new decimal(bits50);
     this.tbUlActivity.Name = "tbUlActivity";
     this.tbUlActivity.ReadOnly = false;
     this.tbUlActivity.Size = new Size(0x74, 0x17);
     this.tbUlActivity.TabIndex = 0x56;
     int[] bits51 = new int[4];
     bits51[0] = 1;
     this.tbUlActivity.Value = new decimal(bits51);
     this.tbUlActivity.ValueChanged += new EventHandler(this.ValueChanged);
     this.tbDlActivity.AutoSize = true;
     this.tbDlActivity.BackColor = SystemColors.ButtonHighlight;
     this.tbDlActivity.BorderStyle = BorderStyle.Fixed3D;
     this.tbDlActivity.CharExtensition = "";
     this.tbDlActivity.FloatPlaces = 2;
     this.tbDlActivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits52 = new int[4];
     bits52[0] = 1;
     bits52[3] = 0x10000;
     this.tbDlActivity.Increment = new decimal(bits52);
     this.tbDlActivity.Location = new System.Drawing.Point(0x146, 0x27);
     this.tbDlActivity.Margin = new Padding(3, 4, 3, 0);
     int[] bits53 = new int[4];
     bits53[0] = 1;
     this.tbDlActivity.Maximum = new decimal(bits53);
     int[] bits54 = new int[4];
     this.tbDlActivity.Minimum = new decimal(bits54);
     this.tbDlActivity.Name = "tbDlActivity";
     this.tbDlActivity.ReadOnly = false;
     this.tbDlActivity.Size = new Size(0x74, 0x17);
     this.tbDlActivity.TabIndex = 0x57;
     int[] bits55 = new int[4];
     bits55[0] = 1;
     this.tbDlActivity.Value = new decimal(bits55);
     this.tbDlActivity.ValueChanged += new EventHandler(this.ValueChanged);
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(0xcb, 15);
     this.label5.Name = "label5";
     this.label5.Size = new Size(0x2e, 15);
     this.label5.TabIndex = 0x58;
     this.label5.Text = TrafficModelResource.TRAFFICMODEL_UPLINK;
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(0x162, 15);
     this.label6.Name = "label6";
     this.label6.Size = new Size(0x3e, 15);
     this.label6.TabIndex = 0x59;
     this.label6.Text = TrafficModelResource.TRAFFICMODEL_DOWNLINK;
     this.cmbR99Bearer.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbR99Bearer.FormattingEnabled = true;
     this.cmbR99Bearer.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.cmbR99Bearer.Location = new System.Drawing.Point(0x5b, 0x5f);
     this.cmbR99Bearer.Name = "cmbR99Bearer";
     this.cmbR99Bearer.Size = new Size(0x79, 0x17);
     this.cmbR99Bearer.TabIndex = 0x55;
     this.cmbR99Bearer.SelectedValueChanged += new EventHandler(this.ValueChanged);
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 0x67);
     this.label4.Name = "label4";
     this.label4.Size = new Size(0x49, 15);
     this.label4.TabIndex = 0x54;
     this.label4.Text = TrafficModelResource.TRAFFICMODEL_LABEL_R99_BEARER;
     this.txbName.Location = new System.Drawing.Point(0x40, -22);
     this.txbName.Name = "txbName";
     this.txbName.Size = new Size(0x185, 0x15);
     this.txbName.TabIndex = 0x51;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(15, -19);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x2c, 15);
     this.label2.TabIndex = 80;
     this.label2.Text = TrafficModelResource.TRAFFICMODEL_NAME;
     this.cmbType.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] { "PSService", "CSService" });
     this.cmbType.Location = new System.Drawing.Point(0x5b, 0x26);
     this.cmbType.Margin = new Padding(3, 4, 3, 4);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new Size(0x79, 0x17);
     this.cmbType.TabIndex = 0x4f;
     this.cmbType.SelectedValueChanged += new EventHandler(this.cmbType_SelectedValueChanged);
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 0x29);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x24, 15);
     this.label1.TabIndex = 0x4e;
     this.label1.Text = TrafficModelResource.TRAFFICMODEL_TYPE;
     this.btnApply.Enabled = false;
     this.btnApply.Location = new System.Drawing.Point(0x19f, 0x1fd);
     this.btnApply.Margin = new Padding(3, 4, 3, 4);
     this.btnApply.Name = "btnApply";
     this.btnApply.Size = new Size(0x41, 0x17);
     this.btnApply.TabIndex = 3;
     this.btnApply.Text = GeneralResource.BUTTON_APPLY;
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new EventHandler(this.btnApply_Click);
     this.btnCancel.Location = new System.Drawing.Point(0x158, 0x1fd);
     this.btnCancel.Margin = new Padding(3, 4, 3, 4);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x41, 0x17);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = GeneralResource.BUTTON_CANCEL;
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     this.btnOk.Location = new System.Drawing.Point(0x111, 0x1fd);
     this.btnOk.Margin = new Padding(3, 4, 3, 4);
     this.btnOk.Name = "btnOk";
     this.btnOk.Size = new Size(0x41, 0x17);
     this.btnOk.TabIndex = 1;
     this.btnOk.Text = GeneralResource.BUTTON_OK;
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new EventHandler(this.btnOk_Click);
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new Size(0x1ec, 0x221);
     base.Controls.Add(this.btnApply);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOk);
     base.Controls.Add(this.tabControl1);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "ServiceUmtsForm";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.gbPS.ResumeLayout(false);
     this.gbPS.PerformLayout();
     this.gbCS.ResumeLayout(false);
     this.gbCS.PerformLayout();
     base.ResumeLayout(false);
 }
Exemple #18
0
 private void InitializeComponent()
 {
     this.btnConfirm = new Button();
     this.btnCancel = new Button();
     this.btnApply = new Button();
     this.tPageCondition = new TabPage();
     this.cmbMobility = new ComboBox();
     this.cmbService = new ComboBox();
     this.cmbTerminal = new ComboBox();
     this.lblMobility = new Label();
     this.lblService = new Label();
     this.lblTerminal = new Label();
     this.ntxtMaxSensitivity = new NumericTextBox();
     this.ntxtRxSensitivity = new NumericTextBox();
     this.lblSmall = new Label();
     this.lblSmallorEqual = new Label();
     this.textBox1 = new TextBox();
     this.tPageGeneral = new TabPage();
     this.BLERTextBox = new NumericTextBox();
     this.labelBLER = new Label();
     this.ntxtGroupResolution = new NumericTextBox();
     this.lblCellEdgeCoverageProbability = new Label();
     this.ntxtCellEdgeCoverageProbability = new NumericTextBox();
     this.chbIndoorCoverage = new CheckBox();
     this.chbShadow = new CheckBox();
     this.lsbPolygon = new ListBox();
     this.lblPolygon = new Label();
     this.lblResolution = new Label();
     this.txtName = new TextBox();
     this.lblName = new Label();
     this.tcGroupProperties = new TabControl();
     this.tPageFrendBand = new TabPage();
     this.dataGridView1 = new DataGridView();
     this.FreID = new DataGridViewTextBoxColumn();
     this.FreNameChannel = new DataGridViewTextBoxColumn();
     this.ChannelIndex = new DataGridViewTextBoxColumn();
     this.Column2 = new DataGridViewCheckBoxColumn();
     this.chkall = new CheckBox();
     this.dgrdViewFrenBand = new DataGridView();
     this.label1 = new Label();
     this.ID = new DataGridViewTextBoxColumn();
     this.FreName = new DataGridViewTextBoxColumn();
     this.Column1 = new DataGridViewCheckBoxColumn();
     this.tPageCondition.SuspendLayout();
     this.tPageGeneral.SuspendLayout();
     this.tcGroupProperties.SuspendLayout();
     this.tPageFrendBand.SuspendLayout();
     ((ISupportInitialize) this.dataGridView1).BeginInit();
     ((ISupportInitialize) this.dgrdViewFrenBand).BeginInit();
     base.SuspendLayout();
     this.btnConfirm.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnConfirm.Location = new System.Drawing.Point(0xad, 0x1da);
     this.btnConfirm.Margin = new Padding(3, 4, 3, 4);
     this.btnConfirm.Name = "btnConfirm";
     this.btnConfirm.Size = new Size(0x4b, 0x17);
     this.btnConfirm.TabIndex = 1;
     this.btnConfirm.Text = GeneralResource.BUTTON_OK;
     this.btnConfirm.UseVisualStyleBackColor = true;
     this.btnConfirm.Click += new EventHandler(this.btnConfirm_Click);
     this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnCancel.Location = new System.Drawing.Point(0xfe, 0x1da);
     this.btnCancel.Margin = new Padding(3, 4, 3, 4);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x4b, 0x17);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = GeneralResource.BUTTON_CANCEL;
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     this.btnApply.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnApply.Location = new System.Drawing.Point(0x14f, 0x1da);
     this.btnApply.Margin = new Padding(3, 4, 3, 4);
     this.btnApply.Name = "btnApply";
     this.btnApply.Size = new Size(0x4b, 0x17);
     this.btnApply.TabIndex = 3;
     this.btnApply.Text = GeneralResource.BUTTON_APPLY;
     this.btnApply.TextAlign = ContentAlignment.BottomCenter;
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new EventHandler(this.btnApply_Click);
     this.tPageCondition.Controls.Add(this.cmbMobility);
     this.tPageCondition.Controls.Add(this.cmbService);
     this.tPageCondition.Controls.Add(this.cmbTerminal);
     this.tPageCondition.Controls.Add(this.lblMobility);
     this.tPageCondition.Controls.Add(this.lblService);
     this.tPageCondition.Controls.Add(this.lblTerminal);
     this.tPageCondition.Controls.Add(this.ntxtMaxSensitivity);
     this.tPageCondition.Controls.Add(this.ntxtRxSensitivity);
     this.tPageCondition.Controls.Add(this.lblSmall);
     this.tPageCondition.Controls.Add(this.lblSmallorEqual);
     this.tPageCondition.Controls.Add(this.textBox1);
     this.tPageCondition.Location = new System.Drawing.Point(4, 0x18);
     this.tPageCondition.Margin = new Padding(3, 4, 3, 4);
     this.tPageCondition.Name = "tPageCondition";
     this.tPageCondition.Padding = new Padding(3, 4, 3, 4);
     this.tPageCondition.Size = new Size(390, 0x1a9);
     this.tPageCondition.TabIndex = 1;
     this.tPageCondition.Text = LTEPredictionResource.PREDICTION__CONDITION;
     this.tPageCondition.UseVisualStyleBackColor = true;
     this.cmbMobility.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbMobility.FormattingEnabled = true;
     this.cmbMobility.Location = new System.Drawing.Point(0x4c, 0xa6);
     this.cmbMobility.Name = "cmbMobility";
     this.cmbMobility.Size = new Size(0x12b, 0x17);
     this.cmbMobility.TabIndex = 0x11;
     this.cmbMobility.SelectedIndexChanged += new EventHandler(this.cmbMobility_SelectedIndexChanged);
     this.cmbService.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbService.FormattingEnabled = true;
     this.cmbService.Location = new System.Drawing.Point(0x4c, 0x73);
     this.cmbService.Name = "cmbService";
     this.cmbService.Size = new Size(0x12b, 0x17);
     this.cmbService.TabIndex = 13;
     this.cmbService.SelectedIndexChanged += new EventHandler(this.cmbService_SelectedIndexChanged);
     this.cmbTerminal.DropDownStyle = ComboBoxStyle.DropDownList;
     this.cmbTerminal.FormattingEnabled = true;
     this.cmbTerminal.Location = new System.Drawing.Point(0x4c, 0x44);
     this.cmbTerminal.Name = "cmbTerminal";
     this.cmbTerminal.Size = new Size(0x12b, 0x17);
     this.cmbTerminal.TabIndex = 12;
     this.cmbTerminal.SelectedIndexChanged += new EventHandler(this.cmbTerminal_SelectedIndexChanged);
     this.lblMobility.AutoSize = true;
     this.lblMobility.Location = new System.Drawing.Point(7, 0xa6);
     this.lblMobility.Name = "lblMobility";
     this.lblMobility.Size = new Size(50, 15);
     this.lblMobility.TabIndex = 11;
     this.lblMobility.Text = LTEPredictionResource.PREDICTION__MOBILITY;
     this.lblService.AutoSize = true;
     this.lblService.Location = new System.Drawing.Point(8, 0x73);
     this.lblService.Name = "lblService";
     this.lblService.Size = new Size(50, 15);
     this.lblService.TabIndex = 10;
     this.lblService.Text = LTEPredictionResource.PREDICTION__SERVICE;
     this.lblTerminal.AutoSize = true;
     this.lblTerminal.Location = new System.Drawing.Point(6, 0x47);
     this.lblTerminal.Name = "lblTerminal";
     this.lblTerminal.Size = new Size(0x3b, 15);
     this.lblTerminal.TabIndex = 9;
     this.lblTerminal.Text = LTEPredictionResource.PREDICTION__TERMINAL;
     this.ntxtMaxSensitivity.AutoSize = true;
     this.ntxtMaxSensitivity.BackColor = SystemColors.ButtonHighlight;
     this.ntxtMaxSensitivity.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtMaxSensitivity.CharExtensition = "";
     this.ntxtMaxSensitivity.FloatPlaces = 2;
     this.ntxtMaxSensitivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits = new int[4];
     bits[0] = 1;
     this.ntxtMaxSensitivity.Increment = new decimal(bits);
     this.ntxtMaxSensitivity.Location = new System.Drawing.Point(0x11d, 0x15);
     this.ntxtMaxSensitivity.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x8000;
     this.ntxtMaxSensitivity.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 0x8000;
     bits[3] = -2147483648;
     this.ntxtMaxSensitivity.Minimum = new decimal(bits);
     this.ntxtMaxSensitivity.Name = "ntxtMaxSensitivity";
     this.ntxtMaxSensitivity.ReadOnly = false;
     this.ntxtMaxSensitivity.Size = new Size(0x60, 0x17);
     this.ntxtMaxSensitivity.TabIndex = 8;
     bits = new int[4];
     this.ntxtMaxSensitivity.Value = new decimal(bits);
     this.ntxtMaxSensitivity.ValueChanged += new EventHandler(this.textChanged);
     this.ntxtRxSensitivity.AutoSize = true;
     this.ntxtRxSensitivity.BackColor = SystemColors.ButtonHighlight;
     this.ntxtRxSensitivity.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtRxSensitivity.CharExtensition = "";
     this.ntxtRxSensitivity.FloatPlaces = 2;
     this.ntxtRxSensitivity.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bits = new int[4];
     bits[0] = 1;
     this.ntxtRxSensitivity.Increment = new decimal(bits);
     this.ntxtRxSensitivity.Location = new System.Drawing.Point(7, 0x15);
     this.ntxtRxSensitivity.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x8000;
     this.ntxtRxSensitivity.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 0x8000;
     bits[3] = -2147483648;
     this.ntxtRxSensitivity.Minimum = new decimal(bits);
     this.ntxtRxSensitivity.Name = "ntxtRxSensitivity";
     this.ntxtRxSensitivity.ReadOnly = false;
     this.ntxtRxSensitivity.Size = new Size(0x60, 0x17);
     this.ntxtRxSensitivity.TabIndex = 7;
     bits = new int[4];
     this.ntxtRxSensitivity.Value = new decimal(bits);
     this.ntxtRxSensitivity.ValueChanged += new EventHandler(this.textChanged);
     this.lblSmall.AutoSize = true;
     this.lblSmall.Location = new System.Drawing.Point(0x103, 0x18);
     this.lblSmall.Name = "lblSmall";
     this.lblSmall.Size = new Size(0x15, 15);
     this.lblSmall.TabIndex = 4;
     this.lblSmall.Text = "<=";
     this.lblSmallorEqual.AutoSize = true;
     this.lblSmallorEqual.Location = new System.Drawing.Point(0x69, 0x16);
     this.lblSmallorEqual.Name = "lblSmallorEqual";
     this.lblSmallorEqual.Size = new Size(0x15, 15);
     this.lblSmallorEqual.TabIndex = 3;
     this.lblSmallorEqual.Text = "<=";
     this.textBox1.Enabled = false;
     this.textBox1.Location = new System.Drawing.Point(0x83, 0x15);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new Size(0x7d, 0x15);
     this.textBox1.TabIndex = 1;
     this.textBox1.Text = LTEPredictionResource.PREDICTION___SIGNAL_LEVELDBM;
     this.tPageGeneral.Controls.Add(this.BLERTextBox);
     this.tPageGeneral.Controls.Add(this.labelBLER);
     this.tPageGeneral.Controls.Add(this.ntxtGroupResolution);
     this.tPageGeneral.Controls.Add(this.lblCellEdgeCoverageProbability);
     this.tPageGeneral.Controls.Add(this.ntxtCellEdgeCoverageProbability);
     this.tPageGeneral.Controls.Add(this.chbIndoorCoverage);
     this.tPageGeneral.Controls.Add(this.chbShadow);
     this.tPageGeneral.Controls.Add(this.lsbPolygon);
     this.tPageGeneral.Controls.Add(this.lblPolygon);
     this.tPageGeneral.Controls.Add(this.lblResolution);
     this.tPageGeneral.Controls.Add(this.txtName);
     this.tPageGeneral.Controls.Add(this.lblName);
     this.tPageGeneral.Location = new System.Drawing.Point(4, 0x18);
     this.tPageGeneral.Margin = new Padding(3, 4, 3, 4);
     this.tPageGeneral.Name = "tPageGeneral";
     this.tPageGeneral.Padding = new Padding(3, 4, 3, 4);
     this.tPageGeneral.Size = new Size(390, 0x1a9);
     this.tPageGeneral.TabIndex = 0;
     this.tPageGeneral.Text = LTEPredictionResource.PREDICTION__GENERAL;
     this.tPageGeneral.UseVisualStyleBackColor = true;
     this.BLERTextBox.AutoSize = true;
     this.BLERTextBox.BackColor = SystemColors.ButtonHighlight;
     this.BLERTextBox.BorderStyle = BorderStyle.Fixed3D;
     this.BLERTextBox.CharExtensition = "%";
     this.BLERTextBox.FloatPlaces = 0;
     this.BLERTextBox.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bits = new int[4];
     bits[0] = 1;
     this.BLERTextBox.Increment = new decimal(bits);
     this.BLERTextBox.Location = new System.Drawing.Point(290, 0x30);
     this.BLERTextBox.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 100;
     this.BLERTextBox.Maximum = new decimal(bits);
     bits = new int[4];
     this.BLERTextBox.Minimum = new decimal(bits);
     this.BLERTextBox.Name = "BLERTextBox";
     this.BLERTextBox.ReadOnly = false;
     this.BLERTextBox.Size = new Size(0x59, 0x17);
     this.BLERTextBox.TabIndex = 14;
     bits = new int[4];
     bits[0] = 10;
     this.BLERTextBox.Value = new decimal(bits);
     this.BLERTextBox.Visible = false;
     this.BLERTextBox.ValueChanged += new EventHandler(this.textChanged);
     this.labelBLER.AutoSize = true;
     this.labelBLER.Location = new System.Drawing.Point(230, 50);
     this.labelBLER.Name = "labelBLER";
     this.labelBLER.Size = new Size(0x2a, 15);
     this.labelBLER.TabIndex = 11;
     this.labelBLER.Text = LTEPredictionResource.PREDICTION__BLER;
     this.labelBLER.Visible = false;
     this.ntxtGroupResolution.AutoSize = true;
     this.ntxtGroupResolution.BackColor = SystemColors.ButtonHighlight;
     this.ntxtGroupResolution.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtGroupResolution.CharExtensition = "";
     this.ntxtGroupResolution.FloatPlaces = 0;
     this.ntxtGroupResolution.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bits = new int[4];
     bits[0] = 1;
     this.ntxtGroupResolution.Increment = new decimal(bits);
     this.ntxtGroupResolution.Location = new System.Drawing.Point(0x67, 0x30);
     this.ntxtGroupResolution.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x2710;
     this.ntxtGroupResolution.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 1;
     this.ntxtGroupResolution.Minimum = new decimal(bits);
     this.ntxtGroupResolution.Name = "ntxtGroupResolution";
     this.ntxtGroupResolution.ReadOnly = false;
     this.ntxtGroupResolution.Size = new Size(0x63, 0x17);
     this.ntxtGroupResolution.TabIndex = 10;
     bits = new int[4];
     bits[0] = 1;
     this.ntxtGroupResolution.Value = new decimal(bits);
     this.ntxtGroupResolution.ValueChanged += new EventHandler(this.textChanged);
     this.lblCellEdgeCoverageProbability.AutoSize = true;
     this.lblCellEdgeCoverageProbability.Location = new System.Drawing.Point(10, 0xfd);
     this.lblCellEdgeCoverageProbability.Name = "lblCellEdgeCoverageProbability";
     this.lblCellEdgeCoverageProbability.Size = new Size(180, 15);
     this.lblCellEdgeCoverageProbability.TabIndex = 9;
     this.lblCellEdgeCoverageProbability.Text = LTEPredictionResource.PREDICTION__CELL_EDGE_COVERAGE_PROBABILITY;
     this.ntxtCellEdgeCoverageProbability.AutoSize = true;
     this.ntxtCellEdgeCoverageProbability.BackColor = SystemColors.ButtonHighlight;
     this.ntxtCellEdgeCoverageProbability.BorderStyle = BorderStyle.Fixed3D;
     this.ntxtCellEdgeCoverageProbability.CharExtensition = "%";
     this.ntxtCellEdgeCoverageProbability.FloatPlaces = 0;
     this.ntxtCellEdgeCoverageProbability.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bits = new int[4];
     bits[0] = 1;
     this.ntxtCellEdgeCoverageProbability.Increment = new decimal(bits);
     this.ntxtCellEdgeCoverageProbability.Location = new System.Drawing.Point(0xcd, 250);
     this.ntxtCellEdgeCoverageProbability.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 100;
     this.ntxtCellEdgeCoverageProbability.Maximum = new decimal(bits);
     bits = new int[4];
     this.ntxtCellEdgeCoverageProbability.Minimum = new decimal(bits);
     this.ntxtCellEdgeCoverageProbability.Name = "ntxtCellEdgeCoverageProbability";
     this.ntxtCellEdgeCoverageProbability.ReadOnly = false;
     this.ntxtCellEdgeCoverageProbability.Size = new Size(0xae, 0x17);
     this.ntxtCellEdgeCoverageProbability.TabIndex = 8;
     bits = new int[4];
     this.ntxtCellEdgeCoverageProbability.Value = new decimal(bits);
     this.ntxtCellEdgeCoverageProbability.ValueChanged += new EventHandler(this.textChanged);
     this.chbIndoorCoverage.AutoSize = true;
     this.chbIndoorCoverage.Location = new System.Drawing.Point(12, 0x113);
     this.chbIndoorCoverage.Name = "chbIndoorCoverage";
     this.chbIndoorCoverage.Size = new Size(0x75, 0x13);
     this.chbIndoorCoverage.TabIndex = 7;
     this.chbIndoorCoverage.Text = LTEPredictionResource.PREDICTION__INDOOR_COVERAGE;
     this.chbIndoorCoverage.UseVisualStyleBackColor = true;
     this.chbIndoorCoverage.CheckedChanged += new EventHandler(this.checkBoxChanged);
     this.chbShadow.AutoSize = true;
     this.chbShadow.Location = new System.Drawing.Point(12, 0xe2);
     this.chbShadow.Name = "chbShadow";
     this.chbShadow.Size = new Size(190, 0x13);
     this.chbShadow.TabIndex = 6;
     this.chbShadow.Text = LTEPredictionResource.PREDICTION__SHADOWING_TAKEN_INTO_ACCOUNT;
     this.chbShadow.UseVisualStyleBackColor = true;
     this.chbShadow.CheckedChanged += new EventHandler(this.checkBoxChanged);
     this.lsbPolygon.FormattingEnabled = true;
     this.lsbPolygon.ItemHeight = 15;
     this.lsbPolygon.Location = new System.Drawing.Point(12, 0x73);
     this.lsbPolygon.Name = "lsbPolygon";
     this.lsbPolygon.Size = new Size(0x16f, 0x5e);
     this.lsbPolygon.TabIndex = 5;
     this.lsbPolygon.SelectedIndexChanged += new EventHandler(this.lsbPolygon_SelectedIndexChanged);
     this.lblPolygon.AutoSize = true;
     this.lblPolygon.Location = new System.Drawing.Point(9, 0x61);
     this.lblPolygon.Name = "lblPolygon";
     this.lblPolygon.Size = new Size(0x36, 15);
     this.lblPolygon.TabIndex = 4;
     this.lblPolygon.Text = LTEPredictionResource.PREDICTION__POLYGON;
     this.lblResolution.AutoSize = true;
     this.lblResolution.Location = new System.Drawing.Point(8, 50);
     this.lblResolution.Name = "lblResolution";
     this.lblResolution.Size = new Size(0x59, 15);
     this.lblResolution.TabIndex = 2;
     this.lblResolution.Text = LTEPredictionResource.PREDICTION__RESOLUTIONM;
     this.txtName.Location = new System.Drawing.Point(0x67, 9);
     this.txtName.Margin = new Padding(3, 4, 3, 4);
     this.txtName.Name = "txtName";
     this.txtName.Size = new Size(0x114, 0x15);
     this.txtName.TabIndex = 1;
     this.txtName.TextAlign = HorizontalAlignment.Right;
     this.txtName.TextChanged += new EventHandler(this.textChanged);
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(8, 12);
     this.lblName.Name = "lblName";
     this.lblName.Size = new Size(0x2c, 15);
     this.lblName.TabIndex = 0;
     this.lblName.Text = LTEPredictionResource.PREDICTION__NAME;
     this.tcGroupProperties.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.tcGroupProperties.Controls.Add(this.tPageGeneral);
     this.tcGroupProperties.Controls.Add(this.tPageCondition);
     this.tcGroupProperties.Controls.Add(this.tPageFrendBand);
     this.tcGroupProperties.Location = new System.Drawing.Point(12, 13);
     this.tcGroupProperties.Margin = new Padding(3, 4, 3, 4);
     this.tcGroupProperties.Name = "tcGroupProperties";
     this.tcGroupProperties.SelectedIndex = 0;
     this.tcGroupProperties.Size = new Size(0x18e, 0x1c5);
     this.tcGroupProperties.TabIndex = 0;
     this.tPageFrendBand.Controls.Add(this.dataGridView1);
     this.tPageFrendBand.Controls.Add(this.chkall);
     this.tPageFrendBand.Controls.Add(this.dgrdViewFrenBand);
     this.tPageFrendBand.Controls.Add(this.label1);
     this.tPageFrendBand.Location = new System.Drawing.Point(4, 0x18);
     this.tPageFrendBand.Name = "tPageFrendBand";
     this.tPageFrendBand.Padding = new Padding(3);
     this.tPageFrendBand.Size = new Size(390, 0x1a9);
     this.tPageFrendBand.TabIndex = 2;
     this.tPageFrendBand.Text = LTEPredictionResource.PREDICTION__FRENDBAND;
     this.tPageFrendBand.UseVisualStyleBackColor = true;
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new DataGridViewColumn[] { this.FreID, this.FreNameChannel, this.ChannelIndex, this.Column2 });
     this.dataGridView1.Location = new System.Drawing.Point(6, 0xb9);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 0x17;
     this.dataGridView1.Size = new Size(0x178, 0xdf);
     this.dataGridView1.TabIndex = 3;
     this.dataGridView1.CellContentClick += new DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     this.FreID.Frozen = true;
     this.FreID.HeaderText = "FreID";
     this.FreID.Name = "FreID";
     this.FreID.ReadOnly = true;
     this.FreID.Visible = false;
     this.FreID.Width = 40;
     this.FreNameChannel.Frozen = true;
     this.FreNameChannel.HeaderText = "Frequency Name";
     this.FreNameChannel.Name = "FreNameChannel";
     this.FreNameChannel.ReadOnly = true;
     this.FreNameChannel.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.FreNameChannel.Width = 0xa5;
     this.ChannelIndex.Frozen = true;
     this.ChannelIndex.HeaderText = "ChannelIndex";
     this.ChannelIndex.Name = "ChannelIndex";
     this.ChannelIndex.ReadOnly = true;
     this.ChannelIndex.Width = 0x69;
     this.Column2.HeaderText = "";
     this.Column2.Name = "Column2";
     this.Column2.Width = 50;
     this.chkall.AutoSize = true;
     this.chkall.Enabled = false;
     this.chkall.Location = new System.Drawing.Point(0x43, 0x5d);
     this.chkall.Name = "chkall";
     this.chkall.Size = new Size(15, 14);
     this.chkall.TabIndex = 2;
     this.chkall.UseVisualStyleBackColor = true;
     this.chkall.Visible = false;
     this.dgrdViewFrenBand.AllowUserToAddRows = false;
     this.dgrdViewFrenBand.AllowUserToDeleteRows = false;
     this.dgrdViewFrenBand.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.dgrdViewFrenBand.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgrdViewFrenBand.Columns.AddRange(new DataGridViewColumn[] { this.ID, this.FreName, this.Column1 });
     this.dgrdViewFrenBand.Location = new System.Drawing.Point(6, 6);
     this.dgrdViewFrenBand.Name = "dgrdViewFrenBand";
     this.dgrdViewFrenBand.RowTemplate.Height = 0x17;
     this.dgrdViewFrenBand.Size = new Size(0x178, 0xad);
     this.dgrdViewFrenBand.TabIndex = 1;
     this.dgrdViewFrenBand.CellContentDoubleClick += new DataGridViewCellEventHandler(this.dgrdViewFrenBand_CellContentDoubleClick);
     this.dgrdViewFrenBand.CellPainting += new DataGridViewCellPaintingEventHandler(this.dgv_CellPainting);
     this.dgrdViewFrenBand.CellContentClick += new DataGridViewCellEventHandler(this.dgrdViewFrenBand_CellContentClick);
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(0x11, 15);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0, 15);
     this.label1.TabIndex = 0;
     this.ID.HeaderText = LTEPredictionResource.PREDICTION__ID;
     this.ID.Name = "ID";
     this.ID.ReadOnly = true;
     this.ID.Visible = false;
     this.ID.Width = 40;
     this.FreName.HeaderText = LTEPredictionResource.PREDICTION__FREQUENCY_NAME;
     this.FreName.Name = "FreName";
     this.FreName.ReadOnly = true;
     this.FreName.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.FreName.Width = 160;
     this.Column1.HeaderText = "";
     this.Column1.Name = "Column1";
     this.Column1.Width = 50;
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     //base.AutoScaleMode = AutoScaleMode.Font;
     //base.AutoSizeMode = AutoSizeMode.GrowAndShrink;
     //this.AutoValidate = AutoValidate.EnablePreventFocusChange;
     base.ClientSize = new Size(0x1a6, 510);
     base.Controls.Add(this.btnApply);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnConfirm);
     base.Controls.Add(this.tcGroupProperties);
     this.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     base.HelpButton = true;
     base.HelpButtonClicked += new CancelEventHandler(this.EventHelpButtonClicked);
     base.KeyPreview = true;
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     this.MinimumSize = new Size(430, 0x219);
     base.Name = "GroupPropertiesForm";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     //base.SizeGripStyle = SizeGripStyle.Show;
     base.StartPosition = FormStartPosition.CenterParent;
     this.Text = LTEPredictionResource.PREDICTION__GROUP_PROPERTIES;
     base.Load += new EventHandler(this.LoadForm);
     base.HelpButtonClicked += new CancelEventHandler(this.EventHelpButtonClicked);
     base.KeyDown += new KeyEventHandler(this.GroupPropertiesForm_KeyDown);
     this.tPageCondition.ResumeLayout(false);
     this.tPageCondition.PerformLayout();
     this.tPageGeneral.ResumeLayout(false);
     this.tPageGeneral.PerformLayout();
     this.tcGroupProperties.ResumeLayout(false);
     this.tPageFrendBand.ResumeLayout(false);
     this.tPageFrendBand.PerformLayout();
     ((ISupportInitialize) this.dataGridView1).EndInit();
     ((ISupportInitialize) this.dgrdViewFrenBand).EndInit();
     base.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.lblName = new System.Windows.Forms.Label();
            this.txtName = new System.Windows.Forms.TextBox();
            this.lblResolution = new System.Windows.Forms.Label();
            this.ntxtGroupResolution = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.lblPolygon = new System.Windows.Forms.Label();
            this.lsbPolygon = new System.Windows.Forms.ListBox();
            this.chbShadow = new System.Windows.Forms.CheckBox();
            this.lblCellEdgeCoverageProbability = new System.Windows.Forms.Label();
            this.ntxtCellEdgeCoverageProbability = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.chbIndoorCoverage = new System.Windows.Forms.CheckBox();
            this.lbHandover = new System.Windows.Forms.Label();
            this.ntxtHandover = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.ntxtRxSensitivity = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.lblSmallorEqual = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.ntxtMaxSensitivity = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.lblSmall = new System.Windows.Forms.Label();
            this.lblTerminal = new System.Windows.Forms.Label();
            this.cmbTerminal = new System.Windows.Forms.ComboBox();
            this.lblService = new System.Windows.Forms.Label();
            this.cmbService = new System.Windows.Forms.ComboBox();
            this.lblMobility = new System.Windows.Forms.Label();
            this.cmbMobility = new System.Windows.Forms.ComboBox();
            this.dgrdViewFrenBand = new Huawei.UNet.Controls.UIBase.CommonDataGridView();
            this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FreName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.dataGridView1 = new Huawei.UNet.Controls.UIBase.CommonDataGridView();
            this.FreID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FreNameChannel = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ChannelIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.chkall = new System.Windows.Forms.CheckBox();
            this.lbDiffFreqHandover = new System.Windows.Forms.Label();
            this.ntxtDiffFreqHandover = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.ntxtULMaxSensitivity = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.ntxtULTxSensitivity = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.chbRsShifting = new System.Windows.Forms.CheckBox();
            this.ntxtInterfRcpThreshold = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.labelInterfThreshold = new System.Windows.Forms.Label();
            this.chbIsFDD = new System.Windows.Forms.CheckBox();
            this.lblRelaySubFrameCongig = new System.Windows.Forms.Label();
            this.ntxtRelaySubFrameCongig = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.lblLteSubFrameCongig = new System.Windows.Forms.Label();
            this.ntxtLteSubFrameCongig = new Huawei.UNet.Controls.Utility.NumericTextBox();
            this.TPGroupProperty.SuspendLayout();
            this.tPageGeneral.SuspendLayout();
            this.tPageCondition.SuspendLayout();
            this.tpageAdvanced.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgrdViewFrenBand)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnConfirm
            // 
            this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnApply
            // 
            this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
            // 
            // tPageGeneral
            // 
            this.tPageGeneral.Controls.Add(this.chbIsFDD);
            this.tPageGeneral.Controls.Add(this.chbRsShifting);
            this.tPageGeneral.Controls.Add(this.ntxtDiffFreqHandover);
            this.tPageGeneral.Controls.Add(this.lbDiffFreqHandover);
            this.tPageGeneral.Controls.Add(this.ntxtHandover);
            this.tPageGeneral.Controls.Add(this.lbHandover);
            this.tPageGeneral.Controls.Add(this.chbIndoorCoverage);
            this.tPageGeneral.Controls.Add(this.ntxtCellEdgeCoverageProbability);
            this.tPageGeneral.Controls.Add(this.lblCellEdgeCoverageProbability);
            this.tPageGeneral.Controls.Add(this.chbShadow);
            this.tPageGeneral.Controls.Add(this.lsbPolygon);
            this.tPageGeneral.Controls.Add(this.lblPolygon);
            this.tPageGeneral.Controls.Add(this.ntxtGroupResolution);
            this.tPageGeneral.Controls.Add(this.lblResolution);
            this.tPageGeneral.Controls.Add(this.txtName);
            this.tPageGeneral.Controls.Add(this.lblName);
            // 
            // tPageCondition
            // 
            this.tPageCondition.Controls.Add(this.ntxtLteSubFrameCongig);
            this.tPageCondition.Controls.Add(this.lblLteSubFrameCongig);
            this.tPageCondition.Controls.Add(this.ntxtRelaySubFrameCongig);
            this.tPageCondition.Controls.Add(this.lblRelaySubFrameCongig);
            this.tPageCondition.Controls.Add(this.labelInterfThreshold);
            this.tPageCondition.Controls.Add(this.ntxtInterfRcpThreshold);
            this.tPageCondition.Controls.Add(this.label2);
            this.tPageCondition.Controls.Add(this.ntxtULMaxSensitivity);
            this.tPageCondition.Controls.Add(this.textBox2);
            this.tPageCondition.Controls.Add(this.label3);
            this.tPageCondition.Controls.Add(this.ntxtULTxSensitivity);
            this.tPageCondition.Controls.Add(this.cmbMobility);
            this.tPageCondition.Controls.Add(this.lblMobility);
            this.tPageCondition.Controls.Add(this.cmbService);
            this.tPageCondition.Controls.Add(this.lblService);
            this.tPageCondition.Controls.Add(this.cmbTerminal);
            this.tPageCondition.Controls.Add(this.lblTerminal);
            this.tPageCondition.Controls.Add(this.lblSmall);
            this.tPageCondition.Controls.Add(this.ntxtMaxSensitivity);
            this.tPageCondition.Controls.Add(this.textBox1);
            this.tPageCondition.Controls.Add(this.lblSmallorEqual);
            this.tPageCondition.Controls.Add(this.ntxtRxSensitivity);
            // 
            // tpageAdvanced
            // 
            this.tpageAdvanced.Controls.Add(this.chkall);
            this.tpageAdvanced.Controls.Add(this.dataGridView1);
            this.tpageAdvanced.Controls.Add(this.dgrdViewFrenBand);
            this.tpageAdvanced.Controls.SetChildIndex(this.label1, 0);
            this.tpageAdvanced.Controls.SetChildIndex(this.dgrdViewFrenBand, 0);
            this.tpageAdvanced.Controls.SetChildIndex(this.dataGridView1, 0);
            this.tpageAdvanced.Controls.SetChildIndex(this.chkall, 0);
            // 
            // lblName
            // 
            this.lblName.AutoSize = true;
            this.lblName.Location = new System.Drawing.Point(6, 14);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(44, 15);
            this.lblName.TabIndex = 1;
            this.lblName.Text = "Name:";
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(56, 11);
            this.txtName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(320, 21);
            this.txtName.TabIndex = 2;
            this.txtName.Text = "Group1";
            this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtName.TextChanged += new System.EventHandler(this.textChanged);
            // 
            // lblResolution
            // 
            this.lblResolution.AutoSize = true;
            this.lblResolution.Location = new System.Drawing.Point(6, 48);
            this.lblResolution.Name = "lblResolution";
            this.lblResolution.Size = new System.Drawing.Size(89, 15);
            this.lblResolution.TabIndex = 3;
            this.lblResolution.Text = "Resolution(m):";
            // 
            // ntxtGroupResolution
            // 
            this.ntxtGroupResolution.AutoSize = true;
            this.ntxtGroupResolution.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtGroupResolution.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtGroupResolution.CharExtensition = "";
            this.ntxtGroupResolution.FloatPlaces = 0;
            this.ntxtGroupResolution.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtGroupResolution.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtGroupResolution.Location = new System.Drawing.Point(101, 40);
            this.ntxtGroupResolution.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtGroupResolution.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.ntxtGroupResolution.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtGroupResolution.Name = "ntxtGroupResolution";
            this.ntxtGroupResolution.ReadOnly = false;
            this.ntxtGroupResolution.Size = new System.Drawing.Size(275, 23);
            this.ntxtGroupResolution.TabIndex = 11;
            this.ntxtGroupResolution.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.ntxtGroupResolution.ValueChanged += new System.EventHandler(this.textChanged);
            // 
            // lblPolygon
            // 
            this.lblPolygon.AutoSize = true;
            this.lblPolygon.Location = new System.Drawing.Point(6, 136);
            this.lblPolygon.Name = "lblPolygon";
            this.lblPolygon.Size = new System.Drawing.Size(54, 15);
            this.lblPolygon.TabIndex = 14;
            this.lblPolygon.Text = "Polygon:";
            // 
            // lsbPolygon
            // 
            this.lsbPolygon.FormattingEnabled = true;
            this.lsbPolygon.ItemHeight = 15;
            this.lsbPolygon.Location = new System.Drawing.Point(6, 154);
            this.lsbPolygon.Name = "lsbPolygon";
            this.lsbPolygon.Size = new System.Drawing.Size(367, 94);
            this.lsbPolygon.TabIndex = 15;
            this.lsbPolygon.SelectedIndexChanged += new System.EventHandler(this.lsbPolygon_SelectedIndexChanged);
            // 
            // chbShadow
            // 
            this.chbShadow.AutoSize = true;
            this.chbShadow.Checked = true;
            this.chbShadow.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbShadow.Location = new System.Drawing.Point(6, 254);
            this.chbShadow.Name = "chbShadow";
            this.chbShadow.Size = new System.Drawing.Size(98, 19);
            this.chbShadow.TabIndex = 16;
            this.chbShadow.Text = "With Shadow";
            this.chbShadow.UseVisualStyleBackColor = true;
            this.chbShadow.CheckedChanged += new System.EventHandler(this.checkBoxChanged);
            // 
            // lblCellEdgeCoverageProbability
            // 
            this.lblCellEdgeCoverageProbability.AutoSize = true;
            this.lblCellEdgeCoverageProbability.Location = new System.Drawing.Point(3, 276);
            this.lblCellEdgeCoverageProbability.Name = "lblCellEdgeCoverageProbability";
            this.lblCellEdgeCoverageProbability.Size = new System.Drawing.Size(180, 15);
            this.lblCellEdgeCoverageProbability.TabIndex = 17;
            this.lblCellEdgeCoverageProbability.Text = "Cell Edge Coverage Probability:";
            // 
            // ntxtCellEdgeCoverageProbability
            // 
            this.ntxtCellEdgeCoverageProbability.AutoSize = true;
            this.ntxtCellEdgeCoverageProbability.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtCellEdgeCoverageProbability.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtCellEdgeCoverageProbability.CharExtensition = "%";
            this.ntxtCellEdgeCoverageProbability.FloatPlaces = 0;
            this.ntxtCellEdgeCoverageProbability.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtCellEdgeCoverageProbability.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtCellEdgeCoverageProbability.Location = new System.Drawing.Point(189, 268);
            this.ntxtCellEdgeCoverageProbability.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtCellEdgeCoverageProbability.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.ntxtCellEdgeCoverageProbability.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntxtCellEdgeCoverageProbability.Name = "ntxtCellEdgeCoverageProbability";
            this.ntxtCellEdgeCoverageProbability.ReadOnly = false;
            this.ntxtCellEdgeCoverageProbability.Size = new System.Drawing.Size(174, 23);
            this.ntxtCellEdgeCoverageProbability.TabIndex = 18;
            this.ntxtCellEdgeCoverageProbability.Value = new decimal(new int[] {
            75,
            0,
            0,
            0});
            this.ntxtCellEdgeCoverageProbability.ValueChanged += new System.EventHandler(this.textChanged);
            // 
            // chbIndoorCoverage
            // 
            this.chbIndoorCoverage.AutoSize = true;
            this.chbIndoorCoverage.Location = new System.Drawing.Point(6, 315);
            this.chbIndoorCoverage.Name = "chbIndoorCoverage";
            this.chbIndoorCoverage.Size = new System.Drawing.Size(117, 19);
            this.chbIndoorCoverage.TabIndex = 19;
            this.chbIndoorCoverage.Text = "Indoor Coverage";
            this.chbIndoorCoverage.UseVisualStyleBackColor = true;
            this.chbIndoorCoverage.CheckedChanged += new System.EventHandler(this.checkBoxChanged);
            // 
            // lbHandover
            // 
            this.lbHandover.AutoSize = true;
            this.lbHandover.Location = new System.Drawing.Point(6, 81);
            this.lbHandover.Name = "lbHandover";
            this.lbHandover.Size = new System.Drawing.Size(173, 15);
            this.lbHandover.TabIndex = 20;
            this.lbHandover.Text = "Intra Frequency Handover(dB):";
            // 
            // ntxtHandover
            // 
            this.ntxtHandover.AutoSize = true;
            this.ntxtHandover.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtHandover.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtHandover.CharExtensition = "";
            this.ntxtHandover.FloatPlaces = 0;
            this.ntxtHandover.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtHandover.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtHandover.Location = new System.Drawing.Point(189, 73);
            this.ntxtHandover.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtHandover.Maximum = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.ntxtHandover.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtHandover.Name = "ntxtHandover";
            this.ntxtHandover.ReadOnly = false;
            this.ntxtHandover.Size = new System.Drawing.Size(187, 23);
            this.ntxtHandover.TabIndex = 21;
            this.ntxtHandover.Value = new decimal(new int[] {
            6,
            0,
            0,
            0});
            this.ntxtHandover.ValueChanged += new System.EventHandler(this.textChanged);
            // 
            // ntxtRxSensitivity
            // 
            this.ntxtRxSensitivity.AutoSize = true;
            this.ntxtRxSensitivity.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtRxSensitivity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtRxSensitivity.CharExtensition = "";
            this.ntxtRxSensitivity.FloatPlaces = 2;
            this.ntxtRxSensitivity.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtRxSensitivity.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtRxSensitivity.Location = new System.Drawing.Point(6, 8);
            this.ntxtRxSensitivity.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtRxSensitivity.Maximum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntxtRxSensitivity.Minimum = new decimal(new int[] {
            200,
            0,
            0,
            -2147483648});
            this.ntxtRxSensitivity.Name = "ntxtRxSensitivity";
            this.ntxtRxSensitivity.ReadOnly = false;
            this.ntxtRxSensitivity.Size = new System.Drawing.Size(96, 23);
            this.ntxtRxSensitivity.TabIndex = 8;
            this.ntxtRxSensitivity.Value = new decimal(new int[] {
            140,
            0,
            0,
            -2147483648});
            this.ntxtRxSensitivity.ValueChanged += new System.EventHandler(this.textChanged);
            // 
            // lblSmallorEqual
            // 
            this.lblSmallorEqual.AutoSize = true;
            this.lblSmallorEqual.Location = new System.Drawing.Point(108, 16);
            this.lblSmallorEqual.Name = "lblSmallorEqual";
            this.lblSmallorEqual.Size = new System.Drawing.Size(21, 15);
            this.lblSmallorEqual.TabIndex = 9;
            this.lblSmallorEqual.Text = "<=";
            // 
            // textBox1
            // 
            this.textBox1.Enabled = false;
            this.textBox1.Location = new System.Drawing.Point(135, 10);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(125, 21);
            this.textBox1.TabIndex = 10;
            this.textBox1.Text = "Signal Level(DL)(dBm)";
            // 
            // ntxtMaxSensitivity
            // 
            this.ntxtMaxSensitivity.AutoSize = true;
            this.ntxtMaxSensitivity.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtMaxSensitivity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtMaxSensitivity.CharExtensition = "";
            this.ntxtMaxSensitivity.FloatPlaces = 2;
            this.ntxtMaxSensitivity.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtMaxSensitivity.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtMaxSensitivity.Location = new System.Drawing.Point(288, 10);
            this.ntxtMaxSensitivity.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtMaxSensitivity.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.ntxtMaxSensitivity.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntxtMaxSensitivity.Name = "ntxtMaxSensitivity";
            this.ntxtMaxSensitivity.ReadOnly = false;
            this.ntxtMaxSensitivity.Size = new System.Drawing.Size(96, 23);
            this.ntxtMaxSensitivity.TabIndex = 11;
            this.ntxtMaxSensitivity.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntxtMaxSensitivity.ValueChanged += new System.EventHandler(this.textChanged);
            // 
            // lblSmall
            // 
            this.lblSmall.AutoSize = true;
            this.lblSmall.Location = new System.Drawing.Point(266, 13);
            this.lblSmall.Name = "lblSmall";
            this.lblSmall.Size = new System.Drawing.Size(21, 15);
            this.lblSmall.TabIndex = 12;
            this.lblSmall.Text = "<=";
            // 
            // lblTerminal
            // 
            this.lblTerminal.AutoSize = true;
            this.lblTerminal.Location = new System.Drawing.Point(6, 137);
            this.lblTerminal.Name = "lblTerminal";
            this.lblTerminal.Size = new System.Drawing.Size(59, 15);
            this.lblTerminal.TabIndex = 13;
            this.lblTerminal.Text = "Terminal:";
            // 
            // cmbTerminal
            // 
            this.cmbTerminal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbTerminal.FormattingEnabled = true;
            this.cmbTerminal.Location = new System.Drawing.Point(71, 129);
            this.cmbTerminal.Name = "cmbTerminal";
            this.cmbTerminal.Size = new System.Drawing.Size(313, 23);
            this.cmbTerminal.TabIndex = 14;
            this.cmbTerminal.SelectedIndexChanged += new System.EventHandler(this.cmbTerminal_SelectedIndexChanged);
            // 
            // lblService
            // 
            this.lblService.AutoSize = true;
            this.lblService.Location = new System.Drawing.Point(6, 175);
            this.lblService.Name = "lblService";
            this.lblService.Size = new System.Drawing.Size(50, 15);
            this.lblService.TabIndex = 15;
            this.lblService.Text = "Service:";
            // 
            // cmbService
            // 
            this.cmbService.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbService.FormattingEnabled = true;
            this.cmbService.Location = new System.Drawing.Point(71, 167);
            this.cmbService.Name = "cmbService";
            this.cmbService.Size = new System.Drawing.Size(313, 23);
            this.cmbService.TabIndex = 16;
            this.cmbService.SelectedIndexChanged += new System.EventHandler(this.cmbService_SelectedIndexChanged);
            // 
            // lblMobility
            // 
            this.lblMobility.AutoSize = true;
            this.lblMobility.Location = new System.Drawing.Point(6, 213);
            this.lblMobility.Name = "lblMobility";
            this.lblMobility.Size = new System.Drawing.Size(50, 15);
            this.lblMobility.TabIndex = 17;
            this.lblMobility.Text = "Mobility:";
            // 
            // cmbMobility
            // 
            this.cmbMobility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbMobility.FormattingEnabled = true;
            this.cmbMobility.Location = new System.Drawing.Point(71, 205);
            this.cmbMobility.Name = "cmbMobility";
            this.cmbMobility.Size = new System.Drawing.Size(313, 23);
            this.cmbMobility.TabIndex = 18;
            this.cmbMobility.SelectedIndexChanged += new System.EventHandler(this.cmbMobility_SelectedIndexChanged);
            // 
            // dgrdViewFrenBand
            // 
            this.dgrdViewFrenBand.AllowUserToAddRows = false;
            this.dgrdViewFrenBand.AllowUserToDeleteRows = false;
            this.dgrdViewFrenBand.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dgrdViewFrenBand.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgrdViewFrenBand.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ID,
            this.FreName,
            this.Column1});
            this.dgrdViewFrenBand.Location = new System.Drawing.Point(6, 6);
            this.dgrdViewFrenBand.Name = "dgrdViewFrenBand";
            this.dgrdViewFrenBand.RowTemplate.Height = 23;
            this.dgrdViewFrenBand.Size = new System.Drawing.Size(376, 173);
            this.dgrdViewFrenBand.TabIndex = 2;
            this.dgrdViewFrenBand.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgrdViewFrenBand_CellContentDoubleClick);
            this.dgrdViewFrenBand.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgv_CellPainting);
            this.dgrdViewFrenBand.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgrdViewFrenBand_CellContentClick);
            // 
            // ID
            // 
            this.ID.HeaderText = "ID";
            this.ID.Name = "ID";
            this.ID.ReadOnly = true;
            this.ID.Visible = false;
            this.ID.Width = 40;
            // 
            // FreName
            // 
            this.FreName.HeaderText = "Frequency Name";
            this.FreName.Name = "FreName";
            this.FreName.ReadOnly = true;
            this.FreName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.FreName.Width = 160;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "";
            this.Column1.Name = "Column1";
            this.Column1.Width = 50;
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.FreID,
            this.FreNameChannel,
            this.ChannelIndex,
            this.Column2});
            this.dataGridView1.Location = new System.Drawing.Point(6, 185);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(376, 223);
            this.dataGridView1.TabIndex = 4;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            // 
            // FreID
            // 
            this.FreID.Frozen = true;
            this.FreID.HeaderText = "ID";
            this.FreID.Name = "FreID";
            this.FreID.ReadOnly = true;
            this.FreID.Visible = false;
            this.FreID.Width = 40;
            // 
            // FreNameChannel
            // 
            this.FreNameChannel.Frozen = true;
            this.FreNameChannel.HeaderText = "Frequency Name";
            this.FreNameChannel.Name = "FreNameChannel";
            this.FreNameChannel.ReadOnly = true;
            this.FreNameChannel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.FreNameChannel.Width = 165;
            // 
            // ChannelIndex
            // 
            this.ChannelIndex.Frozen = true;
            this.ChannelIndex.HeaderText = "Channel Index";
            this.ChannelIndex.Name = "ChannelIndex";
            this.ChannelIndex.ReadOnly = true;
            this.ChannelIndex.Width = 105;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "";
            this.Column2.Name = "Column2";
            this.Column2.Width = 50;
            // 
            // chkall
            // 
            this.chkall.AutoSize = true;
            this.chkall.Enabled = false;
            this.chkall.Location = new System.Drawing.Point(265, 15);
            this.chkall.Name = "chkall";
            this.chkall.Size = new System.Drawing.Size(15, 14);
            this.chkall.TabIndex = 5;
            this.chkall.UseVisualStyleBackColor = true;
            this.chkall.Visible = false;
            // 
            // lbDiffFreqHandover
            // 
            this.lbDiffFreqHandover.AutoSize = true;
            this.lbDiffFreqHandover.Location = new System.Drawing.Point(6, 112);
            this.lbDiffFreqHandover.Name = "lbDiffFreqHandover";
            this.lbDiffFreqHandover.Size = new System.Drawing.Size(173, 15);
            this.lbDiffFreqHandover.TabIndex = 22;
            this.lbDiffFreqHandover.Text = "Inter Frequency Handover(dB):";
            // 
            // ntxtDiffFreqHandover
            // 
            this.ntxtDiffFreqHandover.AutoSize = true;
            this.ntxtDiffFreqHandover.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtDiffFreqHandover.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtDiffFreqHandover.CharExtensition = "";
            this.ntxtDiffFreqHandover.FloatPlaces = 0;
            this.ntxtDiffFreqHandover.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtDiffFreqHandover.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtDiffFreqHandover.Location = new System.Drawing.Point(189, 104);
            this.ntxtDiffFreqHandover.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtDiffFreqHandover.Maximum = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.ntxtDiffFreqHandover.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtDiffFreqHandover.Name = "ntxtDiffFreqHandover";
            this.ntxtDiffFreqHandover.ReadOnly = false;
            this.ntxtDiffFreqHandover.Size = new System.Drawing.Size(187, 23);
            this.ntxtDiffFreqHandover.TabIndex = 23;
            this.ntxtDiffFreqHandover.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(266, 53);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(21, 15);
            this.label2.TabIndex = 23;
            this.label2.Text = "<=";
            // 
            // ntxtULMaxSensitivity
            // 
            this.ntxtULMaxSensitivity.AutoSize = true;
            this.ntxtULMaxSensitivity.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtULMaxSensitivity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtULMaxSensitivity.CharExtensition = "";
            this.ntxtULMaxSensitivity.FloatPlaces = 2;
            this.ntxtULMaxSensitivity.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtULMaxSensitivity.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtULMaxSensitivity.Location = new System.Drawing.Point(288, 50);
            this.ntxtULMaxSensitivity.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtULMaxSensitivity.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.ntxtULMaxSensitivity.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntxtULMaxSensitivity.Name = "ntxtULMaxSensitivity";
            this.ntxtULMaxSensitivity.ReadOnly = false;
            this.ntxtULMaxSensitivity.Size = new System.Drawing.Size(96, 23);
            this.ntxtULMaxSensitivity.TabIndex = 22;
            this.ntxtULMaxSensitivity.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // textBox2
            // 
            this.textBox2.Enabled = false;
            this.textBox2.Location = new System.Drawing.Point(135, 50);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(125, 21);
            this.textBox2.TabIndex = 21;
            this.textBox2.Text = "Signal Level(UL)(dBm)";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(108, 56);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(21, 15);
            this.label3.TabIndex = 20;
            this.label3.Text = "<=";
            // 
            // ntxtULTxSensitivity
            // 
            this.ntxtULTxSensitivity.AutoSize = true;
            this.ntxtULTxSensitivity.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtULTxSensitivity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtULTxSensitivity.CharExtensition = "";
            this.ntxtULTxSensitivity.FloatPlaces = 2;
            this.ntxtULTxSensitivity.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtULTxSensitivity.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtULTxSensitivity.Location = new System.Drawing.Point(6, 48);
            this.ntxtULTxSensitivity.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtULTxSensitivity.Maximum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntxtULTxSensitivity.Minimum = new decimal(new int[] {
            200,
            0,
            0,
            -2147483648});
            this.ntxtULTxSensitivity.Name = "ntxtULTxSensitivity";
            this.ntxtULTxSensitivity.ReadOnly = false;
            this.ntxtULTxSensitivity.Size = new System.Drawing.Size(96, 23);
            this.ntxtULTxSensitivity.TabIndex = 19;
            this.ntxtULTxSensitivity.Value = new decimal(new int[] {
            130,
            0,
            0,
            -2147483648});
            // 
            // chbRsShifting
            // 
            this.chbRsShifting.AutoSize = true;
            this.chbRsShifting.Location = new System.Drawing.Point(6, 353);
            this.chbRsShifting.Name = "chbRsShifting";
            this.chbRsShifting.Size = new System.Drawing.Size(87, 19);
            this.chbRsShifting.TabIndex = 24;
            this.chbRsShifting.Text = "RS Shifting";
            this.chbRsShifting.UseVisualStyleBackColor = true;
            // 
            // ntxtInterfRcpThreshold
            // 
            this.ntxtInterfRcpThreshold.AutoSize = true;
            this.ntxtInterfRcpThreshold.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtInterfRcpThreshold.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtInterfRcpThreshold.CharExtensition = "";
            this.ntxtInterfRcpThreshold.FloatPlaces = 2;
            this.ntxtInterfRcpThreshold.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtInterfRcpThreshold.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtInterfRcpThreshold.Location = new System.Drawing.Point(223, 90);
            this.ntxtInterfRcpThreshold.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtInterfRcpThreshold.Maximum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntxtInterfRcpThreshold.Minimum = new decimal(new int[] {
            200,
            0,
            0,
            -2147483648});
            this.ntxtInterfRcpThreshold.Name = "ntxtInterfRcpThreshold";
            this.ntxtInterfRcpThreshold.ReadOnly = false;
            this.ntxtInterfRcpThreshold.Size = new System.Drawing.Size(161, 23);
            this.ntxtInterfRcpThreshold.TabIndex = 24;
            this.ntxtInterfRcpThreshold.Value = new decimal(new int[] {
            130,
            0,
            0,
            -2147483648});
            // 
            // labelInterfThreshold
            // 
            this.labelInterfThreshold.AutoSize = true;
            this.labelInterfThreshold.Location = new System.Drawing.Point(6, 98);
            this.labelInterfThreshold.Name = "labelInterfThreshold";
            this.labelInterfThreshold.Size = new System.Drawing.Size(211, 15);
            this.labelInterfThreshold.TabIndex = 25;
            this.labelInterfThreshold.Text = "Interferer Reception Threshold(dBm):";
            // 
            // chbIsFDD
            // 
            this.chbIsFDD.AutoSize = true;
            this.chbIsFDD.Checked = true;
            this.chbIsFDD.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbIsFDD.Location = new System.Drawing.Point(6, 389);
            this.chbIsFDD.Name = "chbIsFDD";
            this.chbIsFDD.Size = new System.Drawing.Size(61, 19);
            this.chbIsFDD.TabIndex = 25;
            this.chbIsFDD.Text = "IsFDD";
            this.chbIsFDD.UseVisualStyleBackColor = true;
            // 
            // lblRelaySubFrameCongig
            // 
            this.lblRelaySubFrameCongig.AutoSize = true;
            this.lblRelaySubFrameCongig.Location = new System.Drawing.Point(6, 251);
            this.lblRelaySubFrameCongig.Name = "lblRelaySubFrameCongig";
            this.lblRelaySubFrameCongig.Size = new System.Drawing.Size(139, 15);
            this.lblRelaySubFrameCongig.TabIndex = 26;
            this.lblRelaySubFrameCongig.Text = "RelaySubFrameCongig:";
            // 
            // ntxtRelaySubFrameCongig
            // 
            this.ntxtRelaySubFrameCongig.AutoSize = true;
            this.ntxtRelaySubFrameCongig.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtRelaySubFrameCongig.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtRelaySubFrameCongig.CharExtensition = "";
            this.ntxtRelaySubFrameCongig.FloatPlaces = 0;
            this.ntxtRelaySubFrameCongig.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtRelaySubFrameCongig.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtRelaySubFrameCongig.Location = new System.Drawing.Point(151, 249);
            this.ntxtRelaySubFrameCongig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtRelaySubFrameCongig.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.ntxtRelaySubFrameCongig.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntxtRelaySubFrameCongig.Name = "ntxtRelaySubFrameCongig";
            this.ntxtRelaySubFrameCongig.ReadOnly = false;
            this.ntxtRelaySubFrameCongig.Size = new System.Drawing.Size(110, 23);
            this.ntxtRelaySubFrameCongig.TabIndex = 27;
            this.ntxtRelaySubFrameCongig.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // lblLteSubFrameCongig
            // 
            this.lblLteSubFrameCongig.AutoSize = true;
            this.lblLteSubFrameCongig.Location = new System.Drawing.Point(6, 286);
            this.lblLteSubFrameCongig.Name = "lblLteSubFrameCongig";
            this.lblLteSubFrameCongig.Size = new System.Drawing.Size(125, 15);
            this.lblLteSubFrameCongig.TabIndex = 28;
            this.lblLteSubFrameCongig.Text = "LteSubFrameCongig:";
            // 
            // ntxtLteSubFrameCongig
            // 
            this.ntxtLteSubFrameCongig.AutoSize = true;
            this.ntxtLteSubFrameCongig.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ntxtLteSubFrameCongig.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.ntxtLteSubFrameCongig.CharExtensition = "";
            this.ntxtLteSubFrameCongig.FloatPlaces = 0;
            this.ntxtLteSubFrameCongig.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ntxtLteSubFrameCongig.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.ntxtLteSubFrameCongig.Location = new System.Drawing.Point(150, 285);
            this.ntxtLteSubFrameCongig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
            this.ntxtLteSubFrameCongig.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.ntxtLteSubFrameCongig.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.ntxtLteSubFrameCongig.Name = "ntxtLteSubFrameCongig";
            this.ntxtLteSubFrameCongig.ReadOnly = false;
            this.ntxtLteSubFrameCongig.Size = new System.Drawing.Size(110, 23);
            this.ntxtLteSubFrameCongig.TabIndex = 29;
            this.ntxtLteSubFrameCongig.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // LteGroupPropertyForm
            // 
            this.AcceptButton = this.btnConfirm;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.ClientSize = new System.Drawing.Size(422, 510);
            this.Name = "LteGroupPropertyForm";
            this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.EventHelpButtonClicked);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GroupPropertiesForm_KeyDown);
            this.TPGroupProperty.ResumeLayout(false);
            this.tPageGeneral.ResumeLayout(false);
            this.tPageGeneral.PerformLayout();
            this.tPageCondition.ResumeLayout(false);
            this.tPageCondition.PerformLayout();
            this.tpageAdvanced.ResumeLayout(false);
            this.tpageAdvanced.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgrdViewFrenBand)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }
            public ItemControl(int index, object item, int indexColumnWidth)
            {
               
                m_index = index;
                              
                m_editControl = new NumericTextBox(item.GetType())
                {
                    Dock = DockStyle.Fill,
                    BorderStyle = System.Windows.Forms.BorderStyle.None
                };

                m_editControl.Width = Width - indexColumnWidth;
                m_editControl.GotFocus += editControl_GotFocus;

                m_editControl.Value = item;
                m_editControl.Invalidated += editControl_Invalidated;
                m_editControl.ValueEdited += m_editControl_ValueChanged;

                m_selectButton = new Label
                {
                    Width = indexColumnWidth,
                    Dock = DockStyle.Left,
                    Text = Index.ToString(),
                    TextAlign = ContentAlignment.MiddleCenter,
                    BackColor = UnselectedColor,
                    FlatStyle = FlatStyle.Flat,
                    Font = s_regularFont
                };

                m_selectButton.MouseDown += selectButton_MouseDown;

                Height = m_editControl.Height;

                Controls.Add(m_editControl);
                Controls.Add(m_selectButton);

                m_editControl.SizeChanged += (sender, e) =>
                    {
                        Height = m_editControl.Height;
                    };
            }
Exemple #21
0
 private void InitializeComponent()
 {
     this.btn_Cancel = new Button();
     this.btn_OK = new Button();
     this.label5 = new Label();
     this.label4 = new Label();
     this.label3 = new Label();
     this.label2 = new Label();
     this.label1 = new Label();
     this.btn_Apply = new Button();
     this.numericTextBox_Interval = new NumericTextBox();
     this.popupColorButton_EndColor = new PopupColorButton();
     this.popupColorButton_Start = new PopupColorButton();
     this.numericTextBox_Last = new NumericTextBox();
     this.numericTextBox_First = new NumericTextBox();
     base.SuspendLayout();
     this.btn_Cancel.DialogResult = DialogResult.Cancel;
     this.btn_Cancel.FlatStyle = FlatStyle.Popup;
     this.btn_Cancel.Location = new Point(0xbd, 0xbc);
     this.btn_Cancel.Name = "btn_Cancel";
     this.btn_Cancel.Size = new Size(0x4b, 0x17);
     this.btn_Cancel.TabIndex = 0x18;
     this.btn_Cancel.Text = GISCtrlGResourceEx.GIS_CANCEL;
     this.btn_Cancel.UseVisualStyleBackColor = true;
     this.btn_Cancel.Click += new EventHandler(this.btn_Cancel_Click);
     this.btn_OK.FlatStyle = FlatStyle.Popup;
     this.btn_OK.Location = new Point(0x5d, 0xbc);
     this.btn_OK.Name = "btn_OK";
     this.btn_OK.Size = new Size(0x4b, 0x17);
     this.btn_OK.TabIndex = 0x17;
     this.btn_OK.Text = GISCtrlGResourceEx.GIS_OK;
     this.btn_OK.UseVisualStyleBackColor = true;
     this.btn_OK.Click += new EventHandler(this.btn_OK_Click);
     this.label5.AutoSize = true;
     this.label5.Location = new Point(0x15, 130);
     this.label5.Name = "label5";
     this.label5.Size = new Size(0x35, 15);
     this.label5.TabIndex = 0x16;
     this.label5.Text = GISCtrlGResourceEx.GIS_INTERVALS;
     this.label4.AutoSize = true;
     this.label4.Location = new Point(0xbc, 0x55);
     this.label4.Name = "label4";
     this.label4.Size = new Size(0x3e, 15);
     this.label4.TabIndex = 20;
     this.label4.Text = GISCtrlGResourceEx.GIS_END_COLOR;
     this.label3.AutoSize = true;
     this.label3.Location = new Point(0xbc, 0x24);
     this.label3.Name = "label3";
     this.label3.Size = new Size(0x41, 15);
     this.label3.TabIndex = 0x13;
     this.label3.Text = GISCtrlGResourceEx.GIS_START_COLOR;
     this.label2.AutoSize = true;
     this.label2.Location = new Point(0x15, 0x55);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x42, 15);
     this.label2.TabIndex = 0x10;
     this.label2.Text = GISCtrlGResourceEx.GIS_LAST_BREAK;
     this.label1.AutoSize = true;
     this.label1.Location = new Point(0x15, 0x24);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x42, 15);
     this.label1.TabIndex = 15;
     this.label1.Text = GISCtrlGResourceEx.GIS_FIRST_BREAK;
     this.btn_Apply.Enabled = false;
     this.btn_Apply.FlatStyle = FlatStyle.Popup;
     this.btn_Apply.Location = new Point(0x11d, 0xbc);
     this.btn_Apply.Name = "btn_Apply";
     this.btn_Apply.Size = new Size(0x4b, 0x17);
     this.btn_Apply.TabIndex = 0x19;
     this.btn_Apply.Text = GISCtrlGResourceEx.GIS_APPLY;
     this.btn_Apply.UseVisualStyleBackColor = true;
     this.btn_Apply.Click += new EventHandler(this.btn_Apply_Click);
     this.numericTextBox_Interval.AutoSize = true;
     this.numericTextBox_Interval.BackColor = SystemColors.ButtonHighlight;
     this.numericTextBox_Interval.BorderStyle = BorderStyle.Fixed3D;
     this.numericTextBox_Interval.CharExtensition = "";
     this.numericTextBox_Interval.FloatPlaces = 0;
     this.numericTextBox_Interval.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     int[] bits = new int[4];
     bits[0] = 1;
     this.numericTextBox_Interval.Increment = new decimal(bits);
     this.numericTextBox_Interval.Location = new Point(0x5d, 0x7a);
     this.numericTextBox_Interval.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x8000;
     this.numericTextBox_Interval.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 1;
     this.numericTextBox_Interval.Minimum = new decimal(bits);
     this.numericTextBox_Interval.Name = "numericTextBox_Interval";
     this.numericTextBox_Interval.ReadOnly = false;
     this.numericTextBox_Interval.Size = new Size(0x4b, 0x17);
     this.numericTextBox_Interval.TabIndex = 0x15;
     bits = new int[4];
     bits[0] = 1;
     this.numericTextBox_Interval.Value = new decimal(bits);
     this.numericTextBox_Interval.ValueChanged += new EventHandler(this.numericTextBox_First_ValueChanged);
     this.popupColorButton_EndColor.Font = new Font("Arial", 9f);
     this.popupColorButton_EndColor.Location = new Point(0x103, 0x4d);
     this.popupColorButton_EndColor.Margin = new Padding(3, 4, 3, 4);
     this.popupColorButton_EndColor.Name = "popupColorButton_EndColor";
     this.popupColorButton_EndColor.SelectedColor = SystemColors.Window;
     this.popupColorButton_EndColor.Size = new Size(0x65, 0x17);
     this.popupColorButton_EndColor.TabIndex = 0x12;
     this.popupColorButton_EndColor.SelectedColorChanged += new EventHandler(this.numericTextBox_First_ValueChanged);
     this.popupColorButton_Start.Font = new Font("Arial", 9f);
     this.popupColorButton_Start.Location = new Point(0x103, 0x1c);
     this.popupColorButton_Start.Margin = new Padding(3, 4, 3, 4);
     this.popupColorButton_Start.Name = "popupColorButton_Start";
     this.popupColorButton_Start.SelectedColor = SystemColors.Window;
     this.popupColorButton_Start.Size = new Size(0x65, 0x17);
     this.popupColorButton_Start.TabIndex = 0x11;
     this.popupColorButton_Start.SelectedColorChanged += new EventHandler(this.numericTextBox_First_ValueChanged);
     this.numericTextBox_Last.AutoSize = true;
     this.numericTextBox_Last.BackColor = SystemColors.ButtonHighlight;
     this.numericTextBox_Last.BorderStyle = BorderStyle.Fixed3D;
     this.numericTextBox_Last.CharExtensition = "";
     this.numericTextBox_Last.FloatPlaces = 1;
     this.numericTextBox_Last.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bits = new int[4];
     bits[0] = 1;
     this.numericTextBox_Last.Increment = new decimal(bits);
     this.numericTextBox_Last.Location = new Point(0x5d, 0x4d);
     this.numericTextBox_Last.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x8000;
     this.numericTextBox_Last.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 0x8000;
     bits[3] = -2147483648;
     this.numericTextBox_Last.Minimum = new decimal(bits);
     this.numericTextBox_Last.Name = "numericTextBox_Last";
     this.numericTextBox_Last.ReadOnly = false;
     this.numericTextBox_Last.Size = new Size(0x4b, 0x17);
     this.numericTextBox_Last.TabIndex = 14;
     bits = new int[4];
     this.numericTextBox_Last.Value = new decimal(bits);
     this.numericTextBox_Last.ValueChanged += new EventHandler(this.numericTextBox_First_ValueChanged);
     this.numericTextBox_First.AutoSize = true;
     this.numericTextBox_First.BackColor = SystemColors.ButtonHighlight;
     this.numericTextBox_First.BorderStyle = BorderStyle.Fixed3D;
     this.numericTextBox_First.CharExtensition = "";
     this.numericTextBox_First.FloatPlaces = 1;
     this.numericTextBox_First.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bits = new int[4];
     bits[0] = 1;
     this.numericTextBox_First.Increment = new decimal(bits);
     this.numericTextBox_First.Location = new Point(0x5d, 0x1c);
     this.numericTextBox_First.Margin = new Padding(3, 4, 3, 0);
     bits = new int[4];
     bits[0] = 0x8000;
     this.numericTextBox_First.Maximum = new decimal(bits);
     bits = new int[4];
     bits[0] = 0x8000;
     bits[3] = -2147483648;
     this.numericTextBox_First.Minimum = new decimal(bits);
     this.numericTextBox_First.Name = "numericTextBox_First";
     this.numericTextBox_First.ReadOnly = false;
     this.numericTextBox_First.Size = new Size(0x4b, 0x17);
     this.numericTextBox_First.TabIndex = 13;
     bits = new int[4];
     this.numericTextBox_First.Value = new decimal(bits);
     this.numericTextBox_First.ValueChanged += new EventHandler(this.numericTextBox_First_ValueChanged);
     base.AcceptButton = this.btn_Cancel;
     base.AutoScaleDimensions = new SizeF(7f, 15f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = SystemColors.Info;
     base.CancelButton = this.btn_Cancel;
     base.ClientSize = new Size(0x182, 0xeb);
     base.Controls.Add(this.btn_Apply);
     base.Controls.Add(this.btn_Cancel);
     base.Controls.Add(this.btn_OK);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.numericTextBox_Interval);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.popupColorButton_EndColor);
     base.Controls.Add(this.popupColorButton_Start);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.numericTextBox_Last);
     base.Controls.Add(this.numericTextBox_First);
     this.Font = new Font("Arial", 9f);
     base.FormBorderStyle = FormBorderStyle.FixedToolWindow;
     base.Margin = new Padding(3, 4, 3, 4);
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "ShadingForm";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterParent;
     this.Text = GISCtrlGResourceEx.GIS_SHADING;
     base.ResumeLayout(false);
     base.PerformLayout();
 }