namespace C4IT_DataHistoryProvider_Test { partial class ctrlM42Wpm { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.buttonCheckConnection = new System.Windows.Forms.Button(); this.comboBoxUserSelect = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonGetUserTickes = new System.Windows.Forms.Button(); this.comboBoxTicket = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.buttonUpdateSolution = new System.Windows.Forms.Button(); this.ctrlProtocolBox1 = new C4IT_DataHistoryProvider_Test.ctrlProtocolBox(); this.panelScanNext = new System.Windows.Forms.Panel(); this.textBoxScanNext = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBoxScanLast = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.buttonScanM42 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonCheckConnection // this.buttonCheckConnection.Location = new System.Drawing.Point(36, 23); this.buttonCheckConnection.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.buttonCheckConnection.Name = "buttonCheckConnection"; this.buttonCheckConnection.Size = new System.Drawing.Size(236, 58); this.buttonCheckConnection.TabIndex = 2; this.buttonCheckConnection.Text = "Check M42 WPM connection"; this.buttonCheckConnection.UseVisualStyleBackColor = true; this.buttonCheckConnection.Click += new System.EventHandler(this.buttonCheckConnection_Click); // // comboBoxUserSelect // this.comboBoxUserSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxUserSelect.FormattingEnabled = true; this.comboBoxUserSelect.Location = new System.Drawing.Point(388, 38); this.comboBoxUserSelect.Name = "comboBoxUserSelect"; this.comboBoxUserSelect.Size = new System.Drawing.Size(430, 28); this.comboBoxUserSelect.TabIndex = 8; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(318, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 20); this.label1.TabIndex = 7; this.label1.Text = "User:"; // // buttonGetUserTickes // this.buttonGetUserTickes.Enabled = false; this.buttonGetUserTickes.Location = new System.Drawing.Point(836, 35); this.buttonGetUserTickes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.buttonGetUserTickes.Name = "buttonGetUserTickes"; this.buttonGetUserTickes.Size = new System.Drawing.Size(132, 32); this.buttonGetUserTickes.TabIndex = 6; this.buttonGetUserTickes.Text = "get tickets"; this.buttonGetUserTickes.UseVisualStyleBackColor = true; this.buttonGetUserTickes.Click += new System.EventHandler(this.buttonGetUserTickes_Click); // // comboBoxTicket // this.comboBoxTicket.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTicket.FormattingEnabled = true; this.comboBoxTicket.Location = new System.Drawing.Point(388, 85); this.comboBoxTicket.Name = "comboBoxTicket"; this.comboBoxTicket.Size = new System.Drawing.Size(430, 28); this.comboBoxTicket.TabIndex = 11; this.comboBoxTicket.SelectedValueChanged += new System.EventHandler(this.comboBoxTicket_SelectedValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(318, 85); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 20); this.label2.TabIndex = 10; this.label2.Text = "Ticket:"; // // buttonUpdateSolution // this.buttonUpdateSolution.Enabled = false; this.buttonUpdateSolution.Location = new System.Drawing.Point(836, 82); this.buttonUpdateSolution.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.buttonUpdateSolution.Name = "buttonUpdateSolution"; this.buttonUpdateSolution.Size = new System.Drawing.Size(132, 32); this.buttonUpdateSolution.TabIndex = 9; this.buttonUpdateSolution.Text = "update solution"; this.buttonUpdateSolution.UseVisualStyleBackColor = true; this.buttonUpdateSolution.Click += new System.EventHandler(this.buttonUpdateSolution_Click); // // ctrlProtocolBox1 // this.ctrlProtocolBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ctrlProtocolBox1.Location = new System.Drawing.Point(36, 135); this.ctrlProtocolBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ctrlProtocolBox1.Name = "ctrlProtocolBox1"; this.ctrlProtocolBox1.Size = new System.Drawing.Size(1716, 522); this.ctrlProtocolBox1.TabIndex = 12; // // panelScanNext // this.panelScanNext.Location = new System.Drawing.Point(1660, 31); this.panelScanNext.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panelScanNext.Name = "panelScanNext"; this.panelScanNext.Size = new System.Drawing.Size(39, 40); this.panelScanNext.TabIndex = 18; // // textBoxScanNext // this.textBoxScanNext.Location = new System.Drawing.Point(1416, 80); this.textBoxScanNext.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxScanNext.Name = "textBoxScanNext"; this.textBoxScanNext.ReadOnly = true; this.textBoxScanNext.Size = new System.Drawing.Size(210, 26); this.textBoxScanNext.TabIndex = 17; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(1312, 85); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(93, 20); this.label3.TabIndex = 16; this.label3.Text = "Target time:"; // // textBoxScanLast // this.textBoxScanLast.Location = new System.Drawing.Point(1416, 35); this.textBoxScanLast.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxScanLast.Name = "textBoxScanLast"; this.textBoxScanLast.ReadOnly = true; this.textBoxScanLast.Size = new System.Drawing.Size(210, 26); this.textBoxScanLast.TabIndex = 15; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(1323, 40); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(82, 20); this.label4.TabIndex = 14; this.label4.Text = "Last scan:"; // // buttonScanM42 // this.buttonScanM42.Location = new System.Drawing.Point(1071, 23); this.buttonScanM42.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.buttonScanM42.Name = "buttonScanM42"; this.buttonScanM42.Size = new System.Drawing.Size(236, 58); this.buttonScanM42.TabIndex = 13; this.buttonScanM42.Text = "Cleanup API tokens"; this.buttonScanM42.UseVisualStyleBackColor = true; this.buttonScanM42.Click += new System.EventHandler(this.buttonScanM42_Click); // // ctrlM42Wpm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelScanNext); this.Controls.Add(this.textBoxScanNext); this.Controls.Add(this.label3); this.Controls.Add(this.textBoxScanLast); this.Controls.Add(this.label4); this.Controls.Add(this.buttonScanM42); this.Controls.Add(this.comboBoxTicket); this.Controls.Add(this.label2); this.Controls.Add(this.buttonUpdateSolution); this.Controls.Add(this.comboBoxUserSelect); this.Controls.Add(this.label1); this.Controls.Add(this.buttonGetUserTickes); this.Controls.Add(this.buttonCheckConnection); this.Controls.Add(this.ctrlProtocolBox1); this.Name = "ctrlM42Wpm"; this.Size = new System.Drawing.Size(1772, 672); this.Load += new System.EventHandler(this.ctrlM42Wpm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonCheckConnection; private System.Windows.Forms.ComboBox comboBoxUserSelect; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonGetUserTickes; private System.Windows.Forms.ComboBox comboBoxTicket; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button buttonUpdateSolution; private ctrlProtocolBox ctrlProtocolBox1; private System.Windows.Forms.Panel panelScanNext; private System.Windows.Forms.TextBox textBoxScanNext; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBoxScanLast; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button buttonScanM42; } }