This repository has been archived by the owner on May 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathForm1.Designer.cs
217 lines (210 loc) · 11.9 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
209
210
211
212
213
214
215
216
namespace _3Dmigoto_Sword_GUI
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.gameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.genshinImpactToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.honkaiStarRailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.honkaiImpact3rdToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.zenlessZoneZeroToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.narakaBladepointToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.authorNicoMicoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.discordShaderFreedomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.label1 = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.button1.Location = new System.Drawing.Point(12, 45);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(121, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Reverse Single";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.ForeColor = System.Drawing.Color.Fuchsia;
this.button2.Location = new System.Drawing.Point(186, 45);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(121, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Reverse Merged";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.Black;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.gameToolStripMenuItem,
this.aboutToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(319, 25);
this.menuStrip1.TabIndex = 9;
this.menuStrip1.Text = "menuStrip1";
//
// gameToolStripMenuItem
//
this.gameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.genshinImpactToolStripMenuItem,
this.honkaiStarRailToolStripMenuItem,
this.honkaiImpact3rdToolStripMenuItem,
this.zenlessZoneZeroToolStripMenuItem,
this.narakaBladepointToolStripMenuItem});
this.gameToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.gameToolStripMenuItem.Name = "gameToolStripMenuItem";
this.gameToolStripMenuItem.Size = new System.Drawing.Size(54, 21);
this.gameToolStripMenuItem.Text = "Game";
//
// genshinImpactToolStripMenuItem
//
this.genshinImpactToolStripMenuItem.Name = "genshinImpactToolStripMenuItem";
this.genshinImpactToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
this.genshinImpactToolStripMenuItem.Text = "Genshin Impact";
this.genshinImpactToolStripMenuItem.Click += new System.EventHandler(this.genshinImpactToolStripMenuItem_Click);
//
// honkaiStarRailToolStripMenuItem
//
this.honkaiStarRailToolStripMenuItem.Name = "honkaiStarRailToolStripMenuItem";
this.honkaiStarRailToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
this.honkaiStarRailToolStripMenuItem.Text = "Honkai StarRail";
this.honkaiStarRailToolStripMenuItem.Click += new System.EventHandler(this.honkaiStarRailToolStripMenuItem_Click);
//
// honkaiImpact3rdToolStripMenuItem
//
this.honkaiImpact3rdToolStripMenuItem.Name = "honkaiImpact3rdToolStripMenuItem";
this.honkaiImpact3rdToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
this.honkaiImpact3rdToolStripMenuItem.Text = "Honkai Impact 3rd";
this.honkaiImpact3rdToolStripMenuItem.Click += new System.EventHandler(this.honkaiImpact3rdToolStripMenuItem_Click);
//
// zenlessZoneZeroToolStripMenuItem
//
this.zenlessZoneZeroToolStripMenuItem.Name = "zenlessZoneZeroToolStripMenuItem";
this.zenlessZoneZeroToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
this.zenlessZoneZeroToolStripMenuItem.Text = "Zenless Zone Zero";
this.zenlessZoneZeroToolStripMenuItem.Click += new System.EventHandler(this.zenlessZoneZeroToolStripMenuItem_Click);
//
// narakaBladepointToolStripMenuItem
//
this.narakaBladepointToolStripMenuItem.Name = "narakaBladepointToolStripMenuItem";
this.narakaBladepointToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
this.narakaBladepointToolStripMenuItem.Text = "Naraka Bladepoint";
this.narakaBladepointToolStripMenuItem.Click += new System.EventHandler(this.narakaBladepointToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.authorNicoMicoToolStripMenuItem,
this.discordShaderFreedomToolStripMenuItem});
this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(55, 21);
this.aboutToolStripMenuItem.Text = "About";
//
// authorNicoMicoToolStripMenuItem
//
this.authorNicoMicoToolStripMenuItem.BackColor = System.Drawing.Color.Black;
this.authorNicoMicoToolStripMenuItem.ForeColor = System.Drawing.Color.Red;
this.authorNicoMicoToolStripMenuItem.Name = "authorNicoMicoToolStripMenuItem";
this.authorNicoMicoToolStripMenuItem.Size = new System.Drawing.Size(221, 22);
this.authorNicoMicoToolStripMenuItem.Text = "Author: NicoMico";
this.authorNicoMicoToolStripMenuItem.Click += new System.EventHandler(this.authorNicoMicoToolStripMenuItem_Click);
//
// discordShaderFreedomToolStripMenuItem
//
this.discordShaderFreedomToolStripMenuItem.BackColor = System.Drawing.Color.Black;
this.discordShaderFreedomToolStripMenuItem.ForeColor = System.Drawing.Color.Lime;
this.discordShaderFreedomToolStripMenuItem.Name = "discordShaderFreedomToolStripMenuItem";
this.discordShaderFreedomToolStripMenuItem.Size = new System.Drawing.Size(221, 22);
this.discordShaderFreedomToolStripMenuItem.Text = "Discord: ShaderFreedom";
this.discordShaderFreedomToolStripMenuItem.Click += new System.EventHandler(this.discordShaderFreedomToolStripMenuItem_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(15, 88);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(292, 12);
this.label1.TabIndex = 10;
this.label1.Text = "Happy Reverse! May the devil be with you.";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(319, 109);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "3Dmigoto-Sword V3.0.0.3";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem gameToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem genshinImpactToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem honkaiStarRailToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem honkaiImpact3rdToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem zenlessZoneZeroToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem narakaBladepointToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem authorNicoMicoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem discordShaderFreedomToolStripMenuItem;
private System.Windows.Forms.Label label1;
}
}