61 lines
2.2 KiB
C#
61 lines
2.2 KiB
C#
namespace Statistics.UserControls
|
|
{
|
|
partial class StatisticsCtrl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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;
|
|
}
|
|
}
|