-
Notifications
You must be signed in to change notification settings - Fork 3
/
frmSettings.Designer.cs
189 lines (183 loc) · 8.68 KB
/
frmSettings.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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
namespace MiniPlayerClassic
{
partial class frmSettings
{
/// <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.chkForceWindow = new System.Windows.Forms.CheckBox();
this.chkRemeberLast = new System.Windows.Forms.CheckBox();
this.chkCreateWhenOpen = new System.Windows.Forms.CheckBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnReset = new System.Windows.Forms.Button();
this.chkDevelopMode = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbListFolder = new System.Windows.Forms.TextBox();
this.btnSelectFolder = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// chkForceWindow
//
this.chkForceWindow.AutoSize = true;
this.chkForceWindow.Location = new System.Drawing.Point(13, 11);
this.chkForceWindow.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.chkForceWindow.Name = "chkForceWindow";
this.chkForceWindow.Size = new System.Drawing.Size(141, 36);
this.chkForceWindow.TabIndex = 0;
this.chkForceWindow.Text = "窗体前置";
this.chkForceWindow.UseVisualStyleBackColor = true;
//
// chkRemeberLast
//
this.chkRemeberLast.AutoSize = true;
this.chkRemeberLast.Location = new System.Drawing.Point(13, 45);
this.chkRemeberLast.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.chkRemeberLast.Name = "chkRemeberLast";
this.chkRemeberLast.Size = new System.Drawing.Size(216, 36);
this.chkRemeberLast.TabIndex = 1;
this.chkRemeberLast.Text = "记住上次的列表";
this.chkRemeberLast.UseVisualStyleBackColor = true;
//
// chkCreateWhenOpen
//
this.chkCreateWhenOpen.AutoSize = true;
this.chkCreateWhenOpen.Location = new System.Drawing.Point(147, 45);
this.chkCreateWhenOpen.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.chkCreateWhenOpen.Name = "chkCreateWhenOpen";
this.chkCreateWhenOpen.Size = new System.Drawing.Size(241, 36);
this.chkCreateWhenOpen.TabIndex = 2;
this.chkCreateWhenOpen.Text = "默认新建一个列表";
this.chkCreateWhenOpen.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(13, 131);
this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(232, 43);
this.btnOK.TabIndex = 3;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnReset
//
this.btnReset.Location = new System.Drawing.Point(253, 131);
this.btnReset.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(75, 43);
this.btnReset.TabIndex = 4;
this.btnReset.Text = "重置";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// chkDevelopMode
//
this.chkDevelopMode.AutoSize = true;
this.chkDevelopMode.Location = new System.Drawing.Point(147, 11);
this.chkDevelopMode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.chkDevelopMode.Name = "chkDevelopMode";
this.chkDevelopMode.Size = new System.Drawing.Size(166, 36);
this.chkDevelopMode.TabIndex = 5;
this.chkDevelopMode.Text = "开发者模式";
this.chkDevelopMode.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(252, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(140, 32);
this.label1.TabIndex = 6;
this.label1.Text = "这是什么?";
this.label1.Click += new System.EventHandler(this.label1_Click_1);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 74);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(215, 32);
this.label2.TabIndex = 7;
this.label2.Text = "默认列表存储位置";
//
// tbListFolder
//
this.tbListFolder.Location = new System.Drawing.Point(16, 97);
this.tbListFolder.Name = "tbListFolder";
this.tbListFolder.Size = new System.Drawing.Size(229, 40);
this.tbListFolder.TabIndex = 8;
//
// btnSelectFolder
//
this.btnSelectFolder.Location = new System.Drawing.Point(253, 97);
this.btnSelectFolder.Name = "btnSelectFolder";
this.btnSelectFolder.Size = new System.Drawing.Size(75, 26);
this.btnSelectFolder.TabIndex = 9;
this.btnSelectFolder.Text = "...";
this.btnSelectFolder.UseVisualStyleBackColor = true;
this.btnSelectFolder.Click += new System.EventHandler(this.btnSelectFolder_Click);
//
// frmSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 31F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(342, 188);
this.Controls.Add(this.btnSelectFolder);
this.Controls.Add(this.tbListFolder);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.chkDevelopMode);
this.Controls.Add(this.btnReset);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.chkCreateWhenOpen);
this.Controls.Add(this.chkRemeberLast);
this.Controls.Add(this.chkForceWindow);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmSettings";
this.Text = "设置";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSettings_FormClosing);
this.Load += new System.EventHandler(this.frmSettings_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox chkForceWindow;
private System.Windows.Forms.CheckBox chkRemeberLast;
private System.Windows.Forms.CheckBox chkCreateWhenOpen;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnReset;
private System.Windows.Forms.CheckBox chkDevelopMode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbListFolder;
private System.Windows.Forms.Button btnSelectFolder;
}
}