LabelPlus.PicView.InitializeComponent C# (CSharp) Метод

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

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // PicView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Name = "PicView";
            this.Load += new System.EventHandler(this.PicView_Load);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.PicView_Paint);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PicView_MouseMove);
            this.Resize += new System.EventHandler(this.PicView_Resize);
            this.ResumeLayout(false);

        }