-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathForm1.Designer.cs
208 lines (201 loc) · 10.7 KB
/
Form1.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
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
204
205
206
207
208
namespace zeldaGui
{
partial class Form1
{
/// <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.components = new System.ComponentModel.Container();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.topMostToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.importOldLayoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveLayoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.clearItemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showStatsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
this.label1 = new System.Windows.Forms.Label();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.toolStripMenuItem2,
this.toolStripMenuItem3,
this.topMostToolStripMenuItem,
this.importOldLayoutToolStripMenuItem,
this.saveLayoutToolStripMenuItem,
this.clearItemsToolStripMenuItem,
this.showStatsToolStripMenuItem1});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(199, 180);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.CheckOnClick = true;
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(198, 22);
this.toolStripMenuItem1.Text = "Edit Mode";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(198, 22);
this.toolStripMenuItem2.Text = "Options";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.CheckOnClick = true;
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(198, 22);
this.toolStripMenuItem3.Text = "AutoUpdate";
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
//
// topMostToolStripMenuItem
//
this.topMostToolStripMenuItem.CheckOnClick = true;
this.topMostToolStripMenuItem.Name = "topMostToolStripMenuItem";
this.topMostToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
this.topMostToolStripMenuItem.Text = "Top Most";
this.topMostToolStripMenuItem.Click += new System.EventHandler(this.topMostToolStripMenuItem_Click);
//
// importOldLayoutToolStripMenuItem
//
this.importOldLayoutToolStripMenuItem.Name = "importOldLayoutToolStripMenuItem";
this.importOldLayoutToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
this.importOldLayoutToolStripMenuItem.Text = "Import old Layout";
this.importOldLayoutToolStripMenuItem.Click += new System.EventHandler(this.importOldLayoutToolStripMenuItem_Click);
//
// saveLayoutToolStripMenuItem
//
this.saveLayoutToolStripMenuItem.Name = "saveLayoutToolStripMenuItem";
this.saveLayoutToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
this.saveLayoutToolStripMenuItem.Text = "Save Layout";
this.saveLayoutToolStripMenuItem.Click += new System.EventHandler(this.saveLayoutToolStripMenuItem_Click);
//
// clearItemsToolStripMenuItem
//
this.clearItemsToolStripMenuItem.Name = "clearItemsToolStripMenuItem";
this.clearItemsToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
this.clearItemsToolStripMenuItem.Text = "Set all items unchecked";
this.clearItemsToolStripMenuItem.Click += new System.EventHandler(this.clearItemsToolStripMenuItem_Click);
//
// showStatsToolStripMenuItem1
//
this.showStatsToolStripMenuItem1.Name = "showStatsToolStripMenuItem1";
this.showStatsToolStripMenuItem1.Size = new System.Drawing.Size(198, 22);
this.showStatsToolStripMenuItem1.Text = "Show Stats";
this.showStatsToolStripMenuItem1.Click += new System.EventHandler(this.showStatsToolStripMenuItem1_Click);
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(224, 192);
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
this.pictureBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.Filter = "SRAM Files|*.srm";
//
// timer1
//
this.timer1.Interval = 5000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// openFileDialog2
//
this.openFileDialog2.FileName = "openFileDialog2";
this.openFileDialog2.Filter = "Zelda Hud Layout Config|*.config";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("DS-Digital", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(114, -26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 27);
this.label1.TabIndex = 2;
this.label1.Text = "label1";
this.label1.Visible = false;
//
// timer2
//
this.timer2.Interval = 800;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(224, 192);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.ResizeEnd += new System.EventHandler(this.Form1_ResizeEnd);
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem topMostToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveLayoutToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripMenuItem importOldLayoutToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openFileDialog2;
private System.Windows.Forms.ToolStripMenuItem clearItemsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showStatsToolStripMenuItem1;
private System.Windows.Forms.Timer timer2;
public System.Windows.Forms.Label label1;
}
}