Skip to content

Commit

Permalink
Contact Conversion Wizard v2.9.0.5.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Hopf committed Aug 26, 2018
1 parent 280f727 commit 50824a9
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 48 deletions.
17 changes: 15 additions & 2 deletions source/EditConfiguration.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions source/EditConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public EditConfiguration()
InitializeComponent();
OPT_hidecol.Checked = Form1.cfg_hideemptycols;
OPT_adjustcol.Checked = Form1.cfg_adjustablecols;
OPT_prefixNONFB.Checked = Form1.cfg_prefixNONFB;

checkBox_cleanBrackets.Checked = Form1.clean_brackets;
checkBox_cleanHashKey.Checked = Form1.clean_hashkey;
Expand All @@ -26,6 +27,7 @@ private void EditConfiguration_FormClosing(object sender, FormClosingEventArgs e
{
Form1.cfg_hideemptycols = OPT_hidecol.Checked;
Form1.cfg_adjustablecols = OPT_adjustcol.Checked;
Form1.cfg_prefixNONFB = OPT_prefixNONFB.Checked;

Form1.clean_brackets = checkBox_cleanBrackets.Checked;
Form1.clean_hashkey = checkBox_cleanHashKey.Checked;
Expand Down
Loading

0 comments on commit 50824a9

Please sign in to comment.