Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SelectSnesButtonsForm.Designer.cs - github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e07afdad6783e3e91981ea30be0eb87fdc7d1853 (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
namespace com.clusterrr.hakchi_gui
{
    partial class SelectSnesButtonsForm
    {
        /// <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(SelectSnesButtonsForm));
            this.buttonOk = new System.Windows.Forms.Button();
            this.checkBoxUp = new System.Windows.Forms.CheckBox();
            this.checkBoxDown = new System.Windows.Forms.CheckBox();
            this.checkBoxA = new System.Windows.Forms.CheckBox();
            this.checkBoxLeft = new System.Windows.Forms.CheckBox();
            this.checkBoxB = new System.Windows.Forms.CheckBox();
            this.checkBoxRight = new System.Windows.Forms.CheckBox();
            this.checkBoxStart = new System.Windows.Forms.CheckBox();
            this.checkBoxSelect = new System.Windows.Forms.CheckBox();
            this.pictureBoxController = new System.Windows.Forms.PictureBox();
            this.checkBoxY = new System.Windows.Forms.CheckBox();
            this.checkBoxX = new System.Windows.Forms.CheckBox();
            this.checkBoxL = new System.Windows.Forms.CheckBox();
            this.checkBoxR = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxController)).BeginInit();
            this.SuspendLayout();
            // 
            // buttonOk
            // 
            resources.ApplyResources(this.buttonOk, "buttonOk");
            this.buttonOk.Name = "buttonOk";
            this.buttonOk.UseVisualStyleBackColor = true;
            this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
            // 
            // checkBoxUp
            // 
            this.checkBoxUp.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxUp, "checkBoxUp");
            this.checkBoxUp.Name = "checkBoxUp";
            this.checkBoxUp.UseVisualStyleBackColor = false;
            this.checkBoxUp.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxDown
            // 
            this.checkBoxDown.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxDown, "checkBoxDown");
            this.checkBoxDown.Name = "checkBoxDown";
            this.checkBoxDown.UseVisualStyleBackColor = false;
            this.checkBoxDown.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxA
            // 
            this.checkBoxA.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxA, "checkBoxA");
            this.checkBoxA.Name = "checkBoxA";
            this.checkBoxA.UseVisualStyleBackColor = false;
            this.checkBoxA.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxLeft
            // 
            this.checkBoxLeft.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxLeft, "checkBoxLeft");
            this.checkBoxLeft.Name = "checkBoxLeft";
            this.checkBoxLeft.UseVisualStyleBackColor = false;
            this.checkBoxLeft.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxB
            // 
            this.checkBoxB.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxB, "checkBoxB");
            this.checkBoxB.Name = "checkBoxB";
            this.checkBoxB.UseVisualStyleBackColor = false;
            this.checkBoxB.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxRight
            // 
            resources.ApplyResources(this.checkBoxRight, "checkBoxRight");
            this.checkBoxRight.Name = "checkBoxRight";
            this.checkBoxRight.UseVisualStyleBackColor = true;
            this.checkBoxRight.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxStart
            // 
            this.checkBoxStart.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxStart, "checkBoxStart");
            this.checkBoxStart.Name = "checkBoxStart";
            this.checkBoxStart.UseVisualStyleBackColor = false;
            this.checkBoxStart.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxSelect
            // 
            this.checkBoxSelect.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxSelect, "checkBoxSelect");
            this.checkBoxSelect.Name = "checkBoxSelect";
            this.checkBoxSelect.UseVisualStyleBackColor = false;
            this.checkBoxSelect.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // pictureBoxController
            // 
            this.pictureBoxController.Image = global::com.clusterrr.hakchi_gui.Properties.Resources.gamepad_snes;
            resources.ApplyResources(this.pictureBoxController, "pictureBoxController");
            this.pictureBoxController.Name = "pictureBoxController";
            this.pictureBoxController.TabStop = false;
            // 
            // checkBoxY
            // 
            this.checkBoxY.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxY, "checkBoxY");
            this.checkBoxY.Name = "checkBoxY";
            this.checkBoxY.UseVisualStyleBackColor = false;
            this.checkBoxY.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxX
            // 
            this.checkBoxX.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxX, "checkBoxX");
            this.checkBoxX.Name = "checkBoxX";
            this.checkBoxX.UseVisualStyleBackColor = false;
            this.checkBoxX.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxL
            // 
            this.checkBoxL.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxL, "checkBoxL");
            this.checkBoxL.Name = "checkBoxL";
            this.checkBoxL.UseVisualStyleBackColor = false;
            this.checkBoxL.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // checkBoxR
            // 
            this.checkBoxR.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.checkBoxR, "checkBoxR");
            this.checkBoxR.Name = "checkBoxR";
            this.checkBoxR.UseVisualStyleBackColor = false;
            this.checkBoxR.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
            // 
            // SelectSnesButtonsForm
            // 
            this.AcceptButton = this.buttonOk;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.checkBoxR);
            this.Controls.Add(this.checkBoxL);
            this.Controls.Add(this.checkBoxX);
            this.Controls.Add(this.checkBoxY);
            this.Controls.Add(this.checkBoxUp);
            this.Controls.Add(this.checkBoxDown);
            this.Controls.Add(this.checkBoxA);
            this.Controls.Add(this.checkBoxLeft);
            this.Controls.Add(this.checkBoxB);
            this.Controls.Add(this.checkBoxRight);
            this.Controls.Add(this.checkBoxStart);
            this.Controls.Add(this.checkBoxSelect);
            this.Controls.Add(this.buttonOk);
            this.Controls.Add(this.pictureBoxController);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SelectSnesButtonsForm";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxController)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button buttonOk;
        private System.Windows.Forms.CheckBox checkBoxUp;
        private System.Windows.Forms.CheckBox checkBoxDown;
        private System.Windows.Forms.CheckBox checkBoxA;
        private System.Windows.Forms.CheckBox checkBoxLeft;
        private System.Windows.Forms.CheckBox checkBoxB;
        private System.Windows.Forms.CheckBox checkBoxRight;
        private System.Windows.Forms.CheckBox checkBoxStart;
        private System.Windows.Forms.CheckBox checkBoxSelect;
        private System.Windows.Forms.PictureBox pictureBoxController;
        private System.Windows.Forms.CheckBox checkBoxY;
        private System.Windows.Forms.CheckBox checkBoxX;
        private System.Windows.Forms.CheckBox checkBoxL;
        private System.Windows.Forms.CheckBox checkBoxR;
    }
}