00001 namespace InfoTransmitter
00002 {
00003 partial class TransmitterForm
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.components = new System.ComponentModel.Container();
00032 this.textBoxUrl = new System.Windows.Forms.TextBox();
00033 this.label1 = new System.Windows.Forms.Label();
00034 this.buttonTransmit = new System.Windows.Forms.Button();
00035 this.textBoxTitle = new System.Windows.Forms.TextBox();
00036 this.label2 = new System.Windows.Forms.Label();
00037 this.textBoxCategory = new System.Windows.Forms.TextBox();
00038 this.label3 = new System.Windows.Forms.Label();
00039 this.labelSending = new System.Windows.Forms.Label();
00040 this.timer1 = new System.Windows.Forms.Timer(this.components);
00041 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
00042 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00043 this.toolStripMenuItemExit = new System.Windows.Forms.ToolStripMenuItem();
00044 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00045 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00046 this.groupBox1 = new System.Windows.Forms.GroupBox();
00047 this.textBoxSubCategory = new System.Windows.Forms.TextBox();
00048 this.label4 = new System.Windows.Forms.Label();
00049 this.toolStripMenuItemLoad = new System.Windows.Forms.ToolStripMenuItem();
00050 this.menuStrip1.SuspendLayout();
00051 this.groupBox1.SuspendLayout();
00052 this.SuspendLayout();
00053
00054
00055
00056 this.textBoxUrl.Location = new System.Drawing.Point(50, 133);
00057 this.textBoxUrl.Name = "textBoxUrl";
00058 this.textBoxUrl.Size = new System.Drawing.Size(233, 20);
00059 this.textBoxUrl.TabIndex = 4;
00060 this.textBoxUrl.TextChanged += new System.EventHandler(this.textBoxUrl_TextChanged);
00061 this.textBoxUrl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxUrl_KeyDown);
00062
00063
00064
00065 this.label1.AutoSize = true;
00066 this.label1.Location = new System.Drawing.Point(15, 133);
00067 this.label1.Name = "label1";
00068 this.label1.Size = new System.Drawing.Size(29, 13);
00069 this.label1.TabIndex = 0;
00070 this.label1.Text = "URL";
00071
00072
00073
00074 this.buttonTransmit.Location = new System.Drawing.Point(234, 215);
00075 this.buttonTransmit.Name = "buttonTransmit";
00076 this.buttonTransmit.Size = new System.Drawing.Size(75, 23);
00077 this.buttonTransmit.TabIndex = 5;
00078 this.buttonTransmit.Text = "Transmit";
00079 this.buttonTransmit.UseVisualStyleBackColor = true;
00080 this.buttonTransmit.Click += new System.EventHandler(this.buttonTransmit_Click);
00081
00082
00083
00084 this.textBoxTitle.Location = new System.Drawing.Point(50, 98);
00085 this.textBoxTitle.Name = "textBoxTitle";
00086 this.textBoxTitle.Size = new System.Drawing.Size(233, 20);
00087 this.textBoxTitle.TabIndex = 3;
00088 this.textBoxTitle.TextChanged += new System.EventHandler(this.textBoxTitle_TextChanged);
00089 this.textBoxTitle.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxTitle_KeyDown);
00090
00091
00092
00093 this.label2.AutoSize = true;
00094 this.label2.Location = new System.Drawing.Point(15, 105);
00095 this.label2.Name = "label2";
00096 this.label2.Size = new System.Drawing.Size(27, 13);
00097 this.label2.TabIndex = 0;
00098 this.label2.Text = "Title";
00099
00100
00101
00102 this.textBoxCategory.Location = new System.Drawing.Point(95, 28);
00103 this.textBoxCategory.Name = "textBoxCategory";
00104 this.textBoxCategory.Size = new System.Drawing.Size(110, 20);
00105 this.textBoxCategory.TabIndex = 1;
00106 this.textBoxCategory.TextChanged += new System.EventHandler(this.textBoxCategory_TextChanged);
00107 this.textBoxCategory.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxCategory_KeyDown);
00108
00109
00110
00111 this.label3.AutoSize = true;
00112 this.label3.Location = new System.Drawing.Point(15, 31);
00113 this.label3.Name = "label3";
00114 this.label3.Size = new System.Drawing.Size(49, 13);
00115 this.label3.TabIndex = 0;
00116 this.label3.Text = "Category";
00117
00118
00119
00120 this.labelSending.AutoSize = true;
00121 this.labelSending.Location = new System.Drawing.Point(12, 220);
00122 this.labelSending.Name = "labelSending";
00123 this.labelSending.Size = new System.Drawing.Size(58, 13);
00124 this.labelSending.TabIndex = 5;
00125 this.labelSending.Text = "Sending ...";
00126
00127
00128
00129 this.timer1.Interval = 1000;
00130 this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
00131
00132
00133
00134 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00135 this.fileToolStripMenuItem,
00136 this.helpToolStripMenuItem});
00137 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
00138 this.menuStrip1.Name = "menuStrip1";
00139 this.menuStrip1.Size = new System.Drawing.Size(324, 24);
00140 this.menuStrip1.TabIndex = 6;
00141 this.menuStrip1.Text = "menuStrip1";
00142
00143
00144
00145 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00146 this.toolStripMenuItemLoad,
00147 this.toolStripMenuItemExit});
00148 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
00149 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
00150 this.fileToolStripMenuItem.Text = "File";
00151
00152
00153
00154 this.toolStripMenuItemExit.Name = "toolStripMenuItemExit";
00155 this.toolStripMenuItemExit.Size = new System.Drawing.Size(173, 22);
00156 this.toolStripMenuItemExit.Text = "Exit";
00157 this.toolStripMenuItemExit.Click += new System.EventHandler(this.toolStripMenuItemExit_Click);
00158
00159
00160
00161 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00162 this.aboutToolStripMenuItem});
00163 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
00164 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
00165 this.helpToolStripMenuItem.Text = "Help";
00166
00167
00168
00169 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
00170 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
00171 this.aboutToolStripMenuItem.Text = "About";
00172 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
00173
00174
00175
00176 this.groupBox1.Controls.Add(this.textBoxSubCategory);
00177 this.groupBox1.Controls.Add(this.label4);
00178 this.groupBox1.Controls.Add(this.label3);
00179 this.groupBox1.Controls.Add(this.textBoxCategory);
00180 this.groupBox1.Controls.Add(this.label2);
00181 this.groupBox1.Controls.Add(this.textBoxTitle);
00182 this.groupBox1.Controls.Add(this.label1);
00183 this.groupBox1.Controls.Add(this.textBoxUrl);
00184 this.groupBox1.Location = new System.Drawing.Point(13, 37);
00185 this.groupBox1.Name = "groupBox1";
00186 this.groupBox1.Size = new System.Drawing.Size(296, 167);
00187 this.groupBox1.TabIndex = 7;
00188 this.groupBox1.TabStop = false;
00189 this.groupBox1.Text = "InfoLink";
00190
00191
00192
00193 this.textBoxSubCategory.Location = new System.Drawing.Point(95, 57);
00194 this.textBoxSubCategory.Name = "textBoxSubCategory";
00195 this.textBoxSubCategory.Size = new System.Drawing.Size(110, 20);
00196 this.textBoxSubCategory.TabIndex = 2;
00197 this.textBoxSubCategory.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSubCategory_KeyDown);
00198
00199
00200
00201 this.label4.AutoSize = true;
00202 this.label4.Location = new System.Drawing.Point(15, 60);
00203 this.label4.Name = "label4";
00204 this.label4.Size = new System.Drawing.Size(67, 13);
00205 this.label4.TabIndex = 4;
00206 this.label4.Text = "Subcategory";
00207
00208
00209
00210 this.toolStripMenuItemLoad.Name = "toolStripMenuItemLoad";
00211 this.toolStripMenuItemLoad.Size = new System.Drawing.Size(246, 22);
00212 this.toolStripMenuItemLoad.Text = "Load and Transmit InfoLink XML";
00213 this.toolStripMenuItemLoad.ToolTipText = "Load a collection of InfoLinks from XML and transmit them.";
00214 this.toolStripMenuItemLoad.Click += new System.EventHandler(this.toolStripMenuItemLoad_Click);
00215
00216
00217
00218 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00219 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00220 this.ClientSize = new System.Drawing.Size(324, 253);
00221 this.Controls.Add(this.groupBox1);
00222 this.Controls.Add(this.labelSending);
00223 this.Controls.Add(this.buttonTransmit);
00224 this.Controls.Add(this.menuStrip1);
00225 this.MainMenuStrip = this.menuStrip1;
00226 this.Name = "TransmitterForm";
00227 this.Text = "InfoLink Transmitter";
00228 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TransmitterForm_FormClosing);
00229 this.menuStrip1.ResumeLayout(false);
00230 this.menuStrip1.PerformLayout();
00231 this.groupBox1.ResumeLayout(false);
00232 this.groupBox1.PerformLayout();
00233 this.ResumeLayout(false);
00234 this.PerformLayout();
00235
00236 }
00237
00238 #endregion
00239
00240 private System.Windows.Forms.TextBox textBoxUrl;
00241 private System.Windows.Forms.Label label1;
00242 private System.Windows.Forms.Button buttonTransmit;
00243 private System.Windows.Forms.TextBox textBoxTitle;
00244 private System.Windows.Forms.Label label2;
00245 private System.Windows.Forms.TextBox textBoxCategory;
00246 private System.Windows.Forms.Label label3;
00247 private System.Windows.Forms.Label labelSending;
00248 private System.Windows.Forms.Timer timer1;
00249 private System.Windows.Forms.MenuStrip menuStrip1;
00250 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
00251 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemExit;
00252 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
00253 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
00254 private System.Windows.Forms.GroupBox groupBox1;
00255 private System.Windows.Forms.TextBox textBoxSubCategory;
00256 private System.Windows.Forms.Label label4;
00257 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLoad;
00258 }
00259 }
00260