-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutForm.Designer.cs
More file actions
150 lines (144 loc) · 5.46 KB
/
Copy pathAboutForm.Designer.cs
File metadata and controls
150 lines (144 loc) · 5.46 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
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
namespace prkiller_ng
{
partial class AboutForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lblVersion = new System.Windows.Forms.Label();
this.lblCopyright = new System.Windows.Forms.Label();
this.lblOpenSource = new System.Windows.Forms.Label();
this.cmdOk = new System.Windows.Forms.Button();
this.lnkUrl2 = new System.Windows.Forms.LinkLabel();
this.lnkUrl1 = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// lblVersion
//
this.lblVersion.AutoSize = true;
this.lblVersion.Location = new System.Drawing.Point(50, 12);
this.lblVersion.Name = "lblVersion";
this.lblVersion.Size = new System.Drawing.Size(69, 15);
this.lblVersion.TabIndex = 1;
this.lblVersion.Text = "PrKiller-NG ";
//
// lblCopyright
//
this.lblCopyright.AutoSize = true;
this.lblCopyright.Location = new System.Drawing.Point(50, 29);
this.lblCopyright.Name = "lblCopyright";
this.lblCopyright.Size = new System.Drawing.Size(147, 15);
this.lblCopyright.TabIndex = 2;
this.lblCopyright.Text = "© 2025, Alexander Tauenis";
//
// lblOpenSource
//
this.lblOpenSource.AutoSize = true;
this.lblOpenSource.Location = new System.Drawing.Point(6, 47);
this.lblOpenSource.Name = "lblOpenSource";
this.lblOpenSource.Size = new System.Drawing.Size(221, 30);
this.lblOpenSource.TabIndex = 3;
this.lblOpenSource.Text = "Здесь будет информация о лицензии...\r\nВ две строки.";
this.lblOpenSource.UseMnemonic = false;
//
// cmdOk
//
this.cmdOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.cmdOk.Location = new System.Drawing.Point(74, 133);
this.cmdOk.Name = "cmdOk";
this.cmdOk.Size = new System.Drawing.Size(75, 23);
this.cmdOk.TabIndex = 0;
this.cmdOk.Text = "OK";
this.cmdOk.UseVisualStyleBackColor = true;
//
// lnkUrl2
//
this.lnkUrl2.Location = new System.Drawing.Point(-8, 103);
this.lnkUrl2.Name = "lnkUrl2";
this.lnkUrl2.Size = new System.Drawing.Size(244, 23);
this.lnkUrl2.TabIndex = 2;
this.lnkUrl2.TabStop = true;
this.lnkUrl2.Text = "https://github.com/atauenis/prkiller-ng";
this.lnkUrl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lnkUrl2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkUrl2_LinkClicked);
//
// lnkUrl1
//
this.lnkUrl1.Location = new System.Drawing.Point(-8, 80);
this.lnkUrl1.Name = "lnkUrl1";
this.lnkUrl1.Size = new System.Drawing.Size(244, 23);
this.lnkUrl1.TabIndex = 1;
this.lnkUrl1.TabStop = true;
this.lnkUrl1.Text = "https://atauenis.ru";
this.lnkUrl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lnkUrl1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkUrl1_LinkClicked);
//
// AboutForm
//
this.AcceptButton = this.cmdOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cmdOk;
this.ClientSize = new System.Drawing.Size(228, 168);
this.Controls.Add(this.lnkUrl1);
this.Controls.Add(this.lnkUrl2);
this.Controls.Add(this.cmdOk);
this.Controls.Add(this.lblOpenSource);
this.Controls.Add(this.lblCopyright);
this.Controls.Add(this.lblVersion);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.AboutForm_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lblVersion;
private System.Windows.Forms.Label lblCopyright;
private System.Windows.Forms.Label lblOpenSource;
private System.Windows.Forms.Button cmdOk;
private System.Windows.Forms.LinkLabel lnkUrl2;
private System.Windows.Forms.LinkLabel lnkUrl1;
}
}