Esempio n. 1
0
        private void InitializaInnerUserControls()
        {
            this.indicator1 = new PTM.View.Controls.IndicatorControl();
            this.indicator2 = new PTM.View.Controls.IndicatorControl();
            this.indicator3 = new PTM.View.Controls.IndicatorControl();
            this.indicator4 = new PTM.View.Controls.IndicatorControl();
            //
            // indicator1
            //
            this.indicator1.BackColor = System.Drawing.Color.Black;
            this.indicator1.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.indicator1.ForeColor = System.Drawing.Color.Lime;
            this.indicator1.Location  = new System.Drawing.Point(3, 16);
            this.indicator1.Name      = "indicator1";
            this.indicator1.Size      = new System.Drawing.Size(66, 61);
            this.indicator1.TabIndex  = 0;
            //
            // indicator2
            //
            this.indicator2.BackColor = System.Drawing.Color.Black;
            this.indicator2.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.indicator2.ForeColor = System.Drawing.Color.Lime;
            this.indicator2.Location  = new System.Drawing.Point(3, 16);
            this.indicator2.Name      = "indicator2";
            this.indicator2.Size      = new System.Drawing.Size(66, 61);
            this.indicator2.TabIndex  = 0;
            //
            // indicator3
            //
            this.indicator3.BackColor = System.Drawing.Color.Black;
            this.indicator3.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.indicator3.ForeColor = System.Drawing.Color.Lime;
            this.indicator3.Location  = new System.Drawing.Point(3, 16);
            this.indicator3.Name      = "indicator3";
            this.indicator3.Size      = new System.Drawing.Size(66, 61);
            this.indicator3.TabIndex  = 0;

            //
            // indicator4
            //
            this.indicator4.BackColor = System.Drawing.Color.Black;
            this.indicator4.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.indicator4.ForeColor = System.Drawing.Color.Lime;
            this.indicator4.Location  = new System.Drawing.Point(3, 16);
            this.indicator4.Name      = "indicator4";
            this.indicator4.Size      = new System.Drawing.Size(66, 61);
            this.indicator4.TabIndex  = 0;

            this.groupBox1.Controls.Add(this.indicator1);
            this.groupBox2.Controls.Add(this.indicator2);
            this.groupBox4.Controls.Add(this.indicator3);
            this.groupBox5.Controls.Add(this.indicator4);
        }
Esempio n. 2
0
        private void InitializaInnerUserControls()
        {
            this.indicator1 = new PTM.View.Controls.IndicatorControl();
            this.indicator2 = new PTM.View.Controls.IndicatorControl();
            this.indicator3 = new PTM.View.Controls.IndicatorControl();
            this.indicator4 = new PTM.View.Controls.IndicatorControl();
            //
            // indicator1
            //
            this.indicator1.BackColor = System.Drawing.Color.Black;
            this.indicator1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.indicator1.ForeColor = System.Drawing.Color.Lime;
            this.indicator1.Location = new System.Drawing.Point(3, 16);
            this.indicator1.Name = "indicator1";
            this.indicator1.Size = new System.Drawing.Size(66, 61);
            this.indicator1.TabIndex = 0;
            //
            // indicator2
            //
            this.indicator2.BackColor = System.Drawing.Color.Black;
            this.indicator2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.indicator2.ForeColor = System.Drawing.Color.Lime;
            this.indicator2.Location = new System.Drawing.Point(3, 16);
            this.indicator2.Name = "indicator2";
            this.indicator2.Size = new System.Drawing.Size(66, 61);
            this.indicator2.TabIndex = 0;
            //
            // indicator3
            //
            this.indicator3.BackColor = System.Drawing.Color.Black;
            this.indicator3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.indicator3.ForeColor = System.Drawing.Color.Lime;
            this.indicator3.Location = new System.Drawing.Point(3, 16);
            this.indicator3.Name = "indicator3";
            this.indicator3.Size = new System.Drawing.Size(66, 61);
            this.indicator3.TabIndex = 0;

            //
            // indicator4
            //
            this.indicator4.BackColor = System.Drawing.Color.Black;
            this.indicator4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.indicator4.ForeColor = System.Drawing.Color.Lime;
            this.indicator4.Location = new System.Drawing.Point(3, 16);
            this.indicator4.Name = "indicator4";
            this.indicator4.Size = new System.Drawing.Size(66, 61);
            this.indicator4.TabIndex = 0;

            this.groupBox1.Controls.Add(this.indicator1);
            this.groupBox2.Controls.Add(this.indicator2);
            this.groupBox4.Controls.Add(this.indicator3);
            this.groupBox5.Controls.Add(this.indicator4);
        }