namespace Lskj.CpeMethod { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.SuspendLayout(); // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(24, 32); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(150, 49); this.simpleButton1.TabIndex = 0; this.simpleButton1.Text = "一键遍历所有方法"; this.simpleButton1.Click += new System.EventHandler(this.OnCycleClick); // // Form1 // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(200, 96); this.Controls.Add(this.simpleButton1); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton simpleButton1; } }