-
Notifications
You must be signed in to change notification settings - Fork 532
/
Fmflags.Designer.cs
46 lines (44 loc) · 1.47 KB
/
Fmflags.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
namespace 天若OCR文字识别
{
// Token: 0x02000004 RID: 4
public partial class Fmflags : global::System.Windows.Forms.Form
{
// Token: 0x0600004B RID: 75 RVA: 0x000065E0 File Offset: 0x000047E0
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
bool flag2 = flag;
bool flag3 = flag2;
bool flag4 = flag3;
bool flag5 = flag4;
bool flag6 = flag5;
bool flag7 = flag6;
bool flag8 = flag7;
bool flag9 = flag8;
if (flag9)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x0600004C RID: 76 RVA: 0x00006634 File Offset: 0x00004834
private void InitializeComponent()
{
base.SuspendLayout();
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.None;
this.ForeColor = global::System.Drawing.Color.Aqua;
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
base.ClientSize = new global::System.Drawing.Size(50, 50);
base.Name = "Form1";
this.Text = "Form1";
base.TopMost = true;
base.ShowInTaskbar = false;
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
base.StartPosition = global::System.Windows.Forms.FormStartPosition.Manual;
base.ResumeLayout(false);
}
// Token: 0x0400003C RID: 60
private global::System.ComponentModel.IContainer components;
}
}