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

Windows Mobile

开发平台:

Windows_Unix

  1. namespace _3ESoft.WindowsMobile.RSS
  2. {
  3.     partial class FormChannel
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         private System.Windows.Forms.MainMenu mainMenu1;
  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.             this.mainMenu1 = new System.Windows.Forms.MainMenu();
  30.             this.miSave = new System.Windows.Forms.MenuItem();
  31.             this.miCancel = new System.Windows.Forms.MenuItem();
  32.             this.lblName = new System.Windows.Forms.Label();
  33.             this.txtChannelName = new System.Windows.Forms.TextBox();
  34.             this.label1 = new System.Windows.Forms.Label();
  35.             this.pChannel = new System.Windows.Forms.Panel();
  36.             this.pRss = new System.Windows.Forms.Panel();
  37.             this.cbChannels = new System.Windows.Forms.ComboBox();
  38.             this.label4 = new System.Windows.Forms.Label();
  39.             this.btnGetRssTitle = new System.Windows.Forms.Button();
  40.             this.txtRssTitle = new System.Windows.Forms.TextBox();
  41.             this.label3 = new System.Windows.Forms.Label();
  42.             this.txtRssUrl = new System.Windows.Forms.TextBox();
  43.             this.label2 = new System.Windows.Forms.Label();
  44.             this.pChannel.SuspendLayout();
  45.             this.pRss.SuspendLayout();
  46.             this.SuspendLayout();
  47.             // 
  48.             // mainMenu1
  49.             // 
  50.             this.mainMenu1.MenuItems.Add(this.miSave);
  51.             this.mainMenu1.MenuItems.Add(this.miCancel);
  52.             // 
  53.             // miSave
  54.             // 
  55.             this.miSave.Text = "完成";
  56.             this.miSave.Click += new System.EventHandler(this.miSave_Click);
  57.             // 
  58.             // miCancel
  59.             // 
  60.             this.miCancel.Text = "取消";
  61.             this.miCancel.Click += new System.EventHandler(this.miCancel_Click);
  62.             // 
  63.             // lblName
  64.             // 
  65.             this.lblName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  66.                         | System.Windows.Forms.AnchorStyles.Right)));
  67.             this.lblName.Location = new System.Drawing.Point(10, 9);
  68.             this.lblName.Name = "lblName";
  69.             this.lblName.Size = new System.Drawing.Size(100, 20);
  70.             this.lblName.Text = "分类名称:";
  71.             // 
  72.             // txtChannelName
  73.             // 
  74.             this.txtChannelName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  75.                         | System.Windows.Forms.AnchorStyles.Right)));
  76.             this.txtChannelName.Location = new System.Drawing.Point(10, 32);
  77.             this.txtChannelName.Name = "txtChannelName";
  78.             this.txtChannelName.Size = new System.Drawing.Size(212, 21);
  79.             this.txtChannelName.TabIndex = 1;
  80.             // 
  81.             // label1
  82.             // 
  83.             this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  84.                         | System.Windows.Forms.AnchorStyles.Right)));
  85.             this.label1.Location = new System.Drawing.Point(10, 60);
  86.             this.label1.Name = "label1";
  87.             this.label1.Size = new System.Drawing.Size(212, 20);
  88.             this.label1.Text = "注:目前仅支持单层分类";
  89.             // 
  90.             // pChannel
  91.             // 
  92.             this.pChannel.Controls.Add(this.lblName);
  93.             this.pChannel.Controls.Add(this.label1);
  94.             this.pChannel.Controls.Add(this.txtChannelName);
  95.             this.pChannel.Location = new System.Drawing.Point(3, 3);
  96.             this.pChannel.Name = "pChannel";
  97.             this.pChannel.Size = new System.Drawing.Size(234, 100);
  98.             // 
  99.             // pRss
  100.             // 
  101.             this.pRss.Controls.Add(this.cbChannels);
  102.             this.pRss.Controls.Add(this.label4);
  103.             this.pRss.Controls.Add(this.btnGetRssTitle);
  104.             this.pRss.Controls.Add(this.txtRssTitle);
  105.             this.pRss.Controls.Add(this.label3);
  106.             this.pRss.Controls.Add(this.txtRssUrl);
  107.             this.pRss.Controls.Add(this.label2);
  108.             this.pRss.Location = new System.Drawing.Point(3, 81);
  109.             this.pRss.Name = "pRss";
  110.             this.pRss.Size = new System.Drawing.Size(234, 184);
  111.             // 
  112.             // cbChannels
  113.             // 
  114.             this.cbChannels.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  115.                         | System.Windows.Forms.AnchorStyles.Right)));
  116.             this.cbChannels.Location = new System.Drawing.Point(10, 148);
  117.             this.cbChannels.Name = "cbChannels";
  118.             this.cbChannels.Size = new System.Drawing.Size(212, 22);
  119.             this.cbChannels.TabIndex = 6;
  120.             // 
  121.             // label4
  122.             // 
  123.             this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  124.                         | System.Windows.Forms.AnchorStyles.Right)));
  125.             this.label4.Location = new System.Drawing.Point(10, 125);
  126.             this.label4.Name = "label4";
  127.             this.label4.Size = new System.Drawing.Size(212, 20);
  128.             this.label4.Text = "分类";
  129.             // 
  130.             // btnGetRssTitle
  131.             // 
  132.             this.btnGetRssTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  133.             this.btnGetRssTitle.Location = new System.Drawing.Point(155, 94);
  134.             this.btnGetRssTitle.Name = "btnGetRssTitle";
  135.             this.btnGetRssTitle.Size = new System.Drawing.Size(67, 20);
  136.             this.btnGetRssTitle.TabIndex = 4;
  137.             this.btnGetRssTitle.Text = "来自网络";
  138.             this.btnGetRssTitle.Click += new System.EventHandler(this.btnGetRssTitle_Click);
  139.             // 
  140.             // txtRssTitle
  141.             // 
  142.             this.txtRssTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  143.                         | System.Windows.Forms.AnchorStyles.Right)));
  144.             this.txtRssTitle.Location = new System.Drawing.Point(10, 93);
  145.             this.txtRssTitle.Name = "txtRssTitle";
  146.             this.txtRssTitle.Size = new System.Drawing.Size(139, 21);
  147.             this.txtRssTitle.TabIndex = 3;
  148.             // 
  149.             // label3
  150.             // 
  151.             this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  152.                         | System.Windows.Forms.AnchorStyles.Right)));
  153.             this.label3.Location = new System.Drawing.Point(10, 70);
  154.             this.label3.Name = "label3";
  155.             this.label3.Size = new System.Drawing.Size(212, 21);
  156.             this.label3.Text = "频道名称";
  157.             // 
  158.             // txtRssUrl
  159.             // 
  160.             this.txtRssUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  161.                         | System.Windows.Forms.AnchorStyles.Right)));
  162.             this.txtRssUrl.Location = new System.Drawing.Point(10, 38);
  163.             this.txtRssUrl.Name = "txtRssUrl";
  164.             this.txtRssUrl.Size = new System.Drawing.Size(212, 21);
  165.             this.txtRssUrl.TabIndex = 1;
  166.             this.txtRssUrl.Text = "http://";
  167.             // 
  168.             // label2
  169.             // 
  170.             this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  171.                         | System.Windows.Forms.AnchorStyles.Right)));
  172.             this.label2.Location = new System.Drawing.Point(10, 14);
  173.             this.label2.Name = "label2";
  174.             this.label2.Size = new System.Drawing.Size(212, 20);
  175.             this.label2.Text = "RssUrl:";
  176.             // 
  177.             // FormChannel
  178.             // 
  179.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  180.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  181.             this.AutoScroll = true;
  182.             this.ClientSize = new System.Drawing.Size(240, 268);
  183.             this.Controls.Add(this.pRss);
  184.             this.Controls.Add(this.pChannel);
  185.             this.Menu = this.mainMenu1;
  186.             this.Name = "FormChannel";
  187.             this.Text = "FormChannel";
  188.             this.Load += new System.EventHandler(this.FormChannel_Load);
  189.             this.pChannel.ResumeLayout(false);
  190.             this.pRss.ResumeLayout(false);
  191.             this.ResumeLayout(false);
  192.         }
  193.         #endregion
  194.         private System.Windows.Forms.MenuItem miSave;
  195.         private System.Windows.Forms.MenuItem miCancel;
  196.         private System.Windows.Forms.Label lblName;
  197.         private System.Windows.Forms.TextBox txtChannelName;
  198.         private System.Windows.Forms.Label label1;
  199.         private System.Windows.Forms.Panel pChannel;
  200.         private System.Windows.Forms.Panel pRss;
  201.         private System.Windows.Forms.Label label2;
  202.         private System.Windows.Forms.ComboBox cbChannels;
  203.         private System.Windows.Forms.Label label4;
  204.         private System.Windows.Forms.Button btnGetRssTitle;
  205.         private System.Windows.Forms.TextBox txtRssTitle;
  206.         private System.Windows.Forms.Label label3;
  207.         private System.Windows.Forms.TextBox txtRssUrl;
  208.     }
  209. }