mirror of
https://github.com/kwsch/NHSE.git
synced 2026-03-27 20:14:49 -05:00
1027 lines
54 KiB
C#
1027 lines
54 KiB
C#
namespace NHSE.WinForms
|
|
{
|
|
partial class ItemEditor
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.CB_ItemID = new System.Windows.Forms.ComboBox();
|
|
this.NUD_Count = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Count = new System.Windows.Forms.Label();
|
|
this.L_Uses = new System.Windows.Forms.Label();
|
|
this.NUD_Uses = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Flag0 = new System.Windows.Forms.Label();
|
|
this.NUD_Flag0 = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Flag1 = new System.Windows.Forms.Label();
|
|
this.NUD_Flag1 = new System.Windows.Forms.NumericUpDown();
|
|
this.CB_Recipe = new System.Windows.Forms.ComboBox();
|
|
this.FLP_Controls = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.PB_Item = new NHSE.WinForms.InterpolatingPictureBox();
|
|
this.FLP_Meta = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CHK_IsExtension = new System.Windows.Forms.CheckBox();
|
|
this.PAN_DummyExtension = new System.Windows.Forms.Panel();
|
|
this.FLP_Extension = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.L_ExtensionX = new System.Windows.Forms.Label();
|
|
this.NUD_ExtensionX = new System.Windows.Forms.NumericUpDown();
|
|
this.L_ExtensionY = new System.Windows.Forms.Label();
|
|
this.NUD_ExtensionY = new System.Windows.Forms.NumericUpDown();
|
|
this.CB_Fossil = new System.Windows.Forms.ComboBox();
|
|
this.FLP_Item = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_Count = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.PAN_DummyCount = new System.Windows.Forms.Panel();
|
|
this.L_RemakeBody = new System.Windows.Forms.Label();
|
|
this.L_RemakeFabric = new System.Windows.Forms.Label();
|
|
this.FLP_Uses = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_Flag0 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_Flower = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_Genetics = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CHK_R2 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_R1 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Y2 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Y1 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_W2 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_W1 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_S2 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_S1 = new System.Windows.Forms.CheckBox();
|
|
this.PAN_DummyFlower = new System.Windows.Forms.Panel();
|
|
this.FLP_FlowerFlags = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CHK_IsWatered = new System.Windows.Forms.CheckBox();
|
|
this.NUD_WaterDays = new System.Windows.Forms.NumericUpDown();
|
|
this.L_WaterDays = new System.Windows.Forms.Label();
|
|
this.CHK_WV2 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WV1 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WV0 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WV5 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WV4 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WV3 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WV8 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WV7 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WV6 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WV9 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Gold = new System.Windows.Forms.CheckBox();
|
|
this.FLP_Flag1Group = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_Flag1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CHK_Wrapped = new System.Windows.Forms.CheckBox();
|
|
this.FLP_Wrapped = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CB_WrapType = new System.Windows.Forms.ComboBox();
|
|
this.CB_WrapColor = new System.Windows.Forms.ComboBox();
|
|
this.CHK_WrapShowName = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Wrap80 = new System.Windows.Forms.CheckBox();
|
|
this.TT_Search = new System.Windows.Forms.ToolTip(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Count)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Uses)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Flag0)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Flag1)).BeginInit();
|
|
this.FLP_Controls.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Item)).BeginInit();
|
|
this.FLP_Meta.SuspendLayout();
|
|
this.FLP_Extension.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_ExtensionX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_ExtensionY)).BeginInit();
|
|
this.FLP_Item.SuspendLayout();
|
|
this.FLP_Count.SuspendLayout();
|
|
this.FLP_Uses.SuspendLayout();
|
|
this.FLP_Flag0.SuspendLayout();
|
|
this.FLP_Flower.SuspendLayout();
|
|
this.FLP_Genetics.SuspendLayout();
|
|
this.FLP_FlowerFlags.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WaterDays)).BeginInit();
|
|
this.FLP_Flag1Group.SuspendLayout();
|
|
this.FLP_Flag1.SuspendLayout();
|
|
this.FLP_Wrapped.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// CB_ItemID
|
|
//
|
|
this.CB_ItemID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_ItemID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_ItemID.DropDownWidth = 322;
|
|
this.FLP_Meta.SetFlowBreak(this.CB_ItemID, true);
|
|
this.CB_ItemID.FormattingEnabled = true;
|
|
this.CB_ItemID.Location = new System.Drawing.Point(3, 1);
|
|
this.CB_ItemID.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.CB_ItemID.Name = "CB_ItemID";
|
|
this.CB_ItemID.Size = new System.Drawing.Size(141, 21);
|
|
this.CB_ItemID.TabIndex = 1;
|
|
this.CB_ItemID.SelectedValueChanged += new System.EventHandler(this.CB_ItemID_SelectedValueChanged);
|
|
this.CB_ItemID.TextChanged += new System.EventHandler(this.CB_ItemID_TextChanged);
|
|
this.CB_ItemID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CB_KeyDown);
|
|
//
|
|
// NUD_Count
|
|
//
|
|
this.FLP_Count.SetFlowBreak(this.NUD_Count, true);
|
|
this.NUD_Count.Location = new System.Drawing.Point(84, 3);
|
|
this.NUD_Count.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Count.Name = "NUD_Count";
|
|
this.NUD_Count.Size = new System.Drawing.Size(56, 20);
|
|
this.NUD_Count.TabIndex = 2;
|
|
this.NUD_Count.ValueChanged += new System.EventHandler(this.NUD_Count_ValueChanged);
|
|
//
|
|
// L_Count
|
|
//
|
|
this.L_Count.Location = new System.Drawing.Point(3, 3);
|
|
this.L_Count.Margin = new System.Windows.Forms.Padding(3);
|
|
this.L_Count.Name = "L_Count";
|
|
this.L_Count.Size = new System.Drawing.Size(75, 20);
|
|
this.L_Count.TabIndex = 7;
|
|
this.L_Count.Text = "Count:";
|
|
this.L_Count.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_Count.DoubleClick += new System.EventHandler(this.L_Count_DoubleClick);
|
|
//
|
|
// L_Uses
|
|
//
|
|
this.L_Uses.Location = new System.Drawing.Point(3, 3);
|
|
this.L_Uses.Margin = new System.Windows.Forms.Padding(3);
|
|
this.L_Uses.Name = "L_Uses";
|
|
this.L_Uses.Size = new System.Drawing.Size(75, 20);
|
|
this.L_Uses.TabIndex = 9;
|
|
this.L_Uses.Text = "Uses:";
|
|
this.L_Uses.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Uses
|
|
//
|
|
this.NUD_Uses.Location = new System.Drawing.Point(84, 3);
|
|
this.NUD_Uses.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Uses.Name = "NUD_Uses";
|
|
this.NUD_Uses.Size = new System.Drawing.Size(56, 20);
|
|
this.NUD_Uses.TabIndex = 8;
|
|
//
|
|
// L_Flag0
|
|
//
|
|
this.L_Flag0.Location = new System.Drawing.Point(3, 3);
|
|
this.L_Flag0.Margin = new System.Windows.Forms.Padding(3);
|
|
this.L_Flag0.Name = "L_Flag0";
|
|
this.L_Flag0.Size = new System.Drawing.Size(75, 20);
|
|
this.L_Flag0.TabIndex = 11;
|
|
this.L_Flag0.Text = "Flag0:";
|
|
this.L_Flag0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Flag0
|
|
//
|
|
this.NUD_Flag0.Hexadecimal = true;
|
|
this.NUD_Flag0.Location = new System.Drawing.Point(84, 3);
|
|
this.NUD_Flag0.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Flag0.Name = "NUD_Flag0";
|
|
this.NUD_Flag0.Size = new System.Drawing.Size(56, 20);
|
|
this.NUD_Flag0.TabIndex = 10;
|
|
//
|
|
// L_Flag1
|
|
//
|
|
this.L_Flag1.Location = new System.Drawing.Point(3, 3);
|
|
this.L_Flag1.Margin = new System.Windows.Forms.Padding(3);
|
|
this.L_Flag1.Name = "L_Flag1";
|
|
this.L_Flag1.Size = new System.Drawing.Size(75, 20);
|
|
this.L_Flag1.TabIndex = 13;
|
|
this.L_Flag1.Text = "Flag1:";
|
|
this.L_Flag1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Flag1
|
|
//
|
|
this.NUD_Flag1.Hexadecimal = true;
|
|
this.NUD_Flag1.Location = new System.Drawing.Point(84, 3);
|
|
this.NUD_Flag1.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Flag1.Name = "NUD_Flag1";
|
|
this.NUD_Flag1.Size = new System.Drawing.Size(56, 20);
|
|
this.NUD_Flag1.TabIndex = 12;
|
|
//
|
|
// CB_Recipe
|
|
//
|
|
this.CB_Recipe.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Recipe.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Recipe.DropDownWidth = 322;
|
|
this.FLP_Meta.SetFlowBreak(this.CB_Recipe, true);
|
|
this.CB_Recipe.FormattingEnabled = true;
|
|
this.CB_Recipe.Location = new System.Drawing.Point(3, 87);
|
|
this.CB_Recipe.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.CB_Recipe.Name = "CB_Recipe";
|
|
this.CB_Recipe.Size = new System.Drawing.Size(141, 21);
|
|
this.CB_Recipe.TabIndex = 14;
|
|
this.CB_Recipe.Visible = false;
|
|
this.CB_Recipe.SelectedValueChanged += new System.EventHandler(this.CB_CountAlias_SelectedValueChanged);
|
|
this.CB_Recipe.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CB_KeyDown);
|
|
//
|
|
// FLP_Controls
|
|
//
|
|
this.FLP_Controls.AutoScroll = true;
|
|
this.FLP_Controls.AutoSize = true;
|
|
this.FLP_Controls.Controls.Add(this.PB_Item);
|
|
this.FLP_Controls.Controls.Add(this.FLP_Meta);
|
|
this.FLP_Controls.Controls.Add(this.FLP_Item);
|
|
this.FLP_Controls.Controls.Add(this.FLP_Flag1Group);
|
|
this.FLP_Controls.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.FLP_Controls.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_Controls.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Controls.Name = "FLP_Controls";
|
|
this.FLP_Controls.Size = new System.Drawing.Size(222, 681);
|
|
this.FLP_Controls.TabIndex = 15;
|
|
//
|
|
// PB_Item
|
|
//
|
|
this.PB_Item.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.PB_Item.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.PB_Item.Location = new System.Drawing.Point(3, 3);
|
|
this.PB_Item.Name = "PB_Item";
|
|
this.PB_Item.Size = new System.Drawing.Size(66, 66);
|
|
this.PB_Item.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.PB_Item.TabIndex = 28;
|
|
this.PB_Item.TabStop = false;
|
|
this.PB_Item.Click += new System.EventHandler(this.PB_Item_Click);
|
|
//
|
|
// FLP_Meta
|
|
//
|
|
this.FLP_Meta.AutoSize = true;
|
|
this.FLP_Meta.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.FLP_Meta.Controls.Add(this.CB_ItemID);
|
|
this.FLP_Meta.Controls.Add(this.CHK_IsExtension);
|
|
this.FLP_Meta.Controls.Add(this.PAN_DummyExtension);
|
|
this.FLP_Meta.Controls.Add(this.FLP_Extension);
|
|
this.FLP_Meta.Controls.Add(this.CB_Recipe);
|
|
this.FLP_Meta.Controls.Add(this.CB_Fossil);
|
|
this.FLP_Meta.Location = new System.Drawing.Point(0, 72);
|
|
this.FLP_Meta.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Meta.Name = "FLP_Meta";
|
|
this.FLP_Meta.Size = new System.Drawing.Size(147, 132);
|
|
this.FLP_Meta.TabIndex = 30;
|
|
//
|
|
// CHK_IsExtension
|
|
//
|
|
this.CHK_IsExtension.AutoSize = true;
|
|
this.FLP_Meta.SetFlowBreak(this.CHK_IsExtension, true);
|
|
this.CHK_IsExtension.Location = new System.Drawing.Point(17, 26);
|
|
this.CHK_IsExtension.Margin = new System.Windows.Forms.Padding(17, 3, 3, 3);
|
|
this.CHK_IsExtension.Name = "CHK_IsExtension";
|
|
this.CHK_IsExtension.Size = new System.Drawing.Size(72, 17);
|
|
this.CHK_IsExtension.TabIndex = 27;
|
|
this.CHK_IsExtension.Text = "Extension";
|
|
this.CHK_IsExtension.UseVisualStyleBackColor = true;
|
|
this.CHK_IsExtension.CheckedChanged += new System.EventHandler(this.CHK_IsExtension_CheckedChanged);
|
|
//
|
|
// PAN_DummyExtension
|
|
//
|
|
this.PAN_DummyExtension.Location = new System.Drawing.Point(0, 46);
|
|
this.PAN_DummyExtension.Margin = new System.Windows.Forms.Padding(0);
|
|
this.PAN_DummyExtension.Name = "PAN_DummyExtension";
|
|
this.PAN_DummyExtension.Size = new System.Drawing.Size(0, 0);
|
|
this.PAN_DummyExtension.TabIndex = 29;
|
|
//
|
|
// FLP_Extension
|
|
//
|
|
this.FLP_Extension.AutoSize = true;
|
|
this.FLP_Extension.Controls.Add(this.L_ExtensionX);
|
|
this.FLP_Extension.Controls.Add(this.NUD_ExtensionX);
|
|
this.FLP_Extension.Controls.Add(this.L_ExtensionY);
|
|
this.FLP_Extension.Controls.Add(this.NUD_ExtensionY);
|
|
this.FLP_Meta.SetFlowBreak(this.FLP_Extension, true);
|
|
this.FLP_Extension.Location = new System.Drawing.Point(0, 46);
|
|
this.FLP_Extension.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Extension.Name = "FLP_Extension";
|
|
this.FLP_Extension.Size = new System.Drawing.Size(88, 40);
|
|
this.FLP_Extension.TabIndex = 24;
|
|
this.FLP_Extension.Visible = false;
|
|
//
|
|
// L_ExtensionX
|
|
//
|
|
this.L_ExtensionX.AutoSize = true;
|
|
this.L_ExtensionX.Location = new System.Drawing.Point(33, 3);
|
|
this.L_ExtensionX.Margin = new System.Windows.Forms.Padding(33, 3, 3, 3);
|
|
this.L_ExtensionX.Name = "L_ExtensionX";
|
|
this.L_ExtensionX.Size = new System.Drawing.Size(17, 13);
|
|
this.L_ExtensionX.TabIndex = 8;
|
|
this.L_ExtensionX.Text = "X:";
|
|
//
|
|
// NUD_ExtensionX
|
|
//
|
|
this.FLP_Extension.SetFlowBreak(this.NUD_ExtensionX, true);
|
|
this.NUD_ExtensionX.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.NUD_ExtensionX.Location = new System.Drawing.Point(53, 0);
|
|
this.NUD_ExtensionX.Margin = new System.Windows.Forms.Padding(0);
|
|
this.NUD_ExtensionX.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_ExtensionX.Name = "NUD_ExtensionX";
|
|
this.NUD_ExtensionX.Size = new System.Drawing.Size(35, 20);
|
|
this.NUD_ExtensionX.TabIndex = 7;
|
|
//
|
|
// L_ExtensionY
|
|
//
|
|
this.L_ExtensionY.AutoSize = true;
|
|
this.L_ExtensionY.Location = new System.Drawing.Point(33, 23);
|
|
this.L_ExtensionY.Margin = new System.Windows.Forms.Padding(33, 3, 3, 3);
|
|
this.L_ExtensionY.Name = "L_ExtensionY";
|
|
this.L_ExtensionY.Size = new System.Drawing.Size(17, 13);
|
|
this.L_ExtensionY.TabIndex = 26;
|
|
this.L_ExtensionY.Text = "Y:";
|
|
//
|
|
// NUD_ExtensionY
|
|
//
|
|
this.NUD_ExtensionY.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.NUD_ExtensionY.Location = new System.Drawing.Point(53, 20);
|
|
this.NUD_ExtensionY.Margin = new System.Windows.Forms.Padding(0);
|
|
this.NUD_ExtensionY.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_ExtensionY.Name = "NUD_ExtensionY";
|
|
this.NUD_ExtensionY.Size = new System.Drawing.Size(35, 20);
|
|
this.NUD_ExtensionY.TabIndex = 25;
|
|
//
|
|
// CB_Fossil
|
|
//
|
|
this.CB_Fossil.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Fossil.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Fossil.DropDownWidth = 322;
|
|
this.FLP_Meta.SetFlowBreak(this.CB_Fossil, true);
|
|
this.CB_Fossil.FormattingEnabled = true;
|
|
this.CB_Fossil.Location = new System.Drawing.Point(3, 110);
|
|
this.CB_Fossil.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.CB_Fossil.Name = "CB_Fossil";
|
|
this.CB_Fossil.Size = new System.Drawing.Size(141, 21);
|
|
this.CB_Fossil.TabIndex = 21;
|
|
this.CB_Fossil.Visible = false;
|
|
this.CB_Fossil.SelectedValueChanged += new System.EventHandler(this.CB_CountAlias_SelectedValueChanged);
|
|
this.CB_Fossil.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CB_KeyDown);
|
|
//
|
|
// FLP_Item
|
|
//
|
|
this.FLP_Item.AutoSize = true;
|
|
this.FLP_Item.Controls.Add(this.FLP_Count);
|
|
this.FLP_Item.Controls.Add(this.FLP_Uses);
|
|
this.FLP_Item.Controls.Add(this.FLP_Flag0);
|
|
this.FLP_Item.Controls.Add(this.FLP_Flower);
|
|
this.FLP_Item.Location = new System.Drawing.Point(0, 204);
|
|
this.FLP_Item.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Item.Name = "FLP_Item";
|
|
this.FLP_Item.Size = new System.Drawing.Size(152, 298);
|
|
this.FLP_Item.TabIndex = 25;
|
|
//
|
|
// FLP_Count
|
|
//
|
|
this.FLP_Count.AutoSize = true;
|
|
this.FLP_Count.Controls.Add(this.L_Count);
|
|
this.FLP_Count.Controls.Add(this.NUD_Count);
|
|
this.FLP_Count.Controls.Add(this.PAN_DummyCount);
|
|
this.FLP_Count.Controls.Add(this.L_RemakeBody);
|
|
this.FLP_Count.Controls.Add(this.L_RemakeFabric);
|
|
this.FLP_Item.SetFlowBreak(this.FLP_Count, true);
|
|
this.FLP_Count.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_Count.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Count.Name = "FLP_Count";
|
|
this.FLP_Count.Size = new System.Drawing.Size(143, 76);
|
|
this.FLP_Count.TabIndex = 16;
|
|
//
|
|
// PAN_DummyCount
|
|
//
|
|
this.PAN_DummyCount.Location = new System.Drawing.Point(0, 26);
|
|
this.PAN_DummyCount.Margin = new System.Windows.Forms.Padding(0);
|
|
this.PAN_DummyCount.Name = "PAN_DummyCount";
|
|
this.PAN_DummyCount.Size = new System.Drawing.Size(0, 0);
|
|
this.PAN_DummyCount.TabIndex = 24;
|
|
//
|
|
// L_RemakeBody
|
|
//
|
|
this.L_RemakeBody.AutoSize = true;
|
|
this.FLP_Count.SetFlowBreak(this.L_RemakeBody, true);
|
|
this.L_RemakeBody.Location = new System.Drawing.Point(3, 32);
|
|
this.L_RemakeBody.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
this.L_RemakeBody.Name = "L_RemakeBody";
|
|
this.L_RemakeBody.Size = new System.Drawing.Size(75, 13);
|
|
this.L_RemakeBody.TabIndex = 22;
|
|
this.L_RemakeBody.Text = "*RemakeBody";
|
|
this.L_RemakeBody.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// L_RemakeFabric
|
|
//
|
|
this.L_RemakeFabric.AutoSize = true;
|
|
this.FLP_Count.SetFlowBreak(this.L_RemakeFabric, true);
|
|
this.L_RemakeFabric.Location = new System.Drawing.Point(3, 57);
|
|
this.L_RemakeFabric.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
this.L_RemakeFabric.Name = "L_RemakeFabric";
|
|
this.L_RemakeFabric.Size = new System.Drawing.Size(80, 13);
|
|
this.L_RemakeFabric.TabIndex = 23;
|
|
this.L_RemakeFabric.Text = "*RemakeFabric";
|
|
this.L_RemakeFabric.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// FLP_Uses
|
|
//
|
|
this.FLP_Uses.Controls.Add(this.L_Uses);
|
|
this.FLP_Uses.Controls.Add(this.NUD_Uses);
|
|
this.FLP_Uses.Location = new System.Drawing.Point(0, 76);
|
|
this.FLP_Uses.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Uses.Name = "FLP_Uses";
|
|
this.FLP_Uses.Size = new System.Drawing.Size(152, 26);
|
|
this.FLP_Uses.TabIndex = 17;
|
|
//
|
|
// FLP_Flag0
|
|
//
|
|
this.FLP_Flag0.Controls.Add(this.L_Flag0);
|
|
this.FLP_Flag0.Controls.Add(this.NUD_Flag0);
|
|
this.FLP_Flag0.Location = new System.Drawing.Point(0, 102);
|
|
this.FLP_Flag0.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Flag0.Name = "FLP_Flag0";
|
|
this.FLP_Flag0.Size = new System.Drawing.Size(152, 26);
|
|
this.FLP_Flag0.TabIndex = 17;
|
|
//
|
|
// FLP_Flower
|
|
//
|
|
this.FLP_Flower.AutoSize = true;
|
|
this.FLP_Flower.Controls.Add(this.FLP_Genetics);
|
|
this.FLP_Flower.Controls.Add(this.PAN_DummyFlower);
|
|
this.FLP_Flower.Controls.Add(this.FLP_FlowerFlags);
|
|
this.FLP_Flower.Location = new System.Drawing.Point(0, 128);
|
|
this.FLP_Flower.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Flower.Name = "FLP_Flower";
|
|
this.FLP_Flower.Size = new System.Drawing.Size(152, 170);
|
|
this.FLP_Flower.TabIndex = 24;
|
|
this.FLP_Flower.Visible = false;
|
|
//
|
|
// FLP_Genetics
|
|
//
|
|
this.FLP_Genetics.Controls.Add(this.CHK_R2);
|
|
this.FLP_Genetics.Controls.Add(this.CHK_R1);
|
|
this.FLP_Genetics.Controls.Add(this.CHK_Y2);
|
|
this.FLP_Genetics.Controls.Add(this.CHK_Y1);
|
|
this.FLP_Genetics.Controls.Add(this.CHK_W2);
|
|
this.FLP_Genetics.Controls.Add(this.CHK_W1);
|
|
this.FLP_Genetics.Controls.Add(this.CHK_S2);
|
|
this.FLP_Genetics.Controls.Add(this.CHK_S1);
|
|
this.FLP_Flower.SetFlowBreak(this.FLP_Genetics, true);
|
|
this.FLP_Genetics.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.FLP_Genetics.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_Genetics.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Genetics.Name = "FLP_Genetics";
|
|
this.FLP_Genetics.Size = new System.Drawing.Size(108, 65);
|
|
this.FLP_Genetics.TabIndex = 18;
|
|
//
|
|
// CHK_R2
|
|
//
|
|
this.CHK_R2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_R2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_R2.Location = new System.Drawing.Point(58, 0);
|
|
this.CHK_R2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_R2.Name = "CHK_R2";
|
|
this.CHK_R2.Size = new System.Drawing.Size(50, 16);
|
|
this.CHK_R2.TabIndex = 0;
|
|
this.CHK_R2.Text = "R2";
|
|
this.CHK_R2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_R2.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_R1
|
|
//
|
|
this.CHK_R1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_R1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_R1.Location = new System.Drawing.Point(8, 0);
|
|
this.CHK_R1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_R1.Name = "CHK_R1";
|
|
this.CHK_R1.Size = new System.Drawing.Size(50, 16);
|
|
this.CHK_R1.TabIndex = 1;
|
|
this.CHK_R1.Text = "R1";
|
|
this.CHK_R1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_R1.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Y2
|
|
//
|
|
this.CHK_Y2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Y2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_Y2.Location = new System.Drawing.Point(58, 16);
|
|
this.CHK_Y2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_Y2.Name = "CHK_Y2";
|
|
this.CHK_Y2.Size = new System.Drawing.Size(50, 16);
|
|
this.CHK_Y2.TabIndex = 2;
|
|
this.CHK_Y2.Text = "Y2";
|
|
this.CHK_Y2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Y2.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Y1
|
|
//
|
|
this.CHK_Y1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Y1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_Y1.Location = new System.Drawing.Point(8, 16);
|
|
this.CHK_Y1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_Y1.Name = "CHK_Y1";
|
|
this.CHK_Y1.Size = new System.Drawing.Size(50, 16);
|
|
this.CHK_Y1.TabIndex = 3;
|
|
this.CHK_Y1.Text = "Y1";
|
|
this.CHK_Y1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Y1.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_W2
|
|
//
|
|
this.CHK_W2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_W2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_W2.Location = new System.Drawing.Point(58, 32);
|
|
this.CHK_W2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_W2.Name = "CHK_W2";
|
|
this.CHK_W2.Size = new System.Drawing.Size(50, 16);
|
|
this.CHK_W2.TabIndex = 4;
|
|
this.CHK_W2.Text = "W2";
|
|
this.CHK_W2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_W2.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_W1
|
|
//
|
|
this.CHK_W1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_W1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_W1.Location = new System.Drawing.Point(8, 32);
|
|
this.CHK_W1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_W1.Name = "CHK_W1";
|
|
this.CHK_W1.Size = new System.Drawing.Size(50, 16);
|
|
this.CHK_W1.TabIndex = 5;
|
|
this.CHK_W1.Text = "W1";
|
|
this.CHK_W1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_W1.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_S2
|
|
//
|
|
this.CHK_S2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_S2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_S2.Location = new System.Drawing.Point(58, 48);
|
|
this.CHK_S2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_S2.Name = "CHK_S2";
|
|
this.CHK_S2.Size = new System.Drawing.Size(50, 16);
|
|
this.CHK_S2.TabIndex = 6;
|
|
this.CHK_S2.Text = "S2";
|
|
this.CHK_S2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_S2.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_S1
|
|
//
|
|
this.CHK_S1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_S1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_S1.Location = new System.Drawing.Point(8, 48);
|
|
this.CHK_S1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_S1.Name = "CHK_S1";
|
|
this.CHK_S1.Size = new System.Drawing.Size(50, 16);
|
|
this.CHK_S1.TabIndex = 7;
|
|
this.CHK_S1.Text = "S1";
|
|
this.CHK_S1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_S1.UseVisualStyleBackColor = true;
|
|
//
|
|
// PAN_DummyFlower
|
|
//
|
|
this.PAN_DummyFlower.Location = new System.Drawing.Point(0, 65);
|
|
this.PAN_DummyFlower.Margin = new System.Windows.Forms.Padding(0);
|
|
this.PAN_DummyFlower.Name = "PAN_DummyFlower";
|
|
this.PAN_DummyFlower.Size = new System.Drawing.Size(0, 0);
|
|
this.PAN_DummyFlower.TabIndex = 21;
|
|
//
|
|
// FLP_FlowerFlags
|
|
//
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_IsWatered);
|
|
this.FLP_FlowerFlags.Controls.Add(this.NUD_WaterDays);
|
|
this.FLP_FlowerFlags.Controls.Add(this.L_WaterDays);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV2);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV1);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV0);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV5);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV4);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV3);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV8);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV7);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV6);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_WV9);
|
|
this.FLP_FlowerFlags.Controls.Add(this.CHK_Gold);
|
|
this.FLP_FlowerFlags.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.FLP_FlowerFlags.Location = new System.Drawing.Point(0, 65);
|
|
this.FLP_FlowerFlags.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_FlowerFlags.Name = "FLP_FlowerFlags";
|
|
this.FLP_FlowerFlags.Size = new System.Drawing.Size(152, 105);
|
|
this.FLP_FlowerFlags.TabIndex = 20;
|
|
//
|
|
// CHK_IsWatered
|
|
//
|
|
this.CHK_IsWatered.AutoSize = true;
|
|
this.CHK_IsWatered.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.FLP_FlowerFlags.SetFlowBreak(this.CHK_IsWatered, true);
|
|
this.CHK_IsWatered.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_IsWatered.Location = new System.Drawing.Point(77, 0);
|
|
this.CHK_IsWatered.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_IsWatered.Name = "CHK_IsWatered";
|
|
this.CHK_IsWatered.Size = new System.Drawing.Size(75, 18);
|
|
this.CHK_IsWatered.TabIndex = 6;
|
|
this.CHK_IsWatered.Text = "Watered";
|
|
this.CHK_IsWatered.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_IsWatered.UseVisualStyleBackColor = true;
|
|
//
|
|
// NUD_WaterDays
|
|
//
|
|
this.NUD_WaterDays.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.NUD_WaterDays.Location = new System.Drawing.Point(117, 20);
|
|
this.NUD_WaterDays.Margin = new System.Windows.Forms.Padding(0);
|
|
this.NUD_WaterDays.Maximum = new decimal(new int[] {
|
|
31,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_WaterDays.Name = "NUD_WaterDays";
|
|
this.NUD_WaterDays.Size = new System.Drawing.Size(35, 20);
|
|
this.NUD_WaterDays.TabIndex = 7;
|
|
//
|
|
// L_WaterDays
|
|
//
|
|
this.L_WaterDays.AutoSize = true;
|
|
this.FLP_FlowerFlags.SetFlowBreak(this.L_WaterDays, true);
|
|
this.L_WaterDays.Location = new System.Drawing.Point(80, 23);
|
|
this.L_WaterDays.Margin = new System.Windows.Forms.Padding(3);
|
|
this.L_WaterDays.Name = "L_WaterDays";
|
|
this.L_WaterDays.Size = new System.Drawing.Size(34, 13);
|
|
this.L_WaterDays.TabIndex = 8;
|
|
this.L_WaterDays.Text = "Days:";
|
|
this.L_WaterDays.Click += new System.EventHandler(this.L_WaterDays_Click);
|
|
//
|
|
// CHK_WV2
|
|
//
|
|
this.CHK_WV2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV2.Location = new System.Drawing.Point(104, 40);
|
|
this.CHK_WV2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV2.Name = "CHK_WV2";
|
|
this.CHK_WV2.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV2.TabIndex = 17;
|
|
this.CHK_WV2.Text = "V3";
|
|
this.CHK_WV2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV2.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WV1
|
|
//
|
|
this.CHK_WV1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV1.Location = new System.Drawing.Point(56, 40);
|
|
this.CHK_WV1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV1.Name = "CHK_WV1";
|
|
this.CHK_WV1.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV1.TabIndex = 14;
|
|
this.CHK_WV1.Text = "V2";
|
|
this.CHK_WV1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV1.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WV0
|
|
//
|
|
this.CHK_WV0.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV0.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV0.Location = new System.Drawing.Point(8, 40);
|
|
this.CHK_WV0.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV0.Name = "CHK_WV0";
|
|
this.CHK_WV0.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV0.TabIndex = 15;
|
|
this.CHK_WV0.Text = "V1";
|
|
this.CHK_WV0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV0.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WV5
|
|
//
|
|
this.CHK_WV5.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV5.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV5.Location = new System.Drawing.Point(104, 56);
|
|
this.CHK_WV5.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV5.Name = "CHK_WV5";
|
|
this.CHK_WV5.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV5.TabIndex = 18;
|
|
this.CHK_WV5.Text = "V6";
|
|
this.CHK_WV5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV5.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WV4
|
|
//
|
|
this.CHK_WV4.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV4.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV4.Location = new System.Drawing.Point(56, 56);
|
|
this.CHK_WV4.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV4.Name = "CHK_WV4";
|
|
this.CHK_WV4.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV4.TabIndex = 19;
|
|
this.CHK_WV4.Text = "V5";
|
|
this.CHK_WV4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV4.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WV3
|
|
//
|
|
this.CHK_WV3.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV3.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV3.Location = new System.Drawing.Point(8, 56);
|
|
this.CHK_WV3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV3.Name = "CHK_WV3";
|
|
this.CHK_WV3.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV3.TabIndex = 16;
|
|
this.CHK_WV3.Text = "V4";
|
|
this.CHK_WV3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV3.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WV8
|
|
//
|
|
this.CHK_WV8.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV8.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV8.Location = new System.Drawing.Point(104, 72);
|
|
this.CHK_WV8.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV8.Name = "CHK_WV8";
|
|
this.CHK_WV8.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV8.TabIndex = 23;
|
|
this.CHK_WV8.Text = "V9";
|
|
this.CHK_WV8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV8.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WV7
|
|
//
|
|
this.CHK_WV7.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV7.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV7.Location = new System.Drawing.Point(56, 72);
|
|
this.CHK_WV7.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV7.Name = "CHK_WV7";
|
|
this.CHK_WV7.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV7.TabIndex = 20;
|
|
this.CHK_WV7.Text = "V8";
|
|
this.CHK_WV7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV7.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WV6
|
|
//
|
|
this.CHK_WV6.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV6.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV6.Location = new System.Drawing.Point(8, 72);
|
|
this.CHK_WV6.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV6.Name = "CHK_WV6";
|
|
this.CHK_WV6.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV6.TabIndex = 21;
|
|
this.CHK_WV6.Text = "V7";
|
|
this.CHK_WV6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV6.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WV9
|
|
//
|
|
this.CHK_WV9.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV9.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_WV9.Location = new System.Drawing.Point(104, 88);
|
|
this.CHK_WV9.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_WV9.Name = "CHK_WV9";
|
|
this.CHK_WV9.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_WV9.TabIndex = 22;
|
|
this.CHK_WV9.Text = "V10";
|
|
this.CHK_WV9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_WV9.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Gold
|
|
//
|
|
this.CHK_Gold.AutoSize = true;
|
|
this.CHK_Gold.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Gold.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.CHK_Gold.Location = new System.Drawing.Point(50, 88);
|
|
this.CHK_Gold.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CHK_Gold.Name = "CHK_Gold";
|
|
this.CHK_Gold.Size = new System.Drawing.Size(54, 18);
|
|
this.CHK_Gold.TabIndex = 13;
|
|
this.CHK_Gold.Text = "Gold";
|
|
this.CHK_Gold.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Gold.UseVisualStyleBackColor = true;
|
|
//
|
|
// FLP_Flag1Group
|
|
//
|
|
this.FLP_Flag1Group.AutoSize = true;
|
|
this.FLP_Flag1Group.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.FLP_Flag1Group.Controls.Add(this.FLP_Flag1);
|
|
this.FLP_Flag1Group.Controls.Add(this.CHK_Wrapped);
|
|
this.FLP_Flag1Group.Controls.Add(this.FLP_Wrapped);
|
|
this.FLP_Flag1Group.Location = new System.Drawing.Point(0, 502);
|
|
this.FLP_Flag1Group.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Flag1Group.Name = "FLP_Flag1Group";
|
|
this.FLP_Flag1Group.Size = new System.Drawing.Size(152, 125);
|
|
this.FLP_Flag1Group.TabIndex = 31;
|
|
//
|
|
// FLP_Flag1
|
|
//
|
|
this.FLP_Flag1.Controls.Add(this.L_Flag1);
|
|
this.FLP_Flag1.Controls.Add(this.NUD_Flag1);
|
|
this.FLP_Flag1.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_Flag1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Flag1.Name = "FLP_Flag1";
|
|
this.FLP_Flag1.Size = new System.Drawing.Size(152, 26);
|
|
this.FLP_Flag1.TabIndex = 17;
|
|
//
|
|
// CHK_Wrapped
|
|
//
|
|
this.CHK_Wrapped.AutoSize = true;
|
|
this.FLP_Flag1Group.SetFlowBreak(this.CHK_Wrapped, true);
|
|
this.CHK_Wrapped.Location = new System.Drawing.Point(17, 29);
|
|
this.CHK_Wrapped.Margin = new System.Windows.Forms.Padding(17, 3, 3, 3);
|
|
this.CHK_Wrapped.Name = "CHK_Wrapped";
|
|
this.CHK_Wrapped.Size = new System.Drawing.Size(70, 17);
|
|
this.CHK_Wrapped.TabIndex = 27;
|
|
this.CHK_Wrapped.Text = "Wrapped";
|
|
this.CHK_Wrapped.UseVisualStyleBackColor = true;
|
|
this.CHK_Wrapped.CheckedChanged += new System.EventHandler(this.CHK_Wrapped_CheckedChanged);
|
|
//
|
|
// FLP_Wrapped
|
|
//
|
|
this.FLP_Wrapped.AutoSize = true;
|
|
this.FLP_Wrapped.Controls.Add(this.CB_WrapType);
|
|
this.FLP_Wrapped.Controls.Add(this.CB_WrapColor);
|
|
this.FLP_Wrapped.Controls.Add(this.CHK_WrapShowName);
|
|
this.FLP_Wrapped.Controls.Add(this.CHK_Wrap80);
|
|
this.FLP_Flag1Group.SetFlowBreak(this.FLP_Wrapped, true);
|
|
this.FLP_Wrapped.Location = new System.Drawing.Point(0, 49);
|
|
this.FLP_Wrapped.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Wrapped.Name = "FLP_Wrapped";
|
|
this.FLP_Wrapped.Size = new System.Drawing.Size(124, 76);
|
|
this.FLP_Wrapped.TabIndex = 24;
|
|
this.FLP_Wrapped.Visible = false;
|
|
//
|
|
// CB_WrapType
|
|
//
|
|
this.CB_WrapType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_WrapType.FormattingEnabled = true;
|
|
this.CB_WrapType.Location = new System.Drawing.Point(0, 0);
|
|
this.CB_WrapType.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_WrapType.Name = "CB_WrapType";
|
|
this.CB_WrapType.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_WrapType.TabIndex = 27;
|
|
this.CB_WrapType.SelectedIndexChanged += new System.EventHandler(this.CB_WrapType_SelectedIndexChanged);
|
|
//
|
|
// CB_WrapColor
|
|
//
|
|
this.CB_WrapColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_WrapColor.FormattingEnabled = true;
|
|
this.CB_WrapColor.Location = new System.Drawing.Point(0, 21);
|
|
this.CB_WrapColor.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_WrapColor.Name = "CB_WrapColor";
|
|
this.CB_WrapColor.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_WrapColor.TabIndex = 28;
|
|
this.CB_WrapColor.Visible = false;
|
|
//
|
|
// CHK_WrapShowName
|
|
//
|
|
this.FLP_Wrapped.SetFlowBreak(this.CHK_WrapShowName, true);
|
|
this.CHK_WrapShowName.Location = new System.Drawing.Point(17, 42);
|
|
this.CHK_WrapShowName.Margin = new System.Windows.Forms.Padding(17, 0, 0, 0);
|
|
this.CHK_WrapShowName.Name = "CHK_WrapShowName";
|
|
this.CHK_WrapShowName.Size = new System.Drawing.Size(107, 17);
|
|
this.CHK_WrapShowName.TabIndex = 29;
|
|
this.CHK_WrapShowName.Text = "Show Item Name";
|
|
this.CHK_WrapShowName.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Wrap80
|
|
//
|
|
this.FLP_Wrapped.SetFlowBreak(this.CHK_Wrap80, true);
|
|
this.CHK_Wrap80.Location = new System.Drawing.Point(17, 59);
|
|
this.CHK_Wrap80.Margin = new System.Windows.Forms.Padding(17, 0, 0, 0);
|
|
this.CHK_Wrap80.Name = "CHK_Wrap80";
|
|
this.CHK_Wrap80.Size = new System.Drawing.Size(107, 17);
|
|
this.CHK_Wrap80.TabIndex = 30;
|
|
this.CHK_Wrap80.Text = "Flag 0x80";
|
|
this.CHK_Wrap80.UseVisualStyleBackColor = true;
|
|
this.CHK_Wrap80.Visible = false;
|
|
//
|
|
// TT_Search
|
|
//
|
|
this.TT_Search.AutomaticDelay = 200;
|
|
this.TT_Search.AutoPopDelay = 10000;
|
|
this.TT_Search.InitialDelay = 200;
|
|
this.TT_Search.ReshowDelay = 40;
|
|
//
|
|
// ItemEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
this.Controls.Add(this.FLP_Controls);
|
|
this.Name = "ItemEditor";
|
|
this.Size = new System.Drawing.Size(222, 681);
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Count)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Uses)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Flag0)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Flag1)).EndInit();
|
|
this.FLP_Controls.ResumeLayout(false);
|
|
this.FLP_Controls.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Item)).EndInit();
|
|
this.FLP_Meta.ResumeLayout(false);
|
|
this.FLP_Meta.PerformLayout();
|
|
this.FLP_Extension.ResumeLayout(false);
|
|
this.FLP_Extension.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_ExtensionX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_ExtensionY)).EndInit();
|
|
this.FLP_Item.ResumeLayout(false);
|
|
this.FLP_Item.PerformLayout();
|
|
this.FLP_Count.ResumeLayout(false);
|
|
this.FLP_Count.PerformLayout();
|
|
this.FLP_Uses.ResumeLayout(false);
|
|
this.FLP_Flag0.ResumeLayout(false);
|
|
this.FLP_Flower.ResumeLayout(false);
|
|
this.FLP_Genetics.ResumeLayout(false);
|
|
this.FLP_FlowerFlags.ResumeLayout(false);
|
|
this.FLP_FlowerFlags.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WaterDays)).EndInit();
|
|
this.FLP_Flag1Group.ResumeLayout(false);
|
|
this.FLP_Flag1Group.PerformLayout();
|
|
this.FLP_Flag1.ResumeLayout(false);
|
|
this.FLP_Wrapped.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.ComboBox CB_ItemID;
|
|
private System.Windows.Forms.NumericUpDown NUD_Count;
|
|
private System.Windows.Forms.Label L_Count;
|
|
private System.Windows.Forms.Label L_Uses;
|
|
private System.Windows.Forms.NumericUpDown NUD_Uses;
|
|
private System.Windows.Forms.Label L_Flag0;
|
|
private System.Windows.Forms.NumericUpDown NUD_Flag0;
|
|
private System.Windows.Forms.Label L_Flag1;
|
|
private System.Windows.Forms.NumericUpDown NUD_Flag1;
|
|
private System.Windows.Forms.ComboBox CB_Recipe;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Controls;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Count;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Uses;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Flag0;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Flag1;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Genetics;
|
|
private System.Windows.Forms.CheckBox CHK_R2;
|
|
private System.Windows.Forms.CheckBox CHK_R1;
|
|
private System.Windows.Forms.CheckBox CHK_Y2;
|
|
private System.Windows.Forms.CheckBox CHK_Y1;
|
|
private System.Windows.Forms.CheckBox CHK_W2;
|
|
private System.Windows.Forms.CheckBox CHK_W1;
|
|
private System.Windows.Forms.CheckBox CHK_S2;
|
|
private System.Windows.Forms.CheckBox CHK_S1;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_FlowerFlags;
|
|
private System.Windows.Forms.CheckBox CHK_IsWatered;
|
|
private System.Windows.Forms.NumericUpDown NUD_WaterDays;
|
|
private System.Windows.Forms.Label L_WaterDays;
|
|
private System.Windows.Forms.CheckBox CHK_Gold;
|
|
private System.Windows.Forms.CheckBox CHK_WV1;
|
|
private System.Windows.Forms.CheckBox CHK_WV0;
|
|
private System.Windows.Forms.CheckBox CHK_WV3;
|
|
private System.Windows.Forms.CheckBox CHK_WV2;
|
|
private System.Windows.Forms.CheckBox CHK_WV5;
|
|
private System.Windows.Forms.CheckBox CHK_WV4;
|
|
private System.Windows.Forms.CheckBox CHK_WV7;
|
|
private System.Windows.Forms.CheckBox CHK_WV6;
|
|
private System.Windows.Forms.CheckBox CHK_WV9;
|
|
private System.Windows.Forms.CheckBox CHK_WV8;
|
|
private System.Windows.Forms.ComboBox CB_Fossil;
|
|
private System.Windows.Forms.Label L_RemakeBody;
|
|
private System.Windows.Forms.Label L_RemakeFabric;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Extension;
|
|
private System.Windows.Forms.Label L_ExtensionX;
|
|
private System.Windows.Forms.NumericUpDown NUD_ExtensionX;
|
|
private System.Windows.Forms.Label L_ExtensionY;
|
|
private System.Windows.Forms.NumericUpDown NUD_ExtensionY;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Item;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Flower;
|
|
private System.Windows.Forms.CheckBox CHK_IsExtension;
|
|
private System.Windows.Forms.Panel PAN_DummyCount;
|
|
private System.Windows.Forms.Panel PAN_DummyExtension;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Meta;
|
|
private System.Windows.Forms.Panel PAN_DummyFlower;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Flag1Group;
|
|
private System.Windows.Forms.CheckBox CHK_Wrapped;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Wrapped;
|
|
private System.Windows.Forms.ComboBox CB_WrapType;
|
|
private System.Windows.Forms.ComboBox CB_WrapColor;
|
|
private System.Windows.Forms.CheckBox CHK_WrapShowName;
|
|
private System.Windows.Forms.CheckBox CHK_Wrap80;
|
|
private System.Windows.Forms.ToolTip TT_Search;
|
|
private InterpolatingPictureBox PB_Item;
|
|
}
|
|
}
|