-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainPage.Designer.cs
169 lines (162 loc) · 7.62 KB
/
MainPage.Designer.cs
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
namespace KeySim_API
{
partial class MainPage
{
/// <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(MainPage));
this.Key1_button = new System.Windows.Forms.Button();
this.Key2_button = new System.Windows.Forms.Button();
this.Key3_button = new System.Windows.Forms.Button();
this.Key4_button = new System.Windows.Forms.Button();
this.Key5_button = new System.Windows.Forms.Button();
this.Key6_button = new System.Windows.Forms.Button();
this.Key7_button = new System.Windows.Forms.Button();
this.Key8_button = new System.Windows.Forms.Button();
this.stg_image = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.stg_image)).BeginInit();
this.SuspendLayout();
//
// Key1_button
//
this.Key1_button.Location = new System.Drawing.Point(35, 32);
this.Key1_button.Name = "Key1_button";
this.Key1_button.Size = new System.Drawing.Size(80, 46);
this.Key1_button.TabIndex = 0;
this.Key1_button.Text = "Key 1";
this.Key1_button.UseVisualStyleBackColor = true;
this.Key1_button.Click += new System.EventHandler(this.Key1_button_Click);
//
// Key2_button
//
this.Key2_button.Location = new System.Drawing.Point(35, 157);
this.Key2_button.Name = "Key2_button";
this.Key2_button.Size = new System.Drawing.Size(80, 46);
this.Key2_button.TabIndex = 1;
this.Key2_button.Text = "Key 2";
this.Key2_button.UseVisualStyleBackColor = true;
this.Key2_button.Click += new System.EventHandler(this.Key2_button_Click);
//
// Key3_button
//
this.Key3_button.Location = new System.Drawing.Point(35, 291);
this.Key3_button.Name = "Key3_button";
this.Key3_button.Size = new System.Drawing.Size(80, 46);
this.Key3_button.TabIndex = 2;
this.Key3_button.Text = "Key 3";
this.Key3_button.UseVisualStyleBackColor = true;
this.Key3_button.Click += new System.EventHandler(this.Key3_button_Click);
//
// Key4_button
//
this.Key4_button.Location = new System.Drawing.Point(246, 291);
this.Key4_button.Name = "Key4_button";
this.Key4_button.Size = new System.Drawing.Size(80, 46);
this.Key4_button.TabIndex = 3;
this.Key4_button.Text = "Key 4";
this.Key4_button.UseVisualStyleBackColor = true;
this.Key4_button.Click += new System.EventHandler(this.Key4_button_Click);
//
// Key5_button
//
this.Key5_button.Location = new System.Drawing.Point(466, 291);
this.Key5_button.Name = "Key5_button";
this.Key5_button.Size = new System.Drawing.Size(80, 46);
this.Key5_button.TabIndex = 4;
this.Key5_button.Text = "Key 5";
this.Key5_button.UseVisualStyleBackColor = true;
this.Key5_button.Click += new System.EventHandler(this.Key5_button_Click);
//
// Key6_button
//
this.Key6_button.Location = new System.Drawing.Point(675, 291);
this.Key6_button.Name = "Key6_button";
this.Key6_button.Size = new System.Drawing.Size(80, 46);
this.Key6_button.TabIndex = 5;
this.Key6_button.Text = "Key 6";
this.Key6_button.UseVisualStyleBackColor = true;
this.Key6_button.Click += new System.EventHandler(this.Key6_button_Click);
//
// Key7_button
//
this.Key7_button.Location = new System.Drawing.Point(675, 157);
this.Key7_button.Name = "Key7_button";
this.Key7_button.Size = new System.Drawing.Size(80, 46);
this.Key7_button.TabIndex = 6;
this.Key7_button.Text = "Key 7";
this.Key7_button.UseVisualStyleBackColor = true;
this.Key7_button.Click += new System.EventHandler(this.Key7_button_Click);
//
// Key8_button
//
this.Key8_button.Location = new System.Drawing.Point(675, 32);
this.Key8_button.Name = "Key8_button";
this.Key8_button.Size = new System.Drawing.Size(80, 46);
this.Key8_button.TabIndex = 7;
this.Key8_button.Text = "Key 8";
this.Key8_button.UseVisualStyleBackColor = true;
this.Key8_button.Click += new System.EventHandler(this.Key8_button_Click);
//
// stg_image
//
this.stg_image.Image = ((System.Drawing.Image)(resources.GetObject("stg_image.Image")));
this.stg_image.InitialImage = ((System.Drawing.Image)(resources.GetObject("stg_image.InitialImage")));
this.stg_image.Location = new System.Drawing.Point(195, 36);
this.stg_image.Name = "stg_image";
this.stg_image.Size = new System.Drawing.Size(423, 230);
this.stg_image.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.stg_image.TabIndex = 8;
this.stg_image.TabStop = false;
//
// MainPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 375);
this.Controls.Add(this.stg_image);
this.Controls.Add(this.Key8_button);
this.Controls.Add(this.Key7_button);
this.Controls.Add(this.Key6_button);
this.Controls.Add(this.Key5_button);
this.Controls.Add(this.Key4_button);
this.Controls.Add(this.Key3_button);
this.Controls.Add(this.Key2_button);
this.Controls.Add(this.Key1_button);
this.Name = "MainPage";
this.Text = "Main Page";
((System.ComponentModel.ISupportInitialize)(this.stg_image)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button Key1_button;
private System.Windows.Forms.Button Key2_button;
private System.Windows.Forms.Button Key3_button;
private System.Windows.Forms.Button Key4_button;
private System.Windows.Forms.Button Key5_button;
private System.Windows.Forms.Button Key6_button;
private System.Windows.Forms.Button Key7_button;
private System.Windows.Forms.Button Key8_button;
private System.Windows.Forms.PictureBox stg_image;
}
}