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

Windows Mobile

开发平台:

Windows_Unix

  1. namespace _3ESoft.WindowsMobile.RSS.Contronl
  2. {
  3.     partial class RssList
  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 Component 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.rssListItem2 = new _3ESoft.WindowsMobile.RSS.Contronl.RssListItem();
  29.             this.rssListItem1 = new _3ESoft.WindowsMobile.RSS.Contronl.RssListItem();
  30.             this.SuspendLayout();
  31.             // 
  32.             // rssListItem2
  33.             // 
  34.             this.rssListItem2.Dock = System.Windows.Forms.DockStyle.Top;
  35.             this.rssListItem2.Location = new System.Drawing.Point(0, 47);
  36.             this.rssListItem2.Name = "rssListItem2";
  37.             this.rssListItem2.Size = new System.Drawing.Size(269, 150);
  38.             this.rssListItem2.TabIndex = 1;
  39.             this.rssListItem2.Click += new System.EventHandler(this.RssItem_Click);
  40.             this.rssListItem2.GotFocus += new System.EventHandler(this.RssItem_GotFocus);
  41.             // 
  42.             // rssListItem1
  43.             // 
  44.             this.rssListItem1.Dock = System.Windows.Forms.DockStyle.Top;
  45.             this.rssListItem1.Location = new System.Drawing.Point(0, 0);
  46.             this.rssListItem1.Name = "rssListItem1";
  47.             this.rssListItem1.Size = new System.Drawing.Size(269, 47);
  48.             this.rssListItem1.TabIndex = 0;
  49.             this.rssListItem1.Click += new System.EventHandler(this.RssItem_Click);
  50.             this.rssListItem1.GotFocus += new System.EventHandler(this.RssItem_GotFocus);
  51.             // 
  52.             // RssList
  53.             // 
  54.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  55.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  56.             this.Controls.Add(this.rssListItem2);
  57.             this.Controls.Add(this.rssListItem1);
  58.             this.Name = "RssList";
  59.             this.Size = new System.Drawing.Size(269, 277);
  60.             this.ResumeLayout(false);
  61.         }
  62.         #endregion
  63.         private RssListItem rssListItem1;
  64.         private RssListItem rssListItem2;
  65.     }
  66. }