namespace Item_Creator
{
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.Create = new System.Windows.Forms.Button();
this.STRLabel = new System.Windows.Forms.Label();
this.ENDLabel = new System.Windows.Forms.Label();
this.DEXLabel = new System.Windows.Forms.Label();
this.INTLabel = new System.Windows.Forms.Label();
this.SPRLabel = new System.Windows.Forms.Label();
this.STRAmount = new System.Windows.Forms.NumericUpDown();
this.ENDAmount = new System.Windows.Forms.NumericUpDown();
this.DEXAmount = new System.Windows.Forms.NumericUpDown();
this.INTAmount = new System.Windows.Forms.NumericUpDown();
this.SPRAmount = new System.Windows.Forms.NumericUpDown();
this.GroupStats = new System.Windows.Forms.GroupBox();
this.AmountAmount = new System.Windows.Forms.NumericUpDown();
this.AmountLabel = new System.Windows.Forms.Label();
this.GroupServer = new System.Windows.Forms.GroupBox();
this.ApolineSelect = new System.Windows.Forms.RadioButton();
this.TevaSelect = new System.Windows.Forms.RadioButton();
this.UpEffectLabel = new System.Windows.Forms.Label();
this.UpEffectAmount = new System.Windows.Forms.NumericUpDown();
this.CharacterText = new System.Windows.Forms.TextBox();
this.CharacterLabel = new System.Windows.Forms.Label();
this.ItemIDText = new System.Windows.Forms.TextBox();
this.ItemIDLabel = new System.Windows.Forms.Label();
this.TypeList = new System.Windows.Forms.ComboBox();
this.TypeLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.STRAmount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ENDAmount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DEXAmount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.INTAmount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SPRAmount)).BeginInit();
this.GroupStats.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.AmountAmount)).BeginInit();
this.GroupServer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.UpEffectAmount)).BeginInit();
this.SuspendLayout();
//
// Create
//
this.Create.Location = new System.Drawing.Point(6, 162);
this.Create.Name = "Create";
this.Create.Size = new System.Drawing.Size(136, 36);
this.Create.TabIndex = 0;
this.Create.Text = "Go";
this.Create.UseVisualStyleBackColor = true;
this.Create.Click += new System.EventHandler(this.Go_Click);
//
// STRLabel
//
this.STRLabel.AutoSize = true;
this.STRLabel.Location = new System.Drawing.Point(7, 25);
this.STRLabel.Name = "STRLabel";
this.STRLabel.Size = new System.Drawing.Size(32, 13);
this.STRLabel.TabIndex = 1;
this.STRLabel.Text = "STR:";
this.STRLabel.Visible = false;
//
// ENDLabel
//
this.ENDLabel.AutoSize = true;
this.ENDLabel.Location = new System.Drawing.Point(7, 51);
this.ENDLabel.Name = "ENDLabel";
this.ENDLabel.Size = new System.Drawing.Size(33, 13);
this.ENDLabel.TabIndex = 2;
this.ENDLabel.Text = "END:";
this.ENDLabel.Visible = false;
//
// DEXLabel
//
this.DEXLabel.AutoSize = true;
this.DEXLabel.Location = new System.Drawing.Point(7, 77);
this.DEXLabel.Name = "DEXLabel";
this.DEXLabel.Size = new System.Drawing.Size(32, 13);
this.DEXLabel.TabIndex = 3;
this.DEXLabel.Text = "DEX:";
this.DEXLabel.Visible = false;
//
// INTLabel
//
this.INTLabel.AutoSize = true;
this.INTLabel.Location = new System.Drawing.Point(7, 103);
this.INTLabel.Name = "INTLabel";
this.INTLabel.Size = new System.Drawing.Size(28, 13);
this.INTLabel.TabIndex = 4;
this.INTLabel.Text = "INT:";
this.INTLabel.Visible = false;
//
// SPRLabel
//
this.SPRLabel.AutoSize = true;
this.SPRLabel.Location = new System.Drawing.Point(7, 129);
this.SPRLabel.Name = "SPRLabel";
this.SPRLabel.Size = new System.Drawing.Size(32, 13);
this.SPRLabel.TabIndex = 5;
this.SPRLabel.Text = "SPR:";
this.SPRLabel.Visible = false;
//
// STRAmount
//
this.STRAmount.Location = new System.Drawing.Point(40, 23);
this.STRAmount.Maximum = new decimal(new int[] {
99000,
0,
0,
0});
this.STRAmount.Name = "STRAmount";
this.STRAmount.Size = new System.Drawing.Size(58, 20);
this.STRAmount.TabIndex = 7;
this.STRAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.STRAmount.Visible = false;
//
// ENDAmount
//
this.ENDAmount.Location = new System.Drawing.Point(40, 49);
this.ENDAmount.Maximum = new decimal(new int[] {
99000,
0,
0,
0});
this.ENDAmount.Name = "ENDAmount";
this.ENDAmount.Size = new System.Drawing.Size(58, 20);
this.ENDAmount.TabIndex = 8;
this.ENDAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.ENDAmount.Visible = false;
//
// DEXAmount
//
this.DEXAmount.Location = new System.Drawing.Point(40, 75);
this.DEXAmount.Maximum = new decimal(new int[] {
99000,
0,
0,
0});
this.DEXAmount.Name = "DEXAmount";
this.DEXAmount.Size = new System.Drawing.Size(58, 20);
this.DEXAmount.TabIndex = 9;
this.DEXAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.DEXAmount.Visible = false;
//
// INTAmount
//
this.INTAmount.Location = new System.Drawing.Point(40, 101);
this.INTAmount.Maximum = new decimal(new int[] {
99000,
0,
0,
0});
this.INTAmount.Name = "INTAmount";
this.INTAmount.Size = new System.Drawing.Size(58, 20);
this.INTAmount.TabIndex = 10;
this.INTAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.INTAmount.Visible = false;
//
// SPRAmount
//
this.SPRAmount.Location = new System.Drawing.Point(40, 127);
this.SPRAmount.Maximum = new decimal(new int[] {
99000,
0,
0,
0});
this.SPRAmount.Name = "SPRAmount";
this.SPRAmount.Size = new System.Drawing.Size(58, 20);
this.SPRAmount.TabIndex = 11;
this.SPRAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.SPRAmount.Visible = false;
//
// GroupStats
//
this.GroupStats.Controls.Add(this.AmountAmount);
this.GroupStats.Controls.Add(this.AmountLabel);
this.GroupStats.Controls.Add(this.GroupServer);
this.GroupStats.Controls.Add(this.UpEffectLabel);
this.GroupStats.Controls.Add(this.UpEffectAmount);
this.GroupStats.Controls.Add(this.CharacterText);
this.GroupStats.Controls.Add(this.CharacterLabel);
this.GroupStats.Controls.Add(this.ItemIDText);
this.GroupStats.Controls.Add(this.ItemIDLabel);
this.GroupStats.Controls.Add(this.TypeList);
this.GroupStats.Controls.Add(this.TypeLabel);
this.GroupStats.Controls.Add(this.STRLabel);
this.GroupStats.Controls.Add(this.SPRAmount);
this.GroupStats.Controls.Add(this.Create);
this.GroupStats.Controls.Add(this.INTAmount);
this.GroupStats.Controls.Add(this.ENDLabel);
this.GroupStats.Controls.Add(this.DEXAmount);
this.GroupStats.Controls.Add(this.DEXLabel);
this.GroupStats.Controls.Add(this.ENDAmount);
this.GroupStats.Controls.Add(this.INTLabel);
this.GroupStats.Controls.Add(this.STRAmount);
this.GroupStats.Controls.Add(this.SPRLabel);
this.GroupStats.Location = new System.Drawing.Point(12, 12);
this.GroupStats.Name = "GroupStats";
this.GroupStats.Size = new System.Drawing.Size(319, 209);
this.GroupStats.TabIndex = 12;
this.GroupStats.TabStop = false;
this.GroupStats.Text = "Stats";
//
// AmountAmount
//
this.AmountAmount.Location = new System.Drawing.Point(166, 101);
this.AmountAmount.Name = "AmountAmount";
this.AmountAmount.Size = new System.Drawing.Size(46, 20);
this.AmountAmount.TabIndex = 41;
this.AmountAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.AmountAmount.Visible = false;
//
// AmountLabel
//
this.AmountLabel.AutoSize = true;
this.AmountLabel.Location = new System.Drawing.Point(114, 103);
this.AmountLabel.Name = "AmountLabel";
this.AmountLabel.Size = new System.Drawing.Size(46, 13);
this.AmountLabel.TabIndex = 40;
this.AmountLabel.Text = "Amount:";
this.AmountLabel.Visible = false;
//
// GroupServer
//
this.GroupServer.Controls.Add(this.ApolineSelect);
this.GroupServer.Controls.Add(this.TevaSelect);
this.GroupServer.Location = new System.Drawing.Point(162, 129);
this.GroupServer.Name = "GroupServer";
this.GroupServer.Size = new System.Drawing.Size(125, 74);
this.GroupServer.TabIndex = 29;
this.GroupServer.TabStop = false;
this.GroupServer.Text = "Server";
//
// ApolineSelect
//
this.ApolineSelect.AutoSize = true;
this.ApolineSelect.Location = new System.Drawing.Point(6, 43);
this.ApolineSelect.Name = "ApolineSelect";
this.ApolineSelect.Size = new System.Drawing.Size(60, 17);
this.ApolineSelect.TabIndex = 11;
this.ApolineSelect.TabStop = true;
this.ApolineSelect.Text = "Apoline";
this.ApolineSelect.UseVisualStyleBackColor = true;
//
// TevaSelect
//
this.TevaSelect.AutoSize = true;
this.TevaSelect.Location = new System.Drawing.Point(6, 20);
this.TevaSelect.Name = "TevaSelect";
this.TevaSelect.Size = new System.Drawing.Size(50, 17);
this.TevaSelect.TabIndex = 10;
this.TevaSelect.TabStop = true;
this.TevaSelect.Text = "Teva";
this.TevaSelect.UseVisualStyleBackColor = true;
//
// UpEffectLabel
//
this.UpEffectLabel.AutoSize = true;
this.UpEffectLabel.Location = new System.Drawing.Point(104, 103);
this.UpEffectLabel.Name = "UpEffectLabel";
this.UpEffectLabel.Size = new System.Drawing.Size(52, 13);
this.UpEffectLabel.TabIndex = 25;
this.UpEffectLabel.Text = "UpEffect:";
this.UpEffectLabel.Visible = false;
//
// UpEffectAmount
//
this.UpEffectAmount.Location = new System.Drawing.Point(166, 101);
this.UpEffectAmount.Maximum = new decimal(new int[] {
12,
0,
0,
0});
this.UpEffectAmount.Name = "UpEffectAmount";
this.UpEffectAmount.Size = new System.Drawing.Size(46, 20);
this.UpEffectAmount.TabIndex = 24;
this.UpEffectAmount.Visible = false;
//
// CharacterText
//
this.CharacterText.Location = new System.Drawing.Point(166, 22);
this.CharacterText.Name = "CharacterText";
this.CharacterText.Size = new System.Drawing.Size(121, 20);
this.CharacterText.TabIndex = 21;
this.CharacterText.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// CharacterLabel
//
this.CharacterLabel.AutoSize = true;
this.CharacterLabel.Location = new System.Drawing.Point(104, 25);
this.CharacterLabel.Name = "CharacterLabel";
this.CharacterLabel.Size = new System.Drawing.Size(56, 13);
this.CharacterLabel.TabIndex = 20;
this.CharacterLabel.Text = "Character:";
//
// ItemIDText
//
this.ItemIDText.Location = new System.Drawing.Point(166, 77);
this.ItemIDText.Name = "ItemIDText";
this.ItemIDText.Size = new System.Drawing.Size(121, 20);
this.ItemIDText.TabIndex = 17;
this.ItemIDText.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.ItemIDText.Visible = false;
//
// ItemIDLabel
//
this.ItemIDLabel.AutoSize = true;
this.ItemIDLabel.Location = new System.Drawing.Point(116, 80);
this.ItemIDLabel.Name = "ItemIDLabel";
this.ItemIDLabel.Size = new System.Drawing.Size(44, 13);
this.ItemIDLabel.TabIndex = 16;
this.ItemIDLabel.Text = "Item ID:";
this.ItemIDLabel.Visible = false;
//
// TypeList
//
this.TypeList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.TypeList.FormattingEnabled = true;
this.TypeList.Items.AddRange(new object[] {
"Armor",
"Item",
"Jewel",
"Shield",
"Weapon"});
this.TypeList.Location = new System.Drawing.Point(166, 50);
this.TypeList.Name = "TypeList";
this.TypeList.Size = new System.Drawing.Size(121, 21);
this.TypeList.TabIndex = 15;
this.TypeList.SelectedIndexChanged += new System.EventHandler(this.TypeList_Changed);
//
// TypeLabel
//
this.TypeLabel.AutoSize = true;
this.TypeLabel.Location = new System.Drawing.Point(126, 53);
this.TypeLabel.Name = "TypeLabel";
this.TypeLabel.Size = new System.Drawing.Size(34, 13);
this.TypeLabel.TabIndex = 14;
this.TypeLabel.Text = "Type:";
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(351, 236);
this.Controls.Add(this.GroupStats);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Xeni Tool Kit";
this.Load += new System.EventHandler(this.Main_Load);
((System.ComponentModel.ISupportInitialize)(this.STRAmount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ENDAmount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DEXAmount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.INTAmount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SPRAmount)).EndInit();
this.GroupStats.ResumeLayout(false);
this.GroupStats.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.AmountAmount)).EndInit();
this.GroupServer.ResumeLayout(false);
this.GroupServer.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.UpEffectAmount)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button Create;
private System.Windows.Forms.Label STRLabel;
private System.Windows.Forms.Label ENDLabel;
private System.Windows.Forms.Label DEXLabel;
private System.Windows.Forms.Label INTLabel;
private System.Windows.Forms.Label SPRLabel;
private System.Windows.Forms.NumericUpDown STRAmount;
private System.Windows.Forms.NumericUpDown ENDAmount;
private System.Windows.Forms.NumericUpDown DEXAmount;
private System.Windows.Forms.NumericUpDown INTAmount;
private System.Windows.Forms.NumericUpDown SPRAmount;
private System.Windows.Forms.GroupBox GroupStats;
private System.Windows.Forms.Label TypeLabel;
private System.Windows.Forms.ComboBox TypeList;
private System.Windows.Forms.TextBox ItemIDText;
private System.Windows.Forms.Label ItemIDLabel;
private System.Windows.Forms.TextBox CharacterText;
private System.Windows.Forms.Label CharacterLabel;
private System.Windows.Forms.Label UpEffectLabel;
private System.Windows.Forms.NumericUpDown UpEffectAmount;
private System.Windows.Forms.GroupBox GroupServer;
private System.Windows.Forms.RadioButton ApolineSelect;
private System.Windows.Forms.RadioButton TevaSelect;
private System.Windows.Forms.NumericUpDown AmountAmount;
private System.Windows.Forms.Label AmountLabel;
}
}