RssListItem.Designer.cs
资源名称:MobileRss.rar [点击查看]
上传用户:xtyqhl
上传日期:2022-06-07
资源大小:212k
文件大小:6k
源码类别:
Windows Mobile
开发平台:
Windows_Unix
- namespace _3ESoft.WindowsMobile.RSS.Contronl
- {
- partial class RssListItem
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RssListItem));
- this.lblDateTime = new System.Windows.Forms.Label();
- this.picState = new System.Windows.Forms.PictureBox();
- this.lblTitle = new System.Windows.Forms.Label();
- this.lblAuthor = new System.Windows.Forms.Label();
- this.lblLenght = new System.Windows.Forms.Label();
- this.lblLine = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // lblDateTime
- //
- this.lblDateTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.lblDateTime.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
- this.lblDateTime.ForeColor = System.Drawing.SystemColors.ControlDark;
- this.lblDateTime.Location = new System.Drawing.Point(130, 0);
- this.lblDateTime.Name = "lblDateTime";
- this.lblDateTime.Size = new System.Drawing.Size(65, 12);
- this.lblDateTime.Text = "05-07 20:10";
- this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
- //
- // picState
- //
- this.picState.Image = ((System.Drawing.Image)(resources.GetObject("picState.Image")));
- this.picState.Location = new System.Drawing.Point(0, 0);
- this.picState.Name = "picState";
- this.picState.Size = new System.Drawing.Size(22, 25);
- this.picState.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
- //
- // lblTitle
- //
- this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.lblTitle.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
- this.lblTitle.Location = new System.Drawing.Point(22, 14);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(228, 14);
- this.lblTitle.Text = "RSS Reader 基于XML,所有的 RSS...";
- //
- // lblAuthor
- //
- this.lblAuthor.Location = new System.Drawing.Point(22, 0);
- this.lblAuthor.Name = "lblAuthor";
- this.lblAuthor.Size = new System.Drawing.Size(100, 14);
- this.lblAuthor.Text = "李阳";
- //
- // lblLenght
- //
- this.lblLenght.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.lblLenght.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
- this.lblLenght.ForeColor = System.Drawing.SystemColors.ControlDark;
- this.lblLenght.Location = new System.Drawing.Point(202, 0);
- this.lblLenght.Name = "lblLenght";
- this.lblLenght.Size = new System.Drawing.Size(50, 12);
- this.lblLenght.Text = "100K";
- this.lblLenght.TextAlign = System.Drawing.ContentAlignment.TopRight;
- //
- // lblLine
- //
- this.lblLine.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.lblLine.ForeColor = System.Drawing.SystemColors.ControlDark;
- this.lblLine.Location = new System.Drawing.Point(0, 21);
- this.lblLine.Name = "lblLine";
- this.lblLine.Size = new System.Drawing.Size(252, 9);
- this.lblLine.Text = "-------------------------------------------------------------------------------";
- this.lblLine.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // RssListItem
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
- this.Controls.Add(this.lblAuthor);
- this.Controls.Add(this.picState);
- this.Controls.Add(this.lblTitle);
- this.Controls.Add(this.lblLine);
- this.Controls.Add(this.lblLenght);
- this.Controls.Add(this.lblDateTime);
- this.Name = "RssListItem";
- this.Size = new System.Drawing.Size(252, 30);
- this.Paint += new System.Windows.Forms.PaintEventHandler(this.RssListItem_Paint);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label lblDateTime;
- private System.Windows.Forms.PictureBox picState;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Label lblAuthor;
- private System.Windows.Forms.Label lblLenght;
- private System.Windows.Forms.Label lblLine;
- }
- }