namespace Statistics.UserControls { partial class StatisticsCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.updateButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // updateButton // this.updateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.updateButton.Location = new System.Drawing.Point(255, 11); this.updateButton.Name = "updateButton"; this.updateButton.Size = new System.Drawing.Size(122, 43); this.updateButton.TabIndex = 4; this.updateButton.Text = "Update"; this.updateButton.UseVisualStyleBackColor = true; this.updateButton.Click += new System.EventHandler(this.updateButton_Click); // // StatisticsCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.updateButton); this.Name = "StatisticsCtrl"; this.Size = new System.Drawing.Size(388, 242); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button updateButton; } }