226 lines
10 KiB
C#
Executable File
226 lines
10 KiB
C#
Executable File
using System;
|
|
using System.IO;
|
|
|
|
namespace UIB_Tool_R10
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this._mainFileSelector = new System.Windows.Forms.Button();
|
|
this.l_mainfile = new System.Windows.Forms.Label();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.t_mainFile = new System.Windows.Forms.TextBox();
|
|
this.outdir = new System.Windows.Forms.Label();
|
|
this.t_outdir = new System.Windows.Forms.TextBox();
|
|
this._outdirSelector = new System.Windows.Forms.Button();
|
|
this.b_generate = new System.Windows.Forms.Button();
|
|
this.dtb = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.c_script = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.c_autoOpen = new System.Windows.Forms.ComboBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// _mainFileSelector
|
|
//
|
|
this._mainFileSelector.Location = new System.Drawing.Point(282, 35);
|
|
this._mainFileSelector.Name = "_mainFileSelector";
|
|
this._mainFileSelector.Size = new System.Drawing.Size(75, 23);
|
|
this._mainFileSelector.TabIndex = 0;
|
|
this._mainFileSelector.Text = "Choose file";
|
|
this._mainFileSelector.UseVisualStyleBackColor = true;
|
|
this._mainFileSelector.Click += new System.EventHandler(this._mainFileSelector_Click);
|
|
//
|
|
// l_mainfile
|
|
//
|
|
this.l_mainfile.AutoSize = true;
|
|
this.l_mainfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.l_mainfile.Location = new System.Drawing.Point(12, 9);
|
|
this.l_mainfile.Name = "l_mainfile";
|
|
this.l_mainfile.Size = new System.Drawing.Size(72, 13);
|
|
this.l_mainfile.TabIndex = 1;
|
|
this.l_mainfile.Text = "Dataset file";
|
|
this.l_mainfile.Click += new System.EventHandler(this.label1_Click);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
|
//
|
|
// t_mainFile
|
|
//
|
|
this.t_mainFile.Location = new System.Drawing.Point(19, 37);
|
|
this.t_mainFile.Name = "t_mainFile";
|
|
this.t_mainFile.Size = new System.Drawing.Size(243, 20);
|
|
this.t_mainFile.TabIndex = 5;
|
|
//
|
|
// outdir
|
|
//
|
|
this.outdir.AutoSize = true;
|
|
this.outdir.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.outdir.Location = new System.Drawing.Point(12, 75);
|
|
this.outdir.Name = "outdir";
|
|
this.outdir.Size = new System.Drawing.Size(81, 13);
|
|
this.outdir.TabIndex = 8;
|
|
this.outdir.Text = "Output folder";
|
|
//
|
|
// t_outdir
|
|
//
|
|
this.t_outdir.Location = new System.Drawing.Point(19, 109);
|
|
this.t_outdir.Name = "t_outdir";
|
|
this.t_outdir.Size = new System.Drawing.Size(243, 20);
|
|
this.t_outdir.TabIndex = 10;
|
|
//
|
|
// _outdirSelector
|
|
//
|
|
this._outdirSelector.Location = new System.Drawing.Point(282, 107);
|
|
this._outdirSelector.Name = "_outdirSelector";
|
|
this._outdirSelector.Size = new System.Drawing.Size(75, 23);
|
|
this._outdirSelector.TabIndex = 9;
|
|
this._outdirSelector.Text = "Choose";
|
|
this._outdirSelector.UseVisualStyleBackColor = true;
|
|
this._outdirSelector.Click += new System.EventHandler(this._outdirSelector_Click);
|
|
//
|
|
// b_generate
|
|
//
|
|
this.b_generate.Enabled = false;
|
|
this.b_generate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.b_generate.Location = new System.Drawing.Point(19, 256);
|
|
this.b_generate.Name = "b_generate";
|
|
this.b_generate.Size = new System.Drawing.Size(338, 49);
|
|
this.b_generate.TabIndex = 11;
|
|
this.b_generate.Text = "GENERATE REPORT";
|
|
this.b_generate.UseVisualStyleBackColor = true;
|
|
this.b_generate.Click += new System.EventHandler(this.b_generate_Click);
|
|
//
|
|
// dtb
|
|
//
|
|
this.dtb.Location = new System.Drawing.Point(19, 326);
|
|
this.dtb.Name = "dtb";
|
|
this.dtb.Size = new System.Drawing.Size(338, 20);
|
|
this.dtb.TabIndex = 12;
|
|
this.dtb.TextChanged += new System.EventHandler(this.dtb_TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(12, 157);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(111, 13);
|
|
this.label1.TabIndex = 13;
|
|
this.label1.Text = "Additional settings";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(16, 185);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(73, 13);
|
|
this.label2.TabIndex = 14;
|
|
this.label2.Text = "Analysis script";
|
|
//
|
|
// c_script
|
|
//
|
|
this.c_script.FormattingEnabled = true;
|
|
this.c_script.Location = new System.Drawing.Point(181, 177);
|
|
this.c_script.Name = "c_script";
|
|
this.c_script.Size = new System.Drawing.Size(176, 21);
|
|
this.c_script.TabIndex = 15;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(16, 222);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(127, 13);
|
|
this.label3.TabIndex = 16;
|
|
this.label3.Text = "Open report automatically";
|
|
//
|
|
// c_autoOpen
|
|
//
|
|
this.c_autoOpen.DisplayMember = "Yes";
|
|
this.c_autoOpen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.c_autoOpen.FormattingEnabled = true;
|
|
this.c_autoOpen.Items.AddRange(new object[] {
|
|
"Yes",
|
|
"No"});
|
|
this.c_autoOpen.Location = new System.Drawing.Point(181, 219);
|
|
this.c_autoOpen.Name = "c_autoOpen";
|
|
this.c_autoOpen.Size = new System.Drawing.Size(176, 21);
|
|
this.c_autoOpen.TabIndex = 17;
|
|
//
|
|
// Form1
|
|
//
|
|
this.ClientSize = new System.Drawing.Size(372, 361);
|
|
this.Controls.Add(this.c_autoOpen);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.c_script);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.dtb);
|
|
this.Controls.Add(this.b_generate);
|
|
this.Controls.Add(this.t_outdir);
|
|
this.Controls.Add(this._outdirSelector);
|
|
this.Controls.Add(this.outdir);
|
|
this.Controls.Add(this.t_mainFile);
|
|
this.Controls.Add(this.l_mainfile);
|
|
this.Controls.Add(this._mainFileSelector);
|
|
this.Name = "Form1";
|
|
this.Text = "Interim dataset analysis";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button _mainFileSelector;
|
|
private System.Windows.Forms.Label l_mainfile;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.TextBox t_mainFile;
|
|
private System.Windows.Forms.Label outdir;
|
|
private System.Windows.Forms.TextBox t_outdir;
|
|
private System.Windows.Forms.Button _outdirSelector;
|
|
private System.Windows.Forms.Button b_generate;
|
|
private System.Windows.Forms.TextBox dtb;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox c_script;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox c_autoOpen;
|
|
|
|
|
|
}
|
|
}
|
|
|