FormRssList.Designer.cs
资源名称:MobileRss.rar [点击查看]
上传用户:xtyqhl
上传日期:2022-06-07
资源大小:212k
文件大小:7k
源码类别:
Windows Mobile
开发平台:
Windows_Unix
- namespace _3ESoft.WindowsMobile.RSS
- {
- partial class FormRssList
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- private System.Windows.Forms.MainMenu mmRssList;
- /// <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 Windows Form 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(FormRssList));
- System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem();
- this.mmRssList = new System.Windows.Forms.MainMenu();
- this.miRead = new System.Windows.Forms.MenuItem();
- this.menuItem2 = new System.Windows.Forms.MenuItem();
- this.miGoBack = new System.Windows.Forms.MenuItem();
- this.imglstSmall = new System.Windows.Forms.ImageList();
- this.lvList = new System.Windows.Forms.ListView();
- this.colRead = new System.Windows.Forms.ColumnHeader();
- this.colTitle = new System.Windows.Forms.ColumnHeader();
- this.colDate = new System.Windows.Forms.ColumnHeader();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label1 = new System.Windows.Forms.Label();
- this.miUpdate = new System.Windows.Forms.MenuItem();
- this.SuspendLayout();
- //
- // mmRssList
- //
- this.mmRssList.MenuItems.Add(this.miRead);
- this.mmRssList.MenuItems.Add(this.menuItem2);
- //
- // miRead
- //
- this.miRead.Text = "阅读";
- this.miRead.Click += new System.EventHandler(this.miRead_Click);
- //
- // menuItem2
- //
- this.menuItem2.MenuItems.Add(this.miUpdate);
- this.menuItem2.MenuItems.Add(this.miGoBack);
- this.menuItem2.Text = "菜单";
- //
- // miGoBack
- //
- this.miGoBack.Text = "返回";
- this.miGoBack.Click += new System.EventHandler(this.miGoBack_Click);
- this.imglstSmall.Images.Clear();
- this.imglstSmall.Images.Add(((System.Drawing.Icon)(resources.GetObject("resource"))));
- this.imglstSmall.Images.Add(((System.Drawing.Icon)(resources.GetObject("resource1"))));
- //
- // lvList
- //
- this.lvList.Columns.Add(this.colRead);
- this.lvList.Columns.Add(this.colTitle);
- this.lvList.Columns.Add(this.colDate);
- this.lvList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lvList.FullRowSelect = true;
- this.lvList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
- listViewItem1.ImageIndex = 0;
- listViewItem1.Text = "";
- listViewItem1.SubItems.Add("读取错误");
- this.lvList.Items.Add(listViewItem1);
- this.lvList.Location = new System.Drawing.Point(0, 22);
- this.lvList.Name = "lvList";
- this.lvList.Size = new System.Drawing.Size(240, 246);
- this.lvList.SmallImageList = this.imglstSmall;
- this.lvList.TabIndex = 0;
- this.lvList.View = System.Windows.Forms.View.Details;
- //
- // colRead
- //
- this.colRead.Text = "";
- this.colRead.Width = 23;
- //
- // colTitle
- //
- this.colTitle.Text = "标题";
- this.colTitle.Width = 129;
- //
- // colDate
- //
- this.colDate.Text = "日期";
- this.colDate.Width = 72;
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Silver;
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(240, 22);
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.SystemColors.Control;
- this.label1.Location = new System.Drawing.Point(82, 2);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(62, 15);
- this.label1.Text = "RSS 列表";
- this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // miUpdate
- //
- this.miUpdate.Text = "更新";
- this.miUpdate.Click += new System.EventHandler(this.miUpdate_Click);
- //
- // FormRssList
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(240, 268);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.lvList);
- this.Controls.Add(this.pictureBox1);
- this.Menu = this.mmRssList;
- this.Name = "FormRssList";
- this.Text = "FormRssList";
- this.Load += new System.EventHandler(this.FormRssList_Load);
- this.Closing += new System.ComponentModel.CancelEventHandler(this.FormRssList_Closing);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.MenuItem miGoBack;
- private System.Windows.Forms.MenuItem menuItem2;
- private System.Windows.Forms.ImageList imglstSmall;
- private System.Windows.Forms.ListView lvList;
- private System.Windows.Forms.ColumnHeader colRead;
- private System.Windows.Forms.ColumnHeader colTitle;
- private System.Windows.Forms.ColumnHeader colDate;
- private System.Windows.Forms.MenuItem miRead;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.MenuItem miUpdate;
- }
- }