mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-16 09:02:19 -05:00
Closes #2601 Add ComponentModel attributes for properties, add u64 typeconverter for propertygrid
518 lines
23 KiB
C#
518 lines
23 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_Raid8
|
|
{
|
|
/// <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()
|
|
{
|
|
this.B_Cancel = new System.Windows.Forms.Button();
|
|
this.B_Save = new System.Windows.Forms.Button();
|
|
this.L_Saying5 = new System.Windows.Forms.Label();
|
|
this.L_Saying4 = new System.Windows.Forms.Label();
|
|
this.L_Saying3 = new System.Windows.Forms.Label();
|
|
this.L_Saying2 = new System.Windows.Forms.Label();
|
|
this.L_Saying1 = new System.Windows.Forms.Label();
|
|
this.TB_Saying5 = new System.Windows.Forms.TextBox();
|
|
this.TB_Saying4 = new System.Windows.Forms.TextBox();
|
|
this.TB_Saying3 = new System.Windows.Forms.TextBox();
|
|
this.TB_Saying2 = new System.Windows.Forms.TextBox();
|
|
this.TB_Saying1 = new System.Windows.Forms.TextBox();
|
|
this.TB_MBMS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBMN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBRS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBRN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBTS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBTN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBDS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBDN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBSS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBSN = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_SuperB = new System.Windows.Forms.Label();
|
|
this.L_NormalB = new System.Windows.Forms.Label();
|
|
this.L_MultiB = new System.Windows.Forms.Label();
|
|
this.L_RotationB = new System.Windows.Forms.Label();
|
|
this.L_TriplesB = new System.Windows.Forms.Label();
|
|
this.L_DoublesB = new System.Windows.Forms.Label();
|
|
this.L_SinglesB = new System.Windows.Forms.Label();
|
|
this.TB_MCMS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCMN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCRS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCRN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCTS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCTN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCDS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCDN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCSS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCSN = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_SuperC = new System.Windows.Forms.Label();
|
|
this.L_NormalC = new System.Windows.Forms.Label();
|
|
this.L_MultiC = new System.Windows.Forms.Label();
|
|
this.L_RotationC = new System.Windows.Forms.Label();
|
|
this.L_TriplesC = new System.Windows.Forms.Label();
|
|
this.L_DoublesC = new System.Windows.Forms.Label();
|
|
this.L_SinglesC = new System.Windows.Forms.Label();
|
|
this.PG_Den = new System.Windows.Forms.PropertyGrid();
|
|
this.CB_Den = new System.Windows.Forms.ComboBox();
|
|
this.B_ActivateAll = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// B_Cancel
|
|
//
|
|
this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_Cancel.Location = new System.Drawing.Point(146, 289);
|
|
this.B_Cancel.Name = "B_Cancel";
|
|
this.B_Cancel.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Cancel.TabIndex = 0;
|
|
this.B_Cancel.Text = "Cancel";
|
|
this.B_Cancel.UseVisualStyleBackColor = true;
|
|
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
|
//
|
|
// B_Save
|
|
//
|
|
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_Save.Location = new System.Drawing.Point(227, 289);
|
|
this.B_Save.Name = "B_Save";
|
|
this.B_Save.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Save.TabIndex = 1;
|
|
this.B_Save.Text = "Save";
|
|
this.B_Save.UseVisualStyleBackColor = true;
|
|
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
|
|
//
|
|
// L_Saying5
|
|
//
|
|
this.L_Saying5.Location = new System.Drawing.Point(0, 0);
|
|
this.L_Saying5.Name = "L_Saying5";
|
|
this.L_Saying5.Size = new System.Drawing.Size(100, 23);
|
|
this.L_Saying5.TabIndex = 0;
|
|
//
|
|
// L_Saying4
|
|
//
|
|
this.L_Saying4.Location = new System.Drawing.Point(0, 0);
|
|
this.L_Saying4.Name = "L_Saying4";
|
|
this.L_Saying4.Size = new System.Drawing.Size(100, 23);
|
|
this.L_Saying4.TabIndex = 0;
|
|
//
|
|
// L_Saying3
|
|
//
|
|
this.L_Saying3.Location = new System.Drawing.Point(0, 0);
|
|
this.L_Saying3.Name = "L_Saying3";
|
|
this.L_Saying3.Size = new System.Drawing.Size(100, 23);
|
|
this.L_Saying3.TabIndex = 0;
|
|
//
|
|
// L_Saying2
|
|
//
|
|
this.L_Saying2.Location = new System.Drawing.Point(0, 0);
|
|
this.L_Saying2.Name = "L_Saying2";
|
|
this.L_Saying2.Size = new System.Drawing.Size(100, 23);
|
|
this.L_Saying2.TabIndex = 0;
|
|
//
|
|
// L_Saying1
|
|
//
|
|
this.L_Saying1.Location = new System.Drawing.Point(0, 0);
|
|
this.L_Saying1.Name = "L_Saying1";
|
|
this.L_Saying1.Size = new System.Drawing.Size(100, 23);
|
|
this.L_Saying1.TabIndex = 0;
|
|
//
|
|
// TB_Saying5
|
|
//
|
|
this.TB_Saying5.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_Saying5.Name = "TB_Saying5";
|
|
this.TB_Saying5.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_Saying5.TabIndex = 0;
|
|
//
|
|
// TB_Saying4
|
|
//
|
|
this.TB_Saying4.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_Saying4.Name = "TB_Saying4";
|
|
this.TB_Saying4.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_Saying4.TabIndex = 0;
|
|
//
|
|
// TB_Saying3
|
|
//
|
|
this.TB_Saying3.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_Saying3.Name = "TB_Saying3";
|
|
this.TB_Saying3.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_Saying3.TabIndex = 0;
|
|
//
|
|
// TB_Saying2
|
|
//
|
|
this.TB_Saying2.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_Saying2.Name = "TB_Saying2";
|
|
this.TB_Saying2.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_Saying2.TabIndex = 0;
|
|
//
|
|
// TB_Saying1
|
|
//
|
|
this.TB_Saying1.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_Saying1.Name = "TB_Saying1";
|
|
this.TB_Saying1.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_Saying1.TabIndex = 0;
|
|
//
|
|
// TB_MBMS
|
|
//
|
|
this.TB_MBMS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBMS.Name = "TB_MBMS";
|
|
this.TB_MBMS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBMS.TabIndex = 0;
|
|
//
|
|
// TB_MBMN
|
|
//
|
|
this.TB_MBMN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBMN.Name = "TB_MBMN";
|
|
this.TB_MBMN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBMN.TabIndex = 0;
|
|
//
|
|
// TB_MBRS
|
|
//
|
|
this.TB_MBRS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBRS.Name = "TB_MBRS";
|
|
this.TB_MBRS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBRS.TabIndex = 0;
|
|
//
|
|
// TB_MBRN
|
|
//
|
|
this.TB_MBRN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBRN.Name = "TB_MBRN";
|
|
this.TB_MBRN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBRN.TabIndex = 0;
|
|
//
|
|
// TB_MBTS
|
|
//
|
|
this.TB_MBTS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBTS.Name = "TB_MBTS";
|
|
this.TB_MBTS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBTS.TabIndex = 0;
|
|
//
|
|
// TB_MBTN
|
|
//
|
|
this.TB_MBTN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBTN.Name = "TB_MBTN";
|
|
this.TB_MBTN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBTN.TabIndex = 0;
|
|
//
|
|
// TB_MBDS
|
|
//
|
|
this.TB_MBDS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBDS.Name = "TB_MBDS";
|
|
this.TB_MBDS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBDS.TabIndex = 0;
|
|
//
|
|
// TB_MBDN
|
|
//
|
|
this.TB_MBDN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBDN.Name = "TB_MBDN";
|
|
this.TB_MBDN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBDN.TabIndex = 0;
|
|
//
|
|
// TB_MBSS
|
|
//
|
|
this.TB_MBSS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBSS.Name = "TB_MBSS";
|
|
this.TB_MBSS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBSS.TabIndex = 0;
|
|
//
|
|
// TB_MBSN
|
|
//
|
|
this.TB_MBSN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MBSN.Name = "TB_MBSN";
|
|
this.TB_MBSN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MBSN.TabIndex = 0;
|
|
//
|
|
// L_SuperB
|
|
//
|
|
this.L_SuperB.Location = new System.Drawing.Point(0, 0);
|
|
this.L_SuperB.Name = "L_SuperB";
|
|
this.L_SuperB.Size = new System.Drawing.Size(100, 23);
|
|
this.L_SuperB.TabIndex = 0;
|
|
//
|
|
// L_NormalB
|
|
//
|
|
this.L_NormalB.Location = new System.Drawing.Point(0, 0);
|
|
this.L_NormalB.Name = "L_NormalB";
|
|
this.L_NormalB.Size = new System.Drawing.Size(100, 23);
|
|
this.L_NormalB.TabIndex = 0;
|
|
//
|
|
// L_MultiB
|
|
//
|
|
this.L_MultiB.Location = new System.Drawing.Point(0, 0);
|
|
this.L_MultiB.Name = "L_MultiB";
|
|
this.L_MultiB.Size = new System.Drawing.Size(100, 23);
|
|
this.L_MultiB.TabIndex = 0;
|
|
//
|
|
// L_RotationB
|
|
//
|
|
this.L_RotationB.Location = new System.Drawing.Point(0, 0);
|
|
this.L_RotationB.Name = "L_RotationB";
|
|
this.L_RotationB.Size = new System.Drawing.Size(100, 23);
|
|
this.L_RotationB.TabIndex = 0;
|
|
//
|
|
// L_TriplesB
|
|
//
|
|
this.L_TriplesB.Location = new System.Drawing.Point(0, 0);
|
|
this.L_TriplesB.Name = "L_TriplesB";
|
|
this.L_TriplesB.Size = new System.Drawing.Size(100, 23);
|
|
this.L_TriplesB.TabIndex = 0;
|
|
//
|
|
// L_DoublesB
|
|
//
|
|
this.L_DoublesB.Location = new System.Drawing.Point(0, 0);
|
|
this.L_DoublesB.Name = "L_DoublesB";
|
|
this.L_DoublesB.Size = new System.Drawing.Size(100, 23);
|
|
this.L_DoublesB.TabIndex = 0;
|
|
//
|
|
// L_SinglesB
|
|
//
|
|
this.L_SinglesB.Location = new System.Drawing.Point(0, 0);
|
|
this.L_SinglesB.Name = "L_SinglesB";
|
|
this.L_SinglesB.Size = new System.Drawing.Size(100, 23);
|
|
this.L_SinglesB.TabIndex = 0;
|
|
//
|
|
// TB_MCMS
|
|
//
|
|
this.TB_MCMS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCMS.Name = "TB_MCMS";
|
|
this.TB_MCMS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCMS.TabIndex = 0;
|
|
//
|
|
// TB_MCMN
|
|
//
|
|
this.TB_MCMN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCMN.Name = "TB_MCMN";
|
|
this.TB_MCMN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCMN.TabIndex = 0;
|
|
//
|
|
// TB_MCRS
|
|
//
|
|
this.TB_MCRS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCRS.Name = "TB_MCRS";
|
|
this.TB_MCRS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCRS.TabIndex = 0;
|
|
//
|
|
// TB_MCRN
|
|
//
|
|
this.TB_MCRN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCRN.Name = "TB_MCRN";
|
|
this.TB_MCRN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCRN.TabIndex = 0;
|
|
//
|
|
// TB_MCTS
|
|
//
|
|
this.TB_MCTS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCTS.Name = "TB_MCTS";
|
|
this.TB_MCTS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCTS.TabIndex = 0;
|
|
//
|
|
// TB_MCTN
|
|
//
|
|
this.TB_MCTN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCTN.Name = "TB_MCTN";
|
|
this.TB_MCTN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCTN.TabIndex = 0;
|
|
//
|
|
// TB_MCDS
|
|
//
|
|
this.TB_MCDS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCDS.Name = "TB_MCDS";
|
|
this.TB_MCDS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCDS.TabIndex = 0;
|
|
//
|
|
// TB_MCDN
|
|
//
|
|
this.TB_MCDN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCDN.Name = "TB_MCDN";
|
|
this.TB_MCDN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCDN.TabIndex = 0;
|
|
//
|
|
// TB_MCSS
|
|
//
|
|
this.TB_MCSS.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCSS.Name = "TB_MCSS";
|
|
this.TB_MCSS.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCSS.TabIndex = 0;
|
|
//
|
|
// TB_MCSN
|
|
//
|
|
this.TB_MCSN.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_MCSN.Name = "TB_MCSN";
|
|
this.TB_MCSN.Size = new System.Drawing.Size(100, 20);
|
|
this.TB_MCSN.TabIndex = 0;
|
|
//
|
|
// L_SuperC
|
|
//
|
|
this.L_SuperC.Location = new System.Drawing.Point(0, 0);
|
|
this.L_SuperC.Name = "L_SuperC";
|
|
this.L_SuperC.Size = new System.Drawing.Size(100, 23);
|
|
this.L_SuperC.TabIndex = 0;
|
|
//
|
|
// L_NormalC
|
|
//
|
|
this.L_NormalC.Location = new System.Drawing.Point(0, 0);
|
|
this.L_NormalC.Name = "L_NormalC";
|
|
this.L_NormalC.Size = new System.Drawing.Size(100, 23);
|
|
this.L_NormalC.TabIndex = 0;
|
|
//
|
|
// L_MultiC
|
|
//
|
|
this.L_MultiC.Location = new System.Drawing.Point(0, 0);
|
|
this.L_MultiC.Name = "L_MultiC";
|
|
this.L_MultiC.Size = new System.Drawing.Size(100, 23);
|
|
this.L_MultiC.TabIndex = 0;
|
|
//
|
|
// L_RotationC
|
|
//
|
|
this.L_RotationC.Location = new System.Drawing.Point(0, 0);
|
|
this.L_RotationC.Name = "L_RotationC";
|
|
this.L_RotationC.Size = new System.Drawing.Size(100, 23);
|
|
this.L_RotationC.TabIndex = 0;
|
|
//
|
|
// L_TriplesC
|
|
//
|
|
this.L_TriplesC.Location = new System.Drawing.Point(0, 0);
|
|
this.L_TriplesC.Name = "L_TriplesC";
|
|
this.L_TriplesC.Size = new System.Drawing.Size(100, 23);
|
|
this.L_TriplesC.TabIndex = 0;
|
|
//
|
|
// L_DoublesC
|
|
//
|
|
this.L_DoublesC.Location = new System.Drawing.Point(0, 0);
|
|
this.L_DoublesC.Name = "L_DoublesC";
|
|
this.L_DoublesC.Size = new System.Drawing.Size(100, 23);
|
|
this.L_DoublesC.TabIndex = 0;
|
|
//
|
|
// L_SinglesC
|
|
//
|
|
this.L_SinglesC.Location = new System.Drawing.Point(0, 0);
|
|
this.L_SinglesC.Name = "L_SinglesC";
|
|
this.L_SinglesC.Size = new System.Drawing.Size(100, 23);
|
|
this.L_SinglesC.TabIndex = 0;
|
|
//
|
|
// PG_Den
|
|
//
|
|
this.PG_Den.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PG_Den.Location = new System.Drawing.Point(12, 32);
|
|
this.PG_Den.Name = "PG_Den";
|
|
this.PG_Den.PropertySort = System.Windows.Forms.PropertySort.NoSort;
|
|
this.PG_Den.Size = new System.Drawing.Size(290, 251);
|
|
this.PG_Den.TabIndex = 2;
|
|
this.PG_Den.ToolbarVisible = false;
|
|
//
|
|
// CB_Den
|
|
//
|
|
this.CB_Den.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Den.FormattingEnabled = true;
|
|
this.CB_Den.Location = new System.Drawing.Point(12, 5);
|
|
this.CB_Den.Name = "CB_Den";
|
|
this.CB_Den.Size = new System.Drawing.Size(103, 21);
|
|
this.CB_Den.TabIndex = 3;
|
|
this.CB_Den.SelectedIndexChanged += new System.EventHandler(this.CB_Den_SelectedIndexChanged);
|
|
//
|
|
// B_ActivateAll
|
|
//
|
|
this.B_ActivateAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_ActivateAll.Location = new System.Drawing.Point(13, 289);
|
|
this.B_ActivateAll.Name = "B_ActivateAll";
|
|
this.B_ActivateAll.Size = new System.Drawing.Size(103, 23);
|
|
this.B_ActivateAll.TabIndex = 4;
|
|
this.B_ActivateAll.Text = "Activate All";
|
|
this.B_ActivateAll.UseVisualStyleBackColor = true;
|
|
this.B_ActivateAll.Click += new System.EventHandler(this.B_ActivateAll_Click);
|
|
//
|
|
// SAV_Raid8
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(314, 321);
|
|
this.Controls.Add(this.B_ActivateAll);
|
|
this.Controls.Add(this.CB_Den);
|
|
this.Controls.Add(this.PG_Den);
|
|
this.Controls.Add(this.B_Save);
|
|
this.Controls.Add(this.B_Cancel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SAV_Raid8";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Raid Parameter Editor";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.Label L_Saying5;
|
|
private System.Windows.Forms.Label L_Saying4;
|
|
private System.Windows.Forms.Label L_Saying3;
|
|
private System.Windows.Forms.Label L_Saying2;
|
|
private System.Windows.Forms.Label L_Saying1;
|
|
private System.Windows.Forms.TextBox TB_Saying5;
|
|
private System.Windows.Forms.TextBox TB_Saying4;
|
|
private System.Windows.Forms.TextBox TB_Saying3;
|
|
private System.Windows.Forms.TextBox TB_Saying2;
|
|
private System.Windows.Forms.TextBox TB_Saying1;
|
|
private System.Windows.Forms.Label L_SuperB;
|
|
private System.Windows.Forms.Label L_NormalB;
|
|
private System.Windows.Forms.Label L_MultiB;
|
|
private System.Windows.Forms.Label L_RotationB;
|
|
private System.Windows.Forms.Label L_TriplesB;
|
|
private System.Windows.Forms.Label L_DoublesB;
|
|
private System.Windows.Forms.Label L_SinglesB;
|
|
private System.Windows.Forms.Label L_SuperC;
|
|
private System.Windows.Forms.Label L_NormalC;
|
|
private System.Windows.Forms.Label L_MultiC;
|
|
private System.Windows.Forms.Label L_RotationC;
|
|
private System.Windows.Forms.Label L_TriplesC;
|
|
private System.Windows.Forms.Label L_DoublesC;
|
|
private System.Windows.Forms.Label L_SinglesC;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBMS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBMN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBRS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBRN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBTS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBTN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBDS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBDN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBSS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBSN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCMS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCMN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCRS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCRN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCTS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCTN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCDS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCDN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCSS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCSN;
|
|
private System.Windows.Forms.PropertyGrid PG_Den;
|
|
private System.Windows.Forms.ComboBox CB_Den;
|
|
private System.Windows.Forms.Button B_ActivateAll;
|
|
}
|
|
} |