summaryrefslogtreecommitdiff
path: root/Native/EmuKeyboardDesigner/MainForm.Designer.cs
blob: 44e2b6a9107cd7167068c4dcb6a741df03ce1c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
// This file is part of the Noddybox.Emulation C# suite.
//
// Noddybox.Emulation is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Noddybox.Emulation is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Noddybox.Emulation.  If not, see <http://www.gnu.org/licenses/>.
//
// Copyright (c) 2012 Ian Cowburn
//
namespace EmuKeyboardDesigner
{
    partial class MainForm
    {
        /// <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.keyList = new System.Windows.Forms.ListBox();
            this.label1 = new System.Windows.Forms.Label();
            this.stickyCheckBox = new System.Windows.Forms.CheckBox();
            this.label2 = new System.Windows.Forms.Label();
            this.keysymTextBox = new System.Windows.Forms.TextBox();
            this.loadButton = new System.Windows.Forms.Button();
            this.saveButton = new System.Windows.Forms.Button();
            this.setButton = new System.Windows.Forms.Button();
            this.removeButton = new System.Windows.Forms.Button();
            this.imageControl = new EmuKeyboardDesigner.ImageControl();
            this.SuspendLayout();
            // 
            // keyList
            // 
            this.keyList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.keyList.FormattingEnabled = true;
            this.keyList.Location = new System.Drawing.Point(500, 27);
            this.keyList.Name = "keyList";
            this.keyList.Size = new System.Drawing.Size(192, 394);
            this.keyList.TabIndex = 0;
            this.keyList.SelectedIndexChanged += new System.EventHandler(this.OnKeySelected);
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(497, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(33, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Keys:";
            // 
            // stickyCheckBox
            // 
            this.stickyCheckBox.AutoSize = true;
            this.stickyCheckBox.Location = new System.Drawing.Point(241, 11);
            this.stickyCheckBox.Name = "stickyCheckBox";
            this.stickyCheckBox.Size = new System.Drawing.Size(55, 17);
            this.stickyCheckBox.TabIndex = 2;
            this.stickyCheckBox.Text = "Sticky";
            this.stickyCheckBox.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "Key Symbol:";
            // 
            // keysymTextBox
            // 
            this.keysymTextBox.Location = new System.Drawing.Point(83, 9);
            this.keysymTextBox.Name = "keysymTextBox";
            this.keysymTextBox.Size = new System.Drawing.Size(152, 20);
            this.keysymTextBox.TabIndex = 4;
            // 
            // loadButton
            // 
            this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.loadButton.Location = new System.Drawing.Point(501, 434);
            this.loadButton.Name = "loadButton";
            this.loadButton.Size = new System.Drawing.Size(75, 23);
            this.loadButton.TabIndex = 6;
            this.loadButton.Text = "Load Keys";
            this.loadButton.UseVisualStyleBackColor = true;
            this.loadButton.Click += new System.EventHandler(this.OnLoad);
            // 
            // saveButton
            // 
            this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.saveButton.Location = new System.Drawing.Point(605, 434);
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(75, 23);
            this.saveButton.TabIndex = 7;
            this.saveButton.Text = "Save Keys";
            this.saveButton.UseVisualStyleBackColor = true;
            this.saveButton.Click += new System.EventHandler(this.OnSave);
            // 
            // setButton
            // 
            this.setButton.Location = new System.Drawing.Point(406, 9);
            this.setButton.Name = "setButton";
            this.setButton.Size = new System.Drawing.Size(85, 23);
            this.setButton.TabIndex = 8;
            this.setButton.Text = "Set Key";
            this.setButton.UseVisualStyleBackColor = true;
            this.setButton.Click += new System.EventHandler(this.OnSetKey);
            // 
            // removeButton
            // 
            this.removeButton.Location = new System.Drawing.Point(322, 9);
            this.removeButton.Name = "removeButton";
            this.removeButton.Size = new System.Drawing.Size(78, 23);
            this.removeButton.TabIndex = 9;
            this.removeButton.Text = "Remove Key";
            this.removeButton.UseVisualStyleBackColor = true;
            this.removeButton.Click += new System.EventHandler(this.OnRemoveKey);
            // 
            // imageControl
            // 
            this.imageControl.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.imageControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.imageControl.KeyHeight = 0;
            this.imageControl.KeyWidth = 0;
            this.imageControl.KeyX = 0;
            this.imageControl.KeyY = 0;
            this.imageControl.Location = new System.Drawing.Point(12, 35);
            this.imageControl.MinimumSize = new System.Drawing.Size(417, 247);
            this.imageControl.Name = "imageControl";
            this.imageControl.Size = new System.Drawing.Size(482, 423);
            this.imageControl.TabIndex = 5;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(692, 470);
            this.Controls.Add(this.removeButton);
            this.Controls.Add(this.setButton);
            this.Controls.Add(this.saveButton);
            this.Controls.Add(this.loadButton);
            this.Controls.Add(this.imageControl);
            this.Controls.Add(this.keysymTextBox);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.stickyCheckBox);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.keyList);
            this.MinimumSize = new System.Drawing.Size(700, 500);
            this.Name = "MainForm";
            this.Text = "Emulation Keyboard Designer";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ListBox keyList;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.CheckBox stickyCheckBox;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox keysymTextBox;
        private ImageControl imageControl;
        private System.Windows.Forms.Button loadButton;
        private System.Windows.Forms.Button saveButton;
        private System.Windows.Forms.Button setButton;
        private System.Windows.Forms.Button removeButton;
    }
}