AboutDialog.Designer.cs
上传用户:jsz11269
上传日期:2017-01-14
资源大小:450k
文件大小:4k
源码类别:

Email服务器

开发平台:

C#

  1. namespace myWorkPad
  2. {
  3.     partial class AboutDialog
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.button1 = new System.Windows.Forms.Button();
  29.             this.label1 = new System.Windows.Forms.Label();
  30.             this.label2 = new System.Windows.Forms.Label();
  31.             this.SuspendLayout();
  32.             // 
  33.             // button1
  34.             // 
  35.             this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  36.             this.button1.Location = new System.Drawing.Point(192, 210);
  37.             this.button1.Name = "button1";
  38.             this.button1.Size = new System.Drawing.Size(75, 23);
  39.             this.button1.TabIndex = 0;
  40.             this.button1.Text = "确定";
  41.             this.button1.UseVisualStyleBackColor = true;
  42.             // 
  43.             // label1
  44.             // 
  45.             this.label1.AutoSize = true;
  46.             this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47.             this.label1.ForeColor = System.Drawing.Color.Red;
  48.             this.label1.Location = new System.Drawing.Point(51, 37);
  49.             this.label1.Name = "label1";
  50.             this.label1.Size = new System.Drawing.Size(169, 21);
  51.             this.label1.TabIndex = 1;
  52.             this.label1.Text = "邮件发送系统1.0";
  53.             // 
  54.             // label2
  55.             // 
  56.             this.label2.AutoSize = true;
  57.             this.label2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58.             this.label2.Location = new System.Drawing.Point(39, 136);
  59.             this.label2.Name = "label2";
  60.             this.label2.Size = new System.Drawing.Size(199, 21);
  61.             this.label2.TabIndex = 2;
  62.             this.label2.Text = "版权所有,2007";
  63.             // 
  64.             // AboutDialog
  65.             // 
  66.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  67.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68.             this.ClientSize = new System.Drawing.Size(292, 262);
  69.             this.Controls.Add(this.label2);
  70.             this.Controls.Add(this.label1);
  71.             this.Controls.Add(this.button1);
  72.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  73.             this.Name = "AboutDialog";
  74.             this.Text = "关于邮件发送系统1.0";
  75.             this.ResumeLayout(false);
  76.             this.PerformLayout();
  77.         }
  78.         #endregion
  79.         private System.Windows.Forms.Button button1;
  80.         private System.Windows.Forms.Label label1;
  81.         private System.Windows.Forms.Label label2;
  82.     }
  83. }