Free cookie consent management tool by TermsFeed Policy Generator

source: misc/tools/HeuristicLab.HiveDrain/HeuristicLab.HiveDrain/HiveDrainMainWindow.Designer.cs

Last change on this file was 15494, checked in by bburlacu, 6 years ago

#2829: Add option to select the save path for the downloaded jobs. Automatically remove duplicate datasets when the job is saved in a single file. Add button to manually list hive jobs.

File size: 7.8 KB
Line 
1namespace HeuristicLab.HiveDrain {
2  partial class HiveDrainMainWindow {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveDrainMainWindow));
27      this.label1 = new System.Windows.Forms.Label();
28      this.patterTextBox = new System.Windows.Forms.TextBox();
29      this.downloadButton = new System.Windows.Forms.Button();
30      this.logView = new HeuristicLab.Core.Views.LogView();
31      this.oneFileCheckBox = new System.Windows.Forms.CheckBox();
32      this.label2 = new System.Windows.Forms.Label();
33      this.outputDirectoryTextBox = new System.Windows.Forms.TextBox();
34      this.browseOutputPathButton = new System.Windows.Forms.Button();
35      this.listJobsButton = new System.Windows.Forms.Button();
36      this.SuspendLayout();
37      //
38      // label1
39      //
40      this.label1.AutoSize = true;
41      this.label1.Location = new System.Drawing.Point(12, 15);
42      this.label1.Name = "label1";
43      this.label1.Size = new System.Drawing.Size(134, 13);
44      this.label1.TabIndex = 0;
45      this.label1.Text = "Pattern to match job name:";
46      //
47      // patterTextBox
48      //
49      this.patterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
50            | System.Windows.Forms.AnchorStyles.Right)));
51      this.patterTextBox.Location = new System.Drawing.Point(152, 12);
52      this.patterTextBox.Name = "patterTextBox";
53      this.patterTextBox.Size = new System.Drawing.Size(678, 20);
54      this.patterTextBox.TabIndex = 1;
55      //
56      // downloadButton
57      //
58      this.downloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
59      this.downloadButton.Location = new System.Drawing.Point(753, 82);
60      this.downloadButton.Name = "downloadButton";
61      this.downloadButton.Size = new System.Drawing.Size(77, 23);
62      this.downloadButton.TabIndex = 3;
63      this.downloadButton.Text = "Download";
64      this.downloadButton.UseVisualStyleBackColor = true;
65      this.downloadButton.Click += new System.EventHandler(this.downloadButton_Click);
66      //
67      // logView
68      //
69      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
70            | System.Windows.Forms.AnchorStyles.Left)
71            | System.Windows.Forms.AnchorStyles.Right)));
72      this.logView.Caption = "Log View";
73      this.logView.Content = null;
74      this.logView.Location = new System.Drawing.Point(15, 110);
75      this.logView.Name = "logView";
76      this.logView.ReadOnly = false;
77      this.logView.Size = new System.Drawing.Size(815, 325);
78      this.logView.TabIndex = 4;
79      //
80      // oneFileCheckBox
81      //
82      this.oneFileCheckBox.AutoSize = true;
83      this.oneFileCheckBox.Checked = true;
84      this.oneFileCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
85      this.oneFileCheckBox.Location = new System.Drawing.Point(15, 88);
86      this.oneFileCheckBox.Name = "oneFileCheckBox";
87      this.oneFileCheckBox.Size = new System.Drawing.Size(102, 17);
88      this.oneFileCheckBox.TabIndex = 5;
89      this.oneFileCheckBox.Text = "Save as one file";
90      this.oneFileCheckBox.UseVisualStyleBackColor = true;
91      //
92      // label2
93      //
94      this.label2.AutoSize = true;
95      this.label2.Location = new System.Drawing.Point(15, 44);
96      this.label2.Name = "label2";
97      this.label2.Size = new System.Drawing.Size(85, 13);
98      this.label2.TabIndex = 6;
99      this.label2.Text = "Output directory:";
100      //
101      // outputDirectoryTextBox
102      //
103      this.outputDirectoryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
104            | System.Windows.Forms.AnchorStyles.Right)));
105      this.outputDirectoryTextBox.Location = new System.Drawing.Point(152, 38);
106      this.outputDirectoryTextBox.Name = "outputDirectoryTextBox";
107      this.outputDirectoryTextBox.Size = new System.Drawing.Size(595, 20);
108      this.outputDirectoryTextBox.TabIndex = 7;
109      //
110      // browseOutputPathButton
111      //
112      this.browseOutputPathButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
113      this.browseOutputPathButton.Location = new System.Drawing.Point(753, 37);
114      this.browseOutputPathButton.Name = "browseOutputPathButton";
115      this.browseOutputPathButton.Size = new System.Drawing.Size(75, 22);
116      this.browseOutputPathButton.TabIndex = 8;
117      this.browseOutputPathButton.Text = "Browse";
118      this.browseOutputPathButton.UseVisualStyleBackColor = true;
119      this.browseOutputPathButton.Click += new System.EventHandler(this.browseOutputPathButton_Click);
120      //
121      // listJobsButton
122      //
123      this.listJobsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
124      this.listJobsButton.Location = new System.Drawing.Point(670, 82);
125      this.listJobsButton.Name = "listJobsButton";
126      this.listJobsButton.Size = new System.Drawing.Size(77, 23);
127      this.listJobsButton.TabIndex = 9;
128      this.listJobsButton.Text = "List Jobs";
129      this.listJobsButton.UseVisualStyleBackColor = true;
130      this.listJobsButton.Click += new System.EventHandler(this.listJobsButton_Click);
131      //
132      // HiveDrainMainWindow
133      //
134      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
135      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
136      this.ClientSize = new System.Drawing.Size(842, 447);
137      this.Controls.Add(this.listJobsButton);
138      this.Controls.Add(this.browseOutputPathButton);
139      this.Controls.Add(this.outputDirectoryTextBox);
140      this.Controls.Add(this.label2);
141      this.Controls.Add(this.oneFileCheckBox);
142      this.Controls.Add(this.logView);
143      this.Controls.Add(this.downloadButton);
144      this.Controls.Add(this.patterTextBox);
145      this.Controls.Add(this.label1);
146      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
147      this.Name = "HiveDrainMainWindow";
148      this.Text = "HiveDrainMainWindow";
149      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveDrainMainWindow_FormClosing);
150      this.ResumeLayout(false);
151      this.PerformLayout();
152
153    }
154
155    #endregion
156
157    private System.Windows.Forms.Label label1;
158    private System.Windows.Forms.TextBox patterTextBox;
159    private System.Windows.Forms.Button downloadButton;
160    private HeuristicLab.Core.Views.LogView logView;
161    private System.Windows.Forms.CheckBox oneFileCheckBox;
162    private System.Windows.Forms.Label label2;
163    private System.Windows.Forms.TextBox outputDirectoryTextBox;
164    private System.Windows.Forms.Button browseOutputPathButton;
165    private System.Windows.Forms.Button listJobsButton;
166  }
167}
Note: See TracBrowser for help on using the repository browser.