namespace RSSViewer
{
partial class frmAddFeed
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose( bool disposing ) {
if ( disposing && ( components != null ) ) {
components.Dispose();
}
base.Dispose( disposing );
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.label1 = new System.Windows.Forms.Label();
this.cmbTemplate = new System.Windows.Forms.ComboBox();
this.lblUsername = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.edtUsername = new System.Windows.Forms.TextBox();
this.edtUrl = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cmbFeedType = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.edtTitle = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add( this.menuItem1 );
this.mainMenu1.MenuItems.Add( this.menuItem2 );
//
// menuItem1
//
this.menuItem1.Text = "Save";
this.menuItem1.Click += new System.EventHandler( this.menuItem1_Click );
//
// menuItem2
//
this.menuItem2.Text = "Cancel";
this.menuItem2.Click += new System.EventHandler( this.menuItem2_Click );
//
// label1
//
this.label1.Location = new System.Drawing.Point( 13, 15 );
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size( 75, 20 );
this.label1.Text = "Template";
//
// cmbTemplate
//
this.cmbTemplate.Location = new System.Drawing.Point( 94, 15 );
this.cmbTemplate.Name = "cmbTemplate";
this.cmbTemplate.Size = new System.Drawing.Size( 135, 22 );
this.cmbTemplate.TabIndex = 1;
this.cmbTemplate.SelectedIndexChanged += new System.EventHandler( this.cmbTemplate_SelectedIndexChanged );
//
// lblUsername
//
this.lblUsername.Location = new System.Drawing.Point( 13, 44 );
this.lblUsername.Name = "lblUsername";
this.lblUsername.Size = new System.Drawing.Size( 75, 20 );
this.lblUsername.Text = "Username";
//
// label3
//
this.label3.Location = new System.Drawing.Point( 13, 153 );
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size( 31, 20 );
this.label3.Text = "URL";
//
// edtUsername
//
this.edtUsername.Location = new System.Drawing.Point( 94, 43 );
this.edtUsername.Name = "edtUsername";
this.edtUsername.Size = new System.Drawing.Size( 135, 21 );
this.edtUsername.TabIndex = 4;
this.edtUsername.TextChanged += new System.EventHandler( this.edtUsername_TextChanged );
//
// edtUrl
//
this.edtUrl.Location = new System.Drawing.Point( 52, 152 );
this.edtUrl.Name = "edtUrl";
this.edtUrl.Size = new System.Drawing.Size( 177, 21 );
this.edtUrl.TabIndex = 5;
//
// label4
//
this.label4.Location = new System.Drawing.Point( 13, 124 );
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size( 75, 20 );
this.label4.Text = "Feed type";
//
// cmbFeedType
//
this.cmbFeedType.Location = new System.Drawing.Point( 94, 124 );
this.cmbFeedType.Name = "cmbFeedType";
this.cmbFeedType.Size = new System.Drawing.Size( 135, 22 );
this.cmbFeedType.TabIndex = 7;
this.cmbFeedType.SelectedIndexChanged += new System.EventHandler( this.cmbFeedType_SelectedIndexChanged );
//
// label5
//
this.label5.Location = new System.Drawing.Point( 13, 85 );
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size( 75, 20 );
this.label5.Text = "Title";
//
// edtTitle
//
this.edtTitle.Location = new System.Drawing.Point( 94, 85 );
this.edtTitle.Name = "edtTitle";
this.edtTitle.Size = new System.Drawing.Size( 135, 21 );
this.edtTitle.TabIndex = 10;
//
// frmAddFeed
//
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.edtTitle );
this.Controls.Add( this.label5 );
this.Controls.Add( this.cmbFeedType );
this.Controls.Add( this.label4 );
this.Controls.Add( this.edtUrl );
this.Controls.Add( this.edtUsername );
this.Controls.Add( this.label3 );
this.Controls.Add( this.lblUsername );
this.Controls.Add( this.cmbTemplate );
this.Controls.Add( this.label1 );
this.Menu = this.mainMenu1;
this.MinimizeBox = false;
this.Name = "frmAddFeed";
this.Text = "Add Feed";
this.Closing += new System.ComponentModel.CancelEventHandler( this.frmAddFeed_Closing );
this.ResumeLayout( false );
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MenuItem menuItem1;
private System.Windows.Forms.MenuItem menuItem2;
private System.Windows.Forms.ComboBox cmbTemplate;
private System.Windows.Forms.Label lblUsername;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox edtUsername;
private System.Windows.Forms.TextBox edtUrl;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cmbFeedType;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox edtTitle;
}
}