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

Windows Mobile

开发平台:

Windows_Unix

  1. namespace _3ESoft.WindowsMobile.RSS
  2. {
  3.     partial class FormRssShow
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.RssBrowser = new System.Windows.Forms.WebBrowser();
  29.             this.SuspendLayout();
  30.             // 
  31.             // RssBrowser
  32.             // 
  33.             this.RssBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
  34.             this.RssBrowser.Location = new System.Drawing.Point(0, 0);
  35.             this.RssBrowser.Name = "RssBrowser";
  36.             this.RssBrowser.Size = new System.Drawing.Size(240, 294);
  37.             this.RssBrowser.Validating += new System.ComponentModel.CancelEventHandler(this.RssBrowser_Validating);
  38.             this.RssBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.RssBrowser_Navigating);
  39.             this.RssBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.RssBrowser_Navigated);
  40.             // 
  41.             // FormRssShow
  42.             // 
  43.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  44.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  45.             this.AutoScroll = true;
  46.             this.ClientSize = new System.Drawing.Size(240, 294);
  47.             this.Controls.Add(this.RssBrowser);
  48.             this.Name = "FormRssShow";
  49.             this.Text = "FormRssShow";
  50.             this.Load += new System.EventHandler(this.FormRssShow_Load);
  51.             this.ResumeLayout(false);
  52.         }
  53.         #endregion
  54.         private System.Windows.Forms.WebBrowser RssBrowser;
  55.     }
  56. }