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

Windows Mobile

开发平台:

Windows_Unix

  1. namespace _3ESoft.WindowsMobile.RSS.Contronl
  2. {
  3.     partial class RssListItem
  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.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RssListItem));
  29.             this.lblDateTime = new System.Windows.Forms.Label();
  30.             this.picState = new System.Windows.Forms.PictureBox();
  31.             this.lblTitle = new System.Windows.Forms.Label();
  32.             this.lblAuthor = new System.Windows.Forms.Label();
  33.             this.lblLenght = new System.Windows.Forms.Label();
  34.             this.lblLine = new System.Windows.Forms.Label();
  35.             this.SuspendLayout();
  36.             // 
  37.             // lblDateTime
  38.             // 
  39.             this.lblDateTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  40.             this.lblDateTime.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
  41.             this.lblDateTime.ForeColor = System.Drawing.SystemColors.ControlDark;
  42.             this.lblDateTime.Location = new System.Drawing.Point(130, 0);
  43.             this.lblDateTime.Name = "lblDateTime";
  44.             this.lblDateTime.Size = new System.Drawing.Size(65, 12);
  45.             this.lblDateTime.Text = "05-07 20:10";
  46.             this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
  47.             // 
  48.             // picState
  49.             // 
  50.             this.picState.Image = ((System.Drawing.Image)(resources.GetObject("picState.Image")));
  51.             this.picState.Location = new System.Drawing.Point(0, 0);
  52.             this.picState.Name = "picState";
  53.             this.picState.Size = new System.Drawing.Size(22, 25);
  54.             this.picState.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  55.             // 
  56.             // lblTitle
  57.             // 
  58.             this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  59.                         | System.Windows.Forms.AnchorStyles.Right)));
  60.             this.lblTitle.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
  61.             this.lblTitle.Location = new System.Drawing.Point(22, 14);
  62.             this.lblTitle.Name = "lblTitle";
  63.             this.lblTitle.Size = new System.Drawing.Size(228, 14);
  64.             this.lblTitle.Text = "RSS Reader 基于XML,所有的 RSS...";
  65.             // 
  66.             // lblAuthor
  67.             // 
  68.             this.lblAuthor.Location = new System.Drawing.Point(22, 0);
  69.             this.lblAuthor.Name = "lblAuthor";
  70.             this.lblAuthor.Size = new System.Drawing.Size(100, 14);
  71.             this.lblAuthor.Text = "李阳";
  72.             // 
  73.             // lblLenght
  74.             // 
  75.             this.lblLenght.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  76.             this.lblLenght.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
  77.             this.lblLenght.ForeColor = System.Drawing.SystemColors.ControlDark;
  78.             this.lblLenght.Location = new System.Drawing.Point(202, 0);
  79.             this.lblLenght.Name = "lblLenght";
  80.             this.lblLenght.Size = new System.Drawing.Size(50, 12);
  81.             this.lblLenght.Text = "100K";
  82.             this.lblLenght.TextAlign = System.Drawing.ContentAlignment.TopRight;
  83.             // 
  84.             // lblLine
  85.             // 
  86.             this.lblLine.Dock = System.Windows.Forms.DockStyle.Bottom;
  87.             this.lblLine.ForeColor = System.Drawing.SystemColors.ControlDark;
  88.             this.lblLine.Location = new System.Drawing.Point(0, 21);
  89.             this.lblLine.Name = "lblLine";
  90.             this.lblLine.Size = new System.Drawing.Size(252, 9);
  91.             this.lblLine.Text = "-------------------------------------------------------------------------------";
  92.             this.lblLine.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  93.             // 
  94.             // RssListItem
  95.             // 
  96.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  97.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  98.             this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
  99.             this.Controls.Add(this.lblAuthor);
  100.             this.Controls.Add(this.picState);
  101.             this.Controls.Add(this.lblTitle);
  102.             this.Controls.Add(this.lblLine);
  103.             this.Controls.Add(this.lblLenght);
  104.             this.Controls.Add(this.lblDateTime);
  105.             this.Name = "RssListItem";
  106.             this.Size = new System.Drawing.Size(252, 30);
  107.             this.Paint += new System.Windows.Forms.PaintEventHandler(this.RssListItem_Paint);
  108.             this.ResumeLayout(false);
  109.         }
  110.         #endregion
  111.         private System.Windows.Forms.Label lblDateTime;
  112.         private System.Windows.Forms.PictureBox picState;
  113.         private System.Windows.Forms.Label lblTitle;
  114.         private System.Windows.Forms.Label lblAuthor;
  115.         private System.Windows.Forms.Label lblLenght;
  116.         private System.Windows.Forms.Label lblLine;
  117.     }
  118. }