BrrrBayBay.PwmGUIControl.RcChannelControl.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.enabledBox = new System.Windows.Forms.CheckBox();
            this.channelNumberLabel = new System.Windows.Forms.Label();
            this.dutyCycleBar = new System.Windows.Forms.TrackBar();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.valueLabel = new System.Windows.Forms.Label();
            this.calibrationLabel = new System.Windows.Forms.Label();
            this.centerBox = new System.Windows.Forms.TextBox();
            this.deviationBox = new System.Windows.Forms.TextBox();
            this.centerTextLabel = new System.Windows.Forms.Label();
            this.centerMsLabel = new System.Windows.Forms.Label();
            this.deviationMsLabel = new System.Windows.Forms.Label();
            this.deviationTextLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dutyCycleBar)).BeginInit();
            this.SuspendLayout();
            //
            // enabledBox
            //
            this.enabledBox.AutoSize = true;
            this.enabledBox.Location = new System.Drawing.Point(24, 19);
            this.enabledBox.Name = "enabledBox";
            this.enabledBox.Size = new System.Drawing.Size(15, 14);
            this.enabledBox.TabIndex = 3;
            this.enabledBox.UseVisualStyleBackColor = true;
            this.enabledBox.CheckedChanged += new System.EventHandler(this.enabledBox_CheckedChanged);
            //
            // channelNumberLabel
            //
            this.channelNumberLabel.AutoSize = true;
            this.channelNumberLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.channelNumberLabel.Location = new System.Drawing.Point(3, 19);
            this.channelNumberLabel.Name = "channelNumberLabel";
            this.channelNumberLabel.Size = new System.Drawing.Size(16, 13);
            this.channelNumberLabel.TabIndex = 2;
            this.channelNumberLabel.Text = "N";
            //
            // dutyCycleBar
            //
            this.dutyCycleBar.AutoSize = false;
            this.dutyCycleBar.LargeChange = 20;
            this.dutyCycleBar.Location = new System.Drawing.Point(45, 5);
            this.dutyCycleBar.Maximum = 100;
            this.dutyCycleBar.Minimum = -100;
            this.dutyCycleBar.Name = "dutyCycleBar";
            this.dutyCycleBar.Size = new System.Drawing.Size(378, 38);
            this.dutyCycleBar.TabIndex = 7;
            this.dutyCycleBar.TickFrequency = 25;
            this.dutyCycleBar.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.dutyCycleBar.ValueChanged += new System.EventHandler(this.dutyCycleBar_ValueChanged);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(228, 42);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(13, 13);
            this.label1.TabIndex = 8;
            this.label1.Text = "0";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(42, 42);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(42, 13);
            this.label2.TabIndex = 9;
            this.label2.Text = "- 100 %";
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(398, 42);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(36, 13);
            this.label3.TabIndex = 10;
            this.label3.Text = "100 %";
            //
            // valueLabel
            //
            this.valueLabel.AutoSize = true;
            this.valueLabel.Location = new System.Drawing.Point(429, 19);
            this.valueLabel.Name = "valueLabel";
            this.valueLabel.Size = new System.Drawing.Size(13, 13);
            this.valueLabel.TabIndex = 11;
            this.valueLabel.Text = "0";
            //
            // calibrationLabel
            //
            this.calibrationLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.calibrationLabel.ForeColor = System.Drawing.Color.Gray;
            this.calibrationLabel.Location = new System.Drawing.Point(497, 14);
            this.calibrationLabel.Name = "calibrationLabel";
            this.calibrationLabel.Size = new System.Drawing.Size(98, 34);
            this.calibrationLabel.TabIndex = 13;
            this.calibrationLabel.Text = "1.42 ms \r\n+/- 0.563 ms";
            this.calibrationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.calibrationLabel.DoubleClick += new System.EventHandler(this.calibrationLabel_DoubleClick);
            //
            // centerBox
            //
            this.centerBox.Location = new System.Drawing.Point(526, 9);
            this.centerBox.Name = "centerBox";
            this.centerBox.Size = new System.Drawing.Size(50, 20);
            this.centerBox.TabIndex = 14;
            this.centerBox.Text = "1,123";
            this.centerBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.calBox_KeyPress);
            //
            // deviationBox
            //
            this.deviationBox.Location = new System.Drawing.Point(526, 35);
            this.deviationBox.Name = "deviationBox";
            this.deviationBox.Size = new System.Drawing.Size(50, 20);
            this.deviationBox.TabIndex = 15;
            this.deviationBox.Text = "1,123";
            this.deviationBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.calBox_KeyPress);
            //
            // centerTextLabel
            //
            this.centerTextLabel.AutoSize = true;
            this.centerTextLabel.Location = new System.Drawing.Point(479, 12);
            this.centerTextLabel.Name = "centerTextLabel";
            this.centerTextLabel.Size = new System.Drawing.Size(41, 13);
            this.centerTextLabel.TabIndex = 16;
            this.centerTextLabel.Text = "Center:";
            //
            // centerMsLabel
            //
            this.centerMsLabel.AutoSize = true;
            this.centerMsLabel.Location = new System.Drawing.Point(582, 12);
            this.centerMsLabel.Name = "centerMsLabel";
            this.centerMsLabel.Size = new System.Drawing.Size(23, 13);
            this.centerMsLabel.TabIndex = 17;
            this.centerMsLabel.Text = "ms.";
            //
            // deviationMsLabel
            //
            this.deviationMsLabel.AutoSize = true;
            this.deviationMsLabel.Location = new System.Drawing.Point(582, 38);
            this.deviationMsLabel.Name = "deviationMsLabel";
            this.deviationMsLabel.Size = new System.Drawing.Size(23, 13);
            this.deviationMsLabel.TabIndex = 18;
            this.deviationMsLabel.Text = "ms.";
            //
            // deviationTextLabel
            //
            this.deviationTextLabel.AutoSize = true;
            this.deviationTextLabel.Location = new System.Drawing.Point(441, 38);
            this.deviationTextLabel.Name = "deviationTextLabel";
            this.deviationTextLabel.Size = new System.Drawing.Size(79, 13);
            this.deviationTextLabel.TabIndex = 19;
            this.deviationTextLabel.Text = "Max. deviation:";
            //
            // RcChannelControl
            //
            this.Controls.Add(this.deviationTextLabel);
            this.Controls.Add(this.deviationMsLabel);
            this.Controls.Add(this.centerMsLabel);
            this.Controls.Add(this.centerTextLabel);
            this.Controls.Add(this.deviationBox);
            this.Controls.Add(this.centerBox);
            this.Controls.Add(this.calibrationLabel);
            this.Controls.Add(this.valueLabel);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dutyCycleBar);
            this.Controls.Add(this.enabledBox);
            this.Controls.Add(this.channelNumberLabel);
            this.Name = "RcChannelControl";
            this.Size = new System.Drawing.Size(616, 61);
            this.ChannelNumberChanged += new System.EventHandler(this.RcChannelControl_ChannelNumberChanged);
            this.Load += new System.EventHandler(this.RcChannelControl_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dutyCycleBar)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }