Changeset 21 for trunk/desktop/mainWindow.rbfrm
- Timestamp:
- 04/08/10 11:35:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/mainWindow.rbfrm
r19 r21 138 138 Top = 32 139 139 Underline = "" 140 Value = 3140 Value = 1 141 141 Visible = True 142 142 Width = 637 … … 3226 3226 Sub Action() 3227 3227 ICSSerialPort1.deleteProfile(PopupMenu_Profile.Text) 3228 3229 PopupMenu_Profile.RemoveRow(PopupMenu_Profile.ListIndex) 3230 3231 //Make sure to hide the save and delete profile buttons since no profile will be selected after this has been deleted 3232 PushButton_SaveProfile.Visible = False 3233 PushButton_Delete.Visible = False 3228 3234 End Sub 3229 3235 #tag EndEvent
Note: See TracChangeset
for help on using the changeset viewer.