-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathForm1.Designer.cs
261 lines (254 loc) · 13.5 KB
/
Form1.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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
namespace 顶点云
{
partial class MainFom
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFom));
this.panel1 = new System.Windows.Forms.Panel();
this.button13 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.button11 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.recommendedToday1 = new 顶点云.RecommendedToday();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.AutoSize = true;
this.panel1.BackColor = System.Drawing.Color.Coral;
this.panel1.Controls.Add(this.button13);
this.panel1.Controls.Add(this.button12);
this.panel1.Controls.Add(this.button9);
this.panel1.Location = new System.Drawing.Point(181, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(822, 27);
this.panel1.TabIndex = 0;
this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel1_MouseDown);
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel1_MouseMove);
//
// button13
//
this.button13.BackColor = System.Drawing.Color.Moccasin;
this.button13.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button13.BackgroundImage")));
this.button13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button13.Dock = System.Windows.Forms.DockStyle.Right;
this.button13.FlatAppearance.BorderSize = 0;
this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button13.Location = new System.Drawing.Point(738, 0);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(28, 27);
this.button13.TabIndex = 2;
this.button13.TabStop = false;
this.button13.UseVisualStyleBackColor = false;
this.button13.Click += new System.EventHandler(this.Button13_Click);
//
// button12
//
this.button12.BackColor = System.Drawing.Color.Moccasin;
this.button12.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button12.BackgroundImage")));
this.button12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button12.Dock = System.Windows.Forms.DockStyle.Right;
this.button12.FlatAppearance.BorderSize = 0;
this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button12.Location = new System.Drawing.Point(766, 0);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(28, 27);
this.button12.TabIndex = 1;
this.button12.UseVisualStyleBackColor = false;
this.button12.Click += new System.EventHandler(this.Button12_Click);
//
// button9
//
this.button9.BackColor = System.Drawing.Color.Moccasin;
this.button9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button9.BackgroundImage")));
this.button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button9.Dock = System.Windows.Forms.DockStyle.Right;
this.button9.FlatAppearance.BorderSize = 0;
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button9.Location = new System.Drawing.Point(794, 0);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(28, 27);
this.button9.TabIndex = 0;
this.button9.UseVisualStyleBackColor = false;
this.button9.Click += new System.EventHandler(this.Button9_Click);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.RoyalBlue;
this.panel2.Controls.Add(this.button11);
this.panel2.Controls.Add(this.button8);
this.panel2.Controls.Add(this.button7);
this.panel2.Controls.Add(this.button6);
this.panel2.Controls.Add(this.button5);
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.panel2.Size = new System.Drawing.Size(182, 647);
this.panel2.TabIndex = 1;
//
// button11
//
this.button11.BackColor = System.Drawing.Color.RoyalBlue;
this.button11.FlatAppearance.BorderSize = 0;
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button11.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button11.ForeColor = System.Drawing.SystemColors.HighlightText;
this.button11.Location = new System.Drawing.Point(3, 169);
this.button11.Margin = new System.Windows.Forms.Padding(0);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(176, 47);
this.button11.TabIndex = 5;
this.button11.Text = "书签";
this.button11.UseVisualStyleBackColor = false;
this.button11.Click += new System.EventHandler(this.Button11_Click);
//
// button8
//
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button8.Location = new System.Drawing.Point(12, 612);
this.button8.Name = "button8";
this.button8.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.button8.Size = new System.Drawing.Size(24, 23);
this.button8.TabIndex = 3;
this.button8.Text = "?";
this.button8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button8.UseVisualStyleBackColor = true;
//
// button7
//
this.button7.BackColor = System.Drawing.Color.RoyalBlue;
this.button7.FlatAppearance.BorderSize = 0;
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button7.ForeColor = System.Drawing.SystemColors.HighlightText;
this.button7.Location = new System.Drawing.Point(3, 122);
this.button7.Margin = new System.Windows.Forms.Padding(0);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(176, 47);
this.button7.TabIndex = 2;
this.button7.Text = "本地小说";
this.button7.UseVisualStyleBackColor = false;
this.button7.Click += new System.EventHandler(this.Button7_Click);
//
// button6
//
this.button6.BackColor = System.Drawing.Color.RoyalBlue;
this.button6.FlatAppearance.BorderSize = 0;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button6.ForeColor = System.Drawing.Color.White;
this.button6.Location = new System.Drawing.Point(3, 75);
this.button6.Margin = new System.Windows.Forms.Padding(0);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(176, 47);
this.button6.TabIndex = 1;
this.button6.Text = "完本小说";
this.button6.UseVisualStyleBackColor = false;
this.button6.Click += new System.EventHandler(this.Button6_Click);
//
// button5
//
this.button5.BackColor = System.Drawing.Color.RoyalBlue;
this.button5.FlatAppearance.BorderSize = 0;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.ForeColor = System.Drawing.SystemColors.HighlightText;
this.button5.Location = new System.Drawing.Point(3, 28);
this.button5.Margin = new System.Windows.Forms.Padding(0);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(176, 47);
this.button5.TabIndex = 0;
this.button5.Text = "今日推荐";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.Button5_Click);
//
// panel3
//
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel3.BackColor = System.Drawing.Color.White;
this.panel3.Controls.Add(this.recommendedToday1);
this.panel3.Location = new System.Drawing.Point(188, 33);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(816, 614);
this.panel3.TabIndex = 2;
//
// recommendedToday1
//
this.recommendedToday1.AutoSize = true;
this.recommendedToday1.Location = new System.Drawing.Point(3, 3);
this.recommendedToday1.Name = "recommendedToday1";
this.recommendedToday1.Size = new System.Drawing.Size(810, 341);
this.recommendedToday1.TabIndex = 0;
this.recommendedToday1.Click += new System.EventHandler(this.Btn_Click);
//
// MainFom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1004, 647);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "MainFom";
this.Text = "顶点云";
this.Shown += new System.EventHandler(this.MainFom_Shown);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button13;
private RecommendedToday recommendedToday1;
}
}