当前位置: 首页>>代码示例>>C#>>正文


C# System.Windows.Forms.Button.ResumeLayout方法代码示例

本文整理汇总了C#中System.Windows.Forms.Button.ResumeLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.Button.ResumeLayout方法的具体用法?C# System.Windows.Forms.Button.ResumeLayout怎么用?C# System.Windows.Forms.Button.ResumeLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在System.Windows.Forms.Button的用法示例。


在下文中一共展示了System.Windows.Forms.Button.ResumeLayout方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: InitializeComponent


//.........这里部分代码省略.........
            this.img_beer_standard_exibition_top_5.TabIndex = 78;
            this.img_beer_standard_exibition_top_5.TabStop = false;
            this.img_beer_standard_exibition_top_5.Click += new System.EventHandler(this.img_beer_standard_exibition_top_5_Click);
            // 
            // frm_top_beers
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
            this.ClientSize = new System.Drawing.Size(1008, 681);
            this.Controls.Add(lbl_container_top_4);
            this.Controls.Add(lbl_container_top_2);
            this.Controls.Add(lbl_container_top_3);
            this.Controls.Add(this.lbl_container_top_7);
            this.Controls.Add(this.lbl_container_top_6);
            this.Controls.Add(btn_container_top_1);
            this.Controls.Add(this.lbl_container_top_5);
            this.Controls.Add(this.lbl_container_top_10);
            this.Controls.Add(this.lbl_container_top_9);
            this.Controls.Add(this.lbl_container_top_8);
            this.Controls.Add(this.lbl_to_txt_search_toolbox);
            this.Controls.Add(this.lbl_to_home_option);
            this.Controls.Add(this.img_logo_local_beer);
            this.Controls.Add(this.lbl_to_option_my_profile);
            this.Controls.Add(this.lbl_to_option_new_beer_registration);
            this.Controls.Add(this.lbl_head_form);
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(1024, 720);
            this.MinimumSize = new System.Drawing.Size(1024, 720);
            this.Name = "frm_top_beers";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Local Beer";
            this.Load += new System.EventHandler(this.frm_top_beers_Load);
            btn_container_top_1.ResumeLayout(false);
            btn_container_top_1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.img_home_country_top_1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_average_container_top_1)).EndInit();
            this.img_evaluation_average_container_top_1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_up_top_1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_down_top_1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_beer_standard_exibition_top_1)).EndInit();
            lbl_container_top_3.ResumeLayout(false);
            lbl_container_top_3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.img_home_country_top_3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_average_container_top_3)).EndInit();
            this.img_evaluation_average_container_top_3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_up_top_3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_down_top_3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_beer_standard_exibition_top_3)).EndInit();
            lbl_container_top_4.ResumeLayout(false);
            lbl_container_top_4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.img_home_country_top_4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_average_container_top_4)).EndInit();
            this.img_evaluation_average_container_top_4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_up_top_4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_down_top_4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_beer_standard_exibition_top_4)).EndInit();
            lbl_container_top_2.ResumeLayout(false);
            lbl_container_top_2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.img_home_country_top_2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_average_container_top_2)).EndInit();
            this.img_evaluation_average_container_top_2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_up_top_2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_evaluation_down_top_2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.img_beer_standard_exibition_top_2)).EndInit();
            this.lbl_container_top_8.ResumeLayout(false);
开发者ID:danielbrai,项目名称:Project_Beer,代码行数:67,代码来源:frm_top_beers.Designer.cs


注:本文中的System.Windows.Forms.Button.ResumeLayout方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。