-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInformationForm.Designer.cs
More file actions
48 lines (45 loc) · 1.91 KB
/
InformationForm.Designer.cs
File metadata and controls
48 lines (45 loc) · 1.91 KB
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
namespace SMPCTool
{
// Token: 0x02000009 RID: 9
public partial class InformationForm : global::System.Windows.Forms.Form
{
// Token: 0x0600002B RID: 43 RVA: 0x00003C58 File Offset: 0x00001E58
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x0600002C RID: 44 RVA: 0x00003C90 File Offset: 0x00001E90
private void InitializeComponent()
{
this.textBox1 = new global::System.Windows.Forms.TextBox();
base.SuspendLayout();
this.textBox1.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
this.textBox1.Location = new global::System.Drawing.Point(13, 13);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new global::System.Drawing.Size(646, 363);
this.textBox1.TabIndex = 0;
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = global::System.Drawing.Color.FromArgb(40, 40, 40);
base.ClientSize = new global::System.Drawing.Size(671, 388);
base.Controls.Add(this.textBox1);
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.SizableToolWindow;
base.Name = "InformationForm";
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Information";
base.ResumeLayout(false);
base.PerformLayout();
}
// Token: 0x04000030 RID: 48
private global::System.ComponentModel.IContainer components = null;
// Token: 0x04000031 RID: 49
private global::System.Windows.Forms.TextBox textBox1;
}
}