Accord.Controls.SliderControl.InitializeComponent C# (CSharp) Метод

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

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.timer = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // timer
            // 
            this.timer.Interval = 10;
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
            // 
            // TurnControl
            // 
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.TurnControl_Paint);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TurnControl_MouseMove);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TurnControl_MouseDown);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TurnControl_MouseUp);
            this.ResumeLayout(false);

        }