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

Windows Mobile

开发平台:

Windows_Unix

  1. namespace _3ESoft.WindowsMobile.RSS
  2. {
  3.     partial class FormRssList
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         private System.Windows.Forms.MainMenu mmRssList;
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.         #region Windows Form Designer generated code
  23.         /// <summary>
  24.         /// Required method for Designer support - do not modify
  25.         /// the contents of this method with the code editor.
  26.         /// </summary>
  27.         private void InitializeComponent()
  28.         {
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRssList));
  30.             System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem();
  31.             this.mmRssList = new System.Windows.Forms.MainMenu();
  32.             this.miRead = new System.Windows.Forms.MenuItem();
  33.             this.menuItem2 = new System.Windows.Forms.MenuItem();
  34.             this.miGoBack = new System.Windows.Forms.MenuItem();
  35.             this.imglstSmall = new System.Windows.Forms.ImageList();
  36.             this.lvList = new System.Windows.Forms.ListView();
  37.             this.colRead = new System.Windows.Forms.ColumnHeader();
  38.             this.colTitle = new System.Windows.Forms.ColumnHeader();
  39.             this.colDate = new System.Windows.Forms.ColumnHeader();
  40.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41.             this.label1 = new System.Windows.Forms.Label();
  42.             this.miUpdate = new System.Windows.Forms.MenuItem();
  43.             this.SuspendLayout();
  44.             // 
  45.             // mmRssList
  46.             // 
  47.             this.mmRssList.MenuItems.Add(this.miRead);
  48.             this.mmRssList.MenuItems.Add(this.menuItem2);
  49.             // 
  50.             // miRead
  51.             // 
  52.             this.miRead.Text = "阅读";
  53.             this.miRead.Click += new System.EventHandler(this.miRead_Click);
  54.             // 
  55.             // menuItem2
  56.             // 
  57.             this.menuItem2.MenuItems.Add(this.miUpdate);
  58.             this.menuItem2.MenuItems.Add(this.miGoBack);
  59.             this.menuItem2.Text = "菜单";
  60.             // 
  61.             // miGoBack
  62.             // 
  63.             this.miGoBack.Text = "返回";
  64.             this.miGoBack.Click += new System.EventHandler(this.miGoBack_Click);
  65.             this.imglstSmall.Images.Clear();
  66.             this.imglstSmall.Images.Add(((System.Drawing.Icon)(resources.GetObject("resource"))));
  67.             this.imglstSmall.Images.Add(((System.Drawing.Icon)(resources.GetObject("resource1"))));
  68.             // 
  69.             // lvList
  70.             // 
  71.             this.lvList.Columns.Add(this.colRead);
  72.             this.lvList.Columns.Add(this.colTitle);
  73.             this.lvList.Columns.Add(this.colDate);
  74.             this.lvList.Dock = System.Windows.Forms.DockStyle.Fill;
  75.             this.lvList.FullRowSelect = true;
  76.             this.lvList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
  77.             listViewItem1.ImageIndex = 0;
  78.             listViewItem1.Text = "";
  79.             listViewItem1.SubItems.Add("读取错误");
  80.             this.lvList.Items.Add(listViewItem1);
  81.             this.lvList.Location = new System.Drawing.Point(0, 22);
  82.             this.lvList.Name = "lvList";
  83.             this.lvList.Size = new System.Drawing.Size(240, 246);
  84.             this.lvList.SmallImageList = this.imglstSmall;
  85.             this.lvList.TabIndex = 0;
  86.             this.lvList.View = System.Windows.Forms.View.Details;
  87.             // 
  88.             // colRead
  89.             // 
  90.             this.colRead.Text = "";
  91.             this.colRead.Width = 23;
  92.             // 
  93.             // colTitle
  94.             // 
  95.             this.colTitle.Text = "标题";
  96.             this.colTitle.Width = 129;
  97.             // 
  98.             // colDate
  99.             // 
  100.             this.colDate.Text = "日期";
  101.             this.colDate.Width = 72;
  102.             // 
  103.             // pictureBox1
  104.             // 
  105.             this.pictureBox1.BackColor = System.Drawing.Color.Silver;
  106.             this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
  107.             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  108.             this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  109.             this.pictureBox1.Name = "pictureBox1";
  110.             this.pictureBox1.Size = new System.Drawing.Size(240, 22);
  111.             // 
  112.             // label1
  113.             // 
  114.             this.label1.BackColor = System.Drawing.SystemColors.Control;
  115.             this.label1.Location = new System.Drawing.Point(82, 2);
  116.             this.label1.Name = "label1";
  117.             this.label1.Size = new System.Drawing.Size(62, 15);
  118.             this.label1.Text = "RSS 列表";
  119.             this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  120.             // 
  121.             // miUpdate
  122.             // 
  123.             this.miUpdate.Text = "更新";
  124.             this.miUpdate.Click += new System.EventHandler(this.miUpdate_Click);
  125.             // 
  126.             // FormRssList
  127.             // 
  128.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  129.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  130.             this.AutoScroll = true;
  131.             this.ClientSize = new System.Drawing.Size(240, 268);
  132.             this.Controls.Add(this.label1);
  133.             this.Controls.Add(this.lvList);
  134.             this.Controls.Add(this.pictureBox1);
  135.             this.Menu = this.mmRssList;
  136.             this.Name = "FormRssList";
  137.             this.Text = "FormRssList";
  138.             this.Load += new System.EventHandler(this.FormRssList_Load);
  139.             this.Closing += new System.ComponentModel.CancelEventHandler(this.FormRssList_Closing);
  140.             this.ResumeLayout(false);
  141.         }
  142.         #endregion
  143.         private System.Windows.Forms.MenuItem miGoBack;
  144.         private System.Windows.Forms.MenuItem menuItem2;
  145.         private System.Windows.Forms.ImageList imglstSmall;
  146.         private System.Windows.Forms.ListView lvList;
  147.         private System.Windows.Forms.ColumnHeader colRead;
  148.         private System.Windows.Forms.ColumnHeader colTitle;
  149.         private System.Windows.Forms.ColumnHeader colDate;
  150.         private System.Windows.Forms.MenuItem miRead;
  151.         private System.Windows.Forms.PictureBox pictureBox1;
  152.         private System.Windows.Forms.Label label1;
  153.         private System.Windows.Forms.MenuItem miUpdate;
  154.     }
  155. }