PKHeX/SAV/SAV_OPower.Designer.cs
Kurt d3d7b33d8a Multilanguage Upgrades
Nuked Box IO, it was inferior relative to the functions that were added
afterwards.
2014-12-14 16:50:15 -08:00

744 lines
No EOL
31 KiB
C#

namespace PKHeX
{
partial class SAV_OPower
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAV_OPower));
this.CB_1 = new System.Windows.Forms.ComboBox();
this.L_1 = new System.Windows.Forms.Label();
this.L_2 = new System.Windows.Forms.Label();
this.CB_2 = new System.Windows.Forms.ComboBox();
this.L_3 = new System.Windows.Forms.Label();
this.CB_3 = new System.Windows.Forms.ComboBox();
this.L_4 = new System.Windows.Forms.Label();
this.CB_4 = new System.Windows.Forms.ComboBox();
this.L_5 = new System.Windows.Forms.Label();
this.CB_5 = new System.Windows.Forms.ComboBox();
this.L_6 = new System.Windows.Forms.Label();
this.CB_6 = new System.Windows.Forms.ComboBox();
this.L_7 = new System.Windows.Forms.Label();
this.CB_7 = new System.Windows.Forms.ComboBox();
this.L_8 = new System.Windows.Forms.Label();
this.CB_8 = new System.Windows.Forms.ComboBox();
this.L_17 = new System.Windows.Forms.Label();
this.CB_17 = new System.Windows.Forms.ComboBox();
this.L_16 = new System.Windows.Forms.Label();
this.CB_16 = new System.Windows.Forms.ComboBox();
this.L_15 = new System.Windows.Forms.Label();
this.CB_15 = new System.Windows.Forms.ComboBox();
this.L_14 = new System.Windows.Forms.Label();
this.CB_14 = new System.Windows.Forms.ComboBox();
this.L_13 = new System.Windows.Forms.Label();
this.CB_13 = new System.Windows.Forms.ComboBox();
this.L_12 = new System.Windows.Forms.Label();
this.CB_12 = new System.Windows.Forms.ComboBox();
this.L_11 = new System.Windows.Forms.Label();
this.CB_11 = new System.Windows.Forms.ComboBox();
this.L_10 = new System.Windows.Forms.Label();
this.CB_10 = new System.Windows.Forms.ComboBox();
this.L_9 = new System.Windows.Forms.Label();
this.CB_9 = new System.Windows.Forms.ComboBox();
this.B_Cancel = new System.Windows.Forms.Button();
this.B_Save = new System.Windows.Forms.Button();
this.B_MaxP = new System.Windows.Forms.Button();
this.B_AllMax = new System.Windows.Forms.Button();
this.GB_Event = new System.Windows.Forms.GroupBox();
this.CHK_8 = new System.Windows.Forms.CheckBox();
this.CHK_7 = new System.Windows.Forms.CheckBox();
this.CHK_6 = new System.Windows.Forms.CheckBox();
this.CHK_5 = new System.Windows.Forms.CheckBox();
this.CHK_4 = new System.Windows.Forms.CheckBox();
this.CHK_3 = new System.Windows.Forms.CheckBox();
this.CHK_2 = new System.Windows.Forms.CheckBox();
this.CHK_1 = new System.Windows.Forms.CheckBox();
this.GB_Regular = new System.Windows.Forms.GroupBox();
this.GB_Event.SuspendLayout();
this.GB_Regular.SuspendLayout();
this.SuspendLayout();
//
// CB_1
//
this.CB_1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_1.FormattingEnabled = true;
this.CB_1.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"S"});
this.CB_1.Location = new System.Drawing.Point(86, 20);
this.CB_1.Name = "CB_1";
this.CB_1.Size = new System.Drawing.Size(37, 21);
this.CB_1.TabIndex = 0;
//
// L_1
//
this.L_1.Location = new System.Drawing.Point(12, 23);
this.L_1.Name = "L_1";
this.L_1.Size = new System.Drawing.Size(70, 13);
this.L_1.TabIndex = 1;
this.L_1.Text = "Hatching:";
this.L_1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_2
//
this.L_2.Location = new System.Drawing.Point(12, 50);
this.L_2.Name = "L_2";
this.L_2.Size = new System.Drawing.Size(70, 13);
this.L_2.TabIndex = 3;
this.L_2.Text = "Bargain:";
this.L_2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_2
//
this.CB_2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_2.FormattingEnabled = true;
this.CB_2.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"S"});
this.CB_2.Location = new System.Drawing.Point(86, 47);
this.CB_2.Name = "CB_2";
this.CB_2.Size = new System.Drawing.Size(37, 21);
this.CB_2.TabIndex = 2;
//
// L_3
//
this.L_3.Location = new System.Drawing.Point(12, 77);
this.L_3.Name = "L_3";
this.L_3.Size = new System.Drawing.Size(70, 13);
this.L_3.TabIndex = 5;
this.L_3.Text = "?Prize:";
this.L_3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_3
//
this.CB_3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_3.FormattingEnabled = true;
this.CB_3.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"S"});
this.CB_3.Location = new System.Drawing.Point(86, 74);
this.CB_3.Name = "CB_3";
this.CB_3.Size = new System.Drawing.Size(37, 21);
this.CB_3.TabIndex = 4;
//
// L_4
//
this.L_4.Location = new System.Drawing.Point(12, 104);
this.L_4.Name = "L_4";
this.L_4.Size = new System.Drawing.Size(70, 13);
this.L_4.TabIndex = 7;
this.L_4.Text = "EXP:";
this.L_4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_4
//
this.CB_4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_4.FormattingEnabled = true;
this.CB_4.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"S"});
this.CB_4.Location = new System.Drawing.Point(86, 101);
this.CB_4.Name = "CB_4";
this.CB_4.Size = new System.Drawing.Size(37, 21);
this.CB_4.TabIndex = 6;
//
// L_5
//
this.L_5.Location = new System.Drawing.Point(12, 131);
this.L_5.Name = "L_5";
this.L_5.Size = new System.Drawing.Size(70, 13);
this.L_5.TabIndex = 9;
this.L_5.Text = "Capture:";
this.L_5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_5
//
this.CB_5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_5.FormattingEnabled = true;
this.CB_5.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"S"});
this.CB_5.Location = new System.Drawing.Point(86, 128);
this.CB_5.Name = "CB_5";
this.CB_5.Size = new System.Drawing.Size(37, 21);
this.CB_5.TabIndex = 8;
//
// L_6
//
this.L_6.Location = new System.Drawing.Point(12, 158);
this.L_6.Name = "L_6";
this.L_6.Size = new System.Drawing.Size(70, 13);
this.L_6.TabIndex = 11;
this.L_6.Text = "?Encounter";
this.L_6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_6
//
this.CB_6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_6.FormattingEnabled = true;
this.CB_6.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_6.Location = new System.Drawing.Point(86, 155);
this.CB_6.Name = "CB_6";
this.CB_6.Size = new System.Drawing.Size(37, 21);
this.CB_6.TabIndex = 10;
//
// L_7
//
this.L_7.Location = new System.Drawing.Point(12, 185);
this.L_7.Name = "L_7";
this.L_7.Size = new System.Drawing.Size(70, 13);
this.L_7.TabIndex = 13;
this.L_7.Text = "?Stealth:";
this.L_7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_7
//
this.CB_7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_7.FormattingEnabled = true;
this.CB_7.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_7.Location = new System.Drawing.Point(86, 182);
this.CB_7.Name = "CB_7";
this.CB_7.Size = new System.Drawing.Size(37, 21);
this.CB_7.TabIndex = 12;
//
// L_8
//
this.L_8.Location = new System.Drawing.Point(12, 212);
this.L_8.Name = "L_8";
this.L_8.Size = new System.Drawing.Size(70, 13);
this.L_8.TabIndex = 15;
this.L_8.Text = "HP Restore:";
this.L_8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_8
//
this.CB_8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_8.FormattingEnabled = true;
this.CB_8.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_8.Location = new System.Drawing.Point(86, 209);
this.CB_8.Name = "CB_8";
this.CB_8.Size = new System.Drawing.Size(37, 21);
this.CB_8.TabIndex = 14;
//
// L_17
//
this.L_17.Location = new System.Drawing.Point(124, 212);
this.L_17.Name = "L_17";
this.L_17.Size = new System.Drawing.Size(70, 13);
this.L_17.TabIndex = 31;
this.L_17.Text = "?Accuracy:";
this.L_17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_17
//
this.CB_17.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_17.FormattingEnabled = true;
this.CB_17.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_17.Location = new System.Drawing.Point(195, 209);
this.CB_17.Name = "CB_17";
this.CB_17.Size = new System.Drawing.Size(37, 21);
this.CB_17.TabIndex = 30;
//
// L_16
//
this.L_16.Location = new System.Drawing.Point(124, 185);
this.L_16.Name = "L_16";
this.L_16.Size = new System.Drawing.Size(70, 13);
this.L_16.TabIndex = 29;
this.L_16.Text = "?Critical Hit:";
this.L_16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_16
//
this.CB_16.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_16.FormattingEnabled = true;
this.CB_16.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_16.Location = new System.Drawing.Point(195, 182);
this.CB_16.Name = "CB_16";
this.CB_16.Size = new System.Drawing.Size(37, 21);
this.CB_16.TabIndex = 28;
//
// L_15
//
this.L_15.Location = new System.Drawing.Point(124, 158);
this.L_15.Name = "L_15";
this.L_15.Size = new System.Drawing.Size(70, 13);
this.L_15.TabIndex = 27;
this.L_15.Text = "?Speed:";
this.L_15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_15
//
this.CB_15.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_15.FormattingEnabled = true;
this.CB_15.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_15.Location = new System.Drawing.Point(195, 155);
this.CB_15.Name = "CB_15";
this.CB_15.Size = new System.Drawing.Size(37, 21);
this.CB_15.TabIndex = 26;
//
// L_14
//
this.L_14.Location = new System.Drawing.Point(124, 131);
this.L_14.Name = "L_14";
this.L_14.Size = new System.Drawing.Size(70, 13);
this.L_14.TabIndex = 25;
this.L_14.Text = "?Sp. Def:";
this.L_14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_14
//
this.CB_14.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_14.FormattingEnabled = true;
this.CB_14.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_14.Location = new System.Drawing.Point(195, 128);
this.CB_14.Name = "CB_14";
this.CB_14.Size = new System.Drawing.Size(37, 21);
this.CB_14.TabIndex = 24;
//
// L_13
//
this.L_13.Location = new System.Drawing.Point(124, 104);
this.L_13.Name = "L_13";
this.L_13.Size = new System.Drawing.Size(70, 13);
this.L_13.TabIndex = 23;
this.L_13.Text = "?Sp. Atk:";
this.L_13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_13
//
this.CB_13.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_13.FormattingEnabled = true;
this.CB_13.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_13.Location = new System.Drawing.Point(195, 101);
this.CB_13.Name = "CB_13";
this.CB_13.Size = new System.Drawing.Size(37, 21);
this.CB_13.TabIndex = 22;
//
// L_12
//
this.L_12.Location = new System.Drawing.Point(124, 77);
this.L_12.Name = "L_12";
this.L_12.Size = new System.Drawing.Size(70, 13);
this.L_12.TabIndex = 21;
this.L_12.Text = "?Defense:";
this.L_12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_12
//
this.CB_12.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_12.FormattingEnabled = true;
this.CB_12.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_12.Location = new System.Drawing.Point(195, 74);
this.CB_12.Name = "CB_12";
this.CB_12.Size = new System.Drawing.Size(37, 21);
this.CB_12.TabIndex = 20;
//
// L_11
//
this.L_11.Location = new System.Drawing.Point(124, 50);
this.L_11.Name = "L_11";
this.L_11.Size = new System.Drawing.Size(70, 13);
this.L_11.TabIndex = 19;
this.L_11.Text = "?Attack:";
this.L_11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_11
//
this.CB_11.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_11.FormattingEnabled = true;
this.CB_11.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_11.Location = new System.Drawing.Point(195, 47);
this.CB_11.Name = "CB_11";
this.CB_11.Size = new System.Drawing.Size(37, 21);
this.CB_11.TabIndex = 18;
//
// L_10
//
this.L_10.Location = new System.Drawing.Point(124, 23);
this.L_10.Name = "L_10";
this.L_10.Size = new System.Drawing.Size(70, 13);
this.L_10.TabIndex = 17;
this.L_10.Text = "?Befriend:";
this.L_10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_10
//
this.CB_10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_10.FormattingEnabled = true;
this.CB_10.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"S"});
this.CB_10.Location = new System.Drawing.Point(195, 20);
this.CB_10.Name = "CB_10";
this.CB_10.Size = new System.Drawing.Size(37, 21);
this.CB_10.TabIndex = 16;
//
// L_9
//
this.L_9.Location = new System.Drawing.Point(12, 239);
this.L_9.Name = "L_9";
this.L_9.Size = new System.Drawing.Size(70, 13);
this.L_9.TabIndex = 33;
this.L_9.Text = "?PP:";
this.L_9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_9
//
this.CB_9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_9.FormattingEnabled = true;
this.CB_9.Items.AddRange(new object[] {
"0",
"1",
"2",
"3"});
this.CB_9.Location = new System.Drawing.Point(86, 236);
this.CB_9.Name = "CB_9";
this.CB_9.Size = new System.Drawing.Size(37, 21);
this.CB_9.TabIndex = 32;
//
// B_Cancel
//
this.B_Cancel.Location = new System.Drawing.Point(268, 246);
this.B_Cancel.Name = "B_Cancel";
this.B_Cancel.Size = new System.Drawing.Size(56, 23);
this.B_Cancel.TabIndex = 34;
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.Location = new System.Drawing.Point(330, 246);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(64, 23);
this.B_Save.TabIndex = 35;
this.B_Save.Text = "Save";
this.B_Save.UseVisualStyleBackColor = true;
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
//
// B_MaxP
//
this.B_MaxP.Location = new System.Drawing.Point(140, 234);
this.B_MaxP.Name = "B_MaxP";
this.B_MaxP.Size = new System.Drawing.Size(92, 23);
this.B_MaxP.TabIndex = 36;
this.B_MaxP.Text = "Give All";
this.B_MaxP.UseVisualStyleBackColor = true;
this.B_MaxP.Click += new System.EventHandler(this.B_MaxP_Click);
//
// B_AllMax
//
this.B_AllMax.Location = new System.Drawing.Point(29, 192);
this.B_AllMax.Name = "B_AllMax";
this.B_AllMax.Size = new System.Drawing.Size(68, 23);
this.B_AllMax.TabIndex = 37;
this.B_AllMax.Text = "Give All";
this.B_AllMax.UseVisualStyleBackColor = true;
this.B_AllMax.Click += new System.EventHandler(this.B_AllMax_Click);
//
// GB_Event
//
this.GB_Event.Controls.Add(this.CHK_8);
this.GB_Event.Controls.Add(this.CHK_7);
this.GB_Event.Controls.Add(this.CHK_6);
this.GB_Event.Controls.Add(this.CHK_5);
this.GB_Event.Controls.Add(this.CHK_4);
this.GB_Event.Controls.Add(this.CHK_3);
this.GB_Event.Controls.Add(this.CHK_2);
this.GB_Event.Controls.Add(this.CHK_1);
this.GB_Event.Controls.Add(this.B_AllMax);
this.GB_Event.Location = new System.Drawing.Point(268, 12);
this.GB_Event.Name = "GB_Event";
this.GB_Event.Size = new System.Drawing.Size(126, 225);
this.GB_Event.TabIndex = 38;
this.GB_Event.TabStop = false;
this.GB_Event.Text = "Event";
//
// CHK_8
//
this.CHK_8.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_8.Location = new System.Drawing.Point(9, 169);
this.CHK_8.Name = "CHK_8";
this.CHK_8.Size = new System.Drawing.Size(100, 17);
this.CHK_8.TabIndex = 45;
this.CHK_8.Text = "?Unused";
this.CHK_8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_8.UseVisualStyleBackColor = true;
//
// CHK_7
//
this.CHK_7.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_7.Location = new System.Drawing.Point(9, 148);
this.CHK_7.Name = "CHK_7";
this.CHK_7.Size = new System.Drawing.Size(100, 17);
this.CHK_7.TabIndex = 44;
this.CHK_7.Text = "?Befriend MAX";
this.CHK_7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_7.UseVisualStyleBackColor = true;
//
// CHK_6
//
this.CHK_6.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_6.Location = new System.Drawing.Point(9, 127);
this.CHK_6.Name = "CHK_6";
this.CHK_6.Size = new System.Drawing.Size(100, 17);
this.CHK_6.TabIndex = 43;
this.CHK_6.Text = "?Restore MAX";
this.CHK_6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_6.UseVisualStyleBackColor = true;
//
// CHK_5
//
this.CHK_5.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_5.Location = new System.Drawing.Point(9, 106);
this.CHK_5.Name = "CHK_5";
this.CHK_5.Size = new System.Drawing.Size(100, 17);
this.CHK_5.TabIndex = 42;
this.CHK_5.Text = "?Capture MAX";
this.CHK_5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_5.UseVisualStyleBackColor = true;
//
// CHK_4
//
this.CHK_4.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_4.Location = new System.Drawing.Point(9, 85);
this.CHK_4.Name = "CHK_4";
this.CHK_4.Size = new System.Drawing.Size(100, 17);
this.CHK_4.TabIndex = 41;
this.CHK_4.Text = "?Hatch MAX";
this.CHK_4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_4.UseVisualStyleBackColor = true;
//
// CHK_3
//
this.CHK_3.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_3.Location = new System.Drawing.Point(9, 64);
this.CHK_3.Name = "CHK_3";
this.CHK_3.Size = new System.Drawing.Size(100, 17);
this.CHK_3.TabIndex = 40;
this.CHK_3.Text = "?Prize MAX";
this.CHK_3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_3.UseVisualStyleBackColor = true;
//
// CHK_2
//
this.CHK_2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_2.Location = new System.Drawing.Point(9, 43);
this.CHK_2.Name = "CHK_2";
this.CHK_2.Size = new System.Drawing.Size(100, 17);
this.CHK_2.TabIndex = 39;
this.CHK_2.Text = "?EXP MAX";
this.CHK_2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_2.UseVisualStyleBackColor = true;
//
// CHK_1
//
this.CHK_1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_1.Location = new System.Drawing.Point(9, 22);
this.CHK_1.Name = "CHK_1";
this.CHK_1.Size = new System.Drawing.Size(100, 17);
this.CHK_1.TabIndex = 38;
this.CHK_1.Text = "?Bargain MAX";
this.CHK_1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_1.UseVisualStyleBackColor = true;
//
// GB_Regular
//
this.GB_Regular.Controls.Add(this.B_MaxP);
this.GB_Regular.Controls.Add(this.L_9);
this.GB_Regular.Controls.Add(this.CB_9);
this.GB_Regular.Controls.Add(this.L_17);
this.GB_Regular.Controls.Add(this.CB_17);
this.GB_Regular.Controls.Add(this.L_16);
this.GB_Regular.Controls.Add(this.CB_16);
this.GB_Regular.Controls.Add(this.L_15);
this.GB_Regular.Controls.Add(this.CB_15);
this.GB_Regular.Controls.Add(this.L_14);
this.GB_Regular.Controls.Add(this.CB_14);
this.GB_Regular.Controls.Add(this.L_13);
this.GB_Regular.Controls.Add(this.CB_13);
this.GB_Regular.Controls.Add(this.L_12);
this.GB_Regular.Controls.Add(this.CB_12);
this.GB_Regular.Controls.Add(this.L_11);
this.GB_Regular.Controls.Add(this.CB_11);
this.GB_Regular.Controls.Add(this.L_10);
this.GB_Regular.Controls.Add(this.CB_10);
this.GB_Regular.Controls.Add(this.L_8);
this.GB_Regular.Controls.Add(this.CB_8);
this.GB_Regular.Controls.Add(this.L_7);
this.GB_Regular.Controls.Add(this.CB_7);
this.GB_Regular.Controls.Add(this.L_6);
this.GB_Regular.Controls.Add(this.CB_6);
this.GB_Regular.Controls.Add(this.L_5);
this.GB_Regular.Controls.Add(this.CB_5);
this.GB_Regular.Controls.Add(this.L_4);
this.GB_Regular.Controls.Add(this.CB_4);
this.GB_Regular.Controls.Add(this.L_3);
this.GB_Regular.Controls.Add(this.CB_3);
this.GB_Regular.Controls.Add(this.L_2);
this.GB_Regular.Controls.Add(this.CB_2);
this.GB_Regular.Controls.Add(this.L_1);
this.GB_Regular.Controls.Add(this.CB_1);
this.GB_Regular.Location = new System.Drawing.Point(12, 12);
this.GB_Regular.Name = "GB_Regular";
this.GB_Regular.Size = new System.Drawing.Size(250, 270);
this.GB_Regular.TabIndex = 39;
this.GB_Regular.TabStop = false;
this.GB_Regular.Text = "Regular";
//
// SAV_OPower
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(404, 292);
this.Controls.Add(this.GB_Regular);
this.Controls.Add(this.GB_Event);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.B_Cancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SAV_OPower";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "O-Power Editor";
this.GB_Event.ResumeLayout(false);
this.GB_Regular.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox CB_1;
private System.Windows.Forms.Label L_1;
private System.Windows.Forms.Label L_2;
private System.Windows.Forms.ComboBox CB_2;
private System.Windows.Forms.Label L_3;
private System.Windows.Forms.ComboBox CB_3;
private System.Windows.Forms.Label L_4;
private System.Windows.Forms.ComboBox CB_4;
private System.Windows.Forms.Label L_5;
private System.Windows.Forms.ComboBox CB_5;
private System.Windows.Forms.Label L_6;
private System.Windows.Forms.ComboBox CB_6;
private System.Windows.Forms.Label L_7;
private System.Windows.Forms.ComboBox CB_7;
private System.Windows.Forms.Label L_8;
private System.Windows.Forms.ComboBox CB_8;
private System.Windows.Forms.Label L_17;
private System.Windows.Forms.ComboBox CB_17;
private System.Windows.Forms.Label L_16;
private System.Windows.Forms.ComboBox CB_16;
private System.Windows.Forms.Label L_15;
private System.Windows.Forms.ComboBox CB_15;
private System.Windows.Forms.Label L_14;
private System.Windows.Forms.ComboBox CB_14;
private System.Windows.Forms.Label L_13;
private System.Windows.Forms.ComboBox CB_13;
private System.Windows.Forms.Label L_12;
private System.Windows.Forms.ComboBox CB_12;
private System.Windows.Forms.Label L_11;
private System.Windows.Forms.ComboBox CB_11;
private System.Windows.Forms.Label L_10;
private System.Windows.Forms.ComboBox CB_10;
private System.Windows.Forms.Label L_9;
private System.Windows.Forms.ComboBox CB_9;
private System.Windows.Forms.Button B_Cancel;
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.Button B_MaxP;
private System.Windows.Forms.Button B_AllMax;
private System.Windows.Forms.GroupBox GB_Event;
private System.Windows.Forms.CheckBox CHK_8;
private System.Windows.Forms.CheckBox CHK_7;
private System.Windows.Forms.CheckBox CHK_6;
private System.Windows.Forms.CheckBox CHK_5;
private System.Windows.Forms.CheckBox CHK_4;
private System.Windows.Forms.CheckBox CHK_3;
private System.Windows.Forms.CheckBox CHK_2;
private System.Windows.Forms.CheckBox CHK_1;
private System.Windows.Forms.GroupBox GB_Regular;
}
}