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-02-23 08:30:09 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-23 08:30:09 +0300
commiteed0039b675387362319d29500bd2402bca9b355 (patch)
tree2fb13a5a34a5c143adf343eb92b2cd1df84e6bef /SelectFileForm.Designer.cs
parent6a27d18caab4c4eae5691971027982fe6d97fd2d (diff)
Compressing support done
Diffstat (limited to 'SelectFileForm.Designer.cs')
-rw-r--r--SelectFileForm.Designer.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/SelectFileForm.Designer.cs b/SelectFileForm.Designer.cs
index d08263ff..753e77f3 100644
--- a/SelectFileForm.Designer.cs
+++ b/SelectFileForm.Designer.cs
@@ -31,6 +31,7 @@
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectFileForm));
this.listBoxFiles = new System.Windows.Forms.ListBox();
this.buttonOk = new System.Windows.Forms.Button();
+ this.buttonArchive = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// listBoxFiles
@@ -48,11 +49,19 @@
this.buttonOk.UseVisualStyleBackColor = true;
this.buttonOk.Click += new System.EventHandler(this.listBoxFiles_DoubleClick);
//
+ // buttonArchive
+ //
+ resources.ApplyResources(this.buttonArchive, "buttonArchive");
+ this.buttonArchive.DialogResult = System.Windows.Forms.DialogResult.Ignore;
+ this.buttonArchive.Name = "buttonArchive";
+ this.buttonArchive.UseVisualStyleBackColor = true;
+ //
// SelectFileForm
//
this.AcceptButton = this.buttonOk;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.buttonArchive);
this.Controls.Add(this.buttonOk);
this.Controls.Add(this.listBoxFiles);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
@@ -66,5 +75,6 @@
private System.Windows.Forms.Button buttonOk;
internal System.Windows.Forms.ListBox listBoxFiles;
+ private System.Windows.Forms.Button buttonArchive;
}
} \ No newline at end of file