namespace ClickForensics.Quartz.Manager { partial class ServerConnectForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// 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.btnConnect = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtPort = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtScheduler = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.cboServer = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(32, 87); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(75, 23); this.btnConnect.TabIndex = 3; this.btnConnect.Text = "Connect"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(115, 87); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(29, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 13); this.label1.TabIndex = 2; this.label1.Text = "Server:"; // // txtPort // this.txtPort.Location = new System.Drawing.Point(90, 35); this.txtPort.Name = "txtPort"; this.txtPort.Size = new System.Drawing.Size(100, 20); this.txtPort.TabIndex = 1; this.txtPort.Text = "555"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(29, 38); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 13); this.label2.TabIndex = 8; this.label2.Text = "Port:"; // // txtScheduler // this.txtScheduler.Location = new System.Drawing.Point(90, 61); this.txtScheduler.Name = "txtScheduler"; this.txtScheduler.Size = new System.Drawing.Size(100, 20); this.txtScheduler.TabIndex = 2; this.txtScheduler.Text = "QuartzScheduler"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(29, 64); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 13); this.label3.TabIndex = 10; this.label3.Text = "Scheduler"; // // cboServer // this.cboServer.FormattingEnabled = true; this.cboServer.Location = new System.Drawing.Point(90, 8); this.cboServer.Name = "cboServer"; this.cboServer.Size = new System.Drawing.Size(100, 21); this.cboServer.TabIndex = 1; this.cboServer.SelectedIndexChanged += new System.EventHandler(cboServer_SelectedIndexChanged); // // ServerConnectForm // this.AcceptButton = this.btnConnect; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(227, 141); this.Controls.Add(this.cboServer); this.Controls.Add(this.txtScheduler); this.Controls.Add(this.label3); this.Controls.Add(this.txtPort); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnConnect); this.Name = "ServerConnectForm"; this.Text = "ServerConnectForm"; this.Load += new System.EventHandler(this.ServerConnectForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPort; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtScheduler; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cboServer; } }