Skip to content

Commit

Permalink
Ux Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harliq committed Feb 6, 2020
1 parent 549ec3c commit dab9e11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.4")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.1")]
9 changes: 5 additions & 4 deletions mainView.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<control progid="DecalControls.StaticText" name="LabelJson" left="10" top="5" width="256" height="15" text="Select JSON File"/>
<control progid="DecalControls.Choice" name="ChoiceJSON" left="5" top="25" width="340" height="20"/>
<control progid="DecalControls.PushButton" name="CommandConvertJSON" left="10" top="50" width="80" height="20" text="Import JSON"/>
<control progid="DecalControls.PushButton" name="ButtonOpenJSON" left="150" top="50" width="80" height="20" text="Edit JSON"/>
<control progid="DecalControls.PushButton" name="ButtonOpenJSON" left="110" top="50" width="80" height="20" text="Edit JSON"/>
<control progid="DecalControls.StaticText" name="LabelSQL" left="10" top="80" width="256" height="15" text="Select SQL File"/>
<control progid="DecalControls.Choice" name="ChoiceSQL" left="5" top="100" width="340" height="20"/>
<control progid="DecalControls.PushButton" name="CommandConvertSQL" left="10" top="125" width="80" height="20" text="Import SQL"/>
<control progid="DecalControls.PushButton" name="ButtonOpenSQL" left="150" top="125" width="80" height="20" text="Edit SQL"/>
<control progid="DecalControls.PushButton" name="ButtonOpenSQL" left="110" top="125" width="80" height="20" text="Edit SQL"/>

<control progid="DecalControls.StaticText" name="LabelWCID" left="10" top="176" width="35" height="15" text="WCID"/>
<control progid="DecalControls.Edit" name="TextboxCreateWCID" left="50" top="174" width="60" height="16" imageportalsrc="4726" text=""/>
Expand All @@ -28,12 +28,13 @@
<control progid="DecalControls.Edit" name="TextboxExportSQLWCID" left="50" top="279" width="60" height="16" imageportalsrc="4726" text=""/>
<control progid="DecalControls.PushButton" name="ButtonExportSQL" left="120" top="275" width="80" height="20" text="Export SQL"/>

<control progid="DecalControls.PushButton" name="CommandRefreshFilesList" left="250" top="275" width="100" height="20" text="Refresh File Lists"/>


<control progid="DecalControls.PushButton" name="ButtonYotesWCIDLookUp" left="10" top="310" width="150" height="20" text="Lookup Selected on Yotes"/>
<control progid="DecalControls.PushButton" name="ButtonYotesWCIDLookUp" left="215" top="275" width="135" height="20" text="Lookup Selected on Yotes"/>

<control progid="DecalControls.StaticText" name="LabelGetInfo" left="5" top="345" width="340" height="50" text=""/>
<control progid="DecalControls.PushButton" name="ButtonDeleteItem" left="10" top="385" width="100" height="20" text="Delete Selected"/>
<control progid="DecalControls.PushButton" name="CommandRefreshFilesList" left="130" top="385" width="100" height="20" text="Refresh File Lists"/>
<control progid="DecalControls.PushButton" name="ButtonGetInfo" left="250" top="385" width="100" height="20" text="GetInfo"/>

</control>
Expand Down

0 comments on commit dab9e11

Please sign in to comment.