1
namespace Wuqi.Webdiyer
2
...{
3
partial class AboutForm
4
...{
5
/**//// <summary>
6
/// Required designer variable.
7
/// </summary>
8
private System.ComponentModel.IContainer components = null;
9
10
/**//// <summary>
11
/// Clean up any resources being used.
12
/// </summary>
13
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
protected override void Dispose(bool disposing)
15
...{
16
if (disposing && (components != null))
17
...{
18
components.Dispose();
19
}
20
base.Dispose(disposing);
21
}
22
23
Windows Form Designer generated code#region Windows Form Designer generated code
24
25
/**//// <summary>
26
/// Required method for Designer support - do not modify
27
/// the contents of this method with the code editor.
28
/// </summary>
29
private void InitializeComponent()
30
...{
31
this.label1 = new System.Windows.Forms.Label();
32
this.label2 = new System.Windows.Forms.Label();
33
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
34
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
35
this.button1 = new System.Windows.Forms.Button();
36
this.label3 = new System.Windows.Forms.Label();
37
this.pictureBox1 = new System.Windows.Forms.PictureBox();
38
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
39
this.SuspendLayout();
40
//
41
// label1
42
//
43
this.label1.AutoSize = true;
44
this.label1.Location = new System.Drawing.Point(17, 61);
45
this.label1.Name = "label1";
46
this.label1.Size = new System.Drawing.Size(0, 13);
47
this.label1.TabIndex = 0;
48
//
49
// label2
50
//
51
this.label2.AutoSize = true;
52
this.label2.Location = new System.Drawing.Point(14, 91);
53
this.label2.Name = "label2";
54
this.label2.Size = new System.Drawing.Size(142, 13);
55
this.label2.TabIndex = 1;
56
this.label2.Text = "© 陕西省吴起县 Webdiyer ";
57
//
58
// linkLabel1
59
//
60
this.linkLabel1.AutoSize = true;
61
this.linkLabel1.Location = new System.Drawing.Point(16, 144);
62
this.linkLabel1.Name = "linkLabel1";
63
this.linkLabel1.Size = new System.Drawing.Size(118, 13);
64
this.linkLabel1.TabIndex = 2;
65
this.linkLabel1.TabStop = true;
66
this.linkLabel1.Text = "访问AspNetPager主页";
67
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
68
//
69
// linkLabel2
70
//
71
this.linkLabel2.AutoSize = true;
72
this.linkLabel2.Location = new System.Drawing.Point(149, 144);
73
this.linkLabel2.Name = "linkLabel2";
74
this.linkLabel2.Size = new System.Drawing.Size(102, 13);
75
this.linkLabel2.TabIndex = 3;
76
this.linkLabel2.TabStop = true;
77
this.linkLabel2.Text = "更多.Net 学习资源";
78
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
79
//
80
// button1
81
//
82
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
83
this.button1.Location = new System.Drawing.Point(207, 176);
84
this.button1.Name = "button1";
85
this.button1.Size = new System.Drawing.Size(75, 23);
86
this.button1.TabIndex = 4;
87
this.button1.Text = "确定(&O)";
88
this.button1.UseVisualStyleBackColor = true;
89
//
90
// label3
91
//
92
this.label3.AutoSize = true;
93
this.label3.Location = new System.Drawing.Point(14, 114);
94
this.label3.Name = "label3";
95
this.label3.Size = new System.Drawing.Size(79, 13);
96
this.label3.TabIndex = 5;
97
this.label3.Tag = "";
98
this.label3.Text = "保留所有权利";
99
//
100
// pictureBox1
101
//
102
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
103
this.pictureBox1.Image = global::Wuqi.Webdiyer.Properties.Resources.aspnetpager;
104
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
105
this.pictureBox1.Name = "pictureBox1";
106
this.pictureBox1.Size = new System.Drawing.Size(291, 45);
107
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
108
this.pictureBox1.TabIndex = 6;
109
this.pictureBox1.TabStop = false;
110
//
111
// AboutForm
112
//
113
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
114
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
115
this.ClientSize = new System.Drawing.Size(291, 214);
116
this.Controls.Add(this.pictureBox1);
117
this.Controls.Add(this.label3);
118
this.Controls.Add(this.button1);
119
this.Controls.Add(this.linkLabel2);
120
this.Controls.Add(this.linkLabel1);
121
this.Controls.Add(this.label2);
122
this.Controls.Add(this.label1);
123
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
124
this.MaximizeBox = false;
125
this.MinimizeBox = false;
126
this.Name = "AboutForm";
127
this.ShowInTaskbar = false;
128
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
129
this.Text = "关于AspNetPager";
130
this.Load += new System.EventHandler(this.AboutForm_Load);
131
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
132
this.ResumeLayout(false);
133
this.PerformLayout();
134
135
}
136
137
#endregion
138
139
private System.Windows.Forms.Label label1;
140
private System.Windows.Forms.Label label2;
141
private System.Windows.Forms.LinkLabel linkLabel1;
142
private System.Windows.Forms.LinkLabel linkLabel2;
143
private System.Windows.Forms.Button button1;
144
private System.Windows.Forms.Label label3;
145
private System.Windows.Forms.PictureBox pictureBox1;
146
}
147
}