aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/NameChanger.Designer.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-04 11:47:43 -0500
committerMichael <[email protected]>2017-02-04 11:47:43 -0500
commit1f87bfe6c599e3c0e471096600a38647da263fa9 (patch)
tree2350a6367e4dc5f1bc0c5c507e3b203e2b747278 /ShiftOS.WinForms/Applications/NameChanger.Designer.cs
parent22abdea7529c2e51031ff4408d489e1e96414e5d (diff)
downloadshiftos_thereturn-1f87bfe6c599e3c0e471096600a38647da263fa9.tar.gz
shiftos_thereturn-1f87bfe6c599e3c0e471096600a38647da263fa9.tar.bz2
shiftos_thereturn-1f87bfe6c599e3c0e471096600a38647da263fa9.zip
Finish name changer UI
Diffstat (limited to 'ShiftOS.WinForms/Applications/NameChanger.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/NameChanger.Designer.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/NameChanger.Designer.cs b/ShiftOS.WinForms/Applications/NameChanger.Designer.cs
index c507ace..ec1cecd 100644
--- a/ShiftOS.WinForms/Applications/NameChanger.Designer.cs
+++ b/ShiftOS.WinForms/Applications/NameChanger.Designer.cs
@@ -105,6 +105,7 @@ namespace ShiftOS.WinForms.Applications {
this.btnclose.TabIndex = 0;
this.btnclose.Text = "Close";
this.btnclose.UseVisualStyleBackColor = true;
+ this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
//
// btnloaddefault
//
@@ -116,6 +117,7 @@ namespace ShiftOS.WinForms.Applications {
this.btnloaddefault.TabIndex = 1;
this.btnloaddefault.Text = "Load default";
this.btnloaddefault.UseVisualStyleBackColor = true;
+ this.btnloaddefault.Click += new System.EventHandler(this.btnloaddefault_Click);
//
// btnimport
//
@@ -127,6 +129,7 @@ namespace ShiftOS.WinForms.Applications {
this.btnimport.TabIndex = 2;
this.btnimport.Text = "Import";
this.btnimport.UseVisualStyleBackColor = true;
+ this.btnimport.Click += new System.EventHandler(this.btnimport_Click);
//
// btnexport
//
@@ -138,6 +141,7 @@ namespace ShiftOS.WinForms.Applications {
this.btnexport.TabIndex = 3;
this.btnexport.Text = "Export";
this.btnexport.UseVisualStyleBackColor = true;
+ this.btnexport.Click += new System.EventHandler(this.btnexport_Click);
//
// btnapply
//
@@ -149,6 +153,7 @@ namespace ShiftOS.WinForms.Applications {
this.btnapply.TabIndex = 4;
this.btnapply.Text = "Apply";
this.btnapply.UseVisualStyleBackColor = true;
+ this.btnapply.Click += new System.EventHandler(this.btnapply_Click);
//
// NameChanger
//