236 lines
11 KiB
C#
236 lines
11 KiB
C#
namespace TBF.Rig.BridgeComponents.GciBridge
|
|
{
|
|
partial class GciBridgeCfgCtrl
|
|
{
|
|
/// <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 Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.showGciBridgeGUIButton = new System.Windows.Forms.Button();
|
|
this.showGciGuiButton = new System.Windows.Forms.Button();
|
|
this.readerNameLabel = new System.Windows.Forms.Label();
|
|
this.readerNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.writerNameLabel = new System.Windows.Forms.Label();
|
|
this.writerNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.externalTypeNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.externalTypeNameLabel = new System.Windows.Forms.Label();
|
|
this.enableGuiCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.enableExternalCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.showGuiOnInitializeCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(136, 15);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(89, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComponentName";
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(28, 43);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(139, 40);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(290, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.showGciBridgeGUIButton);
|
|
this.groupBox1.Controls.Add(this.showGciGuiButton);
|
|
this.groupBox1.Location = new System.Drawing.Point(31, 241);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(573, 60);
|
|
this.groupBox1.TabIndex = 12;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Diagnostic GUI";
|
|
//
|
|
// showGciBridgeGUIButton
|
|
//
|
|
this.showGciBridgeGUIButton.Location = new System.Drawing.Point(311, 19);
|
|
this.showGciBridgeGUIButton.Name = "showGciBridgeGUIButton";
|
|
this.showGciBridgeGUIButton.Size = new System.Drawing.Size(134, 28);
|
|
this.showGciBridgeGUIButton.TabIndex = 2;
|
|
this.showGciBridgeGUIButton.Text = "Show GciBridge GUI";
|
|
this.showGciBridgeGUIButton.UseVisualStyleBackColor = true;
|
|
this.showGciBridgeGUIButton.Click += new System.EventHandler(this.showGciBridgeGUIButton_Click);
|
|
//
|
|
// showGciGuiButton
|
|
//
|
|
this.showGciGuiButton.Location = new System.Drawing.Point(451, 19);
|
|
this.showGciGuiButton.Name = "showGciGuiButton";
|
|
this.showGciGuiButton.Size = new System.Drawing.Size(107, 28);
|
|
this.showGciGuiButton.TabIndex = 1;
|
|
this.showGciGuiButton.Text = "Show GCI GUI";
|
|
this.showGciGuiButton.UseVisualStyleBackColor = true;
|
|
this.showGciGuiButton.Click += new System.EventHandler(this.showGuiButton_Click);
|
|
//
|
|
// readerNameLabel
|
|
//
|
|
this.readerNameLabel.AutoSize = true;
|
|
this.readerNameLabel.Location = new System.Drawing.Point(28, 70);
|
|
this.readerNameLabel.Name = "readerNameLabel";
|
|
this.readerNameLabel.Size = new System.Drawing.Size(73, 13);
|
|
this.readerNameLabel.TabIndex = 3;
|
|
this.readerNameLabel.Text = "Reader Name";
|
|
//
|
|
// readerNameComboBox
|
|
//
|
|
this.readerNameComboBox.Enabled = false;
|
|
this.readerNameComboBox.FormattingEnabled = true;
|
|
this.readerNameComboBox.Location = new System.Drawing.Point(139, 67);
|
|
this.readerNameComboBox.Name = "readerNameComboBox";
|
|
this.readerNameComboBox.Size = new System.Drawing.Size(465, 21);
|
|
this.readerNameComboBox.TabIndex = 4;
|
|
//
|
|
// writerNameLabel
|
|
//
|
|
this.writerNameLabel.AutoSize = true;
|
|
this.writerNameLabel.Location = new System.Drawing.Point(28, 97);
|
|
this.writerNameLabel.Name = "writerNameLabel";
|
|
this.writerNameLabel.Size = new System.Drawing.Size(66, 13);
|
|
this.writerNameLabel.TabIndex = 5;
|
|
this.writerNameLabel.Text = "Writer Name";
|
|
//
|
|
// writerNameComboBox
|
|
//
|
|
this.writerNameComboBox.Enabled = false;
|
|
this.writerNameComboBox.FormattingEnabled = true;
|
|
this.writerNameComboBox.Location = new System.Drawing.Point(139, 94);
|
|
this.writerNameComboBox.Name = "writerNameComboBox";
|
|
this.writerNameComboBox.Size = new System.Drawing.Size(465, 21);
|
|
this.writerNameComboBox.TabIndex = 6;
|
|
//
|
|
// externalTypeNameTextBox
|
|
//
|
|
this.externalTypeNameTextBox.Enabled = false;
|
|
this.externalTypeNameTextBox.Location = new System.Drawing.Point(139, 202);
|
|
this.externalTypeNameTextBox.Name = "externalTypeNameTextBox";
|
|
this.externalTypeNameTextBox.Size = new System.Drawing.Size(290, 20);
|
|
this.externalTypeNameTextBox.TabIndex = 11;
|
|
//
|
|
// externalTypeNameLabel
|
|
//
|
|
this.externalTypeNameLabel.AutoSize = true;
|
|
this.externalTypeNameLabel.Location = new System.Drawing.Point(28, 205);
|
|
this.externalTypeNameLabel.Name = "externalTypeNameLabel";
|
|
this.externalTypeNameLabel.Size = new System.Drawing.Size(105, 13);
|
|
this.externalTypeNameLabel.TabIndex = 10;
|
|
this.externalTypeNameLabel.Text = "External type / name";
|
|
//
|
|
// enableGuiCheckBox
|
|
//
|
|
this.enableGuiCheckBox.AutoSize = true;
|
|
this.enableGuiCheckBox.Enabled = false;
|
|
this.enableGuiCheckBox.Location = new System.Drawing.Point(31, 129);
|
|
this.enableGuiCheckBox.Name = "enableGuiCheckBox";
|
|
this.enableGuiCheckBox.Size = new System.Drawing.Size(118, 17);
|
|
this.enableGuiCheckBox.TabIndex = 7;
|
|
this.enableGuiCheckBox.Text = "Enable GUI access";
|
|
this.enableGuiCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// enableExternalCheckBox
|
|
//
|
|
this.enableExternalCheckBox.AutoSize = true;
|
|
this.enableExternalCheckBox.Enabled = false;
|
|
this.enableExternalCheckBox.Location = new System.Drawing.Point(31, 152);
|
|
this.enableExternalCheckBox.Name = "enableExternalCheckBox";
|
|
this.enableExternalCheckBox.Size = new System.Drawing.Size(136, 17);
|
|
this.enableExternalCheckBox.TabIndex = 8;
|
|
this.enableExternalCheckBox.Text = "Enable external access";
|
|
this.enableExternalCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// showGuiOnInitializeCheckBox
|
|
//
|
|
this.showGuiOnInitializeCheckBox.AutoSize = true;
|
|
this.showGuiOnInitializeCheckBox.Enabled = false;
|
|
this.showGuiOnInitializeCheckBox.Location = new System.Drawing.Point(31, 175);
|
|
this.showGuiOnInitializeCheckBox.Name = "showGuiOnInitializeCheckBox";
|
|
this.showGuiOnInitializeCheckBox.Size = new System.Drawing.Size(129, 17);
|
|
this.showGuiOnInitializeCheckBox.TabIndex = 9;
|
|
this.showGuiOnInitializeCheckBox.Text = "Show GUI on initialize";
|
|
this.showGuiOnInitializeCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// GciBridgeCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.externalTypeNameTextBox);
|
|
this.Controls.Add(this.externalTypeNameLabel);
|
|
this.Controls.Add(this.showGuiOnInitializeCheckBox);
|
|
this.Controls.Add(this.enableExternalCheckBox);
|
|
this.Controls.Add(this.enableGuiCheckBox);
|
|
this.Controls.Add(this.writerNameComboBox);
|
|
this.Controls.Add(this.writerNameLabel);
|
|
this.Controls.Add(this.readerNameComboBox);
|
|
this.Controls.Add(this.readerNameLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "GciBridgeCfgCtrl";
|
|
this.Size = new System.Drawing.Size(618, 323);
|
|
this.Load += new System.EventHandler(this.GciBridgeCfgCtrl_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button showGciGuiButton;
|
|
private System.Windows.Forms.Button showGciBridgeGUIButton;
|
|
private System.Windows.Forms.Label readerNameLabel;
|
|
private System.Windows.Forms.ComboBox readerNameComboBox;
|
|
private System.Windows.Forms.Label writerNameLabel;
|
|
private System.Windows.Forms.ComboBox writerNameComboBox;
|
|
private System.Windows.Forms.TextBox externalTypeNameTextBox;
|
|
private System.Windows.Forms.Label externalTypeNameLabel;
|
|
private System.Windows.Forms.CheckBox enableGuiCheckBox;
|
|
private System.Windows.Forms.CheckBox enableExternalCheckBox;
|
|
private System.Windows.Forms.CheckBox showGuiOnInitializeCheckBox;
|
|
}
|
|
} |