tbf/TBF/Rig/BridgeComponents/GciBridge/GciBridgeCfgCtrl.Designer.cs

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.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.enableGuiCheckBox = new System.Windows.Forms.CheckBox();
this.enableExternalCheckBox = new System.Windows.Forms.CheckBox();
this.showGuiOnInitializeCheckBox = new System.Windows.Forms.CheckBox();
this.externalTypeNameLabel = new System.Windows.Forms.Label();
this.externalTypeNameTextBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.connectExternalButton = new System.Windows.Forms.Button();
this.showGuiButton = new System.Windows.Forms.Button();
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(130, 20);
this.nameTextBox.TabIndex = 2;
//
// 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(70, 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(130, 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(67, 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(130, 21);
this.writerNameComboBox.TabIndex = 6;
//
// 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(114, 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(134, 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(132, 17);
this.showGuiOnInitializeCheckBox.TabIndex = 9;
this.showGuiOnInitializeCheckBox.Text = "Show GUI on initialize";
this.showGuiOnInitializeCheckBox.UseVisualStyleBackColor = true;
//
// 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(103, 13);
this.externalTypeNameLabel.TabIndex = 10;
this.externalTypeNameLabel.Text = "External type / name";
//
// 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(130, 20);
this.externalTypeNameTextBox.TabIndex = 11;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.connectExternalButton);
this.groupBox1.Controls.Add(this.showGuiButton);
this.groupBox1.Location = new System.Drawing.Point(10, 527);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(280, 60);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "GCI bridge";
//
// connectExternalButton
//
this.connectExternalButton.Location = new System.Drawing.Point(14, 19);
this.connectExternalButton.Name = "connectExternalButton";
this.connectExternalButton.Size = new System.Drawing.Size(107, 28);
this.connectExternalButton.TabIndex = 0;
this.connectExternalButton.Text = "Connect";
this.connectExternalButton.UseVisualStyleBackColor = true;
this.connectExternalButton.Click += new System.EventHandler(this.connectExternalButton_Click);
//
// showGuiButton
//
this.showGuiButton.Location = new System.Drawing.Point(160, 19);
this.showGuiButton.Name = "showGuiButton";
this.showGuiButton.Size = new System.Drawing.Size(107, 28);
this.showGuiButton.TabIndex = 1;
this.showGuiButton.Text = "Show GUI";
this.showGuiButton.UseVisualStyleBackColor = true;
this.showGuiButton.Click += new System.EventHandler(this.showGuiButton_Click);
//
// 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(300, 700);
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.Label readerNameLabel;
private System.Windows.Forms.ComboBox readerNameComboBox;
private System.Windows.Forms.Label writerNameLabel;
private System.Windows.Forms.ComboBox writerNameComboBox;
private System.Windows.Forms.CheckBox enableGuiCheckBox;
private System.Windows.Forms.CheckBox enableExternalCheckBox;
private System.Windows.Forms.CheckBox showGuiOnInitializeCheckBox;
private System.Windows.Forms.Label externalTypeNameLabel;
private System.Windows.Forms.TextBox externalTypeNameTextBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button connectExternalButton;
private System.Windows.Forms.Button showGuiButton;
}
}