mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-03 12:07:07 -05:00
* Added current set fields BW(2) subway * Added battle subway data * Fixed checking wrong chkbox * Added NPC met flag
2430 lines
131 KiB
C#
2430 lines
131 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_Misc5
|
|
{
|
|
/// <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 Windows Form 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()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
B_Cancel = new System.Windows.Forms.Button();
|
|
B_Save = new System.Windows.Forms.Button();
|
|
TC_Misc = new System.Windows.Forms.TabControl();
|
|
TAB_Main = new System.Windows.Forms.TabPage();
|
|
L_Record32V = new System.Windows.Forms.Label();
|
|
L_Record32 = new System.Windows.Forms.Label();
|
|
L_Record16V = new System.Windows.Forms.Label();
|
|
L_Record16 = new System.Windows.Forms.Label();
|
|
NUD_Record32V = new System.Windows.Forms.NumericUpDown();
|
|
NUD_Record32 = new System.Windows.Forms.NumericUpDown();
|
|
NUD_Record16V = new System.Windows.Forms.NumericUpDown();
|
|
NUD_Record16 = new System.Windows.Forms.NumericUpDown();
|
|
GB_KeySystem = new System.Windows.Forms.GroupBox();
|
|
B_AllKeys = new System.Windows.Forms.Button();
|
|
CLB_KeySystem = new System.Windows.Forms.CheckedListBox();
|
|
CHK_LibertyPass = new System.Windows.Forms.CheckBox();
|
|
GB_Roamer = new System.Windows.Forms.GroupBox();
|
|
CB_RoamStatus = new System.Windows.Forms.ComboBox();
|
|
L_RoamStatus = new System.Windows.Forms.Label();
|
|
L_Roamer642 = new System.Windows.Forms.Label();
|
|
L_Roamer641 = new System.Windows.Forms.Label();
|
|
CB_Roamer642 = new System.Windows.Forms.ComboBox();
|
|
CB_Roamer641 = new System.Windows.Forms.ComboBox();
|
|
GB_FlyDest = new System.Windows.Forms.GroupBox();
|
|
CLB_FlyDest = new System.Windows.Forms.CheckedListBox();
|
|
B_AllFlyDest = new System.Windows.Forms.Button();
|
|
TAB_Entralink = new System.Windows.Forms.TabPage();
|
|
PAN_MissionMeta = new System.Windows.Forms.Panel();
|
|
L_FMHosted = new System.Windows.Forms.Label();
|
|
L_FMParticipants = new System.Windows.Forms.Label();
|
|
NUD_FMHosted = new System.Windows.Forms.NumericUpDown();
|
|
L_FMCompleted = new System.Windows.Forms.Label();
|
|
NUD_FMMostParticipants = new System.Windows.Forms.NumericUpDown();
|
|
NUD_FMParticipated = new System.Windows.Forms.NumericUpDown();
|
|
L_FMParticipated = new System.Windows.Forms.Label();
|
|
NUD_FMCompleted = new System.Windows.Forms.NumericUpDown();
|
|
NUD_FMTopScores = new System.Windows.Forms.NumericUpDown();
|
|
L_FMTopScore = new System.Windows.Forms.Label();
|
|
GB_EntreeLevel = new System.Windows.Forms.GroupBox();
|
|
NUD_EntreeWhiteEXP = new System.Windows.Forms.NumericUpDown();
|
|
NUD_EntreeBlackEXP = new System.Windows.Forms.NumericUpDown();
|
|
NUD_EntreeBlackLV = new System.Windows.Forms.NumericUpDown();
|
|
NUD_EntreeWhiteLV = new System.Windows.Forms.NumericUpDown();
|
|
L_EntreeBlack = new System.Windows.Forms.Label();
|
|
L_EntreeWhite = new System.Windows.Forms.Label();
|
|
GB_FunfestMissions = new System.Windows.Forms.GroupBox();
|
|
CHK_FMNew = new System.Windows.Forms.CheckBox();
|
|
L_FMLocked = new System.Windows.Forms.Label();
|
|
L_FMBestScore = new System.Windows.Forms.Label();
|
|
L_FMBestTotal = new System.Windows.Forms.Label();
|
|
NUD_FMBestScore = new System.Windows.Forms.NumericUpDown();
|
|
NUD_FMBestTotal = new System.Windows.Forms.NumericUpDown();
|
|
CB_FMLevel = new System.Windows.Forms.ComboBox();
|
|
L_FMUnlocked = new System.Windows.Forms.Label();
|
|
B_FunfestMissions = new System.Windows.Forms.Button();
|
|
LB_FunfestMissions = new System.Windows.Forms.ListBox();
|
|
GB_PassPowers = new System.Windows.Forms.GroupBox();
|
|
CB_PassPower3 = new System.Windows.Forms.ComboBox();
|
|
CB_PassPower2 = new System.Windows.Forms.ComboBox();
|
|
CB_PassPower1 = new System.Windows.Forms.ComboBox();
|
|
TAB_Forest = new System.Windows.Forms.TabPage();
|
|
B_RandForest = new System.Windows.Forms.Button();
|
|
NUD_Unlocked = new System.Windows.Forms.NumericUpDown();
|
|
L_Area18 = new System.Windows.Forms.Label();
|
|
CHK_Area9 = new System.Windows.Forms.CheckBox();
|
|
PB_SlotPreview = new System.Windows.Forms.PictureBox();
|
|
CHK_Invisible = new System.Windows.Forms.CheckBox();
|
|
L_Animation = new System.Windows.Forms.Label();
|
|
NUD_Animation = new System.Windows.Forms.NumericUpDown();
|
|
L_Gender = new System.Windows.Forms.Label();
|
|
CB_Gender = new System.Windows.Forms.ComboBox();
|
|
L_Move = new System.Windows.Forms.Label();
|
|
L_Form = new System.Windows.Forms.Label();
|
|
L_Species = new System.Windows.Forms.Label();
|
|
CB_Move = new System.Windows.Forms.ComboBox();
|
|
CB_Form = new System.Windows.Forms.ComboBox();
|
|
CB_Species = new System.Windows.Forms.ComboBox();
|
|
CB_Areas = new System.Windows.Forms.ComboBox();
|
|
LB_Slots = new System.Windows.Forms.ListBox();
|
|
TAB_Subway = new System.Windows.Forms.TabPage();
|
|
GB_SubwayChecks = new System.Windows.Forms.GroupBox();
|
|
CHK_Subway0 = new System.Windows.Forms.CheckBox();
|
|
CHK_Subway1 = new System.Windows.Forms.CheckBox();
|
|
CHK_Subway2 = new System.Windows.Forms.CheckBox();
|
|
CHK_Subway3 = new System.Windows.Forms.CheckBox();
|
|
CHK_SuperSingle = new System.Windows.Forms.CheckBox();
|
|
CHK_SuperMulti = new System.Windows.Forms.CheckBox();
|
|
CHK_SuperDouble = new System.Windows.Forms.CheckBox();
|
|
CHK_Subway7 = new System.Windows.Forms.CheckBox();
|
|
CHK_SWNPCMet = new System.Windows.Forms.CheckBox();
|
|
GB_CurrentData = new System.Windows.Forms.GroupBox();
|
|
L_CurrentType = new System.Windows.Forms.Label();
|
|
L_CurrentBattle = new System.Windows.Forms.Label();
|
|
NUD_CurrentType = new System.Windows.Forms.NumericUpDown();
|
|
NUD_CurrentBattle = new System.Windows.Forms.NumericUpDown();
|
|
GB_SubwaySets = new System.Windows.Forms.GroupBox();
|
|
L_NormalSets = new System.Windows.Forms.Label();
|
|
L_SuperSets = new System.Windows.Forms.Label();
|
|
CHK_SingleSet = new System.Windows.Forms.CheckBox();
|
|
CHK_DoubleSet = new System.Windows.Forms.CheckBox();
|
|
CHK_MultiNPCSet = new System.Windows.Forms.CheckBox();
|
|
CHK_MultiFriendsSet = new System.Windows.Forms.CheckBox();
|
|
CHK_SuperSingleSet = new System.Windows.Forms.CheckBox();
|
|
CHK_SuperDoubleSet = new System.Windows.Forms.CheckBox();
|
|
CHK_SuperMultiNPCSet = new System.Windows.Forms.CheckBox();
|
|
CHK_SuperMultiFriendsSet = new System.Windows.Forms.CheckBox();
|
|
GB_SuperMulti = new System.Windows.Forms.GroupBox();
|
|
L_SMultiNPC = new System.Windows.Forms.Label();
|
|
L_SMultiFriends = new System.Windows.Forms.Label();
|
|
NUD_SMultiFriendsRecord = new System.Windows.Forms.NumericUpDown();
|
|
L_SMultiFriendsPast = new System.Windows.Forms.Label();
|
|
NUD_SMultiFriendsPast = new System.Windows.Forms.NumericUpDown();
|
|
NUD_SMultiNpcRecord = new System.Windows.Forms.NumericUpDown();
|
|
L_SMultiNpcPast = new System.Windows.Forms.Label();
|
|
NUD_SMultiNpcPast = new System.Windows.Forms.NumericUpDown();
|
|
L_SMultiFriendsRecord = new System.Windows.Forms.Label();
|
|
L_SMultiNpcRecord = new System.Windows.Forms.Label();
|
|
GB_SuperDoubles = new System.Windows.Forms.GroupBox();
|
|
NUD_SDoubleRecord = new System.Windows.Forms.NumericUpDown();
|
|
L_SDoublePast = new System.Windows.Forms.Label();
|
|
NUD_SDoublePast = new System.Windows.Forms.NumericUpDown();
|
|
L_SDoubleRecord = new System.Windows.Forms.Label();
|
|
GB_SuperSingles = new System.Windows.Forms.GroupBox();
|
|
NUD_SSingleRecord = new System.Windows.Forms.NumericUpDown();
|
|
L_SSinglePast = new System.Windows.Forms.Label();
|
|
NUD_SSinglePast = new System.Windows.Forms.NumericUpDown();
|
|
L_SSingleRecord = new System.Windows.Forms.Label();
|
|
GB_Multi = new System.Windows.Forms.GroupBox();
|
|
L_MultiNPC = new System.Windows.Forms.Label();
|
|
L_MultiFriends = new System.Windows.Forms.Label();
|
|
NUD_MultiFriendsRecord = new System.Windows.Forms.NumericUpDown();
|
|
L_MultiFriendsPast = new System.Windows.Forms.Label();
|
|
NUD_MultiFriendsPast = new System.Windows.Forms.NumericUpDown();
|
|
NUD_MultiNpcRecord = new System.Windows.Forms.NumericUpDown();
|
|
L_MultiNpcPast = new System.Windows.Forms.Label();
|
|
NUD_MultiNpcPast = new System.Windows.Forms.NumericUpDown();
|
|
L_MultiFriendsRecord = new System.Windows.Forms.Label();
|
|
L_MultiNpcRecord = new System.Windows.Forms.Label();
|
|
GB_Doubles = new System.Windows.Forms.GroupBox();
|
|
NUD_DoubleRecord = new System.Windows.Forms.NumericUpDown();
|
|
L_DoublePast = new System.Windows.Forms.Label();
|
|
NUD_DoublePast = new System.Windows.Forms.NumericUpDown();
|
|
L_DoubleRecord = new System.Windows.Forms.Label();
|
|
GB_Singles = new System.Windows.Forms.GroupBox();
|
|
NUD_SingleRecord = new System.Windows.Forms.NumericUpDown();
|
|
L_SinglePast = new System.Windows.Forms.Label();
|
|
NUD_SinglePast = new System.Windows.Forms.NumericUpDown();
|
|
L_SingleRecord = new System.Windows.Forms.Label();
|
|
TAB_BWCityForest = new System.Windows.Forms.TabPage();
|
|
L_FC = new System.Windows.Forms.Label();
|
|
B_ImportFC = new System.Windows.Forms.Button();
|
|
B_DumpFC = new System.Windows.Forms.Button();
|
|
TAB_Medals = new System.Windows.Forms.TabPage();
|
|
TB_MedalType = new System.Windows.Forms.TextBox();
|
|
B_ObtainAllMedals = new System.Windows.Forms.Button();
|
|
CAL_MedalDate = new System.Windows.Forms.DateTimePicker();
|
|
CHK_MedalUnread = new System.Windows.Forms.CheckBox();
|
|
CB_MedalState = new System.Windows.Forms.ComboBox();
|
|
CB_CurrentMedal = new System.Windows.Forms.ComboBox();
|
|
TAB_Muscial = new System.Windows.Forms.TabPage();
|
|
B_UnlockAllProps = new System.Windows.Forms.Button();
|
|
CHK_PropObtained = new System.Windows.Forms.CheckBox();
|
|
CB_Prop = new System.Windows.Forms.ComboBox();
|
|
TipExpB = new System.Windows.Forms.ToolTip(components);
|
|
TipExpW = new System.Windows.Forms.ToolTip(components);
|
|
TC_Misc.SuspendLayout();
|
|
TAB_Main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Record32V).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Record32).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Record16V).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Record16).BeginInit();
|
|
GB_KeySystem.SuspendLayout();
|
|
GB_Roamer.SuspendLayout();
|
|
GB_FlyDest.SuspendLayout();
|
|
TAB_Entralink.SuspendLayout();
|
|
PAN_MissionMeta.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMHosted).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMMostParticipants).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMParticipated).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMCompleted).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMTopScores).BeginInit();
|
|
GB_EntreeLevel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_EntreeWhiteEXP).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_EntreeBlackEXP).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_EntreeBlackLV).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_EntreeWhiteLV).BeginInit();
|
|
GB_FunfestMissions.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMBestScore).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMBestTotal).BeginInit();
|
|
GB_PassPowers.SuspendLayout();
|
|
TAB_Forest.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Unlocked).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_SlotPreview).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Animation).BeginInit();
|
|
TAB_Subway.SuspendLayout();
|
|
GB_SubwayChecks.SuspendLayout();
|
|
GB_CurrentData.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_CurrentType).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_CurrentBattle).BeginInit();
|
|
GB_SubwaySets.SuspendLayout();
|
|
GB_SuperMulti.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SMultiFriendsRecord).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SMultiFriendsPast).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SMultiNpcRecord).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SMultiNpcPast).BeginInit();
|
|
GB_SuperDoubles.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SDoubleRecord).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SDoublePast).BeginInit();
|
|
GB_SuperSingles.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SSingleRecord).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SSinglePast).BeginInit();
|
|
GB_Multi.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_MultiFriendsRecord).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_MultiFriendsPast).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_MultiNpcRecord).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_MultiNpcPast).BeginInit();
|
|
GB_Doubles.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_DoubleRecord).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_DoublePast).BeginInit();
|
|
GB_Singles.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SingleRecord).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SinglePast).BeginInit();
|
|
TAB_BWCityForest.SuspendLayout();
|
|
TAB_Medals.SuspendLayout();
|
|
TAB_Muscial.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// B_Cancel
|
|
//
|
|
B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
B_Cancel.Location = new System.Drawing.Point(230, 389);
|
|
B_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Cancel.Name = "B_Cancel";
|
|
B_Cancel.Size = new System.Drawing.Size(88, 29);
|
|
B_Cancel.TabIndex = 1;
|
|
B_Cancel.Text = "Cancel";
|
|
B_Cancel.UseVisualStyleBackColor = true;
|
|
B_Cancel.Click += B_Cancel_Click;
|
|
//
|
|
// B_Save
|
|
//
|
|
B_Save.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
B_Save.Location = new System.Drawing.Point(324, 389);
|
|
B_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Save.Name = "B_Save";
|
|
B_Save.Size = new System.Drawing.Size(88, 29);
|
|
B_Save.TabIndex = 2;
|
|
B_Save.Text = "Save";
|
|
B_Save.UseVisualStyleBackColor = true;
|
|
B_Save.Click += B_Save_Click;
|
|
//
|
|
// TC_Misc
|
|
//
|
|
TC_Misc.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
TC_Misc.Controls.Add(TAB_Main);
|
|
TC_Misc.Controls.Add(TAB_Entralink);
|
|
TC_Misc.Controls.Add(TAB_Forest);
|
|
TC_Misc.Controls.Add(TAB_Subway);
|
|
TC_Misc.Controls.Add(TAB_BWCityForest);
|
|
TC_Misc.Controls.Add(TAB_Medals);
|
|
TC_Misc.Controls.Add(TAB_Muscial);
|
|
TC_Misc.Location = new System.Drawing.Point(14, 17);
|
|
TC_Misc.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TC_Misc.Name = "TC_Misc";
|
|
TC_Misc.SelectedIndex = 0;
|
|
TC_Misc.Size = new System.Drawing.Size(398, 366);
|
|
TC_Misc.TabIndex = 0;
|
|
//
|
|
// TAB_Main
|
|
//
|
|
TAB_Main.Controls.Add(L_Record32V);
|
|
TAB_Main.Controls.Add(L_Record32);
|
|
TAB_Main.Controls.Add(L_Record16V);
|
|
TAB_Main.Controls.Add(L_Record16);
|
|
TAB_Main.Controls.Add(NUD_Record32V);
|
|
TAB_Main.Controls.Add(NUD_Record32);
|
|
TAB_Main.Controls.Add(NUD_Record16V);
|
|
TAB_Main.Controls.Add(NUD_Record16);
|
|
TAB_Main.Controls.Add(GB_KeySystem);
|
|
TAB_Main.Controls.Add(CHK_LibertyPass);
|
|
TAB_Main.Controls.Add(GB_Roamer);
|
|
TAB_Main.Controls.Add(GB_FlyDest);
|
|
TAB_Main.Location = new System.Drawing.Point(4, 24);
|
|
TAB_Main.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Main.Name = "TAB_Main";
|
|
TAB_Main.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Main.Size = new System.Drawing.Size(390, 338);
|
|
TAB_Main.TabIndex = 0;
|
|
TAB_Main.Text = "Main";
|
|
TAB_Main.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_Record32V
|
|
//
|
|
L_Record32V.Location = new System.Drawing.Point(178, 279);
|
|
L_Record32V.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Record32V.Name = "L_Record32V";
|
|
L_Record32V.Size = new System.Drawing.Size(82, 23);
|
|
L_Record32V.TabIndex = 11;
|
|
L_Record32V.Text = "Value:";
|
|
L_Record32V.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Record32
|
|
//
|
|
L_Record32.Location = new System.Drawing.Point(178, 254);
|
|
L_Record32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Record32.Name = "L_Record32";
|
|
L_Record32.Size = new System.Drawing.Size(82, 23);
|
|
L_Record32.TabIndex = 10;
|
|
L_Record32.Text = "Record:";
|
|
L_Record32.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Record16V
|
|
//
|
|
L_Record16V.Location = new System.Drawing.Point(178, 225);
|
|
L_Record16V.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Record16V.Name = "L_Record16V";
|
|
L_Record16V.Size = new System.Drawing.Size(82, 23);
|
|
L_Record16V.TabIndex = 9;
|
|
L_Record16V.Text = "Value:";
|
|
L_Record16V.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Record16
|
|
//
|
|
L_Record16.Location = new System.Drawing.Point(178, 200);
|
|
L_Record16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Record16.Name = "L_Record16";
|
|
L_Record16.Size = new System.Drawing.Size(82, 23);
|
|
L_Record16.TabIndex = 6;
|
|
L_Record16.Text = "Record:";
|
|
L_Record16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Record32V
|
|
//
|
|
NUD_Record32V.Location = new System.Drawing.Point(263, 279);
|
|
NUD_Record32V.Maximum = new decimal(new int[] { -1, 0, 0, 0 });
|
|
NUD_Record32V.Name = "NUD_Record32V";
|
|
NUD_Record32V.Size = new System.Drawing.Size(120, 23);
|
|
NUD_Record32V.TabIndex = 8;
|
|
//
|
|
// NUD_Record32
|
|
//
|
|
NUD_Record32.Location = new System.Drawing.Point(263, 254);
|
|
NUD_Record32.Name = "NUD_Record32";
|
|
NUD_Record32.Size = new System.Drawing.Size(120, 23);
|
|
NUD_Record32.TabIndex = 7;
|
|
//
|
|
// NUD_Record16V
|
|
//
|
|
NUD_Record16V.Location = new System.Drawing.Point(263, 225);
|
|
NUD_Record16V.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_Record16V.Name = "NUD_Record16V";
|
|
NUD_Record16V.Size = new System.Drawing.Size(120, 23);
|
|
NUD_Record16V.TabIndex = 6;
|
|
//
|
|
// NUD_Record16
|
|
//
|
|
NUD_Record16.Location = new System.Drawing.Point(263, 200);
|
|
NUD_Record16.Name = "NUD_Record16";
|
|
NUD_Record16.Size = new System.Drawing.Size(120, 23);
|
|
NUD_Record16.TabIndex = 5;
|
|
//
|
|
// GB_KeySystem
|
|
//
|
|
GB_KeySystem.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
GB_KeySystem.Controls.Add(B_AllKeys);
|
|
GB_KeySystem.Controls.Add(CLB_KeySystem);
|
|
GB_KeySystem.Location = new System.Drawing.Point(7, 170);
|
|
GB_KeySystem.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_KeySystem.Name = "GB_KeySystem";
|
|
GB_KeySystem.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_KeySystem.Size = new System.Drawing.Size(163, 159);
|
|
GB_KeySystem.TabIndex = 1;
|
|
GB_KeySystem.TabStop = false;
|
|
GB_KeySystem.Text = "Unlocked Keys";
|
|
//
|
|
// B_AllKeys
|
|
//
|
|
B_AllKeys.Location = new System.Drawing.Point(7, 23);
|
|
B_AllKeys.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_AllKeys.Name = "B_AllKeys";
|
|
B_AllKeys.Size = new System.Drawing.Size(88, 29);
|
|
B_AllKeys.TabIndex = 0;
|
|
B_AllKeys.Text = "Check All";
|
|
B_AllKeys.UseVisualStyleBackColor = true;
|
|
B_AllKeys.Click += B_AllKeys_Click;
|
|
//
|
|
// CLB_KeySystem
|
|
//
|
|
CLB_KeySystem.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CLB_KeySystem.CheckOnClick = true;
|
|
CLB_KeySystem.FormattingEnabled = true;
|
|
CLB_KeySystem.Location = new System.Drawing.Point(7, 59);
|
|
CLB_KeySystem.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CLB_KeySystem.Name = "CLB_KeySystem";
|
|
CLB_KeySystem.Size = new System.Drawing.Size(149, 58);
|
|
CLB_KeySystem.TabIndex = 1;
|
|
//
|
|
// CHK_LibertyPass
|
|
//
|
|
CHK_LibertyPass.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
CHK_LibertyPass.AutoSize = true;
|
|
CHK_LibertyPass.Location = new System.Drawing.Point(189, 149);
|
|
CHK_LibertyPass.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_LibertyPass.Name = "CHK_LibertyPass";
|
|
CHK_LibertyPass.Size = new System.Drawing.Size(131, 19);
|
|
CHK_LibertyPass.TabIndex = 4;
|
|
CHK_LibertyPass.Text = "Activate LibertyPass";
|
|
CHK_LibertyPass.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_Roamer
|
|
//
|
|
GB_Roamer.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
GB_Roamer.Controls.Add(CB_RoamStatus);
|
|
GB_Roamer.Controls.Add(L_RoamStatus);
|
|
GB_Roamer.Controls.Add(L_Roamer642);
|
|
GB_Roamer.Controls.Add(L_Roamer641);
|
|
GB_Roamer.Controls.Add(CB_Roamer642);
|
|
GB_Roamer.Controls.Add(CB_Roamer641);
|
|
GB_Roamer.Location = new System.Drawing.Point(177, 8);
|
|
GB_Roamer.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Roamer.Name = "GB_Roamer";
|
|
GB_Roamer.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Roamer.Size = new System.Drawing.Size(202, 130);
|
|
GB_Roamer.TabIndex = 2;
|
|
GB_Roamer.TabStop = false;
|
|
GB_Roamer.Text = "Roamer";
|
|
//
|
|
// CB_RoamStatus
|
|
//
|
|
CB_RoamStatus.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_RoamStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_RoamStatus.FormattingEnabled = true;
|
|
CB_RoamStatus.Location = new System.Drawing.Point(93, 88);
|
|
CB_RoamStatus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_RoamStatus.Name = "CB_RoamStatus";
|
|
CB_RoamStatus.Size = new System.Drawing.Size(101, 23);
|
|
CB_RoamStatus.TabIndex = 5;
|
|
//
|
|
// L_RoamStatus
|
|
//
|
|
L_RoamStatus.Location = new System.Drawing.Point(7, 87);
|
|
L_RoamStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_RoamStatus.Name = "L_RoamStatus";
|
|
L_RoamStatus.Size = new System.Drawing.Size(82, 29);
|
|
L_RoamStatus.TabIndex = 4;
|
|
L_RoamStatus.Text = "Roam status";
|
|
L_RoamStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Roamer642
|
|
//
|
|
L_Roamer642.Location = new System.Drawing.Point(7, 53);
|
|
L_Roamer642.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Roamer642.Name = "L_Roamer642";
|
|
L_Roamer642.Size = new System.Drawing.Size(82, 29);
|
|
L_Roamer642.TabIndex = 2;
|
|
L_Roamer642.Text = "Thundurus";
|
|
L_Roamer642.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Roamer641
|
|
//
|
|
L_Roamer641.Location = new System.Drawing.Point(7, 20);
|
|
L_Roamer641.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Roamer641.Name = "L_Roamer641";
|
|
L_Roamer641.Size = new System.Drawing.Size(82, 29);
|
|
L_Roamer641.TabIndex = 0;
|
|
L_Roamer641.Text = "Tornadus";
|
|
L_Roamer641.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Roamer642
|
|
//
|
|
CB_Roamer642.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_Roamer642.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_Roamer642.FormattingEnabled = true;
|
|
CB_Roamer642.Location = new System.Drawing.Point(93, 55);
|
|
CB_Roamer642.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Roamer642.Name = "CB_Roamer642";
|
|
CB_Roamer642.Size = new System.Drawing.Size(101, 23);
|
|
CB_Roamer642.TabIndex = 3;
|
|
//
|
|
// CB_Roamer641
|
|
//
|
|
CB_Roamer641.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_Roamer641.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_Roamer641.FormattingEnabled = true;
|
|
CB_Roamer641.Location = new System.Drawing.Point(93, 23);
|
|
CB_Roamer641.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Roamer641.Name = "CB_Roamer641";
|
|
CB_Roamer641.Size = new System.Drawing.Size(101, 23);
|
|
CB_Roamer641.TabIndex = 1;
|
|
//
|
|
// GB_FlyDest
|
|
//
|
|
GB_FlyDest.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
GB_FlyDest.Controls.Add(CLB_FlyDest);
|
|
GB_FlyDest.Controls.Add(B_AllFlyDest);
|
|
GB_FlyDest.Location = new System.Drawing.Point(7, 8);
|
|
GB_FlyDest.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_FlyDest.Name = "GB_FlyDest";
|
|
GB_FlyDest.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_FlyDest.Size = new System.Drawing.Size(163, 159);
|
|
GB_FlyDest.TabIndex = 0;
|
|
GB_FlyDest.TabStop = false;
|
|
GB_FlyDest.Text = "Fly Destination";
|
|
//
|
|
// CLB_FlyDest
|
|
//
|
|
CLB_FlyDest.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CLB_FlyDest.CheckOnClick = true;
|
|
CLB_FlyDest.FormattingEnabled = true;
|
|
CLB_FlyDest.Location = new System.Drawing.Point(7, 59);
|
|
CLB_FlyDest.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CLB_FlyDest.Name = "CLB_FlyDest";
|
|
CLB_FlyDest.Size = new System.Drawing.Size(149, 58);
|
|
CLB_FlyDest.TabIndex = 1;
|
|
//
|
|
// B_AllFlyDest
|
|
//
|
|
B_AllFlyDest.Location = new System.Drawing.Point(7, 23);
|
|
B_AllFlyDest.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_AllFlyDest.Name = "B_AllFlyDest";
|
|
B_AllFlyDest.Size = new System.Drawing.Size(88, 29);
|
|
B_AllFlyDest.TabIndex = 0;
|
|
B_AllFlyDest.Text = "Check All";
|
|
B_AllFlyDest.UseVisualStyleBackColor = true;
|
|
B_AllFlyDest.Click += B_AllFlyDest_Click;
|
|
//
|
|
// TAB_Entralink
|
|
//
|
|
TAB_Entralink.Controls.Add(PAN_MissionMeta);
|
|
TAB_Entralink.Controls.Add(GB_EntreeLevel);
|
|
TAB_Entralink.Controls.Add(GB_FunfestMissions);
|
|
TAB_Entralink.Controls.Add(GB_PassPowers);
|
|
TAB_Entralink.Location = new System.Drawing.Point(4, 24);
|
|
TAB_Entralink.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Entralink.Name = "TAB_Entralink";
|
|
TAB_Entralink.Size = new System.Drawing.Size(390, 338);
|
|
TAB_Entralink.TabIndex = 1;
|
|
TAB_Entralink.Text = "Entralink";
|
|
TAB_Entralink.UseVisualStyleBackColor = true;
|
|
//
|
|
// PAN_MissionMeta
|
|
//
|
|
PAN_MissionMeta.Controls.Add(L_FMHosted);
|
|
PAN_MissionMeta.Controls.Add(L_FMParticipants);
|
|
PAN_MissionMeta.Controls.Add(NUD_FMHosted);
|
|
PAN_MissionMeta.Controls.Add(L_FMCompleted);
|
|
PAN_MissionMeta.Controls.Add(NUD_FMMostParticipants);
|
|
PAN_MissionMeta.Controls.Add(NUD_FMParticipated);
|
|
PAN_MissionMeta.Controls.Add(L_FMParticipated);
|
|
PAN_MissionMeta.Controls.Add(NUD_FMCompleted);
|
|
PAN_MissionMeta.Controls.Add(NUD_FMTopScores);
|
|
PAN_MissionMeta.Controls.Add(L_FMTopScore);
|
|
PAN_MissionMeta.Location = new System.Drawing.Point(-1, 196);
|
|
PAN_MissionMeta.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
PAN_MissionMeta.Name = "PAN_MissionMeta";
|
|
PAN_MissionMeta.Size = new System.Drawing.Size(174, 134);
|
|
PAN_MissionMeta.TabIndex = 13;
|
|
//
|
|
// L_FMHosted
|
|
//
|
|
L_FMHosted.Location = new System.Drawing.Point(5, 2);
|
|
L_FMHosted.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FMHosted.Name = "L_FMHosted";
|
|
L_FMHosted.Size = new System.Drawing.Size(103, 29);
|
|
L_FMHosted.TabIndex = 3;
|
|
L_FMHosted.Text = "Hosted";
|
|
L_FMHosted.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_FMParticipants
|
|
//
|
|
L_FMParticipants.Location = new System.Drawing.Point(-19, 103);
|
|
L_FMParticipants.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FMParticipants.Name = "L_FMParticipants";
|
|
L_FMParticipants.Size = new System.Drawing.Size(133, 29);
|
|
L_FMParticipants.TabIndex = 11;
|
|
L_FMParticipants.Text = "Most Participants";
|
|
L_FMParticipants.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FMHosted
|
|
//
|
|
NUD_FMHosted.Location = new System.Drawing.Point(114, 6);
|
|
NUD_FMHosted.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FMHosted.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_FMHosted.Name = "NUD_FMHosted";
|
|
NUD_FMHosted.Size = new System.Drawing.Size(57, 23);
|
|
NUD_FMHosted.TabIndex = 4;
|
|
NUD_FMHosted.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
//
|
|
// L_FMCompleted
|
|
//
|
|
L_FMCompleted.Location = new System.Drawing.Point(5, 51);
|
|
L_FMCompleted.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FMCompleted.Name = "L_FMCompleted";
|
|
L_FMCompleted.Size = new System.Drawing.Size(103, 29);
|
|
L_FMCompleted.TabIndex = 9;
|
|
L_FMCompleted.Text = "Completed";
|
|
L_FMCompleted.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FMMostParticipants
|
|
//
|
|
NUD_FMMostParticipants.Location = new System.Drawing.Point(121, 106);
|
|
NUD_FMMostParticipants.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FMMostParticipants.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_FMMostParticipants.Name = "NUD_FMMostParticipants";
|
|
NUD_FMMostParticipants.Size = new System.Drawing.Size(50, 23);
|
|
NUD_FMMostParticipants.TabIndex = 12;
|
|
NUD_FMMostParticipants.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// NUD_FMParticipated
|
|
//
|
|
NUD_FMParticipated.Location = new System.Drawing.Point(114, 30);
|
|
NUD_FMParticipated.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FMParticipated.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_FMParticipated.Name = "NUD_FMParticipated";
|
|
NUD_FMParticipated.Size = new System.Drawing.Size(57, 23);
|
|
NUD_FMParticipated.TabIndex = 6;
|
|
NUD_FMParticipated.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
//
|
|
// L_FMParticipated
|
|
//
|
|
L_FMParticipated.Location = new System.Drawing.Point(5, 27);
|
|
L_FMParticipated.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FMParticipated.Name = "L_FMParticipated";
|
|
L_FMParticipated.Size = new System.Drawing.Size(103, 29);
|
|
L_FMParticipated.TabIndex = 5;
|
|
L_FMParticipated.Text = "Participated";
|
|
L_FMParticipated.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FMCompleted
|
|
//
|
|
NUD_FMCompleted.Location = new System.Drawing.Point(114, 54);
|
|
NUD_FMCompleted.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FMCompleted.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_FMCompleted.Name = "NUD_FMCompleted";
|
|
NUD_FMCompleted.Size = new System.Drawing.Size(57, 23);
|
|
NUD_FMCompleted.TabIndex = 10;
|
|
NUD_FMCompleted.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
//
|
|
// NUD_FMTopScores
|
|
//
|
|
NUD_FMTopScores.Location = new System.Drawing.Point(114, 78);
|
|
NUD_FMTopScores.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FMTopScores.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_FMTopScores.Name = "NUD_FMTopScores";
|
|
NUD_FMTopScores.Size = new System.Drawing.Size(57, 23);
|
|
NUD_FMTopScores.TabIndex = 8;
|
|
NUD_FMTopScores.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
//
|
|
// L_FMTopScore
|
|
//
|
|
L_FMTopScore.Location = new System.Drawing.Point(5, 75);
|
|
L_FMTopScore.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FMTopScore.Name = "L_FMTopScore";
|
|
L_FMTopScore.Size = new System.Drawing.Size(103, 29);
|
|
L_FMTopScore.TabIndex = 7;
|
|
L_FMTopScore.Text = "Top Score";
|
|
L_FMTopScore.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// GB_EntreeLevel
|
|
//
|
|
GB_EntreeLevel.Controls.Add(NUD_EntreeWhiteEXP);
|
|
GB_EntreeLevel.Controls.Add(NUD_EntreeBlackEXP);
|
|
GB_EntreeLevel.Controls.Add(NUD_EntreeBlackLV);
|
|
GB_EntreeLevel.Controls.Add(NUD_EntreeWhiteLV);
|
|
GB_EntreeLevel.Controls.Add(L_EntreeBlack);
|
|
GB_EntreeLevel.Controls.Add(L_EntreeWhite);
|
|
GB_EntreeLevel.Location = new System.Drawing.Point(7, 8);
|
|
GB_EntreeLevel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_EntreeLevel.Name = "GB_EntreeLevel";
|
|
GB_EntreeLevel.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_EntreeLevel.Size = new System.Drawing.Size(160, 74);
|
|
GB_EntreeLevel.TabIndex = 0;
|
|
GB_EntreeLevel.TabStop = false;
|
|
GB_EntreeLevel.Text = "Entree Level";
|
|
//
|
|
// NUD_EntreeWhiteEXP
|
|
//
|
|
NUD_EntreeWhiteEXP.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_EntreeWhiteEXP.Location = new System.Drawing.Point(106, 43);
|
|
NUD_EntreeWhiteEXP.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_EntreeWhiteEXP.Maximum = new decimal(new int[] { 49, 0, 0, 0 });
|
|
NUD_EntreeWhiteEXP.Name = "NUD_EntreeWhiteEXP";
|
|
NUD_EntreeWhiteEXP.Size = new System.Drawing.Size(43, 23);
|
|
NUD_EntreeWhiteEXP.TabIndex = 5;
|
|
NUD_EntreeWhiteEXP.Value = new decimal(new int[] { 49, 0, 0, 0 });
|
|
NUD_EntreeWhiteEXP.ValueChanged += NUD_EntreeWhiteEXP_ValueChanged;
|
|
//
|
|
// NUD_EntreeBlackEXP
|
|
//
|
|
NUD_EntreeBlackEXP.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_EntreeBlackEXP.Location = new System.Drawing.Point(106, 17);
|
|
NUD_EntreeBlackEXP.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_EntreeBlackEXP.Maximum = new decimal(new int[] { 49, 0, 0, 0 });
|
|
NUD_EntreeBlackEXP.Name = "NUD_EntreeBlackEXP";
|
|
NUD_EntreeBlackEXP.Size = new System.Drawing.Size(43, 23);
|
|
NUD_EntreeBlackEXP.TabIndex = 2;
|
|
NUD_EntreeBlackEXP.Value = new decimal(new int[] { 49, 0, 0, 0 });
|
|
NUD_EntreeBlackEXP.ValueChanged += NUD_EntreeBlackEXP_ValueChanged;
|
|
//
|
|
// NUD_EntreeBlackLV
|
|
//
|
|
NUD_EntreeBlackLV.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_EntreeBlackLV.Location = new System.Drawing.Point(52, 17);
|
|
NUD_EntreeBlackLV.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_EntreeBlackLV.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUD_EntreeBlackLV.Name = "NUD_EntreeBlackLV";
|
|
NUD_EntreeBlackLV.Size = new System.Drawing.Size(50, 23);
|
|
NUD_EntreeBlackLV.TabIndex = 1;
|
|
NUD_EntreeBlackLV.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUD_EntreeBlackLV.ValueChanged += NUD_EntreeBlackLV_ValueChanged;
|
|
//
|
|
// NUD_EntreeWhiteLV
|
|
//
|
|
NUD_EntreeWhiteLV.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_EntreeWhiteLV.Location = new System.Drawing.Point(52, 43);
|
|
NUD_EntreeWhiteLV.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_EntreeWhiteLV.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUD_EntreeWhiteLV.Name = "NUD_EntreeWhiteLV";
|
|
NUD_EntreeWhiteLV.Size = new System.Drawing.Size(50, 23);
|
|
NUD_EntreeWhiteLV.TabIndex = 4;
|
|
NUD_EntreeWhiteLV.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUD_EntreeWhiteLV.ValueChanged += NUD_EntreeWhiteLV_ValueChanged;
|
|
//
|
|
// L_EntreeBlack
|
|
//
|
|
L_EntreeBlack.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_EntreeBlack.Location = new System.Drawing.Point(7, 13);
|
|
L_EntreeBlack.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_EntreeBlack.Name = "L_EntreeBlack";
|
|
L_EntreeBlack.Size = new System.Drawing.Size(38, 29);
|
|
L_EntreeBlack.TabIndex = 0;
|
|
L_EntreeBlack.Text = "B";
|
|
L_EntreeBlack.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_EntreeWhite
|
|
//
|
|
L_EntreeWhite.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_EntreeWhite.Location = new System.Drawing.Point(6, 38);
|
|
L_EntreeWhite.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_EntreeWhite.Name = "L_EntreeWhite";
|
|
L_EntreeWhite.Size = new System.Drawing.Size(40, 29);
|
|
L_EntreeWhite.TabIndex = 3;
|
|
L_EntreeWhite.Text = "W";
|
|
L_EntreeWhite.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// GB_FunfestMissions
|
|
//
|
|
GB_FunfestMissions.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
GB_FunfestMissions.Controls.Add(CHK_FMNew);
|
|
GB_FunfestMissions.Controls.Add(L_FMLocked);
|
|
GB_FunfestMissions.Controls.Add(L_FMBestScore);
|
|
GB_FunfestMissions.Controls.Add(L_FMBestTotal);
|
|
GB_FunfestMissions.Controls.Add(NUD_FMBestScore);
|
|
GB_FunfestMissions.Controls.Add(NUD_FMBestTotal);
|
|
GB_FunfestMissions.Controls.Add(CB_FMLevel);
|
|
GB_FunfestMissions.Controls.Add(L_FMUnlocked);
|
|
GB_FunfestMissions.Controls.Add(B_FunfestMissions);
|
|
GB_FunfestMissions.Controls.Add(LB_FunfestMissions);
|
|
GB_FunfestMissions.Location = new System.Drawing.Point(174, 8);
|
|
GB_FunfestMissions.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_FunfestMissions.Name = "GB_FunfestMissions";
|
|
GB_FunfestMissions.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_FunfestMissions.Size = new System.Drawing.Size(208, 242);
|
|
GB_FunfestMissions.TabIndex = 1;
|
|
GB_FunfestMissions.TabStop = false;
|
|
GB_FunfestMissions.Text = "Funfest Missions";
|
|
//
|
|
// CHK_FMNew
|
|
//
|
|
CHK_FMNew.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
CHK_FMNew.Location = new System.Drawing.Point(124, 219);
|
|
CHK_FMNew.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_FMNew.Name = "CHK_FMNew";
|
|
CHK_FMNew.Size = new System.Drawing.Size(77, 18);
|
|
CHK_FMNew.TabIndex = 6;
|
|
CHK_FMNew.Text = "NEW";
|
|
CHK_FMNew.UseVisualStyleBackColor = true;
|
|
CHK_FMNew.CheckedChanged += ChangeFestaMissionValue;
|
|
//
|
|
// L_FMLocked
|
|
//
|
|
L_FMLocked.Location = new System.Drawing.Point(7, 142);
|
|
L_FMLocked.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FMLocked.Name = "L_FMLocked";
|
|
L_FMLocked.Size = new System.Drawing.Size(82, 29);
|
|
L_FMLocked.TabIndex = 2;
|
|
L_FMLocked.Text = "Locked";
|
|
L_FMLocked.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// L_FMBestScore
|
|
//
|
|
L_FMBestScore.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_FMBestScore.Location = new System.Drawing.Point(76, 197);
|
|
L_FMBestScore.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FMBestScore.Name = "L_FMBestScore";
|
|
L_FMBestScore.Size = new System.Drawing.Size(61, 17);
|
|
L_FMBestScore.TabIndex = 7;
|
|
L_FMBestScore.Text = "Score";
|
|
L_FMBestScore.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_FMBestTotal
|
|
//
|
|
L_FMBestTotal.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_FMBestTotal.Location = new System.Drawing.Point(5, 173);
|
|
L_FMBestTotal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FMBestTotal.Name = "L_FMBestTotal";
|
|
L_FMBestTotal.Size = new System.Drawing.Size(132, 17);
|
|
L_FMBestTotal.TabIndex = 4;
|
|
L_FMBestTotal.Text = "Best Records Total";
|
|
L_FMBestTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FMBestScore
|
|
//
|
|
NUD_FMBestScore.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_FMBestScore.Location = new System.Drawing.Point(144, 195);
|
|
NUD_FMBestScore.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FMBestScore.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_FMBestScore.Name = "NUD_FMBestScore";
|
|
NUD_FMBestScore.Size = new System.Drawing.Size(57, 23);
|
|
NUD_FMBestScore.TabIndex = 8;
|
|
NUD_FMBestScore.ValueChanged += ChangeFestaMissionValue;
|
|
//
|
|
// NUD_FMBestTotal
|
|
//
|
|
NUD_FMBestTotal.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_FMBestTotal.Location = new System.Drawing.Point(144, 171);
|
|
NUD_FMBestTotal.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FMBestTotal.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_FMBestTotal.Name = "NUD_FMBestTotal";
|
|
NUD_FMBestTotal.Size = new System.Drawing.Size(57, 23);
|
|
NUD_FMBestTotal.TabIndex = 5;
|
|
NUD_FMBestTotal.ValueChanged += ChangeFestaMissionValue;
|
|
//
|
|
// CB_FMLevel
|
|
//
|
|
CB_FMLevel.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_FMLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_FMLevel.FormattingEnabled = true;
|
|
CB_FMLevel.Location = new System.Drawing.Point(96, 144);
|
|
CB_FMLevel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_FMLevel.Name = "CB_FMLevel";
|
|
CB_FMLevel.Size = new System.Drawing.Size(104, 23);
|
|
CB_FMLevel.TabIndex = 3;
|
|
CB_FMLevel.SelectedIndexChanged += ChangeFestaMissionValue;
|
|
//
|
|
// L_FMUnlocked
|
|
//
|
|
L_FMUnlocked.Location = new System.Drawing.Point(7, 142);
|
|
L_FMUnlocked.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FMUnlocked.Name = "L_FMUnlocked";
|
|
L_FMUnlocked.Size = new System.Drawing.Size(82, 29);
|
|
L_FMUnlocked.TabIndex = 2;
|
|
L_FMUnlocked.Text = "Unlocked";
|
|
L_FMUnlocked.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// B_FunfestMissions
|
|
//
|
|
B_FunfestMissions.Location = new System.Drawing.Point(7, 17);
|
|
B_FunfestMissions.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_FunfestMissions.Name = "B_FunfestMissions";
|
|
B_FunfestMissions.Size = new System.Drawing.Size(168, 29);
|
|
B_FunfestMissions.TabIndex = 0;
|
|
B_FunfestMissions.Text = "Unlock All (w/o No.0)";
|
|
B_FunfestMissions.UseVisualStyleBackColor = true;
|
|
B_FunfestMissions.Click += B_FunfestMissions_Click;
|
|
//
|
|
// LB_FunfestMissions
|
|
//
|
|
LB_FunfestMissions.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
LB_FunfestMissions.FormattingEnabled = true;
|
|
LB_FunfestMissions.ItemHeight = 15;
|
|
LB_FunfestMissions.Location = new System.Drawing.Point(7, 47);
|
|
LB_FunfestMissions.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
LB_FunfestMissions.Name = "LB_FunfestMissions";
|
|
LB_FunfestMissions.Size = new System.Drawing.Size(193, 94);
|
|
LB_FunfestMissions.TabIndex = 1;
|
|
LB_FunfestMissions.SelectedIndexChanged += LB_FunfestMissions_SelectedIndexChanged;
|
|
//
|
|
// GB_PassPowers
|
|
//
|
|
GB_PassPowers.Controls.Add(CB_PassPower3);
|
|
GB_PassPowers.Controls.Add(CB_PassPower2);
|
|
GB_PassPowers.Controls.Add(CB_PassPower1);
|
|
GB_PassPowers.Location = new System.Drawing.Point(7, 85);
|
|
GB_PassPowers.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_PassPowers.Name = "GB_PassPowers";
|
|
GB_PassPowers.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_PassPowers.Size = new System.Drawing.Size(160, 107);
|
|
GB_PassPowers.TabIndex = 2;
|
|
GB_PassPowers.TabStop = false;
|
|
GB_PassPowers.Text = "Pass Powers";
|
|
//
|
|
// CB_PassPower3
|
|
//
|
|
CB_PassPower3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_PassPower3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_PassPower3.FormattingEnabled = true;
|
|
CB_PassPower3.Location = new System.Drawing.Point(7, 75);
|
|
CB_PassPower3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_PassPower3.Name = "CB_PassPower3";
|
|
CB_PassPower3.Size = new System.Drawing.Size(145, 23);
|
|
CB_PassPower3.TabIndex = 2;
|
|
//
|
|
// CB_PassPower2
|
|
//
|
|
CB_PassPower2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_PassPower2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_PassPower2.FormattingEnabled = true;
|
|
CB_PassPower2.Location = new System.Drawing.Point(7, 47);
|
|
CB_PassPower2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_PassPower2.Name = "CB_PassPower2";
|
|
CB_PassPower2.Size = new System.Drawing.Size(145, 23);
|
|
CB_PassPower2.TabIndex = 1;
|
|
//
|
|
// CB_PassPower1
|
|
//
|
|
CB_PassPower1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_PassPower1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_PassPower1.FormattingEnabled = true;
|
|
CB_PassPower1.Location = new System.Drawing.Point(7, 20);
|
|
CB_PassPower1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_PassPower1.Name = "CB_PassPower1";
|
|
CB_PassPower1.Size = new System.Drawing.Size(145, 23);
|
|
CB_PassPower1.TabIndex = 0;
|
|
//
|
|
// TAB_Forest
|
|
//
|
|
TAB_Forest.Controls.Add(B_RandForest);
|
|
TAB_Forest.Controls.Add(NUD_Unlocked);
|
|
TAB_Forest.Controls.Add(L_Area18);
|
|
TAB_Forest.Controls.Add(CHK_Area9);
|
|
TAB_Forest.Controls.Add(PB_SlotPreview);
|
|
TAB_Forest.Controls.Add(CHK_Invisible);
|
|
TAB_Forest.Controls.Add(L_Animation);
|
|
TAB_Forest.Controls.Add(NUD_Animation);
|
|
TAB_Forest.Controls.Add(L_Gender);
|
|
TAB_Forest.Controls.Add(CB_Gender);
|
|
TAB_Forest.Controls.Add(L_Move);
|
|
TAB_Forest.Controls.Add(L_Form);
|
|
TAB_Forest.Controls.Add(L_Species);
|
|
TAB_Forest.Controls.Add(CB_Move);
|
|
TAB_Forest.Controls.Add(CB_Form);
|
|
TAB_Forest.Controls.Add(CB_Species);
|
|
TAB_Forest.Controls.Add(CB_Areas);
|
|
TAB_Forest.Controls.Add(LB_Slots);
|
|
TAB_Forest.Location = new System.Drawing.Point(4, 24);
|
|
TAB_Forest.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Forest.Name = "TAB_Forest";
|
|
TAB_Forest.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Forest.Size = new System.Drawing.Size(390, 338);
|
|
TAB_Forest.TabIndex = 2;
|
|
TAB_Forest.Text = "Forest";
|
|
TAB_Forest.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_RandForest
|
|
//
|
|
B_RandForest.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
B_RandForest.Location = new System.Drawing.Point(166, 95);
|
|
B_RandForest.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_RandForest.Name = "B_RandForest";
|
|
B_RandForest.Size = new System.Drawing.Size(216, 27);
|
|
B_RandForest.TabIndex = 5;
|
|
B_RandForest.Text = "Randomize All Areas";
|
|
B_RandForest.UseVisualStyleBackColor = true;
|
|
B_RandForest.Click += B_RandForest_Click;
|
|
//
|
|
// NUD_Unlocked
|
|
//
|
|
NUD_Unlocked.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_Unlocked.Location = new System.Drawing.Point(338, 38);
|
|
NUD_Unlocked.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Unlocked.Maximum = new decimal(new int[] { 8, 0, 0, 0 });
|
|
NUD_Unlocked.Minimum = new decimal(new int[] { 2, 0, 0, 0 });
|
|
NUD_Unlocked.Name = "NUD_Unlocked";
|
|
NUD_Unlocked.Size = new System.Drawing.Size(43, 23);
|
|
NUD_Unlocked.TabIndex = 3;
|
|
NUD_Unlocked.Value = new decimal(new int[] { 2, 0, 0, 0 });
|
|
//
|
|
// L_Area18
|
|
//
|
|
L_Area18.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_Area18.Location = new System.Drawing.Point(162, 38);
|
|
L_Area18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Area18.Name = "L_Area18";
|
|
L_Area18.Size = new System.Drawing.Size(169, 24);
|
|
L_Area18.TabIndex = 2;
|
|
L_Area18.Text = "Areas 1-8 Unlocked:";
|
|
L_Area18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CHK_Area9
|
|
//
|
|
CHK_Area9.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
CHK_Area9.AutoSize = true;
|
|
CHK_Area9.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
CHK_Area9.Location = new System.Drawing.Point(266, 68);
|
|
CHK_Area9.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_Area9.Name = "CHK_Area9";
|
|
CHK_Area9.Size = new System.Drawing.Size(115, 19);
|
|
CHK_Area9.TabIndex = 4;
|
|
CHK_Area9.Text = "Area 9 Unlocked:";
|
|
CHK_Area9.UseVisualStyleBackColor = true;
|
|
//
|
|
// PB_SlotPreview
|
|
//
|
|
PB_SlotPreview.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
PB_SlotPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
PB_SlotPreview.Location = new System.Drawing.Point(240, 127);
|
|
PB_SlotPreview.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
PB_SlotPreview.Name = "PB_SlotPreview";
|
|
PB_SlotPreview.Size = new System.Drawing.Size(81, 67);
|
|
PB_SlotPreview.TabIndex = 13;
|
|
PB_SlotPreview.TabStop = false;
|
|
//
|
|
// CHK_Invisible
|
|
//
|
|
CHK_Invisible.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
CHK_Invisible.AutoSize = true;
|
|
CHK_Invisible.Location = new System.Drawing.Point(297, 313);
|
|
CHK_Invisible.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_Invisible.Name = "CHK_Invisible";
|
|
CHK_Invisible.Size = new System.Drawing.Size(69, 19);
|
|
CHK_Invisible.TabIndex = 16;
|
|
CHK_Invisible.Text = "Invisible";
|
|
CHK_Invisible.UseVisualStyleBackColor = true;
|
|
CHK_Invisible.CheckedChanged += UpdateSlotValue;
|
|
//
|
|
// L_Animation
|
|
//
|
|
L_Animation.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_Animation.Location = new System.Drawing.Point(162, 307);
|
|
L_Animation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Animation.Name = "L_Animation";
|
|
L_Animation.Size = new System.Drawing.Size(71, 24);
|
|
L_Animation.TabIndex = 14;
|
|
L_Animation.Text = "Animation:";
|
|
L_Animation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Animation
|
|
//
|
|
NUD_Animation.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_Animation.Location = new System.Drawing.Point(240, 309);
|
|
NUD_Animation.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Animation.Maximum = new decimal(new int[] { 5, 0, 0, 0 });
|
|
NUD_Animation.Name = "NUD_Animation";
|
|
NUD_Animation.Size = new System.Drawing.Size(43, 23);
|
|
NUD_Animation.TabIndex = 15;
|
|
NUD_Animation.ValueChanged += UpdateSlotValue;
|
|
//
|
|
// L_Gender
|
|
//
|
|
L_Gender.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_Gender.Location = new System.Drawing.Point(162, 249);
|
|
L_Gender.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Gender.Name = "L_Gender";
|
|
L_Gender.Size = new System.Drawing.Size(71, 24);
|
|
L_Gender.TabIndex = 10;
|
|
L_Gender.Text = "Gender:";
|
|
L_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Gender
|
|
//
|
|
CB_Gender.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_Gender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_Gender.FormattingEnabled = true;
|
|
CB_Gender.Location = new System.Drawing.Point(240, 249);
|
|
CB_Gender.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Gender.Name = "CB_Gender";
|
|
CB_Gender.Size = new System.Drawing.Size(140, 23);
|
|
CB_Gender.TabIndex = 11;
|
|
CB_Gender.SelectedIndexChanged += UpdateSlotValue;
|
|
//
|
|
// L_Move
|
|
//
|
|
L_Move.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_Move.Location = new System.Drawing.Point(162, 275);
|
|
L_Move.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Move.Name = "L_Move";
|
|
L_Move.Size = new System.Drawing.Size(71, 24);
|
|
L_Move.TabIndex = 12;
|
|
L_Move.Text = "Move:";
|
|
L_Move.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Form
|
|
//
|
|
L_Form.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_Form.Location = new System.Drawing.Point(162, 223);
|
|
L_Form.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Form.Name = "L_Form";
|
|
L_Form.Size = new System.Drawing.Size(71, 24);
|
|
L_Form.TabIndex = 8;
|
|
L_Form.Text = "Form:";
|
|
L_Form.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Species
|
|
//
|
|
L_Species.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_Species.Location = new System.Drawing.Point(162, 196);
|
|
L_Species.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Species.Name = "L_Species";
|
|
L_Species.Size = new System.Drawing.Size(71, 24);
|
|
L_Species.TabIndex = 6;
|
|
L_Species.Text = "Species:";
|
|
L_Species.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Move
|
|
//
|
|
CB_Move.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_Move.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Move.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Move.FormattingEnabled = true;
|
|
CB_Move.Location = new System.Drawing.Point(240, 276);
|
|
CB_Move.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Move.Name = "CB_Move";
|
|
CB_Move.Size = new System.Drawing.Size(140, 23);
|
|
CB_Move.TabIndex = 13;
|
|
CB_Move.SelectedIndexChanged += UpdateSlotValue;
|
|
//
|
|
// CB_Form
|
|
//
|
|
CB_Form.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_Form.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_Form.FormattingEnabled = true;
|
|
CB_Form.Location = new System.Drawing.Point(240, 223);
|
|
CB_Form.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Form.Name = "CB_Form";
|
|
CB_Form.Size = new System.Drawing.Size(140, 23);
|
|
CB_Form.TabIndex = 9;
|
|
CB_Form.SelectedIndexChanged += UpdateSlotValue;
|
|
//
|
|
// CB_Species
|
|
//
|
|
CB_Species.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Species.FormattingEnabled = true;
|
|
CB_Species.Location = new System.Drawing.Point(240, 196);
|
|
CB_Species.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Species.Name = "CB_Species";
|
|
CB_Species.Size = new System.Drawing.Size(140, 23);
|
|
CB_Species.TabIndex = 7;
|
|
CB_Species.SelectedIndexChanged += UpdateSlotValue;
|
|
//
|
|
// CB_Areas
|
|
//
|
|
CB_Areas.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_Areas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_Areas.FormattingEnabled = true;
|
|
CB_Areas.Location = new System.Drawing.Point(166, 7);
|
|
CB_Areas.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Areas.Name = "CB_Areas";
|
|
CB_Areas.Size = new System.Drawing.Size(215, 23);
|
|
CB_Areas.TabIndex = 1;
|
|
CB_Areas.SelectedIndexChanged += ChangeArea;
|
|
//
|
|
// LB_Slots
|
|
//
|
|
LB_Slots.Dock = System.Windows.Forms.DockStyle.Left;
|
|
LB_Slots.FormattingEnabled = true;
|
|
LB_Slots.ItemHeight = 15;
|
|
LB_Slots.Location = new System.Drawing.Point(4, 3);
|
|
LB_Slots.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
LB_Slots.Name = "LB_Slots";
|
|
LB_Slots.Size = new System.Drawing.Size(154, 332);
|
|
LB_Slots.TabIndex = 0;
|
|
LB_Slots.SelectedIndexChanged += ChangeSlot;
|
|
//
|
|
// TAB_Subway
|
|
//
|
|
TAB_Subway.Controls.Add(GB_SubwayChecks);
|
|
TAB_Subway.Controls.Add(GB_CurrentData);
|
|
TAB_Subway.Controls.Add(GB_SubwaySets);
|
|
TAB_Subway.Controls.Add(GB_SuperMulti);
|
|
TAB_Subway.Controls.Add(GB_SuperDoubles);
|
|
TAB_Subway.Controls.Add(GB_SuperSingles);
|
|
TAB_Subway.Controls.Add(GB_Multi);
|
|
TAB_Subway.Controls.Add(GB_Doubles);
|
|
TAB_Subway.Controls.Add(GB_Singles);
|
|
TAB_Subway.Location = new System.Drawing.Point(4, 24);
|
|
TAB_Subway.Margin = new System.Windows.Forms.Padding(2);
|
|
TAB_Subway.Name = "TAB_Subway";
|
|
TAB_Subway.Padding = new System.Windows.Forms.Padding(2);
|
|
TAB_Subway.Size = new System.Drawing.Size(390, 338);
|
|
TAB_Subway.TabIndex = 3;
|
|
TAB_Subway.Text = "Subway";
|
|
TAB_Subway.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_SubwayChecks
|
|
//
|
|
GB_SubwayChecks.Controls.Add(CHK_Subway0);
|
|
GB_SubwayChecks.Controls.Add(CHK_Subway1);
|
|
GB_SubwayChecks.Controls.Add(CHK_Subway2);
|
|
GB_SubwayChecks.Controls.Add(CHK_Subway3);
|
|
GB_SubwayChecks.Controls.Add(CHK_SuperSingle);
|
|
GB_SubwayChecks.Controls.Add(CHK_SuperMulti);
|
|
GB_SubwayChecks.Controls.Add(CHK_SuperDouble);
|
|
GB_SubwayChecks.Controls.Add(CHK_Subway7);
|
|
GB_SubwayChecks.Controls.Add(CHK_SWNPCMet);
|
|
GB_SubwayChecks.Location = new System.Drawing.Point(247, 7);
|
|
GB_SubwayChecks.Margin = new System.Windows.Forms.Padding(2);
|
|
GB_SubwayChecks.Name = "GB_SubwayChecks";
|
|
GB_SubwayChecks.Padding = new System.Windows.Forms.Padding(2);
|
|
GB_SubwayChecks.Size = new System.Drawing.Size(138, 130);
|
|
GB_SubwayChecks.TabIndex = 3;
|
|
GB_SubwayChecks.TabStop = false;
|
|
GB_SubwayChecks.Text = "Subway Flags";
|
|
//
|
|
// CHK_Subway0
|
|
//
|
|
CHK_Subway0.AutoSize = true;
|
|
CHK_Subway0.Location = new System.Drawing.Point(10, 20);
|
|
CHK_Subway0.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_Subway0.Name = "CHK_Subway0";
|
|
CHK_Subway0.Size = new System.Drawing.Size(54, 19);
|
|
CHK_Subway0.TabIndex = 1;
|
|
CHK_Subway0.Text = "Flag0";
|
|
CHK_Subway0.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Subway1
|
|
//
|
|
CHK_Subway1.AutoSize = true;
|
|
CHK_Subway1.Location = new System.Drawing.Point(77, 20);
|
|
CHK_Subway1.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_Subway1.Name = "CHK_Subway1";
|
|
CHK_Subway1.Size = new System.Drawing.Size(54, 19);
|
|
CHK_Subway1.TabIndex = 2;
|
|
CHK_Subway1.Text = "Flag1";
|
|
CHK_Subway1.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Subway2
|
|
//
|
|
CHK_Subway2.AutoSize = true;
|
|
CHK_Subway2.Location = new System.Drawing.Point(10, 38);
|
|
CHK_Subway2.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_Subway2.Name = "CHK_Subway2";
|
|
CHK_Subway2.Size = new System.Drawing.Size(54, 19);
|
|
CHK_Subway2.TabIndex = 3;
|
|
CHK_Subway2.Text = "Flag2";
|
|
CHK_Subway2.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Subway3
|
|
//
|
|
CHK_Subway3.AutoSize = true;
|
|
CHK_Subway3.Location = new System.Drawing.Point(77, 38);
|
|
CHK_Subway3.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_Subway3.Name = "CHK_Subway3";
|
|
CHK_Subway3.Size = new System.Drawing.Size(54, 19);
|
|
CHK_Subway3.TabIndex = 4;
|
|
CHK_Subway3.Text = "Flag3";
|
|
CHK_Subway3.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_SuperSingle
|
|
//
|
|
CHK_SuperSingle.AutoSize = true;
|
|
CHK_SuperSingle.Location = new System.Drawing.Point(10, 56);
|
|
CHK_SuperSingle.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_SuperSingle.Name = "CHK_SuperSingle";
|
|
CHK_SuperSingle.Size = new System.Drawing.Size(101, 19);
|
|
CHK_SuperSingle.TabIndex = 5;
|
|
CHK_SuperSingle.Text = "Super Singles?";
|
|
CHK_SuperSingle.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_SuperMulti
|
|
//
|
|
CHK_SuperMulti.AutoSize = true;
|
|
CHK_SuperMulti.Location = new System.Drawing.Point(10, 74);
|
|
CHK_SuperMulti.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_SuperMulti.Name = "CHK_SuperMulti";
|
|
CHK_SuperMulti.Size = new System.Drawing.Size(92, 19);
|
|
CHK_SuperMulti.TabIndex = 7;
|
|
CHK_SuperMulti.Text = "Super Multi?";
|
|
CHK_SuperMulti.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_SuperDouble
|
|
//
|
|
CHK_SuperDouble.AutoSize = true;
|
|
CHK_SuperDouble.Location = new System.Drawing.Point(10, 92);
|
|
CHK_SuperDouble.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_SuperDouble.Name = "CHK_SuperDouble";
|
|
CHK_SuperDouble.Size = new System.Drawing.Size(107, 19);
|
|
CHK_SuperDouble.TabIndex = 6;
|
|
CHK_SuperDouble.Text = "Super Doubles?";
|
|
CHK_SuperDouble.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Subway7
|
|
//
|
|
CHK_Subway7.AutoSize = true;
|
|
CHK_Subway7.Location = new System.Drawing.Point(10, 110);
|
|
CHK_Subway7.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_Subway7.Name = "CHK_Subway7";
|
|
CHK_Subway7.Size = new System.Drawing.Size(54, 19);
|
|
CHK_Subway7.TabIndex = 8;
|
|
CHK_Subway7.Text = "Flag7";
|
|
CHK_Subway7.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_SWNPCMet
|
|
//
|
|
CHK_SWNPCMet.AutoSize = true;
|
|
CHK_SWNPCMet.Location = new System.Drawing.Point(64, 110);
|
|
CHK_SWNPCMet.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_SWNPCMet.Name = "CHK_SWNPCMet";
|
|
CHK_SWNPCMet.Size = new System.Drawing.Size(74, 19);
|
|
CHK_SWNPCMet.TabIndex = 8;
|
|
CHK_SWNPCMet.Text = "NPC met";
|
|
CHK_SWNPCMet.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_CurrentData
|
|
//
|
|
GB_CurrentData.Controls.Add(L_CurrentType);
|
|
GB_CurrentData.Controls.Add(L_CurrentBattle);
|
|
GB_CurrentData.Controls.Add(NUD_CurrentType);
|
|
GB_CurrentData.Controls.Add(NUD_CurrentBattle);
|
|
GB_CurrentData.Location = new System.Drawing.Point(248, 140);
|
|
GB_CurrentData.Margin = new System.Windows.Forms.Padding(2);
|
|
GB_CurrentData.Name = "GB_CurrentData";
|
|
GB_CurrentData.Padding = new System.Windows.Forms.Padding(2);
|
|
GB_CurrentData.Size = new System.Drawing.Size(138, 73);
|
|
GB_CurrentData.TabIndex = 3;
|
|
GB_CurrentData.TabStop = false;
|
|
GB_CurrentData.Text = "Current run data";
|
|
//
|
|
// L_CurrentType
|
|
//
|
|
L_CurrentType.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_CurrentType.AutoSize = true;
|
|
L_CurrentType.Location = new System.Drawing.Point(45, 23);
|
|
L_CurrentType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_CurrentType.Name = "L_CurrentType";
|
|
L_CurrentType.Size = new System.Drawing.Size(31, 15);
|
|
L_CurrentType.TabIndex = 0;
|
|
L_CurrentType.Text = "Type";
|
|
L_CurrentType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// L_CurrentBattle
|
|
//
|
|
L_CurrentBattle.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_CurrentBattle.AutoSize = true;
|
|
L_CurrentBattle.Location = new System.Drawing.Point(17, 47);
|
|
L_CurrentBattle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_CurrentBattle.Name = "L_CurrentBattle";
|
|
L_CurrentBattle.Size = new System.Drawing.Size(59, 15);
|
|
L_CurrentBattle.TabIndex = 0;
|
|
L_CurrentBattle.Text = "Battle No.";
|
|
L_CurrentBattle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// NUD_CurrentType
|
|
//
|
|
NUD_CurrentType.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_CurrentType.Location = new System.Drawing.Point(82, 21);
|
|
NUD_CurrentType.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_CurrentType.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_CurrentType.Name = "NUD_CurrentType";
|
|
NUD_CurrentType.Size = new System.Drawing.Size(48, 23);
|
|
NUD_CurrentType.TabIndex = 1;
|
|
//
|
|
// NUD_CurrentBattle
|
|
//
|
|
NUD_CurrentBattle.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_CurrentBattle.Location = new System.Drawing.Point(82, 45);
|
|
NUD_CurrentBattle.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_CurrentBattle.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_CurrentBattle.Name = "NUD_CurrentBattle";
|
|
NUD_CurrentBattle.Size = new System.Drawing.Size(48, 23);
|
|
NUD_CurrentBattle.TabIndex = 1;
|
|
//
|
|
// GB_SubwaySets
|
|
//
|
|
GB_SubwaySets.Controls.Add(L_NormalSets);
|
|
GB_SubwaySets.Controls.Add(L_SuperSets);
|
|
GB_SubwaySets.Controls.Add(CHK_SingleSet);
|
|
GB_SubwaySets.Controls.Add(CHK_DoubleSet);
|
|
GB_SubwaySets.Controls.Add(CHK_MultiNPCSet);
|
|
GB_SubwaySets.Controls.Add(CHK_MultiFriendsSet);
|
|
GB_SubwaySets.Controls.Add(CHK_SuperSingleSet);
|
|
GB_SubwaySets.Controls.Add(CHK_SuperDoubleSet);
|
|
GB_SubwaySets.Controls.Add(CHK_SuperMultiNPCSet);
|
|
GB_SubwaySets.Controls.Add(CHK_SuperMultiFriendsSet);
|
|
GB_SubwaySets.Location = new System.Drawing.Point(247, 216);
|
|
GB_SubwaySets.Margin = new System.Windows.Forms.Padding(2);
|
|
GB_SubwaySets.Name = "GB_SubwaySets";
|
|
GB_SubwaySets.Padding = new System.Windows.Forms.Padding(2);
|
|
GB_SubwaySets.Size = new System.Drawing.Size(138, 107);
|
|
GB_SubwaySets.TabIndex = 3;
|
|
GB_SubwaySets.TabStop = false;
|
|
GB_SubwaySets.Text = "Is run active?";
|
|
//
|
|
// L_NormalSets
|
|
//
|
|
L_NormalSets.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_NormalSets.AutoSize = true;
|
|
L_NormalSets.Location = new System.Drawing.Point(42, 19);
|
|
L_NormalSets.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_NormalSets.Name = "L_NormalSets";
|
|
L_NormalSets.Size = new System.Drawing.Size(47, 15);
|
|
L_NormalSets.TabIndex = 0;
|
|
L_NormalSets.Text = "Normal";
|
|
L_NormalSets.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// L_SuperSets
|
|
//
|
|
L_SuperSets.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SuperSets.AutoSize = true;
|
|
L_SuperSets.Location = new System.Drawing.Point(90, 19);
|
|
L_SuperSets.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_SuperSets.Name = "L_SuperSets";
|
|
L_SuperSets.Size = new System.Drawing.Size(37, 15);
|
|
L_SuperSets.TabIndex = 1;
|
|
L_SuperSets.Text = "Super";
|
|
L_SuperSets.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CHK_SingleSet
|
|
//
|
|
CHK_SingleSet.AutoSize = true;
|
|
CHK_SingleSet.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
CHK_SingleSet.Location = new System.Drawing.Point(16, 36);
|
|
CHK_SingleSet.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_SingleSet.Name = "CHK_SingleSet";
|
|
CHK_SingleSet.Size = new System.Drawing.Size(58, 19);
|
|
CHK_SingleSet.TabIndex = 2;
|
|
CHK_SingleSet.Text = "Single";
|
|
CHK_SingleSet.UseVisualStyleBackColor = true;
|
|
CHK_SingleSet.CheckedChanged += CHK_SingleSet_CheckedChanged;
|
|
//
|
|
// CHK_DoubleSet
|
|
//
|
|
CHK_DoubleSet.AutoSize = true;
|
|
CHK_DoubleSet.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
CHK_DoubleSet.Location = new System.Drawing.Point(10, 53);
|
|
CHK_DoubleSet.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_DoubleSet.Name = "CHK_DoubleSet";
|
|
CHK_DoubleSet.Size = new System.Drawing.Size(64, 19);
|
|
CHK_DoubleSet.TabIndex = 3;
|
|
CHK_DoubleSet.Text = "Double";
|
|
CHK_DoubleSet.UseVisualStyleBackColor = true;
|
|
CHK_DoubleSet.CheckedChanged += CHK_DoubleSet_CheckedChanged;
|
|
//
|
|
// CHK_MultiNPCSet
|
|
//
|
|
CHK_MultiNPCSet.AutoSize = true;
|
|
CHK_MultiNPCSet.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
CHK_MultiNPCSet.Location = new System.Drawing.Point(24, 70);
|
|
CHK_MultiNPCSet.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_MultiNPCSet.Name = "CHK_MultiNPCSet";
|
|
CHK_MultiNPCSet.Size = new System.Drawing.Size(50, 19);
|
|
CHK_MultiNPCSet.TabIndex = 4;
|
|
CHK_MultiNPCSet.Text = "NPC";
|
|
CHK_MultiNPCSet.UseVisualStyleBackColor = true;
|
|
CHK_MultiNPCSet.CheckedChanged += CHK_MultiNPCSet_CheckedChanged;
|
|
//
|
|
// CHK_MultiFriendsSet
|
|
//
|
|
CHK_MultiFriendsSet.AutoSize = true;
|
|
CHK_MultiFriendsSet.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
CHK_MultiFriendsSet.Location = new System.Drawing.Point(10, 87);
|
|
CHK_MultiFriendsSet.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_MultiFriendsSet.Name = "CHK_MultiFriendsSet";
|
|
CHK_MultiFriendsSet.Size = new System.Drawing.Size(64, 19);
|
|
CHK_MultiFriendsSet.TabIndex = 5;
|
|
CHK_MultiFriendsSet.Text = "Friends";
|
|
CHK_MultiFriendsSet.UseVisualStyleBackColor = true;
|
|
CHK_MultiFriendsSet.CheckedChanged += CHK_MultiFriendsSet_CheckedChanged;
|
|
//
|
|
// CHK_SuperSingleSet
|
|
//
|
|
CHK_SuperSingleSet.AutoSize = true;
|
|
CHK_SuperSingleSet.Location = new System.Drawing.Point(102, 38);
|
|
CHK_SuperSingleSet.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_SuperSingleSet.Name = "CHK_SuperSingleSet";
|
|
CHK_SuperSingleSet.Size = new System.Drawing.Size(15, 14);
|
|
CHK_SuperSingleSet.TabIndex = 6;
|
|
CHK_SuperSingleSet.UseVisualStyleBackColor = true;
|
|
CHK_SuperSingleSet.CheckedChanged += CHK_SuperSingleSet_CheckedChanged;
|
|
//
|
|
// CHK_SuperDoubleSet
|
|
//
|
|
CHK_SuperDoubleSet.AutoSize = true;
|
|
CHK_SuperDoubleSet.Location = new System.Drawing.Point(102, 55);
|
|
CHK_SuperDoubleSet.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_SuperDoubleSet.Name = "CHK_SuperDoubleSet";
|
|
CHK_SuperDoubleSet.Size = new System.Drawing.Size(15, 14);
|
|
CHK_SuperDoubleSet.TabIndex = 7;
|
|
CHK_SuperDoubleSet.UseVisualStyleBackColor = true;
|
|
CHK_SuperDoubleSet.CheckedChanged += CHK_SuperDoubleSet_CheckedChanged;
|
|
//
|
|
// CHK_SuperMultiNPCSet
|
|
//
|
|
CHK_SuperMultiNPCSet.AutoSize = true;
|
|
CHK_SuperMultiNPCSet.Location = new System.Drawing.Point(102, 72);
|
|
CHK_SuperMultiNPCSet.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_SuperMultiNPCSet.Name = "CHK_SuperMultiNPCSet";
|
|
CHK_SuperMultiNPCSet.Size = new System.Drawing.Size(15, 14);
|
|
CHK_SuperMultiNPCSet.TabIndex = 8;
|
|
CHK_SuperMultiNPCSet.UseVisualStyleBackColor = true;
|
|
CHK_SuperMultiNPCSet.CheckedChanged += CHK_SuperMultiNPCSet_CheckedChanged;
|
|
//
|
|
// CHK_SuperMultiFriendsSet
|
|
//
|
|
CHK_SuperMultiFriendsSet.AutoSize = true;
|
|
CHK_SuperMultiFriendsSet.Location = new System.Drawing.Point(102, 89);
|
|
CHK_SuperMultiFriendsSet.Margin = new System.Windows.Forms.Padding(2);
|
|
CHK_SuperMultiFriendsSet.Name = "CHK_SuperMultiFriendsSet";
|
|
CHK_SuperMultiFriendsSet.Size = new System.Drawing.Size(15, 14);
|
|
CHK_SuperMultiFriendsSet.TabIndex = 9;
|
|
CHK_SuperMultiFriendsSet.UseVisualStyleBackColor = true;
|
|
CHK_SuperMultiFriendsSet.CheckedChanged += CHK_SuperMultiFriendsSet_CheckedChanged;
|
|
//
|
|
// GB_SuperMulti
|
|
//
|
|
GB_SuperMulti.Controls.Add(L_SMultiNPC);
|
|
GB_SuperMulti.Controls.Add(L_SMultiFriends);
|
|
GB_SuperMulti.Controls.Add(NUD_SMultiFriendsRecord);
|
|
GB_SuperMulti.Controls.Add(L_SMultiFriendsPast);
|
|
GB_SuperMulti.Controls.Add(NUD_SMultiFriendsPast);
|
|
GB_SuperMulti.Controls.Add(NUD_SMultiNpcRecord);
|
|
GB_SuperMulti.Controls.Add(L_SMultiNpcPast);
|
|
GB_SuperMulti.Controls.Add(NUD_SMultiNpcPast);
|
|
GB_SuperMulti.Controls.Add(L_SMultiFriendsRecord);
|
|
GB_SuperMulti.Controls.Add(L_SMultiNpcRecord);
|
|
GB_SuperMulti.Location = new System.Drawing.Point(126, 163);
|
|
GB_SuperMulti.Margin = new System.Windows.Forms.Padding(2);
|
|
GB_SuperMulti.Name = "GB_SuperMulti";
|
|
GB_SuperMulti.Padding = new System.Windows.Forms.Padding(2);
|
|
GB_SuperMulti.Size = new System.Drawing.Size(115, 160);
|
|
GB_SuperMulti.TabIndex = 7;
|
|
GB_SuperMulti.TabStop = false;
|
|
GB_SuperMulti.Text = "Super Multi";
|
|
//
|
|
// L_SMultiNPC
|
|
//
|
|
L_SMultiNPC.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SMultiNPC.Location = new System.Drawing.Point(62, 20);
|
|
L_SMultiNPC.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SMultiNPC.Name = "L_SMultiNPC";
|
|
L_SMultiNPC.Size = new System.Drawing.Size(48, 16);
|
|
L_SMultiNPC.TabIndex = 0;
|
|
L_SMultiNPC.Text = "NPC";
|
|
L_SMultiNPC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// L_SMultiFriends
|
|
//
|
|
L_SMultiFriends.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SMultiFriends.Location = new System.Drawing.Point(62, 88);
|
|
L_SMultiFriends.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SMultiFriends.Name = "L_SMultiFriends";
|
|
L_SMultiFriends.Size = new System.Drawing.Size(48, 17);
|
|
L_SMultiFriends.TabIndex = 5;
|
|
L_SMultiFriends.Text = "Friends";
|
|
L_SMultiFriends.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// NUD_SMultiFriendsRecord
|
|
//
|
|
NUD_SMultiFriendsRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SMultiFriendsRecord.Location = new System.Drawing.Point(62, 133);
|
|
NUD_SMultiFriendsRecord.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SMultiFriendsRecord.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SMultiFriendsRecord.Name = "NUD_SMultiFriendsRecord";
|
|
NUD_SMultiFriendsRecord.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SMultiFriendsRecord.TabIndex = 9;
|
|
//
|
|
// L_SMultiFriendsPast
|
|
//
|
|
L_SMultiFriendsPast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SMultiFriendsPast.Location = new System.Drawing.Point(9, 111);
|
|
L_SMultiFriendsPast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SMultiFriendsPast.Name = "L_SMultiFriendsPast";
|
|
L_SMultiFriendsPast.Size = new System.Drawing.Size(48, 16);
|
|
L_SMultiFriendsPast.TabIndex = 6;
|
|
L_SMultiFriendsPast.Text = "Past";
|
|
L_SMultiFriendsPast.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// NUD_SMultiFriendsPast
|
|
//
|
|
NUD_SMultiFriendsPast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SMultiFriendsPast.Location = new System.Drawing.Point(62, 108);
|
|
NUD_SMultiFriendsPast.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SMultiFriendsPast.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SMultiFriendsPast.Name = "NUD_SMultiFriendsPast";
|
|
NUD_SMultiFriendsPast.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SMultiFriendsPast.TabIndex = 7;
|
|
//
|
|
// NUD_SMultiNpcRecord
|
|
//
|
|
NUD_SMultiNpcRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SMultiNpcRecord.Location = new System.Drawing.Point(62, 62);
|
|
NUD_SMultiNpcRecord.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SMultiNpcRecord.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SMultiNpcRecord.Name = "NUD_SMultiNpcRecord";
|
|
NUD_SMultiNpcRecord.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SMultiNpcRecord.TabIndex = 4;
|
|
//
|
|
// L_SMultiNpcPast
|
|
//
|
|
L_SMultiNpcPast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SMultiNpcPast.Location = new System.Drawing.Point(9, 40);
|
|
L_SMultiNpcPast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SMultiNpcPast.Name = "L_SMultiNpcPast";
|
|
L_SMultiNpcPast.Size = new System.Drawing.Size(48, 16);
|
|
L_SMultiNpcPast.TabIndex = 1;
|
|
L_SMultiNpcPast.Text = "Past";
|
|
L_SMultiNpcPast.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// NUD_SMultiNpcPast
|
|
//
|
|
NUD_SMultiNpcPast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SMultiNpcPast.Location = new System.Drawing.Point(62, 38);
|
|
NUD_SMultiNpcPast.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SMultiNpcPast.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SMultiNpcPast.Name = "NUD_SMultiNpcPast";
|
|
NUD_SMultiNpcPast.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SMultiNpcPast.TabIndex = 2;
|
|
//
|
|
// L_SMultiFriendsRecord
|
|
//
|
|
L_SMultiFriendsRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SMultiFriendsRecord.Location = new System.Drawing.Point(9, 134);
|
|
L_SMultiFriendsRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SMultiFriendsRecord.Name = "L_SMultiFriendsRecord";
|
|
L_SMultiFriendsRecord.Size = new System.Drawing.Size(49, 16);
|
|
L_SMultiFriendsRecord.TabIndex = 8;
|
|
L_SMultiFriendsRecord.Text = "Record";
|
|
L_SMultiFriendsRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// L_SMultiNpcRecord
|
|
//
|
|
L_SMultiNpcRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SMultiNpcRecord.Location = new System.Drawing.Point(9, 63);
|
|
L_SMultiNpcRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SMultiNpcRecord.Name = "L_SMultiNpcRecord";
|
|
L_SMultiNpcRecord.Size = new System.Drawing.Size(49, 16);
|
|
L_SMultiNpcRecord.TabIndex = 3;
|
|
L_SMultiNpcRecord.Text = "Record";
|
|
L_SMultiNpcRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// GB_SuperDoubles
|
|
//
|
|
GB_SuperDoubles.Controls.Add(NUD_SDoubleRecord);
|
|
GB_SuperDoubles.Controls.Add(L_SDoublePast);
|
|
GB_SuperDoubles.Controls.Add(NUD_SDoublePast);
|
|
GB_SuperDoubles.Controls.Add(L_SDoubleRecord);
|
|
GB_SuperDoubles.Location = new System.Drawing.Point(126, 84);
|
|
GB_SuperDoubles.Margin = new System.Windows.Forms.Padding(2);
|
|
GB_SuperDoubles.Name = "GB_SuperDoubles";
|
|
GB_SuperDoubles.Padding = new System.Windows.Forms.Padding(2);
|
|
GB_SuperDoubles.Size = new System.Drawing.Size(115, 73);
|
|
GB_SuperDoubles.TabIndex = 5;
|
|
GB_SuperDoubles.TabStop = false;
|
|
GB_SuperDoubles.Text = "Super Doubles";
|
|
//
|
|
// NUD_SDoubleRecord
|
|
//
|
|
NUD_SDoubleRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SDoubleRecord.Location = new System.Drawing.Point(62, 44);
|
|
NUD_SDoubleRecord.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SDoubleRecord.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SDoubleRecord.Name = "NUD_SDoubleRecord";
|
|
NUD_SDoubleRecord.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SDoubleRecord.TabIndex = 3;
|
|
//
|
|
// L_SDoublePast
|
|
//
|
|
L_SDoublePast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SDoublePast.Location = new System.Drawing.Point(9, 23);
|
|
L_SDoublePast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SDoublePast.Name = "L_SDoublePast";
|
|
L_SDoublePast.Size = new System.Drawing.Size(48, 16);
|
|
L_SDoublePast.TabIndex = 0;
|
|
L_SDoublePast.Text = "Past";
|
|
L_SDoublePast.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// NUD_SDoublePast
|
|
//
|
|
NUD_SDoublePast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SDoublePast.Location = new System.Drawing.Point(62, 21);
|
|
NUD_SDoublePast.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SDoublePast.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SDoublePast.Name = "NUD_SDoublePast";
|
|
NUD_SDoublePast.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SDoublePast.TabIndex = 1;
|
|
//
|
|
// L_SDoubleRecord
|
|
//
|
|
L_SDoubleRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SDoubleRecord.Location = new System.Drawing.Point(9, 46);
|
|
L_SDoubleRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SDoubleRecord.Name = "L_SDoubleRecord";
|
|
L_SDoubleRecord.Size = new System.Drawing.Size(49, 16);
|
|
L_SDoubleRecord.TabIndex = 2;
|
|
L_SDoubleRecord.Text = "Record";
|
|
L_SDoubleRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// GB_SuperSingles
|
|
//
|
|
GB_SuperSingles.Controls.Add(NUD_SSingleRecord);
|
|
GB_SuperSingles.Controls.Add(L_SSinglePast);
|
|
GB_SuperSingles.Controls.Add(NUD_SSinglePast);
|
|
GB_SuperSingles.Controls.Add(L_SSingleRecord);
|
|
GB_SuperSingles.Location = new System.Drawing.Point(126, 7);
|
|
GB_SuperSingles.Margin = new System.Windows.Forms.Padding(2);
|
|
GB_SuperSingles.Name = "GB_SuperSingles";
|
|
GB_SuperSingles.Padding = new System.Windows.Forms.Padding(2);
|
|
GB_SuperSingles.Size = new System.Drawing.Size(115, 73);
|
|
GB_SuperSingles.TabIndex = 1;
|
|
GB_SuperSingles.TabStop = false;
|
|
GB_SuperSingles.Text = "Super Singles";
|
|
//
|
|
// NUD_SSingleRecord
|
|
//
|
|
NUD_SSingleRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SSingleRecord.Location = new System.Drawing.Point(62, 45);
|
|
NUD_SSingleRecord.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SSingleRecord.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SSingleRecord.Name = "NUD_SSingleRecord";
|
|
NUD_SSingleRecord.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SSingleRecord.TabIndex = 3;
|
|
//
|
|
// L_SSinglePast
|
|
//
|
|
L_SSinglePast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SSinglePast.Location = new System.Drawing.Point(9, 23);
|
|
L_SSinglePast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SSinglePast.Name = "L_SSinglePast";
|
|
L_SSinglePast.Size = new System.Drawing.Size(48, 16);
|
|
L_SSinglePast.TabIndex = 0;
|
|
L_SSinglePast.Text = "Past";
|
|
L_SSinglePast.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_SSinglePast
|
|
//
|
|
NUD_SSinglePast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SSinglePast.Location = new System.Drawing.Point(62, 21);
|
|
NUD_SSinglePast.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SSinglePast.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SSinglePast.Name = "NUD_SSinglePast";
|
|
NUD_SSinglePast.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SSinglePast.TabIndex = 1;
|
|
//
|
|
// L_SSingleRecord
|
|
//
|
|
L_SSingleRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SSingleRecord.Location = new System.Drawing.Point(9, 47);
|
|
L_SSingleRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SSingleRecord.Name = "L_SSingleRecord";
|
|
L_SSingleRecord.Size = new System.Drawing.Size(49, 16);
|
|
L_SSingleRecord.TabIndex = 2;
|
|
L_SSingleRecord.Text = "Record";
|
|
L_SSingleRecord.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// GB_Multi
|
|
//
|
|
GB_Multi.Controls.Add(L_MultiNPC);
|
|
GB_Multi.Controls.Add(L_MultiFriends);
|
|
GB_Multi.Controls.Add(NUD_MultiFriendsRecord);
|
|
GB_Multi.Controls.Add(L_MultiFriendsPast);
|
|
GB_Multi.Controls.Add(NUD_MultiFriendsPast);
|
|
GB_Multi.Controls.Add(NUD_MultiNpcRecord);
|
|
GB_Multi.Controls.Add(L_MultiNpcPast);
|
|
GB_Multi.Controls.Add(NUD_MultiNpcPast);
|
|
GB_Multi.Controls.Add(L_MultiFriendsRecord);
|
|
GB_Multi.Controls.Add(L_MultiNpcRecord);
|
|
GB_Multi.Location = new System.Drawing.Point(5, 163);
|
|
GB_Multi.Margin = new System.Windows.Forms.Padding(2);
|
|
GB_Multi.Name = "GB_Multi";
|
|
GB_Multi.Padding = new System.Windows.Forms.Padding(2);
|
|
GB_Multi.Size = new System.Drawing.Size(115, 160);
|
|
GB_Multi.TabIndex = 6;
|
|
GB_Multi.TabStop = false;
|
|
GB_Multi.Text = "Multi";
|
|
//
|
|
// L_MultiNPC
|
|
//
|
|
L_MultiNPC.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_MultiNPC.Location = new System.Drawing.Point(62, 20);
|
|
L_MultiNPC.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_MultiNPC.Name = "L_MultiNPC";
|
|
L_MultiNPC.Size = new System.Drawing.Size(48, 16);
|
|
L_MultiNPC.TabIndex = 0;
|
|
L_MultiNPC.Text = "NPC";
|
|
L_MultiNPC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// L_MultiFriends
|
|
//
|
|
L_MultiFriends.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_MultiFriends.Location = new System.Drawing.Point(62, 88);
|
|
L_MultiFriends.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_MultiFriends.Name = "L_MultiFriends";
|
|
L_MultiFriends.Size = new System.Drawing.Size(48, 17);
|
|
L_MultiFriends.TabIndex = 5;
|
|
L_MultiFriends.Text = "Friends";
|
|
L_MultiFriends.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// NUD_MultiFriendsRecord
|
|
//
|
|
NUD_MultiFriendsRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_MultiFriendsRecord.Location = new System.Drawing.Point(62, 133);
|
|
NUD_MultiFriendsRecord.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_MultiFriendsRecord.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_MultiFriendsRecord.Name = "NUD_MultiFriendsRecord";
|
|
NUD_MultiFriendsRecord.Size = new System.Drawing.Size(48, 23);
|
|
NUD_MultiFriendsRecord.TabIndex = 9;
|
|
//
|
|
// L_MultiFriendsPast
|
|
//
|
|
L_MultiFriendsPast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_MultiFriendsPast.Location = new System.Drawing.Point(9, 111);
|
|
L_MultiFriendsPast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_MultiFriendsPast.Name = "L_MultiFriendsPast";
|
|
L_MultiFriendsPast.Size = new System.Drawing.Size(48, 16);
|
|
L_MultiFriendsPast.TabIndex = 6;
|
|
L_MultiFriendsPast.Text = "Past";
|
|
L_MultiFriendsPast.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// NUD_MultiFriendsPast
|
|
//
|
|
NUD_MultiFriendsPast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_MultiFriendsPast.Location = new System.Drawing.Point(62, 108);
|
|
NUD_MultiFriendsPast.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_MultiFriendsPast.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_MultiFriendsPast.Name = "NUD_MultiFriendsPast";
|
|
NUD_MultiFriendsPast.Size = new System.Drawing.Size(48, 23);
|
|
NUD_MultiFriendsPast.TabIndex = 7;
|
|
//
|
|
// NUD_MultiNpcRecord
|
|
//
|
|
NUD_MultiNpcRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_MultiNpcRecord.Location = new System.Drawing.Point(62, 62);
|
|
NUD_MultiNpcRecord.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_MultiNpcRecord.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_MultiNpcRecord.Name = "NUD_MultiNpcRecord";
|
|
NUD_MultiNpcRecord.Size = new System.Drawing.Size(48, 23);
|
|
NUD_MultiNpcRecord.TabIndex = 4;
|
|
//
|
|
// L_MultiNpcPast
|
|
//
|
|
L_MultiNpcPast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_MultiNpcPast.Location = new System.Drawing.Point(9, 40);
|
|
L_MultiNpcPast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_MultiNpcPast.Name = "L_MultiNpcPast";
|
|
L_MultiNpcPast.Size = new System.Drawing.Size(48, 16);
|
|
L_MultiNpcPast.TabIndex = 1;
|
|
L_MultiNpcPast.Text = "Past";
|
|
L_MultiNpcPast.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// NUD_MultiNpcPast
|
|
//
|
|
NUD_MultiNpcPast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_MultiNpcPast.Location = new System.Drawing.Point(62, 38);
|
|
NUD_MultiNpcPast.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_MultiNpcPast.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_MultiNpcPast.Name = "NUD_MultiNpcPast";
|
|
NUD_MultiNpcPast.Size = new System.Drawing.Size(48, 23);
|
|
NUD_MultiNpcPast.TabIndex = 2;
|
|
//
|
|
// L_MultiFriendsRecord
|
|
//
|
|
L_MultiFriendsRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_MultiFriendsRecord.Location = new System.Drawing.Point(9, 134);
|
|
L_MultiFriendsRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_MultiFriendsRecord.Name = "L_MultiFriendsRecord";
|
|
L_MultiFriendsRecord.Size = new System.Drawing.Size(49, 16);
|
|
L_MultiFriendsRecord.TabIndex = 8;
|
|
L_MultiFriendsRecord.Text = "Record";
|
|
L_MultiFriendsRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// L_MultiNpcRecord
|
|
//
|
|
L_MultiNpcRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_MultiNpcRecord.Location = new System.Drawing.Point(9, 63);
|
|
L_MultiNpcRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_MultiNpcRecord.Name = "L_MultiNpcRecord";
|
|
L_MultiNpcRecord.Size = new System.Drawing.Size(49, 16);
|
|
L_MultiNpcRecord.TabIndex = 3;
|
|
L_MultiNpcRecord.Text = "Record";
|
|
L_MultiNpcRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// GB_Doubles
|
|
//
|
|
GB_Doubles.Controls.Add(NUD_DoubleRecord);
|
|
GB_Doubles.Controls.Add(L_DoublePast);
|
|
GB_Doubles.Controls.Add(NUD_DoublePast);
|
|
GB_Doubles.Controls.Add(L_DoubleRecord);
|
|
GB_Doubles.Location = new System.Drawing.Point(5, 84);
|
|
GB_Doubles.Margin = new System.Windows.Forms.Padding(2);
|
|
GB_Doubles.Name = "GB_Doubles";
|
|
GB_Doubles.Padding = new System.Windows.Forms.Padding(2);
|
|
GB_Doubles.Size = new System.Drawing.Size(115, 73);
|
|
GB_Doubles.TabIndex = 4;
|
|
GB_Doubles.TabStop = false;
|
|
GB_Doubles.Text = "Doubles";
|
|
//
|
|
// NUD_DoubleRecord
|
|
//
|
|
NUD_DoubleRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_DoubleRecord.Location = new System.Drawing.Point(62, 44);
|
|
NUD_DoubleRecord.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_DoubleRecord.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_DoubleRecord.Name = "NUD_DoubleRecord";
|
|
NUD_DoubleRecord.Size = new System.Drawing.Size(48, 23);
|
|
NUD_DoubleRecord.TabIndex = 3;
|
|
//
|
|
// L_DoublePast
|
|
//
|
|
L_DoublePast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_DoublePast.Location = new System.Drawing.Point(9, 23);
|
|
L_DoublePast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_DoublePast.Name = "L_DoublePast";
|
|
L_DoublePast.Size = new System.Drawing.Size(48, 16);
|
|
L_DoublePast.TabIndex = 0;
|
|
L_DoublePast.Text = "Past";
|
|
L_DoublePast.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// NUD_DoublePast
|
|
//
|
|
NUD_DoublePast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_DoublePast.Location = new System.Drawing.Point(62, 21);
|
|
NUD_DoublePast.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_DoublePast.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_DoublePast.Name = "NUD_DoublePast";
|
|
NUD_DoublePast.Size = new System.Drawing.Size(48, 23);
|
|
NUD_DoublePast.TabIndex = 1;
|
|
//
|
|
// L_DoubleRecord
|
|
//
|
|
L_DoubleRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_DoubleRecord.Location = new System.Drawing.Point(9, 46);
|
|
L_DoubleRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_DoubleRecord.Name = "L_DoubleRecord";
|
|
L_DoubleRecord.Size = new System.Drawing.Size(49, 16);
|
|
L_DoubleRecord.TabIndex = 2;
|
|
L_DoubleRecord.Text = "Record";
|
|
L_DoubleRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// GB_Singles
|
|
//
|
|
GB_Singles.Controls.Add(NUD_SingleRecord);
|
|
GB_Singles.Controls.Add(L_SinglePast);
|
|
GB_Singles.Controls.Add(NUD_SinglePast);
|
|
GB_Singles.Controls.Add(L_SingleRecord);
|
|
GB_Singles.Location = new System.Drawing.Point(5, 7);
|
|
GB_Singles.Margin = new System.Windows.Forms.Padding(2);
|
|
GB_Singles.Name = "GB_Singles";
|
|
GB_Singles.Padding = new System.Windows.Forms.Padding(2);
|
|
GB_Singles.Size = new System.Drawing.Size(115, 73);
|
|
GB_Singles.TabIndex = 0;
|
|
GB_Singles.TabStop = false;
|
|
GB_Singles.Text = "Singles";
|
|
//
|
|
// NUD_SingleRecord
|
|
//
|
|
NUD_SingleRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SingleRecord.Location = new System.Drawing.Point(62, 45);
|
|
NUD_SingleRecord.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SingleRecord.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SingleRecord.Name = "NUD_SingleRecord";
|
|
NUD_SingleRecord.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SingleRecord.TabIndex = 3;
|
|
//
|
|
// L_SinglePast
|
|
//
|
|
L_SinglePast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SinglePast.Location = new System.Drawing.Point(9, 23);
|
|
L_SinglePast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SinglePast.Name = "L_SinglePast";
|
|
L_SinglePast.Size = new System.Drawing.Size(48, 16);
|
|
L_SinglePast.TabIndex = 0;
|
|
L_SinglePast.Text = "Past";
|
|
L_SinglePast.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_SinglePast
|
|
//
|
|
NUD_SinglePast.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
NUD_SinglePast.Location = new System.Drawing.Point(62, 21);
|
|
NUD_SinglePast.Margin = new System.Windows.Forms.Padding(2);
|
|
NUD_SinglePast.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_SinglePast.Name = "NUD_SinglePast";
|
|
NUD_SinglePast.Size = new System.Drawing.Size(48, 23);
|
|
NUD_SinglePast.TabIndex = 1;
|
|
//
|
|
// L_SingleRecord
|
|
//
|
|
L_SingleRecord.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_SingleRecord.Location = new System.Drawing.Point(9, 47);
|
|
L_SingleRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
L_SingleRecord.Name = "L_SingleRecord";
|
|
L_SingleRecord.Size = new System.Drawing.Size(49, 16);
|
|
L_SingleRecord.TabIndex = 2;
|
|
L_SingleRecord.Text = "Record";
|
|
L_SingleRecord.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TAB_BWCityForest
|
|
//
|
|
TAB_BWCityForest.Controls.Add(L_FC);
|
|
TAB_BWCityForest.Controls.Add(B_ImportFC);
|
|
TAB_BWCityForest.Controls.Add(B_DumpFC);
|
|
TAB_BWCityForest.Location = new System.Drawing.Point(4, 24);
|
|
TAB_BWCityForest.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
TAB_BWCityForest.Name = "TAB_BWCityForest";
|
|
TAB_BWCityForest.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
TAB_BWCityForest.Size = new System.Drawing.Size(390, 338);
|
|
TAB_BWCityForest.TabIndex = 4;
|
|
TAB_BWCityForest.Text = "WhiteForest/BlackCity";
|
|
TAB_BWCityForest.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_FC
|
|
//
|
|
L_FC.Location = new System.Drawing.Point(18, 70);
|
|
L_FC.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_FC.Name = "L_FC";
|
|
L_FC.Size = new System.Drawing.Size(264, 128);
|
|
L_FC.TabIndex = 2;
|
|
L_FC.Text = "Dump data from a white save file and import it into a black one and vice versa, there you can have either city or forest in one save!";
|
|
//
|
|
// B_ImportFC
|
|
//
|
|
B_ImportFC.Location = new System.Drawing.Point(18, 40);
|
|
B_ImportFC.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_ImportFC.Name = "B_ImportFC";
|
|
B_ImportFC.Size = new System.Drawing.Size(115, 27);
|
|
B_ImportFC.TabIndex = 1;
|
|
B_ImportFC.Text = "Import Data";
|
|
B_ImportFC.UseVisualStyleBackColor = true;
|
|
B_ImportFC.Click += B_ImportFC_Click;
|
|
//
|
|
// B_DumpFC
|
|
//
|
|
B_DumpFC.Location = new System.Drawing.Point(18, 7);
|
|
B_DumpFC.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_DumpFC.Name = "B_DumpFC";
|
|
B_DumpFC.Size = new System.Drawing.Size(115, 27);
|
|
B_DumpFC.TabIndex = 0;
|
|
B_DumpFC.Text = "Dump Data";
|
|
B_DumpFC.UseVisualStyleBackColor = true;
|
|
B_DumpFC.Click += B_DumpFC_Click;
|
|
//
|
|
// TAB_Medals
|
|
//
|
|
TAB_Medals.Controls.Add(TB_MedalType);
|
|
TAB_Medals.Controls.Add(B_ObtainAllMedals);
|
|
TAB_Medals.Controls.Add(CAL_MedalDate);
|
|
TAB_Medals.Controls.Add(CHK_MedalUnread);
|
|
TAB_Medals.Controls.Add(CB_MedalState);
|
|
TAB_Medals.Controls.Add(CB_CurrentMedal);
|
|
TAB_Medals.Location = new System.Drawing.Point(4, 24);
|
|
TAB_Medals.Name = "TAB_Medals";
|
|
TAB_Medals.Size = new System.Drawing.Size(390, 338);
|
|
TAB_Medals.TabIndex = 5;
|
|
TAB_Medals.Text = "Medals";
|
|
TAB_Medals.UseVisualStyleBackColor = true;
|
|
//
|
|
// TB_MedalType
|
|
//
|
|
TB_MedalType.Location = new System.Drawing.Point(212, 103);
|
|
TB_MedalType.Name = "TB_MedalType";
|
|
TB_MedalType.ReadOnly = true;
|
|
TB_MedalType.Size = new System.Drawing.Size(175, 23);
|
|
TB_MedalType.TabIndex = 4;
|
|
TB_MedalType.TabStop = false;
|
|
//
|
|
// B_ObtainAllMedals
|
|
//
|
|
B_ObtainAllMedals.Location = new System.Drawing.Point(3, 264);
|
|
B_ObtainAllMedals.Name = "B_ObtainAllMedals";
|
|
B_ObtainAllMedals.Size = new System.Drawing.Size(117, 71);
|
|
B_ObtainAllMedals.TabIndex = 5;
|
|
B_ObtainAllMedals.Text = "Obtain All Medals";
|
|
B_ObtainAllMedals.UseVisualStyleBackColor = true;
|
|
B_ObtainAllMedals.Click += B_ObtainAllMedals_Click;
|
|
//
|
|
// CAL_MedalDate
|
|
//
|
|
CAL_MedalDate.Location = new System.Drawing.Point(3, 74);
|
|
CAL_MedalDate.Name = "CAL_MedalDate";
|
|
CAL_MedalDate.Size = new System.Drawing.Size(384, 23);
|
|
CAL_MedalDate.TabIndex = 2;
|
|
CAL_MedalDate.ValueChanged += CAL_MedalDate_ValueChanged;
|
|
//
|
|
// CHK_MedalUnread
|
|
//
|
|
CHK_MedalUnread.AutoSize = true;
|
|
CHK_MedalUnread.Location = new System.Drawing.Point(3, 103);
|
|
CHK_MedalUnread.Name = "CHK_MedalUnread";
|
|
CHK_MedalUnread.Size = new System.Drawing.Size(64, 19);
|
|
CHK_MedalUnread.TabIndex = 3;
|
|
CHK_MedalUnread.Text = "Unread";
|
|
CHK_MedalUnread.UseVisualStyleBackColor = true;
|
|
CHK_MedalUnread.CheckedChanged += CHK_MedalUnread_CheckedChanged;
|
|
//
|
|
// CB_MedalState
|
|
//
|
|
CB_MedalState.FormattingEnabled = true;
|
|
CB_MedalState.Location = new System.Drawing.Point(3, 45);
|
|
CB_MedalState.Name = "CB_MedalState";
|
|
CB_MedalState.Size = new System.Drawing.Size(384, 23);
|
|
CB_MedalState.TabIndex = 1;
|
|
CB_MedalState.SelectedIndexChanged += CB_MedalState_SelectedIndexChanged;
|
|
//
|
|
// CB_CurrentMedal
|
|
//
|
|
CB_CurrentMedal.FormattingEnabled = true;
|
|
CB_CurrentMedal.Location = new System.Drawing.Point(3, 16);
|
|
CB_CurrentMedal.Name = "CB_CurrentMedal";
|
|
CB_CurrentMedal.Size = new System.Drawing.Size(384, 23);
|
|
CB_CurrentMedal.TabIndex = 0;
|
|
CB_CurrentMedal.SelectedIndexChanged += CB_CurrentMedal_SelectedIndexChanged;
|
|
//
|
|
// TAB_Muscial
|
|
//
|
|
TAB_Muscial.Controls.Add(B_UnlockAllProps);
|
|
TAB_Muscial.Controls.Add(CHK_PropObtained);
|
|
TAB_Muscial.Controls.Add(CB_Prop);
|
|
TAB_Muscial.Location = new System.Drawing.Point(4, 24);
|
|
TAB_Muscial.Name = "TAB_Muscial";
|
|
TAB_Muscial.Padding = new System.Windows.Forms.Padding(3);
|
|
TAB_Muscial.Size = new System.Drawing.Size(390, 338);
|
|
TAB_Muscial.TabIndex = 6;
|
|
TAB_Muscial.Text = "Musical";
|
|
TAB_Muscial.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_UnlockAllProps
|
|
//
|
|
B_UnlockAllProps.Location = new System.Drawing.Point(6, 261);
|
|
B_UnlockAllProps.Name = "B_UnlockAllProps";
|
|
B_UnlockAllProps.Size = new System.Drawing.Size(117, 71);
|
|
B_UnlockAllProps.TabIndex = 2;
|
|
B_UnlockAllProps.Text = "Unlock All Props";
|
|
B_UnlockAllProps.UseVisualStyleBackColor = true;
|
|
B_UnlockAllProps.Click += B_UnlockAllProps_Click;
|
|
//
|
|
// CHK_PropObtained
|
|
//
|
|
CHK_PropObtained.AutoSize = true;
|
|
CHK_PropObtained.Location = new System.Drawing.Point(6, 35);
|
|
CHK_PropObtained.Name = "CHK_PropObtained";
|
|
CHK_PropObtained.Size = new System.Drawing.Size(75, 19);
|
|
CHK_PropObtained.TabIndex = 1;
|
|
CHK_PropObtained.Text = "Obtained";
|
|
CHK_PropObtained.UseVisualStyleBackColor = true;
|
|
CHK_PropObtained.CheckedChanged += CHK_PropObtained_CheckedChanged;
|
|
//
|
|
// CB_Prop
|
|
//
|
|
CB_Prop.FormattingEnabled = true;
|
|
CB_Prop.Location = new System.Drawing.Point(6, 6);
|
|
CB_Prop.Name = "CB_Prop";
|
|
CB_Prop.Size = new System.Drawing.Size(378, 23);
|
|
CB_Prop.TabIndex = 0;
|
|
CB_Prop.SelectedIndexChanged += CB_Prop_SelectedIndexChanged;
|
|
//
|
|
// SAV_Misc5
|
|
//
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
ClientSize = new System.Drawing.Size(432, 438);
|
|
Controls.Add(TC_Misc);
|
|
Controls.Add(B_Save);
|
|
Controls.Add(B_Cancel);
|
|
Icon = Properties.Resources.Icon;
|
|
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MinimumSize = new System.Drawing.Size(438, 468);
|
|
Name = "SAV_Misc5";
|
|
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
Text = "Misc Editor";
|
|
TC_Misc.ResumeLayout(false);
|
|
TAB_Main.ResumeLayout(false);
|
|
TAB_Main.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Record32V).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Record32).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Record16V).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Record16).EndInit();
|
|
GB_KeySystem.ResumeLayout(false);
|
|
GB_Roamer.ResumeLayout(false);
|
|
GB_FlyDest.ResumeLayout(false);
|
|
TAB_Entralink.ResumeLayout(false);
|
|
PAN_MissionMeta.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMHosted).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMMostParticipants).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMParticipated).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMCompleted).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMTopScores).EndInit();
|
|
GB_EntreeLevel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_EntreeWhiteEXP).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_EntreeBlackEXP).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_EntreeBlackLV).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_EntreeWhiteLV).EndInit();
|
|
GB_FunfestMissions.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMBestScore).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FMBestTotal).EndInit();
|
|
GB_PassPowers.ResumeLayout(false);
|
|
TAB_Forest.ResumeLayout(false);
|
|
TAB_Forest.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Unlocked).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_SlotPreview).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Animation).EndInit();
|
|
TAB_Subway.ResumeLayout(false);
|
|
GB_SubwayChecks.ResumeLayout(false);
|
|
GB_SubwayChecks.PerformLayout();
|
|
GB_CurrentData.ResumeLayout(false);
|
|
GB_CurrentData.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_CurrentType).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_CurrentBattle).EndInit();
|
|
GB_SubwaySets.ResumeLayout(false);
|
|
GB_SubwaySets.PerformLayout();
|
|
GB_SuperMulti.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_SMultiFriendsRecord).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SMultiFriendsPast).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SMultiNpcRecord).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SMultiNpcPast).EndInit();
|
|
GB_SuperDoubles.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_SDoubleRecord).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SDoublePast).EndInit();
|
|
GB_SuperSingles.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_SSingleRecord).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SSinglePast).EndInit();
|
|
GB_Multi.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_MultiFriendsRecord).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_MultiFriendsPast).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_MultiNpcRecord).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_MultiNpcPast).EndInit();
|
|
GB_Doubles.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_DoubleRecord).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_DoublePast).EndInit();
|
|
GB_Singles.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_SingleRecord).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_SinglePast).EndInit();
|
|
TAB_BWCityForest.ResumeLayout(false);
|
|
TAB_Medals.ResumeLayout(false);
|
|
TAB_Medals.PerformLayout();
|
|
TAB_Muscial.ResumeLayout(false);
|
|
TAB_Muscial.PerformLayout();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.TabControl TC_Misc;
|
|
private System.Windows.Forms.TabPage TAB_Main;
|
|
private System.Windows.Forms.CheckBox CHK_LibertyPass;
|
|
private System.Windows.Forms.GroupBox GB_Roamer;
|
|
private System.Windows.Forms.Label L_Roamer642;
|
|
private System.Windows.Forms.Label L_Roamer641;
|
|
private System.Windows.Forms.ComboBox CB_Roamer642;
|
|
private System.Windows.Forms.ComboBox CB_Roamer641;
|
|
private System.Windows.Forms.GroupBox GB_FlyDest;
|
|
private System.Windows.Forms.CheckedListBox CLB_FlyDest;
|
|
private System.Windows.Forms.Button B_AllFlyDest;
|
|
private System.Windows.Forms.GroupBox GB_KeySystem;
|
|
private System.Windows.Forms.Button B_AllKeys;
|
|
private System.Windows.Forms.CheckedListBox CLB_KeySystem;
|
|
private System.Windows.Forms.TabPage TAB_Entralink;
|
|
private System.Windows.Forms.NumericUpDown NUD_EntreeWhiteLV;
|
|
private System.Windows.Forms.NumericUpDown NUD_EntreeBlackLV;
|
|
private System.Windows.Forms.Label L_FMParticipants;
|
|
private System.Windows.Forms.Label L_FMCompleted;
|
|
private System.Windows.Forms.Label L_FMParticipated;
|
|
private System.Windows.Forms.Label L_FMHosted;
|
|
private System.Windows.Forms.Label L_FMTopScore;
|
|
private System.Windows.Forms.GroupBox GB_EntreeLevel;
|
|
private System.Windows.Forms.Label L_EntreeBlack;
|
|
private System.Windows.Forms.Label L_EntreeWhite;
|
|
private System.Windows.Forms.NumericUpDown NUD_FMMostParticipants;
|
|
private System.Windows.Forms.NumericUpDown NUD_FMTopScores;
|
|
private System.Windows.Forms.NumericUpDown NUD_FMCompleted;
|
|
private System.Windows.Forms.NumericUpDown NUD_FMParticipated;
|
|
private System.Windows.Forms.NumericUpDown NUD_FMHosted;
|
|
private System.Windows.Forms.GroupBox GB_FunfestMissions;
|
|
private System.Windows.Forms.Label L_FMBestScore;
|
|
private System.Windows.Forms.Label L_FMBestTotal;
|
|
private System.Windows.Forms.NumericUpDown NUD_FMBestScore;
|
|
private System.Windows.Forms.NumericUpDown NUD_FMBestTotal;
|
|
private System.Windows.Forms.ComboBox CB_FMLevel;
|
|
private System.Windows.Forms.Label L_FMUnlocked;
|
|
private System.Windows.Forms.Button B_FunfestMissions;
|
|
private System.Windows.Forms.ListBox LB_FunfestMissions;
|
|
private System.Windows.Forms.GroupBox GB_PassPowers;
|
|
private System.Windows.Forms.ComboBox CB_PassPower3;
|
|
private System.Windows.Forms.ComboBox CB_PassPower2;
|
|
private System.Windows.Forms.ComboBox CB_PassPower1;
|
|
private System.Windows.Forms.Label L_FMLocked;
|
|
private System.Windows.Forms.CheckBox CHK_FMNew;
|
|
private System.Windows.Forms.NumericUpDown NUD_EntreeWhiteEXP;
|
|
private System.Windows.Forms.NumericUpDown NUD_EntreeBlackEXP;
|
|
private System.Windows.Forms.TabPage TAB_Forest;
|
|
private System.Windows.Forms.ComboBox CB_Areas;
|
|
private System.Windows.Forms.ListBox LB_Slots;
|
|
private System.Windows.Forms.Label L_Move;
|
|
private System.Windows.Forms.Label L_Form;
|
|
private System.Windows.Forms.Label L_Species;
|
|
private System.Windows.Forms.ComboBox CB_Move;
|
|
private System.Windows.Forms.ComboBox CB_Form;
|
|
private System.Windows.Forms.ComboBox CB_Species;
|
|
private System.Windows.Forms.Label L_Gender;
|
|
private System.Windows.Forms.ComboBox CB_Gender;
|
|
private System.Windows.Forms.CheckBox CHK_Invisible;
|
|
private System.Windows.Forms.Label L_Animation;
|
|
private System.Windows.Forms.NumericUpDown NUD_Animation;
|
|
private System.Windows.Forms.PictureBox PB_SlotPreview;
|
|
private System.Windows.Forms.CheckBox CHK_Area9;
|
|
private System.Windows.Forms.Label L_Area18;
|
|
private System.Windows.Forms.NumericUpDown NUD_Unlocked;
|
|
private System.Windows.Forms.Button B_RandForest;
|
|
private System.Windows.Forms.ToolTip TipExpB;
|
|
private System.Windows.Forms.ToolTip TipExpW;
|
|
private System.Windows.Forms.TabPage TAB_Subway;
|
|
private System.Windows.Forms.NumericUpDown NUD_SinglePast;
|
|
private System.Windows.Forms.Label L_SinglePast;
|
|
private System.Windows.Forms.GroupBox GB_Singles;
|
|
private System.Windows.Forms.Label L_SingleRecord;
|
|
private System.Windows.Forms.NumericUpDown NUD_SingleRecord;
|
|
private System.Windows.Forms.GroupBox GB_Doubles;
|
|
private System.Windows.Forms.Label L_DoubleRecord;
|
|
private System.Windows.Forms.NumericUpDown NUD_DoubleRecord;
|
|
private System.Windows.Forms.Label L_DoublePast;
|
|
private System.Windows.Forms.NumericUpDown NUD_DoublePast;
|
|
private System.Windows.Forms.GroupBox GB_Multi;
|
|
private System.Windows.Forms.Label L_MultiNpcRecord;
|
|
private System.Windows.Forms.NumericUpDown NUD_MultiNpcRecord;
|
|
private System.Windows.Forms.Label L_MultiNpcPast;
|
|
private System.Windows.Forms.NumericUpDown NUD_MultiNpcPast;
|
|
private System.Windows.Forms.Label L_MultiFriendsRecord;
|
|
private System.Windows.Forms.NumericUpDown NUD_MultiFriendsRecord;
|
|
private System.Windows.Forms.Label L_MultiFriendsPast;
|
|
private System.Windows.Forms.NumericUpDown NUD_MultiFriendsPast;
|
|
private System.Windows.Forms.Label L_MultiFriends;
|
|
private System.Windows.Forms.Label L_MultiNPC;
|
|
private System.Windows.Forms.GroupBox GB_SuperMulti;
|
|
private System.Windows.Forms.Label L_SMultiNPC;
|
|
private System.Windows.Forms.Label L_SMultiFriends;
|
|
private System.Windows.Forms.Label L_SMultiFriendsRecord;
|
|
private System.Windows.Forms.NumericUpDown NUD_SMultiFriendsRecord;
|
|
private System.Windows.Forms.Label L_SMultiFriendsPast;
|
|
private System.Windows.Forms.NumericUpDown NUD_SMultiFriendsPast;
|
|
private System.Windows.Forms.Label L_SMultiNpcRecord;
|
|
private System.Windows.Forms.NumericUpDown NUD_SMultiNpcRecord;
|
|
private System.Windows.Forms.Label L_SMultiNpcPast;
|
|
private System.Windows.Forms.NumericUpDown NUD_SMultiNpcPast;
|
|
private System.Windows.Forms.GroupBox GB_SuperDoubles;
|
|
private System.Windows.Forms.Label L_SDoubleRecord;
|
|
private System.Windows.Forms.NumericUpDown NUD_SDoubleRecord;
|
|
private System.Windows.Forms.Label L_SDoublePast;
|
|
private System.Windows.Forms.NumericUpDown NUD_SDoublePast;
|
|
private System.Windows.Forms.GroupBox GB_SuperSingles;
|
|
private System.Windows.Forms.Label L_SSingleRecord;
|
|
private System.Windows.Forms.NumericUpDown NUD_SSingleRecord;
|
|
private System.Windows.Forms.Label L_SSinglePast;
|
|
private System.Windows.Forms.NumericUpDown NUD_SSinglePast;
|
|
private System.Windows.Forms.GroupBox GB_SubwayChecks;
|
|
private System.Windows.Forms.CheckBox CHK_SuperMulti;
|
|
private System.Windows.Forms.CheckBox CHK_SuperDouble;
|
|
private System.Windows.Forms.CheckBox CHK_SuperSingle;
|
|
private System.Windows.Forms.Panel PAN_MissionMeta;
|
|
private System.Windows.Forms.CheckBox CHK_Subway0;
|
|
private System.Windows.Forms.CheckBox CHK_Subway1;
|
|
private System.Windows.Forms.CheckBox CHK_Subway2;
|
|
private System.Windows.Forms.CheckBox CHK_Subway3;
|
|
private System.Windows.Forms.CheckBox CHK_Subway7;
|
|
private System.Windows.Forms.CheckBox CHK_SWNPCMet;
|
|
private System.Windows.Forms.GroupBox GB_CurrentData;
|
|
private System.Windows.Forms.Label L_CurrentType;
|
|
private System.Windows.Forms.Label L_CurrentBattle;
|
|
private System.Windows.Forms.NumericUpDown NUD_CurrentType;
|
|
private System.Windows.Forms.NumericUpDown NUD_CurrentBattle;
|
|
private System.Windows.Forms.GroupBox GB_SubwaySets;
|
|
private System.Windows.Forms.Label L_NormalSets;
|
|
private System.Windows.Forms.Label L_SuperSets;
|
|
private System.Windows.Forms.CheckBox CHK_SingleSet;
|
|
private System.Windows.Forms.CheckBox CHK_DoubleSet;
|
|
private System.Windows.Forms.CheckBox CHK_MultiNPCSet;
|
|
private System.Windows.Forms.CheckBox CHK_MultiFriendsSet;
|
|
private System.Windows.Forms.CheckBox CHK_SuperSingleSet;
|
|
private System.Windows.Forms.CheckBox CHK_SuperDoubleSet;
|
|
private System.Windows.Forms.CheckBox CHK_SuperMultiNPCSet;
|
|
private System.Windows.Forms.CheckBox CHK_SuperMultiFriendsSet;
|
|
private System.Windows.Forms.ComboBox CB_RoamStatus;
|
|
private System.Windows.Forms.Label L_RoamStatus;
|
|
private System.Windows.Forms.TabPage TAB_BWCityForest;
|
|
private System.Windows.Forms.Label L_FC;
|
|
private System.Windows.Forms.Button B_ImportFC;
|
|
private System.Windows.Forms.Button B_DumpFC;
|
|
private System.Windows.Forms.TabPage TAB_Medals;
|
|
private System.Windows.Forms.ComboBox CB_CurrentMedal;
|
|
private System.Windows.Forms.ComboBox CB_MedalState;
|
|
private System.Windows.Forms.DateTimePicker CAL_MedalDate;
|
|
private System.Windows.Forms.CheckBox CHK_MedalUnread;
|
|
private System.Windows.Forms.Button B_ObtainAllMedals;
|
|
private System.Windows.Forms.TabPage TAB_Muscial;
|
|
private System.Windows.Forms.ComboBox CB_Prop;
|
|
private System.Windows.Forms.CheckBox CHK_PropObtained;
|
|
private System.Windows.Forms.Button B_UnlockAllProps;
|
|
private System.Windows.Forms.Label L_Record32V;
|
|
private System.Windows.Forms.Label L_Record32;
|
|
private System.Windows.Forms.Label L_Record16V;
|
|
private System.Windows.Forms.Label L_Record16;
|
|
private System.Windows.Forms.NumericUpDown NUD_Record32V;
|
|
private System.Windows.Forms.NumericUpDown NUD_Record32;
|
|
private System.Windows.Forms.NumericUpDown NUD_Record16V;
|
|
private System.Windows.Forms.NumericUpDown NUD_Record16;
|
|
private System.Windows.Forms.TextBox TB_MedalType;
|
|
}
|
|
}
|