summaryrefslogtreecommitdiff
path: root/IntroForm.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xIntroForm.Designer.cs532
1 files changed, 532 insertions, 0 deletions
diff --git a/IntroForm.Designer.cs b/IntroForm.Designer.cs
new file mode 100755
index 0000000..dc3bc9c
--- /dev/null
+++ b/IntroForm.Designer.cs
@@ -0,0 +1,532 @@
+namespace ArchBreaker
+{
+ partial class IntroForm
+ {
+ /// <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.configDataGrid = new System.Windows.Forms.DataGridView();
+ this.logInButton = new System.Windows.Forms.Button();
+ this.logBox = new System.Windows.Forms.TextBox();
+ this.tabs = new System.Windows.Forms.TabControl();
+ this.controlTab = new System.Windows.Forms.TabPage();
+ this.newAccountButton = new System.Windows.Forms.Button();
+ this.splitContainer2 = new System.Windows.Forms.SplitContainer();
+ this.sandboxTab = new System.Windows.Forms.TabPage();
+ this.sandboxSend = new System.Windows.Forms.Button();
+ this.label1 = new System.Windows.Forms.Label();
+ this.sandboxURL = new System.Windows.Forms.TextBox();
+ this.splitContainer1 = new System.Windows.Forms.SplitContainer();
+ this.sandboxInput = new System.Windows.Forms.TextBox();
+ this.sandboxOutput = new System.Windows.Forms.TextBox();
+ this.deleteRadioButton = new System.Windows.Forms.RadioButton();
+ this.putRadioButton = new System.Windows.Forms.RadioButton();
+ this.postRadioButton = new System.Windows.Forms.RadioButton();
+ this.getRadioButton = new System.Windows.Forms.RadioButton();
+ this.newAccountPanel = new System.Windows.Forms.Panel();
+ this.authURLInput = new System.Windows.Forms.TextBox();
+ this.label2 = new System.Windows.Forms.Label();
+ this.newAccountFinishButton = new System.Windows.Forms.Button();
+ this.saveSettingsButton = new System.Windows.Forms.Button();
+ this.loadSettingsButton = new System.Windows.Forms.Button();
+ this.inventoryTab = new System.Windows.Forms.TabPage();
+ this.downloadInventoryButton = new System.Windows.Forms.Button();
+ this.uploadInventoryButton = new System.Windows.Forms.Button();
+ this.loadSettingsDialog = new System.Windows.Forms.OpenFileDialog();
+ this.saveSettingsDialog = new System.Windows.Forms.SaveFileDialog();
+ this.label3 = new System.Windows.Forms.Label();
+ this.sweetCounter = new System.Windows.Forms.NumericUpDown();
+ this.ticketCounter = new System.Windows.Forms.NumericUpDown();
+ this.label4 = new System.Windows.Forms.Label();
+ this.inventoryStatsLabel = new System.Windows.Forms.Label();
+ ((System.ComponentModel.ISupportInitialize)(this.configDataGrid)).BeginInit();
+ this.tabs.SuspendLayout();
+ this.controlTab.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
+ this.splitContainer2.Panel1.SuspendLayout();
+ this.splitContainer2.Panel2.SuspendLayout();
+ this.splitContainer2.SuspendLayout();
+ this.sandboxTab.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
+ this.splitContainer1.Panel1.SuspendLayout();
+ this.splitContainer1.Panel2.SuspendLayout();
+ this.splitContainer1.SuspendLayout();
+ this.newAccountPanel.SuspendLayout();
+ this.inventoryTab.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.sweetCounter)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ticketCounter)).BeginInit();
+ this.SuspendLayout();
+ //
+ // configDataGrid
+ //
+ this.configDataGrid.AllowUserToAddRows = false;
+ this.configDataGrid.AllowUserToDeleteRows = false;
+ this.configDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.configDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.configDataGrid.Location = new System.Drawing.Point(0, 0);
+ this.configDataGrid.Name = "configDataGrid";
+ this.configDataGrid.Size = new System.Drawing.Size(522, 210);
+ this.configDataGrid.TabIndex = 0;
+ //
+ // logInButton
+ //
+ this.logInButton.Location = new System.Drawing.Point(101, 6);
+ this.logInButton.Name = "logInButton";
+ this.logInButton.Size = new System.Drawing.Size(50, 23);
+ this.logInButton.TabIndex = 1;
+ this.logInButton.Text = "Log In";
+ this.logInButton.UseVisualStyleBackColor = true;
+ this.logInButton.Click += new System.EventHandler(this.logInButton_Click);
+ //
+ // logBox
+ //
+ this.logBox.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.logBox.Location = new System.Drawing.Point(0, 0);
+ this.logBox.MaxLength = 1000000;
+ this.logBox.Multiline = true;
+ this.logBox.Name = "logBox";
+ this.logBox.ReadOnly = true;
+ this.logBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.logBox.Size = new System.Drawing.Size(522, 207);
+ this.logBox.TabIndex = 0;
+ //
+ // tabs
+ //
+ this.tabs.Controls.Add(this.controlTab);
+ this.tabs.Controls.Add(this.sandboxTab);
+ this.tabs.Controls.Add(this.inventoryTab);
+ this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tabs.Location = new System.Drawing.Point(0, 0);
+ this.tabs.Name = "tabs";
+ this.tabs.SelectedIndex = 0;
+ this.tabs.Size = new System.Drawing.Size(542, 488);
+ this.tabs.TabIndex = 3;
+ //
+ // controlTab
+ //
+ this.controlTab.Controls.Add(this.loadSettingsButton);
+ this.controlTab.Controls.Add(this.saveSettingsButton);
+ this.controlTab.Controls.Add(this.newAccountPanel);
+ this.controlTab.Controls.Add(this.newAccountButton);
+ this.controlTab.Controls.Add(this.splitContainer2);
+ this.controlTab.Controls.Add(this.logInButton);
+ this.controlTab.Location = new System.Drawing.Point(4, 22);
+ this.controlTab.Name = "controlTab";
+ this.controlTab.Padding = new System.Windows.Forms.Padding(3);
+ this.controlTab.Size = new System.Drawing.Size(534, 462);
+ this.controlTab.TabIndex = 0;
+ this.controlTab.Text = "Control Panel";
+ this.controlTab.UseVisualStyleBackColor = true;
+ //
+ // newAccountButton
+ //
+ this.newAccountButton.Location = new System.Drawing.Point(6, 6);
+ this.newAccountButton.Name = "newAccountButton";
+ this.newAccountButton.Size = new System.Drawing.Size(89, 23);
+ this.newAccountButton.TabIndex = 4;
+ this.newAccountButton.Text = "New Account";
+ this.newAccountButton.UseVisualStyleBackColor = true;
+ this.newAccountButton.Click += new System.EventHandler(this.newAccountButton_Click);
+ //
+ // splitContainer2
+ //
+ this.splitContainer2.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.splitContainer2.Location = new System.Drawing.Point(6, 35);
+ this.splitContainer2.Name = "splitContainer2";
+ this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
+ //
+ // splitContainer2.Panel1
+ //
+ this.splitContainer2.Panel1.Controls.Add(this.configDataGrid);
+ //
+ // splitContainer2.Panel2
+ //
+ this.splitContainer2.Panel2.Controls.Add(this.logBox);
+ this.splitContainer2.Size = new System.Drawing.Size(522, 421);
+ this.splitContainer2.SplitterDistance = 210;
+ this.splitContainer2.TabIndex = 3;
+ //
+ // sandboxTab
+ //
+ this.sandboxTab.Controls.Add(this.sandboxSend);
+ this.sandboxTab.Controls.Add(this.label1);
+ this.sandboxTab.Controls.Add(this.sandboxURL);
+ this.sandboxTab.Controls.Add(this.splitContainer1);
+ this.sandboxTab.Controls.Add(this.deleteRadioButton);
+ this.sandboxTab.Controls.Add(this.putRadioButton);
+ this.sandboxTab.Controls.Add(this.postRadioButton);
+ this.sandboxTab.Controls.Add(this.getRadioButton);
+ this.sandboxTab.Location = new System.Drawing.Point(4, 22);
+ this.sandboxTab.Name = "sandboxTab";
+ this.sandboxTab.Padding = new System.Windows.Forms.Padding(3);
+ this.sandboxTab.Size = new System.Drawing.Size(534, 462);
+ this.sandboxTab.TabIndex = 1;
+ this.sandboxTab.Text = "Miitomo API Sandbox";
+ this.sandboxTab.UseVisualStyleBackColor = true;
+ //
+ // sandboxSend
+ //
+ this.sandboxSend.Location = new System.Drawing.Point(480, 25);
+ this.sandboxSend.Name = "sandboxSend";
+ this.sandboxSend.Size = new System.Drawing.Size(48, 22);
+ this.sandboxSend.TabIndex = 7;
+ this.sandboxSend.Text = "Send";
+ this.sandboxSend.UseVisualStyleBackColor = true;
+ this.sandboxSend.Click += new System.EventHandler(this.sandboxSend_Click);
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(129, 8);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(52, 13);
+ this.label1.TabIndex = 6;
+ this.label1.Text = "Endpoint:";
+ //
+ // sandboxURL
+ //
+ this.sandboxURL.Location = new System.Drawing.Point(132, 26);
+ this.sandboxURL.Name = "sandboxURL";
+ this.sandboxURL.Size = new System.Drawing.Size(342, 20);
+ this.sandboxURL.TabIndex = 5;
+ //
+ // splitContainer1
+ //
+ this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(6, 52);
+ this.splitContainer1.Name = "splitContainer1";
+ this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
+ //
+ // splitContainer1.Panel1
+ //
+ this.splitContainer1.Panel1.Controls.Add(this.sandboxInput);
+ //
+ // splitContainer1.Panel2
+ //
+ this.splitContainer1.Panel2.Controls.Add(this.sandboxOutput);
+ this.splitContainer1.Size = new System.Drawing.Size(522, 404);
+ this.splitContainer1.SplitterDistance = 202;
+ this.splitContainer1.TabIndex = 4;
+ //
+ // sandboxInput
+ //
+ this.sandboxInput.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.sandboxInput.Location = new System.Drawing.Point(0, 0);
+ this.sandboxInput.Multiline = true;
+ this.sandboxInput.Name = "sandboxInput";
+ this.sandboxInput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.sandboxInput.Size = new System.Drawing.Size(522, 202);
+ this.sandboxInput.TabIndex = 0;
+ //
+ // sandboxOutput
+ //
+ this.sandboxOutput.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.sandboxOutput.Location = new System.Drawing.Point(0, 0);
+ this.sandboxOutput.Multiline = true;
+ this.sandboxOutput.Name = "sandboxOutput";
+ this.sandboxOutput.ReadOnly = true;
+ this.sandboxOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.sandboxOutput.Size = new System.Drawing.Size(522, 198);
+ this.sandboxOutput.TabIndex = 0;
+ //
+ // deleteRadioButton
+ //
+ this.deleteRadioButton.AutoSize = true;
+ this.deleteRadioButton.Location = new System.Drawing.Point(59, 29);
+ this.deleteRadioButton.Name = "deleteRadioButton";
+ this.deleteRadioButton.Size = new System.Drawing.Size(67, 17);
+ this.deleteRadioButton.TabIndex = 3;
+ this.deleteRadioButton.Text = "DELETE";
+ this.deleteRadioButton.UseVisualStyleBackColor = true;
+ //
+ // putRadioButton
+ //
+ this.putRadioButton.AutoSize = true;
+ this.putRadioButton.Location = new System.Drawing.Point(6, 29);
+ this.putRadioButton.Name = "putRadioButton";
+ this.putRadioButton.Size = new System.Drawing.Size(47, 17);
+ this.putRadioButton.TabIndex = 2;
+ this.putRadioButton.Text = "PUT";
+ this.putRadioButton.UseVisualStyleBackColor = true;
+ //
+ // postRadioButton
+ //
+ this.postRadioButton.AutoSize = true;
+ this.postRadioButton.Location = new System.Drawing.Point(59, 6);
+ this.postRadioButton.Name = "postRadioButton";
+ this.postRadioButton.Size = new System.Drawing.Size(54, 17);
+ this.postRadioButton.TabIndex = 1;
+ this.postRadioButton.Text = "POST";
+ this.postRadioButton.UseVisualStyleBackColor = true;
+ //
+ // getRadioButton
+ //
+ this.getRadioButton.AutoSize = true;
+ this.getRadioButton.Checked = true;
+ this.getRadioButton.Location = new System.Drawing.Point(6, 6);
+ this.getRadioButton.Name = "getRadioButton";
+ this.getRadioButton.Size = new System.Drawing.Size(47, 17);
+ this.getRadioButton.TabIndex = 0;
+ this.getRadioButton.TabStop = true;
+ this.getRadioButton.Text = "GET";
+ this.getRadioButton.UseVisualStyleBackColor = true;
+ //
+ // newAccountPanel
+ //
+ this.newAccountPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
+ this.newAccountPanel.Controls.Add(this.newAccountFinishButton);
+ this.newAccountPanel.Controls.Add(this.label2);
+ this.newAccountPanel.Controls.Add(this.authURLInput);
+ this.newAccountPanel.Location = new System.Drawing.Point(16, 45);
+ this.newAccountPanel.Name = "newAccountPanel";
+ this.newAccountPanel.Size = new System.Drawing.Size(334, 47);
+ this.newAccountPanel.TabIndex = 5;
+ this.newAccountPanel.Visible = false;
+ //
+ // authURLInput
+ //
+ this.authURLInput.Location = new System.Drawing.Point(3, 20);
+ this.authURLInput.Name = "authURLInput";
+ this.authURLInput.Size = new System.Drawing.Size(243, 20);
+ this.authURLInput.TabIndex = 0;
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(4, 4);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(151, 13);
+ this.label2.TabIndex = 1;
+ this.label2.Text = "Paste \"OK\" Button Link Below";
+ //
+ // newAccountFinishButton
+ //
+ this.newAccountFinishButton.Location = new System.Drawing.Point(252, 19);
+ this.newAccountFinishButton.Name = "newAccountFinishButton";
+ this.newAccountFinishButton.Size = new System.Drawing.Size(75, 22);
+ this.newAccountFinishButton.TabIndex = 2;
+ this.newAccountFinishButton.Text = "Finish >>";
+ this.newAccountFinishButton.UseVisualStyleBackColor = true;
+ this.newAccountFinishButton.Click += new System.EventHandler(this.newAccountFinishButton_Click);
+ //
+ // saveSettingsButton
+ //
+ this.saveSettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.saveSettingsButton.Location = new System.Drawing.Point(432, 6);
+ this.saveSettingsButton.Name = "saveSettingsButton";
+ this.saveSettingsButton.Size = new System.Drawing.Size(94, 23);
+ this.saveSettingsButton.TabIndex = 6;
+ this.saveSettingsButton.Text = "Save Settings";
+ this.saveSettingsButton.UseVisualStyleBackColor = true;
+ this.saveSettingsButton.Click += new System.EventHandler(this.saveSettingsButton_Click);
+ //
+ // loadSettingsButton
+ //
+ this.loadSettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.loadSettingsButton.Location = new System.Drawing.Point(332, 6);
+ this.loadSettingsButton.Name = "loadSettingsButton";
+ this.loadSettingsButton.Size = new System.Drawing.Size(94, 23);
+ this.loadSettingsButton.TabIndex = 7;
+ this.loadSettingsButton.Text = "Load Settings";
+ this.loadSettingsButton.UseVisualStyleBackColor = true;
+ this.loadSettingsButton.Click += new System.EventHandler(this.loadSettingsButton_Click);
+ //
+ // inventoryTab
+ //
+ this.inventoryTab.Controls.Add(this.inventoryStatsLabel);
+ this.inventoryTab.Controls.Add(this.label4);
+ this.inventoryTab.Controls.Add(this.ticketCounter);
+ this.inventoryTab.Controls.Add(this.sweetCounter);
+ this.inventoryTab.Controls.Add(this.label3);
+ this.inventoryTab.Controls.Add(this.uploadInventoryButton);
+ this.inventoryTab.Controls.Add(this.downloadInventoryButton);
+ this.inventoryTab.Location = new System.Drawing.Point(4, 22);
+ this.inventoryTab.Name = "inventoryTab";
+ this.inventoryTab.Padding = new System.Windows.Forms.Padding(3);
+ this.inventoryTab.Size = new System.Drawing.Size(534, 462);
+ this.inventoryTab.TabIndex = 2;
+ this.inventoryTab.Text = "Inventory Editor";
+ this.inventoryTab.UseVisualStyleBackColor = true;
+ //
+ // downloadInventoryButton
+ //
+ this.downloadInventoryButton.Location = new System.Drawing.Point(6, 6);
+ this.downloadInventoryButton.Name = "downloadInventoryButton";
+ this.downloadInventoryButton.Size = new System.Drawing.Size(97, 23);
+ this.downloadInventoryButton.TabIndex = 0;
+ this.downloadInventoryButton.Text = "Download Data";
+ this.downloadInventoryButton.UseVisualStyleBackColor = true;
+ this.downloadInventoryButton.Click += new System.EventHandler(this.downloadInventoryButton_Click);
+ //
+ // uploadInventoryButton
+ //
+ this.uploadInventoryButton.Enabled = false;
+ this.uploadInventoryButton.Location = new System.Drawing.Point(6, 35);
+ this.uploadInventoryButton.Name = "uploadInventoryButton";
+ this.uploadInventoryButton.Size = new System.Drawing.Size(97, 23);
+ this.uploadInventoryButton.TabIndex = 1;
+ this.uploadInventoryButton.Text = "Upload Data";
+ this.uploadInventoryButton.UseVisualStyleBackColor = true;
+ this.uploadInventoryButton.Click += new System.EventHandler(this.uploadInventoryButton_Click);
+ //
+ // loadSettingsDialog
+ //
+ this.loadSettingsDialog.Filter = "JSON files (*.json)|*.json|All files|*.*";
+ this.loadSettingsDialog.Title = "Load ArchBreaker Settings";
+ //
+ // saveSettingsDialog
+ //
+ this.saveSettingsDialog.Filter = "JSON files (*.json)|*.json|All files|*.*";
+ this.saveSettingsDialog.Title = "Save ArchBreaker Settings";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Location = new System.Drawing.Point(109, 11);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(45, 13);
+ this.label3.TabIndex = 2;
+ this.label3.Text = "Sweets:";
+ //
+ // sweetCounter
+ //
+ this.sweetCounter.Location = new System.Drawing.Point(160, 9);
+ this.sweetCounter.Maximum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ 0});
+ this.sweetCounter.Name = "sweetCounter";
+ this.sweetCounter.Size = new System.Drawing.Size(55, 20);
+ this.sweetCounter.TabIndex = 3;
+ //
+ // ticketCounter
+ //
+ this.ticketCounter.Location = new System.Drawing.Point(160, 38);
+ this.ticketCounter.Maximum = new decimal(new int[] {
+ 99,
+ 0,
+ 0,
+ 0});
+ this.ticketCounter.Name = "ticketCounter";
+ this.ticketCounter.Size = new System.Drawing.Size(55, 20);
+ this.ticketCounter.TabIndex = 4;
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Location = new System.Drawing.Point(109, 40);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(45, 13);
+ this.label4.TabIndex = 5;
+ this.label4.Text = "Tickets:";
+ //
+ // inventoryStatsLabel
+ //
+ this.inventoryStatsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.inventoryStatsLabel.Location = new System.Drawing.Point(230, 9);
+ this.inventoryStatsLabel.Name = "inventoryStatsLabel";
+ this.inventoryStatsLabel.Size = new System.Drawing.Size(296, 49);
+ this.inventoryStatsLabel.TabIndex = 6;
+ this.inventoryStatsLabel.Text = "---";
+ //
+ // IntroForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(542, 488);
+ this.Controls.Add(this.tabs);
+ this.Name = "IntroForm";
+ this.Text = "ArchBreaker";
+ ((System.ComponentModel.ISupportInitialize)(this.configDataGrid)).EndInit();
+ this.tabs.ResumeLayout(false);
+ this.controlTab.ResumeLayout(false);
+ this.splitContainer2.Panel1.ResumeLayout(false);
+ this.splitContainer2.Panel2.ResumeLayout(false);
+ this.splitContainer2.Panel2.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
+ this.splitContainer2.ResumeLayout(false);
+ this.sandboxTab.ResumeLayout(false);
+ this.sandboxTab.PerformLayout();
+ this.splitContainer1.Panel1.ResumeLayout(false);
+ this.splitContainer1.Panel1.PerformLayout();
+ this.splitContainer1.Panel2.ResumeLayout(false);
+ this.splitContainer1.Panel2.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
+ this.splitContainer1.ResumeLayout(false);
+ this.newAccountPanel.ResumeLayout(false);
+ this.newAccountPanel.PerformLayout();
+ this.inventoryTab.ResumeLayout(false);
+ this.inventoryTab.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.sweetCounter)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ticketCounter)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+ private System.Windows.Forms.DataGridView configDataGrid;
+ private System.Windows.Forms.Button logInButton;
+ private System.Windows.Forms.TextBox logBox;
+ private System.Windows.Forms.TabPage controlTab;
+ private System.Windows.Forms.TabPage sandboxTab;
+ private System.Windows.Forms.Button sandboxSend;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.TextBox sandboxURL;
+ private System.Windows.Forms.SplitContainer splitContainer1;
+ private System.Windows.Forms.TextBox sandboxInput;
+ private System.Windows.Forms.TextBox sandboxOutput;
+ private System.Windows.Forms.RadioButton deleteRadioButton;
+ private System.Windows.Forms.RadioButton putRadioButton;
+ private System.Windows.Forms.RadioButton postRadioButton;
+ private System.Windows.Forms.RadioButton getRadioButton;
+ private System.Windows.Forms.SplitContainer splitContainer2;
+ private System.Windows.Forms.Button newAccountButton;
+ private System.Windows.Forms.Panel newAccountPanel;
+ private System.Windows.Forms.Button newAccountFinishButton;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.TextBox authURLInput;
+ private System.Windows.Forms.Button loadSettingsButton;
+ private System.Windows.Forms.Button saveSettingsButton;
+ private System.Windows.Forms.TabPage inventoryTab;
+ private System.Windows.Forms.Button uploadInventoryButton;
+ private System.Windows.Forms.Button downloadInventoryButton;
+ private System.Windows.Forms.TabControl tabs;
+ private System.Windows.Forms.OpenFileDialog loadSettingsDialog;
+ private System.Windows.Forms.SaveFileDialog saveSettingsDialog;
+ private System.Windows.Forms.Label inventoryStatsLabel;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.NumericUpDown ticketCounter;
+ private System.Windows.Forms.NumericUpDown sweetCounter;
+ private System.Windows.Forms.Label label3;
+ }
+}
+