FormAbout.Designer.cs
资源名称:MobileRss.rar [点击查看]
上传用户:xtyqhl
上传日期:2022-06-07
资源大小:212k
文件大小:5k
源码类别:
Windows Mobile
开发平台:
Windows_Unix
- namespace _3ESoft.WindowsMobile.RSS
- {
- partial class FormAbout
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- private System.Windows.Forms.MainMenu mainMenu1;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout));
- this.mainMenu1 = new System.Windows.Forms.MainMenu();
- this.miOk = new System.Windows.Forms.MenuItem();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.lblCopyright = new System.Windows.Forms.Label();
- this.lblVersion = new System.Windows.Forms.Label();
- this.lblDescription = new System.Windows.Forms.Label();
- this.lklMSN = new System.Windows.Forms.LinkLabel();
- this.SuspendLayout();
- //
- // mainMenu1
- //
- this.mainMenu1.MenuItems.Add(this.miOk);
- //
- // miOk
- //
- this.miOk.Text = "确定";
- this.miOk.Click += new System.EventHandler(this.miOk_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(54, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(133, 131);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- //
- // lblCopyright
- //
- this.lblCopyright.Location = new System.Drawing.Point(26, 233);
- this.lblCopyright.Name = "lblCopyright";
- this.lblCopyright.Size = new System.Drawing.Size(188, 19);
- this.lblCopyright.Text = "Copyright";
- this.lblCopyright.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // lblVersion
- //
- this.lblVersion.Location = new System.Drawing.Point(26, 140);
- this.lblVersion.Name = "lblVersion";
- this.lblVersion.Size = new System.Drawing.Size(188, 20);
- this.lblVersion.Text = "Version";
- //
- // lblDescription
- //
- this.lblDescription.Location = new System.Drawing.Point(26, 167);
- this.lblDescription.Name = "lblDescription";
- this.lblDescription.Size = new System.Drawing.Size(188, 20);
- this.lblDescription.Text = "Description";
- //
- // lklMSN
- //
- this.lklMSN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.lklMSN.Location = new System.Drawing.Point(26, 194);
- this.lklMSN.Name = "lklMSN";
- this.lklMSN.Size = new System.Drawing.Size(188, 20);
- this.lklMSN.TabIndex = 5;
- this.lklMSN.Text = "link";
- //
- // FormAbout
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(240, 268);
- this.Controls.Add(this.lklMSN);
- this.Controls.Add(this.lblDescription);
- this.Controls.Add(this.lblVersion);
- this.Controls.Add(this.lblCopyright);
- this.Controls.Add(this.pictureBox1);
- this.Menu = this.mainMenu1;
- this.Name = "FormAbout";
- this.Text = "FormAbout";
- this.Load += new System.EventHandler(this.FormAbout_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.MenuItem miOk;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label lblCopyright;
- private System.Windows.Forms.Label lblVersion;
- private System.Windows.Forms.Label lblDescription;
- private System.Windows.Forms.LinkLabel lklMSN;
- }
- }