RssList.Designer.cs
资源名称:MobileRss.rar [点击查看]
上传用户:xtyqhl
上传日期:2022-06-07
资源大小:212k
文件大小:3k
源码类别:
Windows Mobile
开发平台:
Windows_Unix
- namespace _3ESoft.WindowsMobile.RSS.Contronl
- {
- partial class RssList
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <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 Component 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()
- {
- this.rssListItem2 = new _3ESoft.WindowsMobile.RSS.Contronl.RssListItem();
- this.rssListItem1 = new _3ESoft.WindowsMobile.RSS.Contronl.RssListItem();
- this.SuspendLayout();
- //
- // rssListItem2
- //
- this.rssListItem2.Dock = System.Windows.Forms.DockStyle.Top;
- this.rssListItem2.Location = new System.Drawing.Point(0, 47);
- this.rssListItem2.Name = "rssListItem2";
- this.rssListItem2.Size = new System.Drawing.Size(269, 150);
- this.rssListItem2.TabIndex = 1;
- this.rssListItem2.Click += new System.EventHandler(this.RssItem_Click);
- this.rssListItem2.GotFocus += new System.EventHandler(this.RssItem_GotFocus);
- //
- // rssListItem1
- //
- this.rssListItem1.Dock = System.Windows.Forms.DockStyle.Top;
- this.rssListItem1.Location = new System.Drawing.Point(0, 0);
- this.rssListItem1.Name = "rssListItem1";
- this.rssListItem1.Size = new System.Drawing.Size(269, 47);
- this.rssListItem1.TabIndex = 0;
- this.rssListItem1.Click += new System.EventHandler(this.RssItem_Click);
- this.rssListItem1.GotFocus += new System.EventHandler(this.RssItem_GotFocus);
- //
- // RssList
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.Controls.Add(this.rssListItem2);
- this.Controls.Add(this.rssListItem1);
- this.Name = "RssList";
- this.Size = new System.Drawing.Size(269, 277);
- this.ResumeLayout(false);
- }
- #endregion
- private RssListItem rssListItem1;
- private RssListItem rssListItem2;
- }
- }