142 lines
7.2 KiB
C#
142 lines
7.2 KiB
C#
namespace TBF.Rig.Output.DB.ResultsWriter
|
|
{
|
|
partial class ResultsWriterCfgCtrl
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null)) components.Dispose();
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.parentLabel = new System.Windows.Forms.Label();
|
|
this.parentComboBox = new System.Windows.Forms.ComboBox();
|
|
this.enabledCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.storageNameLabel = new System.Windows.Forms.Label();
|
|
this.storageNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.configureResultsButton = new System.Windows.Forms.Button();
|
|
this.selectedItemsLabel = new System.Windows.Forms.Label();
|
|
this.previewRequestButton = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
|
|
this.previewRequestButton.Enabled = false;
|
|
this.previewRequestButton.Location = new System.Drawing.Point(150, 204);
|
|
this.previewRequestButton.Name = "previewRequestButton";
|
|
this.previewRequestButton.Size = new System.Drawing.Size(160, 30);
|
|
this.previewRequestButton.TabIndex = 10;
|
|
this.previewRequestButton.Text = "Preview request...";
|
|
this.previewRequestButton.UseVisualStyleBackColor = true;
|
|
this.previewRequestButton.Click += new System.EventHandler(this.previewRequestButton_Click);
|
|
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(14, 12);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(75, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ResultsWriter";
|
|
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(14, 45);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(38, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name:";
|
|
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(150, 42);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(260, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
|
|
this.parentLabel.AutoSize = true;
|
|
this.parentLabel.Location = new System.Drawing.Point(14, 75);
|
|
this.parentLabel.Name = "parentLabel";
|
|
this.parentLabel.Size = new System.Drawing.Size(123, 13);
|
|
this.parentLabel.TabIndex = 3;
|
|
this.parentLabel.Text = "UniDataStorageWriter:";
|
|
|
|
this.parentComboBox.Enabled = false;
|
|
this.parentComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.parentComboBox.FormattingEnabled = true;
|
|
this.parentComboBox.Location = new System.Drawing.Point(150, 72);
|
|
this.parentComboBox.Name = "parentComboBox";
|
|
this.parentComboBox.Size = new System.Drawing.Size(260, 21);
|
|
this.parentComboBox.TabIndex = 4;
|
|
|
|
this.enabledCheckBox.AutoSize = true;
|
|
this.enabledCheckBox.Enabled = false;
|
|
this.enabledCheckBox.Location = new System.Drawing.Point(150, 103);
|
|
this.enabledCheckBox.Name = "enabledCheckBox";
|
|
this.enabledCheckBox.Size = new System.Drawing.Size(65, 17);
|
|
this.enabledCheckBox.TabIndex = 5;
|
|
this.enabledCheckBox.Text = "Enabled";
|
|
this.enabledCheckBox.UseVisualStyleBackColor = true;
|
|
|
|
this.storageNameLabel.AutoSize = true;
|
|
this.storageNameLabel.Location = new System.Drawing.Point(14, 133);
|
|
this.storageNameLabel.Name = "storageNameLabel";
|
|
this.storageNameLabel.Size = new System.Drawing.Size(77, 13);
|
|
this.storageNameLabel.TabIndex = 6;
|
|
this.storageNameLabel.Text = "Storage name:";
|
|
|
|
this.storageNameTextBox.Enabled = false;
|
|
this.storageNameTextBox.Location = new System.Drawing.Point(150, 130);
|
|
this.storageNameTextBox.Name = "storageNameTextBox";
|
|
this.storageNameTextBox.Size = new System.Drawing.Size(260, 20);
|
|
this.storageNameTextBox.TabIndex = 7;
|
|
|
|
this.configureResultsButton.Enabled = false;
|
|
this.configureResultsButton.Location = new System.Drawing.Point(150, 168);
|
|
this.configureResultsButton.Name = "configureResultsButton";
|
|
this.configureResultsButton.Size = new System.Drawing.Size(160, 30);
|
|
this.configureResultsButton.TabIndex = 8;
|
|
this.configureResultsButton.Text = "Configure results...";
|
|
this.configureResultsButton.UseVisualStyleBackColor = true;
|
|
this.configureResultsButton.Click += new System.EventHandler(this.configureResultsButton_Click);
|
|
|
|
this.selectedItemsLabel.AutoSize = true;
|
|
this.selectedItemsLabel.Location = new System.Drawing.Point(325, 176);
|
|
this.selectedItemsLabel.Name = "selectedItemsLabel";
|
|
this.selectedItemsLabel.Size = new System.Drawing.Size(92, 13);
|
|
this.selectedItemsLabel.TabIndex = 9;
|
|
this.selectedItemsLabel.Text = "0 selected item(s)";
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.selectedItemsLabel);
|
|
this.Controls.Add(this.configureResultsButton);
|
|
this.Controls.Add(this.storageNameTextBox);
|
|
this.Controls.Add(this.storageNameLabel);
|
|
this.Controls.Add(this.enabledCheckBox);
|
|
this.Controls.Add(this.parentComboBox);
|
|
this.Controls.Add(this.parentLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Controls.Add(this.previewRequestButton);
|
|
this.Name = "ResultsWriterCfgCtrl";
|
|
this.Size = new System.Drawing.Size(620, 260);
|
|
this.Load += new System.EventHandler(this.ResultsWriterCfgCtrl_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label parentLabel;
|
|
private System.Windows.Forms.ComboBox parentComboBox;
|
|
private System.Windows.Forms.CheckBox enabledCheckBox;
|
|
private System.Windows.Forms.Label storageNameLabel;
|
|
private System.Windows.Forms.TextBox storageNameTextBox;
|
|
private System.Windows.Forms.Button configureResultsButton;
|
|
private System.Windows.Forms.Label selectedItemsLabel;
|
|
private System.Windows.Forms.Button previewRequestButton;
|
|
}
|
|
} |