From eed0039b675387362319d29500bd2402bca9b355 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 23 Feb 2017 08:30:09 +0300 Subject: Compressing support done --- SelectFileForm.Designer.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'SelectFileForm.Designer.cs') 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 -- cgit v1.2.3