-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMessageBoxMonoSpaced.Designer.cs
99 lines (93 loc) · 4.57 KB
/
MessageBoxMonoSpaced.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
namespace ABT.TestSpace {
partial class MessageBoxMonoSpaced {
/// <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(MessageBoxMonoSpaced));
this.Link = new System.Windows.Forms.LinkLabel();
this.OK = new System.Windows.Forms.Button();
this.Label = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// Link
//
this.Link.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.Link.AutoSize = true;
this.Link.Font = new System.Drawing.Font("Consolas", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Link.Location = new System.Drawing.Point(10, 75);
this.Link.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Link.Name = "Link";
this.Link.Size = new System.Drawing.Size(105, 15);
this.Link.TabIndex = 1;
this.Link.TabStop = true;
this.Link.Text = "linkMonoSpaced";
this.Link.Click += new System.EventHandler(this.Link_Clicked);
//
// OK
//
this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.OK.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OK.Location = new System.Drawing.Point(396, 113);
this.OK.Margin = new System.Windows.Forms.Padding(4);
this.OK.Name = "OK";
this.OK.Size = new System.Drawing.Size(52, 29);
this.OK.TabIndex = 2;
this.OK.Text = "OK";
this.OK.UseVisualStyleBackColor = true;
this.OK.Click += new System.EventHandler(this.OK_Clicked);
//
// Label
//
this.Label.AutoSize = true;
this.Label.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label.Location = new System.Drawing.Point(10, 7);
this.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label.Name = "Label";
this.Label.Size = new System.Drawing.Size(128, 18);
this.Label.TabIndex = 4;
this.Label.Text = "labelMonoSpaced";
//
// MessageBoxMonoSpaced
//
this.AcceptButton = this.OK;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(461, 155);
this.ControlBox = false;
this.Controls.Add(this.Label);
this.Controls.Add(this.OK);
this.Controls.Add(this.Link);
this.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MessageBoxMonoSpaced";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "MessageBoxMonoSpaced";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.LinkLabel Link;
private System.Windows.Forms.Label Label;
private System.Windows.Forms.Button OK;
}
}