Changeset 12 for trunk/Form/UFormMain.lfm
- Timestamp:
- Apr 2, 2016, 11:08:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Form/UFormMain.lfm
r11 r12 173 173 TabOrder = 2 174 174 end 175 object Button1: TButton176 Left = 480177 Height = 25178 Top = 17179 Width = 91180 Action = ABrowseDisk181 TabOrder = 3182 end183 object EditDrive: TEdit184 Left = 16185 Height = 34186 Top = 8187 Width = 448188 TabOrder = 4189 end190 175 object Label10: TLabel 191 176 Left = 16 … … 210 195 Width = 107 211 196 Action = AScanContinue 212 TabOrder = 5197 TabOrder = 3 213 198 end 214 199 object ListView1: TListView … … 237 222 ReadOnly = True 238 223 RowSelect = True 239 TabOrder = 6224 TabOrder = 4 240 225 ViewStyle = vsReport 241 226 OnData = ListView1Data … … 256 241 Action = AOperationOptions 257 242 Caption = 'Options options' 258 TabOrder = 7 243 TabOrder = 5 244 end 245 object ComboBoxDrive: TComboBox 246 Left = 15 247 Height = 38 248 Top = 8 249 Width = 464 250 ItemHeight = 0 251 OnChange = ComboBoxDriveChange 252 Style = csDropDownList 253 TabOrder = 6 259 254 end 260 255 object Timer1: TTimer … … 281 276 object ABrowseDisk: TAction 282 277 Caption = 'Select...' 283 OnExecute = ABrowseDiskExecute284 278 end 285 279 object AExit: TAction
Note:
See TracChangeset
for help on using the changeset viewer.