namespace FilterCurrencyGiver
{
partial class Main
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.Value = new System.Windows.Forms.TextBox();
this.Useable_Currencies = new System.Windows.Forms.ComboBox();
this.Give = new System.Windows.Forms.Button();
this.UserInfo = new System.Windows.Forms.DataGridView();
this.Amount = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.UserInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Amount)).BeginInit();
this.SuspendLayout();
//
// Value
//
this.Value.Dock = System.Windows.Forms.DockStyle.Top;
this.Value.Location = new System.Drawing.Point(0, 21);
this.Value.Name = "Value";
this.Value.Size = new System.Drawing.Size(484, 20);
this.Value.TabIndex = 0;
this.Value.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Value.TextChanged += new System.EventHandler(this.Value_TextChanged);
//
// Useable_Currencies
//
this.Useable_Currencies.Dock = System.Windows.Forms.DockStyle.Top;
this.Useable_Currencies.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Useable_Currencies.FormattingEnabled = true;
this.Useable_Currencies.Location = new System.Drawing.Point(0, 0);
this.Useable_Currencies.Name = "Useable_Currencies";
this.Useable_Currencies.Size = new System.Drawing.Size(484, 21);
this.Useable_Currencies.TabIndex = 1;
//
// Give
//
this.Give.Dock = System.Windows.Forms.DockStyle.Bottom;
this.Give.Location = new System.Drawing.Point(0, 438);
this.Give.Name = "Give";
this.Give.Size = new System.Drawing.Size(484, 23);
this.Give.TabIndex = 3;
this.Give.Text = "Give";
this.Give.UseVisualStyleBackColor = true;
this.Give.Click += new System.EventHandler(this.Give_Click);
//
// UserInfo
//
this.UserInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.UserInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.UserInfo.Location = new System.Drawing.Point(0, 41);
this.UserInfo.Name = "UserInfo";
this.UserInfo.ReadOnly = true;
this.UserInfo.Size = new System.Drawing.Size(484, 377);
this.UserInfo.TabIndex = 5;
//
// Amount
//
this.Amount.Dock = System.Windows.Forms.DockStyle.Bottom;
this.Amount.Location = new System.Drawing.Point(0, 418);
this.Amount.Maximum = new decimal(new int[] {
2147483647,
0,
0,
0});
this.Amount.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.Amount.Name = "Amount";
this.Amount.Size = new System.Drawing.Size(484, 20);
this.Amount.TabIndex = 6;
this.Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Amount.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(484, 461);
this.Controls.Add(this.UserInfo);
this.Controls.Add(this.Amount);
this.Controls.Add(this.Value);
this.Controls.Add(this.Give);
this.Controls.Add(this.Useable_Currencies);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Shown += new System.EventHandler(this.Main_Shown);
((System.ComponentModel.ISupportInitialize)(this.UserInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Amount)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox Value;
private System.Windows.Forms.ComboBox Useable_Currencies;
private System.Windows.Forms.Button Give;
private System.Windows.Forms.DataGridView UserInfo;
private System.Windows.Forms.NumericUpDown Amount;
}
}