234 lines
11 KiB
C#
234 lines
11 KiB
C#
namespace SIRTBroadcaster.UI
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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.mainPanel = new System.Windows.Forms.Panel();
|
|
this.pruefungInitialisierung = new System.Windows.Forms.Button();
|
|
this.writeDummyBtn = new System.Windows.Forms.Button();
|
|
this.labelSEMI = new System.Windows.Forms.Label();
|
|
this.labelDebug = new System.Windows.Forms.Label();
|
|
this.labelBUP = new System.Windows.Forms.Label();
|
|
this.lastSEMI = new System.Windows.Forms.RichTextBox();
|
|
this.lastDEBUG = new System.Windows.Forms.RichTextBox();
|
|
this.lastBUP = new System.Windows.Forms.RichTextBox();
|
|
this.ledOffBtn = new System.Windows.Forms.Button();
|
|
this.ledOnBtn = new System.Windows.Forms.Button();
|
|
this.eunits = new System.Windows.Forms.ListBox();
|
|
this.wakeUp = new System.Windows.Forms.Button();
|
|
this.mainPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// mainPanel
|
|
//
|
|
this.mainPanel.Controls.Add(this.wakeUp);
|
|
this.mainPanel.Controls.Add(this.pruefungInitialisierung);
|
|
this.mainPanel.Controls.Add(this.writeDummyBtn);
|
|
this.mainPanel.Controls.Add(this.labelSEMI);
|
|
this.mainPanel.Controls.Add(this.labelDebug);
|
|
this.mainPanel.Controls.Add(this.labelBUP);
|
|
this.mainPanel.Controls.Add(this.lastSEMI);
|
|
this.mainPanel.Controls.Add(this.lastDEBUG);
|
|
this.mainPanel.Controls.Add(this.lastBUP);
|
|
this.mainPanel.Controls.Add(this.ledOffBtn);
|
|
this.mainPanel.Controls.Add(this.ledOnBtn);
|
|
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.mainPanel.Location = new System.Drawing.Point(126, 0);
|
|
this.mainPanel.Name = "mainPanel";
|
|
this.mainPanel.Size = new System.Drawing.Size(799, 533);
|
|
this.mainPanel.TabIndex = 1;
|
|
//
|
|
// pruefungInitialisierung
|
|
//
|
|
this.pruefungInitialisierung.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.pruefungInitialisierung.Location = new System.Drawing.Point(9, 242);
|
|
this.pruefungInitialisierung.Name = "pruefungInitialisierung";
|
|
this.pruefungInitialisierung.Size = new System.Drawing.Size(254, 23);
|
|
this.pruefungInitialisierung.TabIndex = 11;
|
|
this.pruefungInitialisierung.Text = "Initialize for Inspection";
|
|
this.pruefungInitialisierung.UseVisualStyleBackColor = true;
|
|
this.pruefungInitialisierung.Click += new System.EventHandler(this.PruefungInitialisierung_Click);
|
|
//
|
|
// writeDummyBtn
|
|
//
|
|
this.writeDummyBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.writeDummyBtn.Location = new System.Drawing.Point(9, 126);
|
|
this.writeDummyBtn.Name = "writeDummyBtn";
|
|
this.writeDummyBtn.Size = new System.Drawing.Size(254, 23);
|
|
this.writeDummyBtn.TabIndex = 10;
|
|
this.writeDummyBtn.Text = "Write dummy PAM";
|
|
this.writeDummyBtn.UseVisualStyleBackColor = true;
|
|
this.writeDummyBtn.Click += new System.EventHandler(this.WriteDummyPAM_Click);
|
|
//
|
|
// labelSEMI
|
|
//
|
|
this.labelSEMI.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.labelSEMI.AutoSize = true;
|
|
this.labelSEMI.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelSEMI.Location = new System.Drawing.Point(528, 9);
|
|
this.labelSEMI.Name = "labelSEMI";
|
|
this.labelSEMI.Size = new System.Drawing.Size(70, 13);
|
|
this.labelSEMI.TabIndex = 9;
|
|
this.labelSEMI.Text = "Last SEMI";
|
|
this.labelSEMI.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelDebug
|
|
//
|
|
this.labelDebug.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.labelDebug.AutoSize = true;
|
|
this.labelDebug.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelDebug.Location = new System.Drawing.Point(267, 9);
|
|
this.labelDebug.Name = "labelDebug";
|
|
this.labelDebug.Size = new System.Drawing.Size(81, 13);
|
|
this.labelDebug.TabIndex = 8;
|
|
this.labelDebug.Text = "Last DEBUG";
|
|
this.labelDebug.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelBUP
|
|
//
|
|
this.labelBUP.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.labelBUP.AutoSize = true;
|
|
this.labelBUP.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelBUP.Location = new System.Drawing.Point(6, 9);
|
|
this.labelBUP.Name = "labelBUP";
|
|
this.labelBUP.Size = new System.Drawing.Size(63, 13);
|
|
this.labelBUP.TabIndex = 7;
|
|
this.labelBUP.Text = "Last BUP";
|
|
this.labelBUP.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lastSEMI
|
|
//
|
|
this.lastSEMI.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lastSEMI.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lastSEMI.Location = new System.Drawing.Point(531, 26);
|
|
this.lastSEMI.Name = "lastSEMI";
|
|
this.lastSEMI.ReadOnly = true;
|
|
this.lastSEMI.Size = new System.Drawing.Size(265, 504);
|
|
this.lastSEMI.TabIndex = 6;
|
|
this.lastSEMI.Text = "";
|
|
//
|
|
// lastDEBUG
|
|
//
|
|
this.lastDEBUG.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lastDEBUG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lastDEBUG.Location = new System.Drawing.Point(269, 26);
|
|
this.lastDEBUG.Name = "lastDEBUG";
|
|
this.lastDEBUG.ReadOnly = true;
|
|
this.lastDEBUG.Size = new System.Drawing.Size(262, 504);
|
|
this.lastDEBUG.TabIndex = 5;
|
|
this.lastDEBUG.Text = "";
|
|
//
|
|
// lastBUP
|
|
//
|
|
this.lastBUP.BackColor = System.Drawing.SystemColors.Control;
|
|
this.lastBUP.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lastBUP.Location = new System.Drawing.Point(9, 25);
|
|
this.lastBUP.Name = "lastBUP";
|
|
this.lastBUP.Size = new System.Drawing.Size(254, 95);
|
|
this.lastBUP.TabIndex = 4;
|
|
this.lastBUP.Text = "";
|
|
//
|
|
// ledOffBtn
|
|
//
|
|
this.ledOffBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.ledOffBtn.Location = new System.Drawing.Point(9, 184);
|
|
this.ledOffBtn.Name = "ledOffBtn";
|
|
this.ledOffBtn.Size = new System.Drawing.Size(254, 23);
|
|
this.ledOffBtn.TabIndex = 3;
|
|
this.ledOffBtn.Text = "Turn the LED off";
|
|
this.ledOffBtn.UseVisualStyleBackColor = true;
|
|
this.ledOffBtn.Click += new System.EventHandler(this.LedOffBtn_Click);
|
|
//
|
|
// ledOnBtn
|
|
//
|
|
this.ledOnBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.ledOnBtn.Location = new System.Drawing.Point(9, 155);
|
|
this.ledOnBtn.Name = "ledOnBtn";
|
|
this.ledOnBtn.Size = new System.Drawing.Size(254, 23);
|
|
this.ledOnBtn.TabIndex = 2;
|
|
this.ledOnBtn.Text = "Turn the LED on";
|
|
this.ledOnBtn.UseVisualStyleBackColor = true;
|
|
this.ledOnBtn.Click += new System.EventHandler(this.LedOnBtn_Click);
|
|
//
|
|
// eunits
|
|
//
|
|
this.eunits.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.eunits.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.eunits.FormattingEnabled = true;
|
|
this.eunits.Location = new System.Drawing.Point(0, 0);
|
|
this.eunits.Name = "eunits";
|
|
this.eunits.Size = new System.Drawing.Size(120, 533);
|
|
this.eunits.Sorted = true;
|
|
this.eunits.TabIndex = 2;
|
|
this.eunits.SelectedValueChanged += new System.EventHandler(this.EUnits_SelectedValueChanged);
|
|
//
|
|
// wakeUp
|
|
//
|
|
this.wakeUp.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.wakeUp.Location = new System.Drawing.Point(9, 213);
|
|
this.wakeUp.Name = "wakeUp";
|
|
this.wakeUp.Size = new System.Drawing.Size(254, 23);
|
|
this.wakeUp.TabIndex = 12;
|
|
this.wakeUp.Text = "Wake Up";
|
|
this.wakeUp.UseVisualStyleBackColor = true;
|
|
this.wakeUp.Click += new System.EventHandler(this.WakeUpPAM_Click);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(925, 533);
|
|
this.Controls.Add(this.eunits);
|
|
this.Controls.Add(this.mainPanel);
|
|
this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Name = "MainForm";
|
|
this.Text = "SIRT Broadcaster";
|
|
this.mainPanel.ResumeLayout(false);
|
|
this.mainPanel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel mainPanel;
|
|
private System.Windows.Forms.ListBox eunits;
|
|
private System.Windows.Forms.Button ledOnBtn;
|
|
private System.Windows.Forms.Button ledOffBtn;
|
|
private System.Windows.Forms.Label labelSEMI;
|
|
private System.Windows.Forms.Label labelDebug;
|
|
private System.Windows.Forms.Label labelBUP;
|
|
private System.Windows.Forms.RichTextBox lastSEMI;
|
|
private System.Windows.Forms.RichTextBox lastDEBUG;
|
|
private System.Windows.Forms.RichTextBox lastBUP;
|
|
private System.Windows.Forms.Button writeDummyBtn;
|
|
private System.Windows.Forms.Button pruefungInitialisierung;
|
|
private System.Windows.Forms.Button wakeUp;
|
|
}
|
|
}
|
|
|