98 lines
4.5 KiB
C#
98 lines
4.5 KiB
C#
namespace 软件系统客户端模版.UIControls
|
||
{
|
||
partial class RenderMain
|
||
{
|
||
/// <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 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
||
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||
this.label1.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(3, 178);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(850, 119);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "Welcome C-S Project";
|
||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.label1.Click += new System.EventHandler(this.label1_Click);
|
||
//
|
||
// linkLabel1
|
||
//
|
||
this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.linkLabel1.AutoSize = true;
|
||
this.linkLabel1.Location = new System.Drawing.Point(767, 0);
|
||
this.linkLabel1.Name = "linkLabel1";
|
||
this.linkLabel1.Size = new System.Drawing.Size(32, 17);
|
||
this.linkLabel1.TabIndex = 1;
|
||
this.linkLabel1.TabStop = true;
|
||
this.linkLabel1.Text = "中文";
|
||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||
//
|
||
// linkLabel2
|
||
//
|
||
this.linkLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.linkLabel2.AutoSize = true;
|
||
this.linkLabel2.Location = new System.Drawing.Point(805, 0);
|
||
this.linkLabel2.Name = "linkLabel2";
|
||
this.linkLabel2.Size = new System.Drawing.Size(49, 17);
|
||
this.linkLabel2.TabIndex = 2;
|
||
this.linkLabel2.TabStop = true;
|
||
this.linkLabel2.Text = "English";
|
||
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
|
||
//
|
||
// RenderMain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.AliceBlue;
|
||
this.Controls.Add(this.linkLabel2);
|
||
this.Controls.Add(this.linkLabel1);
|
||
this.Controls.Add(this.label1);
|
||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.Name = "RenderMain";
|
||
this.Size = new System.Drawing.Size(856, 553);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.LinkLabel linkLabel1;
|
||
private System.Windows.Forms.LinkLabel linkLabel2;
|
||
}
|
||
}
|