using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using Utils.SysLogSender; namespace SenderTester { /// /// Summary description for Form1. /// public class Form1 : System.Windows.Forms.Form { private System.Windows.Forms.Button button1; private System.Windows.Forms.ComboBox cboPriority; private System.Windows.Forms.Label lblPriority; private System.Windows.Forms.TextBox txtMessage; private System.Windows.Forms.TextBox textBoxLogHost; private System.Windows.Forms.Label Loghost; /// /// Required designer variable. /// private System.ComponentModel.Container components = null; public Form1() { // // Required for Windows Form Designer support // InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // } /// /// Clean up any resources being used. /// protected override void Dispose( bool disposing ) { if( disposing ) { if (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.button1 = new System.Windows.Forms.Button(); this.cboPriority = new System.Windows.Forms.ComboBox(); this.lblPriority = new System.Windows.Forms.Label(); this.txtMessage = new System.Windows.Forms.TextBox(); this.textBoxLogHost = new System.Windows.Forms.TextBox(); this.Loghost = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(36, 300); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 28); this.button1.TabIndex = 0; this.button1.Text = "Send Message"; this.button1.Click += new System.EventHandler(this.button1_Click); // // cboPriority // this.cboPriority.Location = new System.Drawing.Point(140, 80); this.cboPriority.Name = "cboPriority"; this.cboPriority.Size = new System.Drawing.Size(120, 21); this.cboPriority.TabIndex = 1; this.cboPriority.Text = "<