286 lines
15 KiB
C#
286 lines
15 KiB
C#
namespace GenericTest
|
|
{
|
|
partial class GenericTestDlg
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.settingsButton = new System.Windows.Forms.Button();
|
|
this.stopButton = new System.Windows.Forms.Button();
|
|
this.horizSplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.messageLabel = new System.Windows.Forms.Label();
|
|
this.vertSplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.resultsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.activityListView = new System.Windows.Forms.ListView();
|
|
this.startButton = new System.Windows.Forms.Button();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.filteredSensorValueLabel = new System.Windows.Forms.Label();
|
|
this.sensorNameLabel = new System.Windows.Forms.Label();
|
|
this.immediateSensorValueLabel = new System.Windows.Forms.Label();
|
|
this.logoutButton = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).BeginInit();
|
|
this.horizSplitContainer.Panel1.SuspendLayout();
|
|
this.horizSplitContainer.Panel2.SuspendLayout();
|
|
this.horizSplitContainer.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.vertSplitContainer)).BeginInit();
|
|
this.vertSplitContainer.Panel1.SuspendLayout();
|
|
this.vertSplitContainer.Panel2.SuspendLayout();
|
|
this.vertSplitContainer.SuspendLayout();
|
|
this.resultsGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// settingsButton
|
|
//
|
|
this.settingsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.settingsButton.Location = new System.Drawing.Point(1, 80);
|
|
this.settingsButton.Name = "settingsButton";
|
|
this.settingsButton.Size = new System.Drawing.Size(90, 30);
|
|
this.settingsButton.TabIndex = 0;
|
|
this.settingsButton.Text = "Nastavenia";
|
|
this.settingsButton.UseVisualStyleBackColor = true;
|
|
this.settingsButton.Click += new System.EventHandler(this.settingsButton_Click);
|
|
//
|
|
// stopButton
|
|
//
|
|
this.stopButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.stopButton.Location = new System.Drawing.Point(1, 44);
|
|
this.stopButton.Name = "stopButton";
|
|
this.stopButton.Size = new System.Drawing.Size(90, 30);
|
|
this.stopButton.TabIndex = 2;
|
|
this.stopButton.Text = "Stop";
|
|
this.stopButton.UseVisualStyleBackColor = true;
|
|
this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
|
//
|
|
// horizSplitContainer
|
|
//
|
|
this.horizSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.horizSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.horizSplitContainer.IsSplitterFixed = true;
|
|
this.horizSplitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.horizSplitContainer.Name = "horizSplitContainer";
|
|
this.horizSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// horizSplitContainer.Panel1
|
|
//
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.messageLabel);
|
|
this.horizSplitContainer.Panel1MinSize = 55;
|
|
//
|
|
// horizSplitContainer.Panel2
|
|
//
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.vertSplitContainer);
|
|
this.horizSplitContainer.Panel2MinSize = 60;
|
|
this.horizSplitContainer.Size = new System.Drawing.Size(1033, 207);
|
|
this.horizSplitContainer.SplitterDistance = 55;
|
|
this.horizSplitContainer.SplitterWidth = 1;
|
|
this.horizSplitContainer.TabIndex = 2;
|
|
//
|
|
// messageLabel
|
|
//
|
|
this.messageLabel.AutoSize = true;
|
|
this.messageLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.messageLabel.Location = new System.Drawing.Point(12, 9);
|
|
this.messageLabel.Name = "messageLabel";
|
|
this.messageLabel.Size = new System.Drawing.Size(106, 37);
|
|
this.messageLabel.TabIndex = 0;
|
|
this.messageLabel.Text = "label1";
|
|
//
|
|
// vertSplitContainer
|
|
//
|
|
this.vertSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.vertSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.vertSplitContainer.IsSplitterFixed = true;
|
|
this.vertSplitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.vertSplitContainer.Name = "vertSplitContainer";
|
|
//
|
|
// vertSplitContainer.Panel1
|
|
//
|
|
this.vertSplitContainer.Panel1.Controls.Add(this.resultsGroupBox);
|
|
//
|
|
// vertSplitContainer.Panel2
|
|
//
|
|
this.vertSplitContainer.Panel2.Controls.Add(this.logoutButton);
|
|
this.vertSplitContainer.Panel2.Controls.Add(this.settingsButton);
|
|
this.vertSplitContainer.Panel2.Controls.Add(this.startButton);
|
|
this.vertSplitContainer.Panel2.Controls.Add(this.stopButton);
|
|
this.vertSplitContainer.Size = new System.Drawing.Size(1033, 151);
|
|
this.vertSplitContainer.SplitterDistance = 939;
|
|
this.vertSplitContainer.SplitterWidth = 1;
|
|
this.vertSplitContainer.TabIndex = 2;
|
|
//
|
|
// resultsGroupBox
|
|
//
|
|
this.resultsGroupBox.Controls.Add(this.activityListView);
|
|
this.resultsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.resultsGroupBox.Location = new System.Drawing.Point(0, 0);
|
|
this.resultsGroupBox.Name = "resultsGroupBox";
|
|
this.resultsGroupBox.Size = new System.Drawing.Size(939, 151);
|
|
this.resultsGroupBox.TabIndex = 1;
|
|
this.resultsGroupBox.TabStop = false;
|
|
this.resultsGroupBox.Text = "Aktivita";
|
|
//
|
|
// activityListView
|
|
//
|
|
this.activityListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.activityListView.GridLines = true;
|
|
this.activityListView.Location = new System.Drawing.Point(3, 16);
|
|
this.activityListView.Name = "activityListView";
|
|
this.activityListView.Scrollable = false;
|
|
this.activityListView.Size = new System.Drawing.Size(933, 132);
|
|
this.activityListView.TabIndex = 0;
|
|
this.activityListView.UseCompatibleStateImageBehavior = false;
|
|
this.activityListView.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// startButton
|
|
//
|
|
this.startButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.startButton.Location = new System.Drawing.Point(1, 8);
|
|
this.startButton.Name = "startButton";
|
|
this.startButton.Size = new System.Drawing.Size(90, 30);
|
|
this.startButton.TabIndex = 1;
|
|
this.startButton.Text = "Štart";
|
|
this.startButton.UseVisualStyleBackColor = true;
|
|
this.startButton.Click += new System.EventHandler(this.startButton_Click);
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.IsSplitterFixed = true;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.filteredSensorValueLabel);
|
|
this.splitContainer1.Panel1.Controls.Add(this.sensorNameLabel);
|
|
this.splitContainer1.Panel1.Controls.Add(this.immediateSensorValueLabel);
|
|
this.splitContainer1.Panel1MinSize = 0;
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.horizSplitContainer);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1164, 207);
|
|
this.splitContainer1.SplitterDistance = 130;
|
|
this.splitContainer1.SplitterWidth = 1;
|
|
this.splitContainer1.TabIndex = 3;
|
|
//
|
|
// filteredSensorValueLabel
|
|
//
|
|
this.filteredSensorValueLabel.AutoSize = true;
|
|
this.filteredSensorValueLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.filteredSensorValueLabel.Location = new System.Drawing.Point(3, 101);
|
|
this.filteredSensorValueLabel.Name = "filteredSensorValueLabel";
|
|
this.filteredSensorValueLabel.Size = new System.Drawing.Size(130, 37);
|
|
this.filteredSensorValueLabel.TabIndex = 3;
|
|
this.filteredSensorValueLabel.Text = "60.7 °C";
|
|
//
|
|
// sensorNameLabel
|
|
//
|
|
this.sensorNameLabel.AutoSize = true;
|
|
this.sensorNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.sensorNameLabel.Location = new System.Drawing.Point(3, 9);
|
|
this.sensorNameLabel.Name = "sensorNameLabel";
|
|
this.sensorNameLabel.Size = new System.Drawing.Size(113, 37);
|
|
this.sensorNameLabel.TabIndex = 2;
|
|
this.sensorNameLabel.Text = "Temp.";
|
|
//
|
|
// immediateSensorValueLabel
|
|
//
|
|
this.immediateSensorValueLabel.AutoSize = true;
|
|
this.immediateSensorValueLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.immediateSensorValueLabel.Location = new System.Drawing.Point(3, 55);
|
|
this.immediateSensorValueLabel.Name = "immediateSensorValueLabel";
|
|
this.immediateSensorValueLabel.Size = new System.Drawing.Size(130, 37);
|
|
this.immediateSensorValueLabel.TabIndex = 1;
|
|
this.immediateSensorValueLabel.Text = "60.7 °C";
|
|
//
|
|
// logoutButton
|
|
//
|
|
this.logoutButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.logoutButton.Location = new System.Drawing.Point(1, 116);
|
|
this.logoutButton.Name = "logoutButton";
|
|
this.logoutButton.Size = new System.Drawing.Size(90, 30);
|
|
this.logoutButton.TabIndex = 13;
|
|
this.logoutButton.Text = "Logout";
|
|
this.logoutButton.UseVisualStyleBackColor = true;
|
|
this.logoutButton.Click += new System.EventHandler(this.logoutButton_Click);
|
|
//
|
|
// GenericTestDlg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1164, 207);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "GenericTestDlg";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.Text = "RF Power New / Oracle / Printing";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GenericTestDlg_FormClosing);
|
|
this.Load += new System.EventHandler(this.GenericTestDlg_Load);
|
|
this.horizSplitContainer.Panel1.ResumeLayout(false);
|
|
this.horizSplitContainer.Panel1.PerformLayout();
|
|
this.horizSplitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).EndInit();
|
|
this.horizSplitContainer.ResumeLayout(false);
|
|
this.vertSplitContainer.Panel1.ResumeLayout(false);
|
|
this.vertSplitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.vertSplitContainer)).EndInit();
|
|
this.vertSplitContainer.ResumeLayout(false);
|
|
this.resultsGroupBox.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button settingsButton;
|
|
private System.Windows.Forms.Button stopButton;
|
|
private System.Windows.Forms.SplitContainer horizSplitContainer;
|
|
private System.Windows.Forms.Button startButton;
|
|
private System.Windows.Forms.GroupBox resultsGroupBox;
|
|
private System.Windows.Forms.SplitContainer vertSplitContainer;
|
|
private System.Windows.Forms.Label messageLabel;
|
|
private System.Windows.Forms.ListView activityListView;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Label immediateSensorValueLabel;
|
|
private System.Windows.Forms.Label sensorNameLabel;
|
|
private System.Windows.Forms.Label filteredSensorValueLabel;
|
|
private System.Windows.Forms.Button logoutButton;
|
|
}
|
|
}
|
|
|