This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathUpdatessss.Designer.cs
85 lines (81 loc) · 3.27 KB
/
Updatessss.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
using System.Windows.Forms;
namespace Snake_Keylogger
{
// Token: 0x0200001D RID: 29
public partial class Updatessss : Form
{
/// <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);
}
// Token: 0x0600026E RID: 622 RVA: 0x0001BBB8 File Offset: 0x00019DB8
[System.Diagnostics.DebuggerStepThrough]
private void InitializeComponent()
{
this.ProgressBar1 = new System.Windows.Forms.ProgressBar();
this.Label1 = new System.Windows.Forms.Label();
this.Label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// ProgressBar1
//
this.ProgressBar1.Location = new System.Drawing.Point(25, 24);
this.ProgressBar1.Name = "ProgressBar1";
this.ProgressBar1.Size = new System.Drawing.Size(368, 19);
this.ProgressBar1.TabIndex = 0;
//
// Label1
//
this.Label1.AutoSize = true;
this.Label1.ForeColor = System.Drawing.Color.White;
this.Label1.Location = new System.Drawing.Point(22, 52);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(39, 13);
this.Label1.TabIndex = 1;
this.Label1.Text = "Label1";
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.ForeColor = System.Drawing.Color.White;
this.Label2.Location = new System.Drawing.Point(354, 52);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(39, 13);
this.Label2.TabIndex = 2;
this.Label2.Text = "Label2";
//
// Updatessss
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.ClientSize = new System.Drawing.Size(421, 85);
this.Controls.Add(this.Label2);
this.Controls.Add(this.Label1);
this.Controls.Add(this.ProgressBar1);
this.Name = "Updatessss";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Updating...";
this.Load += new System.EventHandler(this.frmCVUpdate_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
public ProgressBar ProgressBar1;
public Label Label1;
public Label Label2;
}
}