FlatInput.Designer.cs
5.6 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
namespace Asa.Theme
{
partial class FlatInput
{
/// <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()
{
this.flatText1 = new Asa.Theme.FlatText();
this.flatLabel1 = new Asa.Theme.FlatLabel();
this.flatButton1 = new Asa.Theme.FlatButton();
this.flatButton2 = new Asa.Theme.FlatButton();
this.SuspendLayout();
//
// flatText1
//
this.flatText1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.flatText1.Font = new System.Drawing.Font("宋体", 11F);
this.flatText1.Inside = false;
this.flatText1.Location = new System.Drawing.Point(15, 93);
this.flatText1.Name = "flatText1";
this.flatText1.Size = new System.Drawing.Size(523, 35);
this.flatText1.TabIndex = 0;
this.flatText1.Text = "flatText1";
//
// flatLabel1
//
this.flatLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.flatLabel1.Font = new System.Drawing.Font("宋体", 11F);
this.flatLabel1.Inside = false;
this.flatLabel1.Location = new System.Drawing.Point(15, 57);
this.flatLabel1.Name = "flatLabel1";
this.flatLabel1.Size = new System.Drawing.Size(523, 30);
this.flatLabel1.TabIndex = 1;
this.flatLabel1.Text = "flatLabel1";
this.flatLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// flatButton1
//
this.flatButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.flatButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.flatButton1.Font = new System.Drawing.Font("宋体", 11F);
this.flatButton1.ImageSize = new System.Drawing.Size(0, 0);
this.flatButton1.Inside = false;
this.flatButton1.Location = new System.Drawing.Point(372, 169);
this.flatButton1.Name = "flatButton1";
this.flatButton1.Size = new System.Drawing.Size(80, 35);
this.flatButton1.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.flatButton1.TabIndex = 2;
this.flatButton1.Text = "OK";
this.flatButton1.Click += new System.EventHandler(this.FlatButton1_Click);
//
// flatButton2
//
this.flatButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.flatButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.flatButton2.Font = new System.Drawing.Font("宋体", 11F);
this.flatButton2.ImageSize = new System.Drawing.Size(0, 0);
this.flatButton2.Inside = false;
this.flatButton2.Location = new System.Drawing.Point(458, 169);
this.flatButton2.Name = "flatButton2";
this.flatButton2.Size = new System.Drawing.Size(80, 35);
this.flatButton2.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.flatButton2.TabIndex = 3;
this.flatButton2.Text = "Cancel";
this.flatButton2.Click += new System.EventHandler(this.FlatButton2_Click);
//
// FlatInputBox
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(553, 219);
this.Controls.Add(this.flatButton2);
this.Controls.Add(this.flatButton1);
this.Controls.Add(this.flatLabel1);
this.Controls.Add(this.flatText1);
this.Location = new System.Drawing.Point(0, 0);
this.Minimized = false;
this.Name = "FlatInputBox";
this.Padding = new System.Windows.Forms.Padding(6, 48, 6, 6);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "输入";
this.TitleFont = new System.Drawing.Font("宋体", 16F);
this.TitleHeight = 42;
this.TopMost = true;
this.Load += new System.EventHandler(this.FlatInputBox_Load);
this.ResumeLayout(false);
}
#endregion
private FlatText flatText1;
private FlatLabel flatLabel1;
private FlatButton flatButton1;
private FlatButton flatButton2;
}
}