FormAbout.Designer.cs
上传用户:xtyqhl
上传日期:2022-06-07
资源大小:212k
文件大小:5k
源码类别:

Windows Mobile

开发平台:

Windows_Unix

  1. namespace _3ESoft.WindowsMobile.RSS
  2. {
  3.     partial class FormAbout
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         private System.Windows.Forms.MainMenu mainMenu1;
  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.         #region Windows Form Designer generated code
  23.         /// <summary>
  24.         /// Required method for Designer support - do not modify
  25.         /// the contents of this method with the code editor.
  26.         /// </summary>
  27.         private void InitializeComponent()
  28.         {
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout));
  30.             this.mainMenu1 = new System.Windows.Forms.MainMenu();
  31.             this.miOk = new System.Windows.Forms.MenuItem();
  32.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33.             this.lblCopyright = new System.Windows.Forms.Label();
  34.             this.lblVersion = new System.Windows.Forms.Label();
  35.             this.lblDescription = new System.Windows.Forms.Label();
  36.             this.lklMSN = new System.Windows.Forms.LinkLabel();
  37.             this.SuspendLayout();
  38.             // 
  39.             // mainMenu1
  40.             // 
  41.             this.mainMenu1.MenuItems.Add(this.miOk);
  42.             // 
  43.             // miOk
  44.             // 
  45.             this.miOk.Text = "确定";
  46.             this.miOk.Click += new System.EventHandler(this.miOk_Click);
  47.             // 
  48.             // pictureBox1
  49.             // 
  50.             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  51.             this.pictureBox1.Location = new System.Drawing.Point(54, 0);
  52.             this.pictureBox1.Name = "pictureBox1";
  53.             this.pictureBox1.Size = new System.Drawing.Size(133, 131);
  54.             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  55.             // 
  56.             // lblCopyright
  57.             // 
  58.             this.lblCopyright.Location = new System.Drawing.Point(26, 233);
  59.             this.lblCopyright.Name = "lblCopyright";
  60.             this.lblCopyright.Size = new System.Drawing.Size(188, 19);
  61.             this.lblCopyright.Text = "Copyright";
  62.             this.lblCopyright.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  63.             // 
  64.             // lblVersion
  65.             // 
  66.             this.lblVersion.Location = new System.Drawing.Point(26, 140);
  67.             this.lblVersion.Name = "lblVersion";
  68.             this.lblVersion.Size = new System.Drawing.Size(188, 20);
  69.             this.lblVersion.Text = "Version";
  70.             // 
  71.             // lblDescription
  72.             // 
  73.             this.lblDescription.Location = new System.Drawing.Point(26, 167);
  74.             this.lblDescription.Name = "lblDescription";
  75.             this.lblDescription.Size = new System.Drawing.Size(188, 20);
  76.             this.lblDescription.Text = "Description";
  77.             // 
  78.             // lklMSN
  79.             // 
  80.             this.lklMSN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  81.                         | System.Windows.Forms.AnchorStyles.Right)));
  82.             this.lklMSN.Location = new System.Drawing.Point(26, 194);
  83.             this.lklMSN.Name = "lklMSN";
  84.             this.lklMSN.Size = new System.Drawing.Size(188, 20);
  85.             this.lklMSN.TabIndex = 5;
  86.             this.lklMSN.Text = "link";
  87.             // 
  88.             // FormAbout
  89.             // 
  90.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  91.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  92.             this.AutoScroll = true;
  93.             this.ClientSize = new System.Drawing.Size(240, 268);
  94.             this.Controls.Add(this.lklMSN);
  95.             this.Controls.Add(this.lblDescription);
  96.             this.Controls.Add(this.lblVersion);
  97.             this.Controls.Add(this.lblCopyright);
  98.             this.Controls.Add(this.pictureBox1);
  99.             this.Menu = this.mainMenu1;
  100.             this.Name = "FormAbout";
  101.             this.Text = "FormAbout";
  102.             this.Load += new System.EventHandler(this.FormAbout_Load);
  103.             this.ResumeLayout(false);
  104.         }
  105.         #endregion
  106.         private System.Windows.Forms.MenuItem miOk;
  107.         private System.Windows.Forms.PictureBox pictureBox1;
  108.         private System.Windows.Forms.Label lblCopyright;
  109.         private System.Windows.Forms.Label lblVersion;
  110.         private System.Windows.Forms.Label lblDescription;
  111.         private System.Windows.Forms.LinkLabel lklMSN;
  112.     }
  113. }