summaryrefslogtreecommitdiff
path: root/Native/EmuKeyboardDesigner/OpsForm.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Native/EmuKeyboardDesigner/OpsForm.Designer.cs')
-rw-r--r--Native/EmuKeyboardDesigner/OpsForm.Designer.cs336
1 files changed, 336 insertions, 0 deletions
diff --git a/Native/EmuKeyboardDesigner/OpsForm.Designer.cs b/Native/EmuKeyboardDesigner/OpsForm.Designer.cs
new file mode 100644
index 0000000..5c82934
--- /dev/null
+++ b/Native/EmuKeyboardDesigner/OpsForm.Designer.cs
@@ -0,0 +1,336 @@
+namespace EmuKeyboardDesigner
+{
+ partial class OpsForm
+ {
+ /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.rmFrontUpDown = new System.Windows.Forms.NumericUpDown();
+ this.rmRearUpDown = new System.Windows.Forms.NumericUpDown();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label3 = new System.Windows.Forms.Label();
+ this.prefixTextBox = new System.Windows.Forms.TextBox();
+ this.suffixTextBox = new System.Windows.Forms.TextBox();
+ this.label4 = new System.Windows.Forms.Label();
+ this.cancelButton = new System.Windows.Forms.Button();
+ this.okButton = new System.Windows.Forms.Button();
+ this.adjYUpDown = new System.Windows.Forms.NumericUpDown();
+ this.label5 = new System.Windows.Forms.Label();
+ this.adjXUpDown = new System.Windows.Forms.NumericUpDown();
+ this.label6 = new System.Windows.Forms.Label();
+ this.adjHeightUpDown = new System.Windows.Forms.NumericUpDown();
+ this.label7 = new System.Windows.Forms.Label();
+ this.label8 = new System.Windows.Forms.Label();
+ this.adjWidthUpDown = new System.Windows.Forms.NumericUpDown();
+ this.groupBox1.SuspendLayout();
+ this.groupBox2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.rmFrontUpDown)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.rmRearUpDown)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.adjYUpDown)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.adjXUpDown)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.adjHeightUpDown)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.adjWidthUpDown)).BeginInit();
+ this.SuspendLayout();
+ //
+ // groupBox1
+ //
+ this.groupBox1.Controls.Add(this.suffixTextBox);
+ this.groupBox1.Controls.Add(this.label4);
+ this.groupBox1.Controls.Add(this.prefixTextBox);
+ this.groupBox1.Controls.Add(this.label3);
+ this.groupBox1.Controls.Add(this.rmRearUpDown);
+ this.groupBox1.Controls.Add(this.label2);
+ this.groupBox1.Controls.Add(this.rmFrontUpDown);
+ this.groupBox1.Controls.Add(this.label1);
+ this.groupBox1.Location = new System.Drawing.Point(7, 9);
+ this.groupBox1.Name = "groupBox1";
+ this.groupBox1.Size = new System.Drawing.Size(315, 163);
+ this.groupBox1.TabIndex = 0;
+ this.groupBox1.TabStop = false;
+ this.groupBox1.Text = "Key Names";
+ //
+ // groupBox2
+ //
+ this.groupBox2.Controls.Add(this.adjHeightUpDown);
+ this.groupBox2.Controls.Add(this.label7);
+ this.groupBox2.Controls.Add(this.label8);
+ this.groupBox2.Controls.Add(this.adjWidthUpDown);
+ this.groupBox2.Controls.Add(this.adjYUpDown);
+ this.groupBox2.Controls.Add(this.label6);
+ this.groupBox2.Controls.Add(this.label5);
+ this.groupBox2.Controls.Add(this.adjXUpDown);
+ this.groupBox2.Location = new System.Drawing.Point(328, 9);
+ this.groupBox2.Name = "groupBox2";
+ this.groupBox2.Size = new System.Drawing.Size(222, 163);
+ this.groupBox2.TabIndex = 1;
+ this.groupBox2.TabStop = false;
+ this.groupBox2.Text = "Positions";
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(13, 22);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(126, 13);
+ this.label1.TabIndex = 0;
+ this.label1.Text = "Remove chars from front:";
+ //
+ // rmFrontUpDown
+ //
+ this.rmFrontUpDown.Location = new System.Drawing.Point(146, 22);
+ this.rmFrontUpDown.Name = "rmFrontUpDown";
+ this.rmFrontUpDown.Size = new System.Drawing.Size(38, 20);
+ this.rmFrontUpDown.TabIndex = 1;
+ //
+ // rmRearUpDown
+ //
+ this.rmRearUpDown.Location = new System.Drawing.Point(146, 50);
+ this.rmRearUpDown.Name = "rmRearUpDown";
+ this.rmRearUpDown.Size = new System.Drawing.Size(38, 20);
+ this.rmRearUpDown.TabIndex = 3;
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(13, 50);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(123, 13);
+ this.label2.TabIndex = 2;
+ this.label2.Text = "Remove chars from rear:";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Location = new System.Drawing.Point(20, 94);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(57, 13);
+ this.label3.TabIndex = 4;
+ this.label3.Text = "Add prefix:";
+ //
+ // prefixTextBox
+ //
+ this.prefixTextBox.Location = new System.Drawing.Point(83, 89);
+ this.prefixTextBox.Name = "prefixTextBox";
+ this.prefixTextBox.Size = new System.Drawing.Size(214, 20);
+ this.prefixTextBox.TabIndex = 5;
+ //
+ // suffixTextBox
+ //
+ this.suffixTextBox.Location = new System.Drawing.Point(83, 119);
+ this.suffixTextBox.Name = "suffixTextBox";
+ this.suffixTextBox.Size = new System.Drawing.Size(214, 20);
+ this.suffixTextBox.TabIndex = 7;
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Location = new System.Drawing.Point(20, 124);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(56, 13);
+ this.label4.TabIndex = 6;
+ this.label4.Text = "Add suffix:";
+ //
+ // cancelButton
+ //
+ this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.cancelButton.Location = new System.Drawing.Point(452, 178);
+ this.cancelButton.Name = "cancelButton";
+ this.cancelButton.Size = new System.Drawing.Size(98, 25);
+ this.cancelButton.TabIndex = 2;
+ this.cancelButton.Text = "Cancel";
+ this.cancelButton.UseVisualStyleBackColor = true;
+ //
+ // okButton
+ //
+ this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
+ this.okButton.Location = new System.Drawing.Point(348, 178);
+ this.okButton.Name = "okButton";
+ this.okButton.Size = new System.Drawing.Size(98, 25);
+ this.okButton.TabIndex = 3;
+ this.okButton.Text = "OK";
+ this.okButton.UseVisualStyleBackColor = true;
+ //
+ // adjYUpDown
+ //
+ this.adjYUpDown.Location = new System.Drawing.Point(76, 43);
+ this.adjYUpDown.Maximum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ 0});
+ this.adjYUpDown.Minimum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ -2147483648});
+ this.adjYUpDown.Name = "adjYUpDown";
+ this.adjYUpDown.Size = new System.Drawing.Size(69, 20);
+ this.adjYUpDown.TabIndex = 11;
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Location = new System.Drawing.Point(6, 44);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(49, 13);
+ this.label5.TabIndex = 10;
+ this.label5.Text = "Adjust Y:";
+ //
+ // adjXUpDown
+ //
+ this.adjXUpDown.Location = new System.Drawing.Point(76, 15);
+ this.adjXUpDown.Maximum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ 0});
+ this.adjXUpDown.Minimum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ -2147483648});
+ this.adjXUpDown.Name = "adjXUpDown";
+ this.adjXUpDown.Size = new System.Drawing.Size(69, 20);
+ this.adjXUpDown.TabIndex = 9;
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.Location = new System.Drawing.Point(6, 16);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(49, 13);
+ this.label6.TabIndex = 8;
+ this.label6.Text = "Adjust X:";
+ //
+ // adjHeightUpDown
+ //
+ this.adjHeightUpDown.Location = new System.Drawing.Point(76, 100);
+ this.adjHeightUpDown.Maximum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ 0});
+ this.adjHeightUpDown.Minimum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ -2147483648});
+ this.adjHeightUpDown.Name = "adjHeightUpDown";
+ this.adjHeightUpDown.Size = new System.Drawing.Size(69, 20);
+ this.adjHeightUpDown.TabIndex = 15;
+ //
+ // label7
+ //
+ this.label7.AutoSize = true;
+ this.label7.Location = new System.Drawing.Point(6, 73);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(70, 13);
+ this.label7.TabIndex = 12;
+ this.label7.Text = "Adjust Width:";
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.Location = new System.Drawing.Point(6, 101);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(73, 13);
+ this.label8.TabIndex = 14;
+ this.label8.Text = "Adjust Height:";
+ //
+ // adjWidthUpDown
+ //
+ this.adjWidthUpDown.Location = new System.Drawing.Point(76, 72);
+ this.adjWidthUpDown.Maximum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ 0});
+ this.adjWidthUpDown.Minimum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ -2147483648});
+ this.adjWidthUpDown.Name = "adjWidthUpDown";
+ this.adjWidthUpDown.Size = new System.Drawing.Size(69, 20);
+ this.adjWidthUpDown.TabIndex = 13;
+ //
+ // OpsForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(562, 214);
+ this.Controls.Add(this.okButton);
+ this.Controls.Add(this.cancelButton);
+ this.Controls.Add(this.groupBox2);
+ this.Controls.Add(this.groupBox1);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "OpsForm";
+ this.ShowIcon = false;
+ this.ShowInTaskbar = false;
+ this.Text = "Global Operations";
+ this.groupBox1.ResumeLayout(false);
+ this.groupBox1.PerformLayout();
+ this.groupBox2.ResumeLayout(false);
+ this.groupBox2.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.rmFrontUpDown)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.rmRearUpDown)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.adjYUpDown)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.adjXUpDown)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.adjHeightUpDown)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.adjWidthUpDown)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.GroupBox groupBox1;
+ private System.Windows.Forms.GroupBox groupBox2;
+ private System.Windows.Forms.NumericUpDown rmFrontUpDown;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.NumericUpDown rmRearUpDown;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.TextBox suffixTextBox;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.TextBox prefixTextBox;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.Button cancelButton;
+ private System.Windows.Forms.Button okButton;
+ private System.Windows.Forms.NumericUpDown adjYUpDown;
+ private System.Windows.Forms.Label label6;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.NumericUpDown adjXUpDown;
+ private System.Windows.Forms.NumericUpDown adjHeightUpDown;
+ private System.Windows.Forms.Label label7;
+ private System.Windows.Forms.Label label8;
+ private System.Windows.Forms.NumericUpDown adjWidthUpDown;
+ }
+} \ No newline at end of file