190 lines
6.6 KiB
C#
190 lines
6.6 KiB
C#
namespace orchestrator_ui
|
|
{
|
|
partial class MainUI
|
|
{
|
|
/// <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()
|
|
{
|
|
sourceBox = new ComboBox();
|
|
modeBox = new ComboBox();
|
|
destinationBox = new ComboBox();
|
|
extraBox = new TextBox();
|
|
entryName = new TextBox();
|
|
button1 = new Button();
|
|
literalBox = new CheckBox();
|
|
saveButton = new Button();
|
|
listView1 = new ListView();
|
|
removeButton = new Button();
|
|
findButton = new Button();
|
|
SuspendLayout();
|
|
//
|
|
// sourceBox
|
|
//
|
|
sourceBox.FormattingEnabled = true;
|
|
sourceBox.Items.AddRange(new object[] { "BASE_DIR" });
|
|
sourceBox.Location = new Point(354, 12);
|
|
sourceBox.Name = "sourceBox";
|
|
sourceBox.Size = new Size(119, 28);
|
|
sourceBox.TabIndex = 1;
|
|
sourceBox.Text = "BASE_DIR";
|
|
//
|
|
// modeBox
|
|
//
|
|
modeBox.FormattingEnabled = true;
|
|
modeBox.Items.AddRange(new object[] { "COPY", "COPY_DIR" });
|
|
modeBox.Location = new Point(476, 12);
|
|
modeBox.Name = "modeBox";
|
|
modeBox.Size = new Size(119, 28);
|
|
modeBox.TabIndex = 2;
|
|
modeBox.Text = "COPY";
|
|
//
|
|
// destinationBox
|
|
//
|
|
destinationBox.FormattingEnabled = true;
|
|
destinationBox.Items.AddRange(new object[] { "PLUGINS" });
|
|
destinationBox.Location = new Point(232, 12);
|
|
destinationBox.Name = "destinationBox";
|
|
destinationBox.Size = new Size(119, 28);
|
|
destinationBox.TabIndex = 3;
|
|
destinationBox.Text = "PLUGINS";
|
|
//
|
|
// extraBox
|
|
//
|
|
extraBox.Location = new Point(599, 13);
|
|
extraBox.Name = "extraBox";
|
|
extraBox.PlaceholderText = "Extra";
|
|
extraBox.Size = new Size(125, 27);
|
|
extraBox.TabIndex = 4;
|
|
//
|
|
// entryName
|
|
//
|
|
entryName.Location = new Point(104, 13);
|
|
entryName.Name = "entryName";
|
|
entryName.PlaceholderText = "Entry Name";
|
|
entryName.Size = new Size(125, 27);
|
|
entryName.TabIndex = 5;
|
|
//
|
|
// button1
|
|
//
|
|
button1.Location = new Point(731, 13);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(26, 29);
|
|
button1.TabIndex = 6;
|
|
button1.Text = "+";
|
|
button1.UseVisualStyleBackColor = true;
|
|
button1.Click += button1_Click;
|
|
//
|
|
// literalBox
|
|
//
|
|
literalBox.AutoSize = true;
|
|
literalBox.Location = new Point(12, 15);
|
|
literalBox.Name = "literalBox";
|
|
literalBox.Size = new Size(72, 24);
|
|
literalBox.TabIndex = 7;
|
|
literalBox.Text = "Literal";
|
|
literalBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// saveButton
|
|
//
|
|
saveButton.Location = new Point(762, 13);
|
|
saveButton.Name = "saveButton";
|
|
saveButton.Size = new Size(26, 29);
|
|
saveButton.TabIndex = 8;
|
|
saveButton.Text = "S";
|
|
saveButton.UseVisualStyleBackColor = true;
|
|
saveButton.Click += saveButton_Click;
|
|
//
|
|
// listView1
|
|
//
|
|
listView1.AutoArrange = false;
|
|
listView1.GridLines = true;
|
|
listView1.LabelEdit = true;
|
|
listView1.LabelWrap = false;
|
|
listView1.Location = new Point(12, 45);
|
|
listView1.Name = "listView1";
|
|
listView1.Size = new Size(776, 393);
|
|
listView1.TabIndex = 9;
|
|
listView1.UseCompatibleStateImageBehavior = false;
|
|
listView1.View = View.List;
|
|
listView1.KeyDown += listView1_KeyDown;
|
|
//
|
|
// removeButton
|
|
//
|
|
removeButton.Location = new Point(750, 395);
|
|
removeButton.Name = "removeButton";
|
|
removeButton.Size = new Size(26, 29);
|
|
removeButton.TabIndex = 10;
|
|
removeButton.Text = "-";
|
|
removeButton.UseVisualStyleBackColor = true;
|
|
removeButton.Click += removeButton_Click;
|
|
//
|
|
// findButton
|
|
//
|
|
findButton.Location = new Point(718, 395);
|
|
findButton.Name = "findButton";
|
|
findButton.Size = new Size(26, 29);
|
|
findButton.TabIndex = 11;
|
|
findButton.Text = "?";
|
|
findButton.UseVisualStyleBackColor = true;
|
|
findButton.Click += findButton_Click;
|
|
//
|
|
// MainUI
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 450);
|
|
Controls.Add(findButton);
|
|
Controls.Add(removeButton);
|
|
Controls.Add(listView1);
|
|
Controls.Add(saveButton);
|
|
Controls.Add(literalBox);
|
|
Controls.Add(button1);
|
|
Controls.Add(entryName);
|
|
Controls.Add(extraBox);
|
|
Controls.Add(destinationBox);
|
|
Controls.Add(modeBox);
|
|
Controls.Add(sourceBox);
|
|
Name = "MainUI";
|
|
Text = "Orchestrator UI";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
private ComboBox sourceBox;
|
|
private ComboBox modeBox;
|
|
private ComboBox destinationBox;
|
|
private TextBox extraBox;
|
|
private TextBox entryName;
|
|
private Button button1;
|
|
private CheckBox literalBox;
|
|
private Button saveButton;
|
|
private ListView listView1;
|
|
private Button removeButton;
|
|
private Button findButton;
|
|
}
|
|
}
|