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

Windows Mobile

开发平台:

Windows_Unix

  1. namespace _3ESoft.WindowsMobile.RSS
  2. {
  3.     partial class FormUpdateRss
  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.             this.mainMenu1 = new System.Windows.Forms.MainMenu();
  30.             this.miCancel = new System.Windows.Forms.MenuItem();
  31.             this.ProgBar = new System.Windows.Forms.ProgressBar();
  32.             this.lblProgress = new System.Windows.Forms.Label();
  33.             this.lblTitle = new System.Windows.Forms.Label();
  34.             this.SuspendLayout();
  35.             // 
  36.             // mainMenu1
  37.             // 
  38.             this.mainMenu1.MenuItems.Add(this.miCancel);
  39.             // 
  40.             // miCancel
  41.             // 
  42.             this.miCancel.Text = "取消";
  43.             // 
  44.             // ProgBar
  45.             // 
  46.             this.ProgBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  47.                         | System.Windows.Forms.AnchorStyles.Right)));
  48.             this.ProgBar.Location = new System.Drawing.Point(3, 90);
  49.             this.ProgBar.Maximum = 6;
  50.             this.ProgBar.Name = "ProgBar";
  51.             this.ProgBar.Size = new System.Drawing.Size(234, 20);
  52.             this.ProgBar.Value = 1;
  53.             // 
  54.             // lblProgress
  55.             // 
  56.             this.lblProgress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  57.                         | System.Windows.Forms.AnchorStyles.Right)));
  58.             this.lblProgress.Location = new System.Drawing.Point(3, 25);
  59.             this.lblProgress.Name = "lblProgress";
  60.             this.lblProgress.Size = new System.Drawing.Size(234, 21);
  61.             this.lblProgress.Text = "已经更新 0%,请稍候...";
  62.             this.lblProgress.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  63.             // 
  64.             // lblTitle
  65.             // 
  66.             this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  67.                         | System.Windows.Forms.AnchorStyles.Right)));
  68.             this.lblTitle.Location = new System.Drawing.Point(3, 62);
  69.             this.lblTitle.Name = "lblTitle";
  70.             this.lblTitle.Size = new System.Drawing.Size(234, 20);
  71.             this.lblTitle.Text = "...";
  72.             // 
  73.             // FormUpdateRss
  74.             // 
  75.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  76.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  77.             this.AutoScroll = true;
  78.             this.ClientSize = new System.Drawing.Size(240, 268);
  79.             this.Controls.Add(this.lblTitle);
  80.             this.Controls.Add(this.lblProgress);
  81.             this.Controls.Add(this.ProgBar);
  82.             this.Menu = this.mainMenu1;
  83.             this.Name = "FormUpdateRss";
  84.             this.Text = "更新RSS";
  85.             this.Load += new System.EventHandler(this.FormUpdateRss_Load);
  86.             this.ResumeLayout(false);
  87.         }
  88.         #endregion
  89.         private System.Windows.Forms.MenuItem miCancel;
  90.         private System.Windows.Forms.ProgressBar ProgBar;
  91.         private System.Windows.Forms.Label lblProgress;
  92.         private System.Windows.Forms.Label lblTitle;
  93.     }
  94. }