namespace DaoMqGUI { partial class MainForm { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.transports = new System.Windows.Forms.ListBox(); this.stopAll = new System.Windows.Forms.Button(); this.startAll = new System.Windows.Forms.Button(); this.refreshTimer = new System.Windows.Forms.Timer(this.components); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.txtErrorMsg = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtCounter = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtErrorTime = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtOkTime = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.btnDisableOne = new System.Windows.Forms.Button(); this.btnEnableOne = new System.Windows.Forms.Button(); this.txtLastOK = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtEnabled = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtTransport = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.txtLog = new System.Windows.Forms.TextBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.txtUpdateQuery = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.txtReadQuery = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.txtInsertQuery = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtQueueName = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtDirection = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.lnkServer = new System.Windows.Forms.LinkLabel(); this.label13 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // transports // this.transports.FormattingEnabled = true; this.transports.Location = new System.Drawing.Point(13, 13); this.transports.Name = "transports"; this.transports.Size = new System.Drawing.Size(157, 355); this.transports.TabIndex = 0; this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged); // // stopAll // this.stopAll.Location = new System.Drawing.Point(95, 379); this.stopAll.Name = "stopAll"; this.stopAll.Size = new System.Drawing.Size(75, 23); this.stopAll.TabIndex = 1; this.stopAll.Text = "Disable All"; this.stopAll.UseVisualStyleBackColor = true; this.stopAll.Click += new System.EventHandler(this.stopAll_Click); // // startAll // this.startAll.Location = new System.Drawing.Point(13, 379); this.startAll.Name = "startAll"; this.startAll.Size = new System.Drawing.Size(75, 23); this.startAll.TabIndex = 2; this.startAll.Text = "Enable All"; this.startAll.UseVisualStyleBackColor = true; this.startAll.Click += new System.EventHandler(this.startAll_Click); // // refreshTimer // this.refreshTimer.Enabled = true; this.refreshTimer.Interval = 10000; this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(199, 13); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(445, 355); this.tabControl1.TabIndex = 19; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.Controls.Add(this.txtErrorMsg); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.txtCounter); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.txtErrorTime); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.txtOkTime); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.btnDisableOne); this.tabPage1.Controls.Add(this.btnEnableOne); this.tabPage1.Controls.Add(this.txtLastOK); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.txtEnabled); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.txtTransport); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(437, 329); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Status"; this.tabPage1.UseVisualStyleBackColor = true; // // txtErrorMsg // this.txtErrorMsg.Location = new System.Drawing.Point(79, 149); this.txtErrorMsg.Name = "txtErrorMsg"; this.txtErrorMsg.ReadOnly = true; this.txtErrorMsg.Size = new System.Drawing.Size(130, 20); this.txtErrorMsg.TabIndex = 34; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(21, 152); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(51, 13); this.label7.TabIndex = 33; this.label7.Text = "Error msg"; // // txtCounter // this.txtCounter.Location = new System.Drawing.Point(79, 175); this.txtCounter.Name = "txtCounter"; this.txtCounter.ReadOnly = true; this.txtCounter.Size = new System.Drawing.Size(130, 20); this.txtCounter.TabIndex = 32; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(21, 178); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(44, 13); this.label6.TabIndex = 31; this.label6.Text = "Counter"; // // txtErrorTime // this.txtErrorTime.Location = new System.Drawing.Point(79, 123); this.txtErrorTime.Name = "txtErrorTime"; this.txtErrorTime.ReadOnly = true; this.txtErrorTime.Size = new System.Drawing.Size(130, 20); this.txtErrorTime.TabIndex = 30; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(21, 126); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(55, 13); this.label5.TabIndex = 29; this.label5.Text = "Error Time"; // // txtOkTime // this.txtOkTime.Location = new System.Drawing.Point(79, 97); this.txtOkTime.Name = "txtOkTime"; this.txtOkTime.ReadOnly = true; this.txtOkTime.Size = new System.Drawing.Size(130, 20); this.txtOkTime.TabIndex = 28; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(21, 100); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 13); this.label4.TabIndex = 27; this.label4.Text = "OK Time"; // // btnDisableOne // this.btnDisableOne.Enabled = false; this.btnDisableOne.Location = new System.Drawing.Point(106, 210); this.btnDisableOne.Name = "btnDisableOne"; this.btnDisableOne.Size = new System.Drawing.Size(75, 23); this.btnDisableOne.TabIndex = 26; this.btnDisableOne.Text = "Disable"; this.btnDisableOne.UseVisualStyleBackColor = true; this.btnDisableOne.Click += new System.EventHandler(this.btnDisableOne_Click); // // btnEnableOne // this.btnEnableOne.Enabled = false; this.btnEnableOne.Location = new System.Drawing.Point(24, 210); this.btnEnableOne.Name = "btnEnableOne"; this.btnEnableOne.Size = new System.Drawing.Size(75, 23); this.btnEnableOne.TabIndex = 25; this.btnEnableOne.Text = "Enable"; this.btnEnableOne.UseVisualStyleBackColor = true; this.btnEnableOne.Click += new System.EventHandler(this.btnEnableOne_Click); // // txtLastOK // this.txtLastOK.Location = new System.Drawing.Point(79, 71); this.txtLastOK.Name = "txtLastOK"; this.txtLastOK.ReadOnly = true; this.txtLastOK.Size = new System.Drawing.Size(130, 20); this.txtLastOK.TabIndex = 24; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(21, 74); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(45, 13); this.label3.TabIndex = 23; this.label3.Text = "Last OK"; // // txtEnabled // this.txtEnabled.Location = new System.Drawing.Point(79, 44); this.txtEnabled.Name = "txtEnabled"; this.txtEnabled.ReadOnly = true; this.txtEnabled.Size = new System.Drawing.Size(130, 20); this.txtEnabled.TabIndex = 22; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(21, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 13); this.label2.TabIndex = 21; this.label2.Text = "Enabled"; // // txtTransport // this.txtTransport.Location = new System.Drawing.Point(79, 17); this.txtTransport.Name = "txtTransport"; this.txtTransport.ReadOnly = true; this.txtTransport.Size = new System.Drawing.Size(130, 20); this.txtTransport.TabIndex = 20; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 13); this.label1.TabIndex = 19; this.label1.Text = "Transport"; // // tabPage2 // this.tabPage2.Controls.Add(this.txtLog); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(437, 329); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Log"; this.tabPage2.UseVisualStyleBackColor = true; // // txtLog // this.txtLog.Location = new System.Drawing.Point(0, 0); this.txtLog.Multiline = true; this.txtLog.Name = "txtLog"; this.txtLog.ReadOnly = true; this.txtLog.Size = new System.Drawing.Size(436, 328); this.txtLog.TabIndex = 0; // // tabPage3 // this.tabPage3.Controls.Add(this.txtUpdateQuery); this.tabPage3.Controls.Add(this.label12); this.tabPage3.Controls.Add(this.txtReadQuery); this.tabPage3.Controls.Add(this.label11); this.tabPage3.Controls.Add(this.txtInsertQuery); this.tabPage3.Controls.Add(this.label10); this.tabPage3.Controls.Add(this.txtQueueName); this.tabPage3.Controls.Add(this.label9); this.tabPage3.Controls.Add(this.txtDirection); this.tabPage3.Controls.Add(this.label8); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(437, 329); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Konfiguration"; this.tabPage3.UseVisualStyleBackColor = true; // // txtUpdateQuery // this.txtUpdateQuery.Location = new System.Drawing.Point(88, 117); this.txtUpdateQuery.Name = "txtUpdateQuery"; this.txtUpdateQuery.ReadOnly = true; this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20); this.txtUpdateQuery.TabIndex = 30; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(14, 120); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(70, 13); this.label12.TabIndex = 29; this.label12.Text = "UpdateQuery"; // // txtReadQuery // this.txtReadQuery.Location = new System.Drawing.Point(88, 91); this.txtReadQuery.Name = "txtReadQuery"; this.txtReadQuery.ReadOnly = true; this.txtReadQuery.Size = new System.Drawing.Size(130, 20); this.txtReadQuery.TabIndex = 28; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(14, 94); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(61, 13); this.label11.TabIndex = 27; this.label11.Text = "ReadQuery"; // // txtInsertQuery // this.txtInsertQuery.Location = new System.Drawing.Point(88, 65); this.txtInsertQuery.Name = "txtInsertQuery"; this.txtInsertQuery.ReadOnly = true; this.txtInsertQuery.Size = new System.Drawing.Size(130, 20); this.txtInsertQuery.TabIndex = 26; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(14, 68); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(61, 13); this.label10.TabIndex = 25; this.label10.Text = "InsertQuery"; // // txtQueueName // this.txtQueueName.Location = new System.Drawing.Point(88, 39); this.txtQueueName.Name = "txtQueueName"; this.txtQueueName.ReadOnly = true; this.txtQueueName.Size = new System.Drawing.Size(130, 20); this.txtQueueName.TabIndex = 24; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(14, 42); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(39, 13); this.label9.TabIndex = 23; this.label9.Text = "Queue"; // // txtDirection // this.txtDirection.Location = new System.Drawing.Point(88, 13); this.txtDirection.Name = "txtDirection"; this.txtDirection.ReadOnly = true; this.txtDirection.Size = new System.Drawing.Size(130, 20); this.txtDirection.TabIndex = 22; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(14, 16); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(49, 13); this.label8.TabIndex = 21; this.label8.Text = "Direction"; // // lnkServer // this.lnkServer.AutoSize = true; this.lnkServer.Location = new System.Drawing.Point(556, 389); this.lnkServer.Name = "lnkServer"; this.lnkServer.Size = new System.Drawing.Size(16, 13); this.lnkServer.TabIndex = 20; this.lnkServer.TabStop = true; this.lnkServer.Text = "..."; this.lnkServer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkServer_LinkClicked); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(509, 389); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(38, 13); this.label13.TabIndex = 21; this.label13.Text = "Server"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(656, 414); this.Controls.Add(this.label13); this.Controls.Add(this.lnkServer); this.Controls.Add(this.tabControl1); this.Controls.Add(this.startAll); this.Controls.Add(this.stopAll); this.Controls.Add(this.transports); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MainForm"; this.Text = "DAO MQ GUI"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox transports; private System.Windows.Forms.Button stopAll; private System.Windows.Forms.Button startAll; private System.Windows.Forms.Timer refreshTimer; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TextBox txtErrorMsg; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtCounter; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtErrorTime; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtOkTime; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnDisableOne; private System.Windows.Forms.Button btnEnableOne; private System.Windows.Forms.TextBox txtLastOK; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtEnabled; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtTransport; private System.Windows.Forms.Label label1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TextBox txtUpdateQuery; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtReadQuery; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtInsertQuery; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtQueueName; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtDirection; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtLog; private System.Windows.Forms.LinkLabel lnkServer; private System.Windows.Forms.Label label13; } }