mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-07 12:16:04 +00:00
168 lines
7.7 KiB
C#
168 lines
7.7 KiB
C#
namespace WelsonJS.Launcher
|
|
{
|
|
partial class InstancesForm
|
|
{
|
|
/// <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.listView1 = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.btnDelete = new System.Windows.Forms.Button();
|
|
this.btnOpenWithExplorer = new System.Windows.Forms.Button();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.btnStart = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2});
|
|
this.listView1.HideSelection = false;
|
|
this.listView1.Location = new System.Drawing.Point(12, 12);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(547, 253);
|
|
this.listView1.TabIndex = 0;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "Instance ID";
|
|
this.columnHeader1.Width = 220;
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "First Deploy Time";
|
|
this.columnHeader2.Width = 160;
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.Image = global::WelsonJS.Launcher.Properties.Resources.icon_delete_32;
|
|
this.btnDelete.Location = new System.Drawing.Point(171, 364);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(150, 60);
|
|
this.btnDelete.TabIndex = 2;
|
|
this.btnDelete.Text = "Delete";
|
|
this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnDelete.UseVisualStyleBackColor = true;
|
|
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
|
//
|
|
// btnOpenWithExplorer
|
|
//
|
|
this.btnOpenWithExplorer.Image = global::WelsonJS.Launcher.Properties.Resources.icon_directory_32;
|
|
this.btnOpenWithExplorer.Location = new System.Drawing.Point(327, 364);
|
|
this.btnOpenWithExplorer.Name = "btnOpenWithExplorer";
|
|
this.btnOpenWithExplorer.Size = new System.Drawing.Size(232, 60);
|
|
this.btnOpenWithExplorer.TabIndex = 3;
|
|
this.btnOpenWithExplorer.Text = "Open with Explorer";
|
|
this.btnOpenWithExplorer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnOpenWithExplorer.UseVisualStyleBackColor = true;
|
|
this.btnOpenWithExplorer.Click += new System.EventHandler(this.btnOpenWithExplorer_Click);
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(15, 322);
|
|
this.checkBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(352, 22);
|
|
this.checkBox2.TabIndex = 9;
|
|
this.checkBox2.Text = "This is an Interactive Service Application";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Enabled = false;
|
|
this.textBox1.Location = new System.Drawing.Point(284, 283);
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(155, 28);
|
|
this.textBox1.TabIndex = 8;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(15, 288);
|
|
this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(256, 22);
|
|
this.checkBox1.TabIndex = 7;
|
|
this.checkBox1.Text = "I want to use specific script ";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// btnStart
|
|
//
|
|
this.btnStart.Image = global::WelsonJS.Launcher.Properties.Resources.icon_start_32;
|
|
this.btnStart.Location = new System.Drawing.Point(15, 364);
|
|
this.btnStart.Name = "btnStart";
|
|
this.btnStart.Size = new System.Drawing.Size(150, 60);
|
|
this.btnStart.TabIndex = 1;
|
|
this.btnStart.Text = "Start";
|
|
this.btnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnStart.UseVisualStyleBackColor = true;
|
|
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
|
//
|
|
// InstancesForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(573, 444);
|
|
this.Controls.Add(this.btnStart);
|
|
this.Controls.Add(this.listView1);
|
|
this.Controls.Add(this.btnDelete);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.checkBox2);
|
|
this.Controls.Add(this.btnOpenWithExplorer);
|
|
this.Controls.Add(this.textBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = global::WelsonJS.Launcher.Properties.Resources.favicon;
|
|
this.MaximizeBox = false;
|
|
this.Name = "InstancesForm";
|
|
this.Text = "Instances";
|
|
this.Load += new System.EventHandler(this.InstancesForm_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.Button btnDelete;
|
|
private System.Windows.Forms.Button btnOpenWithExplorer;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
private System.Windows.Forms.Button btnStart;
|
|
}
|
|
} |