Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-07 19:18:29 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-07 19:18:29 +0300
commitbaebd293c5e8cc41ebcd11464868e73c0a8044db (patch)
treeee1ec4f7d85863099b3d1d7656935295973e352d /WorkerForm.Designer.cs
First commit
Diffstat (limited to 'WorkerForm.Designer.cs')
-rw-r--r--WorkerForm.Designer.cs74
1 files changed, 74 insertions, 0 deletions
diff --git a/WorkerForm.Designer.cs b/WorkerForm.Designer.cs
new file mode 100644
index 00000000..4bb7755a
--- /dev/null
+++ b/WorkerForm.Designer.cs
@@ -0,0 +1,74 @@
+namespace com.clusterrr.hakchi_gui
+{
+ partial class WorkerForm
+ {
+ /// <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.labelStatus = new System.Windows.Forms.Label();
+ this.progressBar = new System.Windows.Forms.ProgressBar();
+ this.SuspendLayout();
+ //
+ // labelStatus
+ //
+ this.labelStatus.AutoSize = true;
+ this.labelStatus.Location = new System.Drawing.Point(32, 18);
+ this.labelStatus.Name = "labelStatus";
+ this.labelStatus.Size = new System.Drawing.Size(0, 13);
+ this.labelStatus.TabIndex = 0;
+ //
+ // progressBar
+ //
+ this.progressBar.Location = new System.Drawing.Point(12, 46);
+ this.progressBar.Name = "progressBar";
+ this.progressBar.Size = new System.Drawing.Size(538, 42);
+ this.progressBar.TabIndex = 1;
+ //
+ // WorkerForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(562, 103);
+ this.Controls.Add(this.progressBar);
+ this.Controls.Add(this.labelStatus);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "WorkerForm";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "hakchi";
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WorkerForm_FormClosing);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Label labelStatus;
+ private System.Windows.Forms.ProgressBar progressBar;
+ }
+} \ No newline at end of file