Changeset 41 for trunk/Forms
- Timestamp:
- May 8, 2019, 11:54:23 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 6 added
- 3 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r37 r41 1 1 object FormAbout: TFormAbout 2 2 Left = 562 3 Height = 3353 Height = 502 4 4 Top = 339 5 Width = 5335 Width = 800 6 6 Caption = 'About' 7 ClientHeight = 335 8 ClientWidth = 533 7 ClientHeight = 502 8 ClientWidth = 800 9 DesignTimePPI = 144 9 10 OnCreate = FormCreate 10 11 OnShow = FormShow 11 12 Position = poScreenCenter 12 LCLVersion = ' 1.6.2.0'13 LCLVersion = '2.0.0.4' 13 14 object LabelDescription: TLabel 14 Left = 2015 Height = 5016 Top = 1 0817 Width = 49315 Left = 30 16 Height = 26 17 Top = 162 18 Width = 740 18 19 Align = alTop 19 BorderSpacing.Around = 2020 BorderSpacing.Around = 30 20 21 Caption = 'CoolDisk is helpful GUI application for various disk surface operations.' 21 22 ParentColor = False 23 ParentFont = False 22 24 WordWrap = True 23 25 end 24 26 object ButtonClose: TButton 25 Left = 42026 Height = 2527 Top = 29528 Width = 9327 Left = 630 28 Height = 38 29 Top = 442 30 Width = 140 29 31 Anchors = [akRight, akBottom] 30 32 Caption = 'Close' 31 33 ModalResult = 1 34 ParentFont = False 32 35 TabOrder = 0 33 36 end 34 37 object LabelContent: TLabel 35 Left = 2036 Height = 2 537 Top = 17838 Width = 49338 Left = 30 39 Height = 26 40 Top = 218 41 Width = 740 39 42 Align = alTop 40 BorderSpacing.Around = 2043 BorderSpacing.Around = 30 41 44 Caption = ' ' 42 45 ParentColor = False 46 ParentFont = False 43 47 end 44 48 object ButtonHomePage: TButton 45 Left = 1646 Height = 2547 Top = 29548 Width = 17649 Left = 24 50 Height = 38 51 Top = 442 52 Width = 264 49 53 Anchors = [akLeft, akBottom] 50 54 Caption = 'Home page' 51 55 OnClick = ButtonHomePageClick 56 ParentFont = False 52 57 TabOrder = 1 53 58 end 54 59 object Panel1: TPanel 55 60 Left = 0 56 Height = 8861 Height = 132 57 62 Top = 0 58 Width = 53363 Width = 800 59 64 Align = alTop 60 65 BevelOuter = bvNone 61 ClientHeight = 88 62 ClientWidth = 533 66 ClientHeight = 132 67 ClientWidth = 800 68 ParentFont = False 63 69 TabOrder = 2 64 70 object Image1: TImage 65 Left = 2466 Height = 6667 Top = 1668 Width = 6971 Left = 36 72 Height = 99 73 Top = 24 74 Width = 104 69 75 Picture.Data = { 70 76 1754506F727461626C654E6574776F726B47726170686963B30C000089504E47 … … 175 181 object LabelAppName: TLabel 176 182 Left = 104 177 Height = 54183 Height = 83 178 184 Top = 16 179 Width = 167185 Width = 261 180 186 Align = alCustom 181 BorderSpacing.Around = 20187 BorderSpacing.Around = 30 182 188 Caption = 'Cool Disk' 183 Font.Height = - 40189 Font.Height = -60 184 190 ParentColor = False 185 191 ParentFont = False -
trunk/Forms/UFormBenchmark.lfm
r22 r41 1 1 object FormBenchmark: TFormBenchmark 2 2 Left = 874 3 Height = 7114 Top = 3 725 Width = 7733 Height = 1066 4 Top = 316 5 Width = 1160 6 6 Caption = 'Benchmark' 7 ClientHeight = 711 8 ClientWidth = 773 9 LCLVersion = '1.7' 7 ClientHeight = 1066 8 ClientWidth = 1160 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 11 object Chart1: TChart 11 Left = 2412 Height = 65613 Top = 4014 Width = 72812 Left = 36 13 Height = 984 14 Top = 60 15 Width = 1092 15 16 AxisList = < 16 17 item 18 Marks.LabelBrush.Style = bsClear 17 19 Minors = <> 18 20 Title.LabelFont.Orientation = 900 21 Title.LabelBrush.Style = bsClear 19 22 end 20 23 item 21 24 Alignment = calBottom 25 Marks.LabelBrush.Style = bsClear 22 26 Minors = <> 27 Title.LabelBrush.Style = bsClear 23 28 end> 24 29 Foot.Brush.Color = clBtnFace -
trunk/Forms/UFormMain.lfm
r34 r41 1 1 object FormMain: TFormMain 2 Left = 4333 Height = 1 0724 Top = 2045 Width = 1 7032 Left = 221 3 Height = 1108 4 Top = 169 5 Width = 1654 6 6 Caption = 'CoolDisk' 7 ClientHeight = 1040 8 ClientWidth = 1703 7 ClientHeight = 1074 8 ClientWidth = 1654 9 DesignTimePPI = 144 9 10 Menu = MainMenu1 10 11 OnClose = FormClose … … 13 14 OnDestroy = FormDestroy 14 15 OnShow = FormShow 15 LCLVersion = ' 1.6.0.4'16 LCLVersion = '2.0.0.4' 16 17 object ToolBar1: TToolBar 17 18 Left = 0 18 Height = 2619 Height = 39 19 20 Top = 0 20 Width = 1 70321 Width = 1654 21 22 Images = Core.ImageList1 23 ParentFont = False 22 24 TabOrder = 0 23 25 object ToolButton1: TToolButton … … 27 29 end 28 30 object ToolButton2: TToolButton 29 Left = 2431 Left = 36 30 32 Top = 2 31 33 Action = AScanStop 32 34 end 33 35 object ToolButton3: TToolButton 34 Left = 4736 Left = 71 35 37 Top = 2 36 38 Action = AScanContinue … … 39 41 object Panel2: TPanel 40 42 Left = 0 41 Height = 10 1442 Top = 2643 Width = 59243 Height = 1035 44 Top = 39 45 Width = 888 44 46 Align = alLeft 45 47 BevelOuter = bvNone 46 ClientHeight = 1014 47 ClientWidth = 592 48 ClientHeight = 1035 49 ClientWidth = 888 50 ParentFont = False 48 51 TabOrder = 1 49 52 object Panel3: TPanel 50 53 Left = 0 51 Height = 37954 Height = 568 52 55 Top = 0 53 Width = 59256 Width = 888 54 57 Align = alTop 55 58 BevelOuter = bvNone 56 ClientHeight = 379 57 ClientWidth = 592 59 ClientHeight = 568 60 ClientWidth = 888 61 ParentFont = False 58 62 TabOrder = 0 59 63 object Label1: TLabel 60 Left = 1661 Height = 2 462 Top = 17964 Left = 24 65 Height = 26 66 Top = 268 63 67 Width = 96 64 68 Caption = 'Sector size:' 65 69 ParentColor = False 70 ParentFont = False 66 71 end 67 72 object LabelSectorSize: TLabel 68 Left = 257 69 Height = 24 70 Top = 179 71 Width = 10 72 Caption = ' ' 73 ParentColor = False 73 Left = 386 74 Height = 26 75 Top = 268 76 Width = 10 77 Caption = ' ' 78 ParentColor = False 79 ParentFont = False 74 80 end 75 81 object LabelSectorCount: TLabel 76 Left = 257 77 Height = 24 78 Top = 208 79 Width = 10 80 Caption = ' ' 81 ParentColor = False 82 Left = 386 83 Height = 26 84 Top = 312 85 Width = 10 86 Caption = ' ' 87 ParentColor = False 88 ParentFont = False 82 89 end 83 90 object Label2: TLabel 84 Left = 1685 Height = 2 486 Top = 20891 Left = 24 92 Height = 26 93 Top = 312 87 94 Width = 113 88 95 Caption = 'Sector count:' 89 96 ParentColor = False 97 ParentFont = False 90 98 end 91 99 object LabelBlockCurrent: TLabel 92 Left = 257 93 Height = 24 94 Top = 240 95 Width = 10 96 Caption = ' ' 97 ParentColor = False 100 Left = 386 101 Height = 26 102 Top = 360 103 Width = 10 104 Caption = ' ' 105 ParentColor = False 106 ParentFont = False 98 107 end 99 108 object Label3: TLabel 100 Left = 16101 Height = 2 4102 Top = 240109 Left = 24 110 Height = 26 111 Top = 360 103 112 Width = 127 104 113 Caption = 'Current sector:' 105 114 ParentColor = False 115 ParentFont = False 106 116 end 107 117 object Label4: TLabel 108 Left = 16109 Height = 2 4110 Top = 272118 Left = 24 119 Height = 26 120 Top = 408 111 121 Width = 154 112 122 Caption = 'Damaged sectors:' 113 123 ParentColor = False 124 ParentFont = False 114 125 end 115 126 object LabelBlockDamaged: TLabel 116 Left = 257 117 Height = 24 118 Top = 268 119 Width = 10 120 Caption = ' ' 121 ParentColor = False 127 Left = 386 128 Height = 26 129 Top = 402 130 Width = 10 131 Caption = ' ' 132 ParentColor = False 133 ParentFont = False 122 134 end 123 135 object Label5: TLabel 124 Left = 16125 Height = 2 4126 Top = 300136 Left = 24 137 Height = 26 138 Top = 450 127 139 Width = 115 128 140 Caption = 'Elapsed time:' 129 141 ParentColor = False 142 ParentFont = False 130 143 end 131 144 object LabelElapsedTime: TLabel 132 Left = 257 133 Height = 24 134 Top = 296 135 Width = 10 136 Caption = ' ' 137 ParentColor = False 145 Left = 386 146 Height = 26 147 Top = 444 148 Width = 10 149 Caption = ' ' 150 ParentColor = False 151 ParentFont = False 138 152 end 139 153 object Label6: TLabel 140 Left = 16141 Height = 2 4142 Top = 328154 Left = 24 155 Height = 26 156 Top = 492 143 157 Width = 135 144 158 Caption = 'Estimated time:' 145 159 ParentColor = False 160 ParentFont = False 146 161 end 147 162 object LabelEstimatedTime: TLabel 148 Left = 258 149 Height = 24 150 Top = 324 151 Width = 10 152 Caption = ' ' 153 ParentColor = False 163 Left = 387 164 Height = 26 165 Top = 486 166 Width = 10 167 Caption = ' ' 168 ParentColor = False 169 ParentFont = False 154 170 end 155 171 object Label7: TLabel 156 Left = 16157 Height = 2 4158 Top = 148172 Left = 24 173 Height = 26 174 Top = 222 159 175 Width = 153 160 176 Caption = 'Sectors per Block:' 161 177 ParentColor = False 178 ParentFont = False 162 179 end 163 180 object LabelSectorPerBlock: TLabel 164 Left = 257 165 Height = 24 166 Top = 144 167 Width = 10 168 Caption = ' ' 169 ParentColor = False 181 Left = 386 182 Height = 26 183 Top = 216 184 Width = 10 185 Caption = ' ' 186 ParentColor = False 187 ParentFont = False 170 188 end 171 189 object LabelIOSpeed: TLabel 172 Left = 257 173 Height = 24 174 Top = 352 175 Width = 10 176 Caption = ' ' 177 ParentColor = False 190 Left = 386 191 Height = 26 192 Top = 528 193 Width = 10 194 Caption = ' ' 195 ParentColor = False 196 ParentFont = False 178 197 end 179 198 object Label8: TLabel 180 Left = 16181 Height = 2 4182 Top = 356199 Left = 24 200 Height = 26 201 Top = 534 183 202 Width = 88 184 203 Caption = 'I/O speed:' 185 204 ParentColor = False 205 ParentFont = False 186 206 end 187 207 object Label10: TLabel 188 Left = 16189 Height = 2 4190 Top = 1 16208 Left = 24 209 Height = 26 210 Top = 174 191 211 Width = 38 192 212 Caption = 'Size:' 193 213 ParentColor = False 214 ParentFont = False 194 215 end 195 216 object LabelSize: TLabel 196 Left = 257 197 Height = 24 198 Top = 112 199 Width = 10 200 Caption = ' ' 201 ParentColor = False 217 Left = 386 218 Height = 26 219 Top = 168 220 Width = 10 221 Caption = ' ' 222 ParentColor = False 223 ParentFont = False 202 224 end 203 225 object ButtonScan: TButton 204 Left = 16205 Height = 25206 Top = 72207 Width = 75226 Left = 24 227 Height = 38 228 Top = 108 229 Width = 112 208 230 Action = AScanStart 231 ParentFont = False 209 232 TabOrder = 0 210 233 end 211 234 object ButtonScan1: TButton 212 Left = 464213 Height = 25214 Top = 24215 Width = 1 20235 Left = 696 236 Height = 38 237 Top = 36 238 Width = 180 216 239 Action = AProjectOptions 217 240 Anchors = [akTop, akRight] 241 ParentFont = False 218 242 TabOrder = 1 219 243 end 220 244 object ButtonScan2: TButton 221 Left = 1 04222 Height = 25223 Top = 72224 Width = 75245 Left = 156 246 Height = 38 247 Top = 108 248 Width = 112 225 249 Action = AScanStop 250 ParentFont = False 226 251 TabOrder = 2 227 252 end 228 253 object Button2: TButton 229 Left = 192230 Height = 25231 Top = 72232 Width = 1 07254 Left = 288 255 Height = 38 256 Top = 108 257 Width = 160 233 258 Action = AScanContinue 259 ParentFont = False 234 260 TabOrder = 3 235 261 end 236 262 object Button3: TButton 237 Left = 312238 Height = 25239 Top = 72240 Width = 1 12263 Left = 468 264 Height = 38 265 Top = 108 266 Width = 168 241 267 Action = AOperationOptions 268 ParentFont = False 242 269 TabOrder = 4 243 270 end 244 271 object ComboBoxDrive: TComboBox 245 Left = 8246 Height = 38247 Top = 16248 Width = 440272 Left = 12 273 Height = 42 274 Top = 24 275 Width = 660 249 276 Anchors = [akTop, akLeft, akRight] 250 277 ItemHeight = 0 251 278 OnChange = ComboBoxDriveChange 279 ParentFont = False 252 280 Style = csDropDownList 253 281 TabOrder = 5 … … 257 285 Cursor = crVSplit 258 286 Left = 0 259 Height = 5260 Top = 379261 Width = 592287 Height = 8 288 Top = 568 289 Width = 888 262 290 Align = alTop 263 291 ResizeAnchor = akTop … … 265 293 object Panel4: TPanel 266 294 Left = 0 267 Height = 630268 Top = 384269 Width = 592295 Height = 459 296 Top = 576 297 Width = 888 270 298 Align = alClient 271 299 BevelOuter = bvNone 272 ClientHeight = 630 273 ClientWidth = 592 300 ClientHeight = 459 301 ClientWidth = 888 302 ParentFont = False 274 303 TabOrder = 2 275 304 object ListView1: TListView 276 Left = 16277 Height = 533278 Top = 48279 Width = 569305 Left = 24 306 Height = 313 307 Top = 72 308 Width = 854 280 309 Anchors = [akTop, akLeft, akRight, akBottom] 281 310 Columns = < 282 311 item 283 312 Caption = 'Name' 284 Width = 200313 Width = 300 285 314 end 286 315 item 287 316 Caption = 'Time start' 317 Width = 225 318 end 319 item 320 Caption = 'Time end' 321 Width = 225 322 end 323 item 324 Caption = 'First sector' 288 325 Width = 150 289 326 end 290 327 item 291 Caption = 'Time end'292 Width = 150293 end294 item295 Caption = 'First sector'296 Width = 100297 end298 item299 328 Caption = 'Last sector' 300 Width = 347329 Width = 520 301 330 end> 302 331 OwnerData = True 332 ParentFont = False 303 333 PopupMenu = PopupMenu1 304 334 ReadOnly = True … … 310 340 end 311 341 object Label11: TLabel 312 Left = 16313 Height = 2 4314 Top = 16342 Left = 24 343 Height = 26 344 Top = 24 315 345 Width = 100 316 346 Caption = 'Operations:' 317 347 ParentColor = False 348 ParentFont = False 318 349 end 319 350 object Button1: TButton 320 Left = 19321 Height = 25322 Top = 592323 Width = 1 04351 Left = 28 352 Height = 38 353 Top = 401 354 Width = 156 324 355 Action = AOperationAdd 325 356 Anchors = [akLeft, akBottom] 357 ParentFont = False 326 358 TabOrder = 1 327 359 end 328 360 object Button4: TButton 329 Left = 144330 Height = 25331 Top = 592332 Width = 1 15361 Left = 216 362 Height = 38 363 Top = 401 364 Width = 172 333 365 Action = AOperationRemove 334 366 Anchors = [akLeft, akBottom] 367 ParentFont = False 335 368 TabOrder = 2 336 369 end … … 338 371 end 339 372 object Splitter1: TSplitter 340 Left = 592341 Height = 10 14342 Top = 26343 Width = 5373 Left = 888 374 Height = 1035 375 Top = 39 376 Width = 8 344 377 end 345 378 object PageControl1: TPageControl 346 Left = 597347 Height = 10 14348 Top = 26349 Width = 1106379 Left = 896 380 Height = 1035 381 Top = 39 382 Width = 758 350 383 ActivePage = TabSheetSpeed 351 384 Align = alClient 385 ParentFont = False 352 386 TabIndex = 1 353 387 TabOrder = 3 354 388 object TabSheetSectors: TTabSheet 355 389 Caption = 'Sector map' 356 ClientHeight = 972 357 ClientWidth = 1100 390 ClientHeight = 995 391 ClientWidth = 748 392 ParentFont = False 358 393 object Image1: TImage 359 394 Left = 4 … … 362 397 Width = 1092 363 398 Align = alClient 364 BorderSpacing.Around = 4399 BorderSpacing.Around = 6 365 400 OnResize = Image1Resize 366 401 end … … 368 403 object TabSheetSpeed: TTabSheet 369 404 Caption = 'Transfer speed' 370 ClientHeight = 972 371 ClientWidth = 1100 405 ClientHeight = 995 406 ClientWidth = 748 407 ParentFont = False 372 408 object ChartSpeed: TChart 373 Left = 4374 Height = 9 64375 Top = 4376 Width = 1092409 Left = 6 410 Height = 983 411 Top = 6 412 Width = 736 377 413 AxisList = < 378 414 item 379 415 Marks.Format = '%0:.9g MB/s' 416 Marks.LabelBrush.Style = bsClear 380 417 Marks.Style = smsCustom 381 418 Minors = <> 382 419 Range.UseMin = True 383 420 Title.LabelFont.Orientation = 900 421 Title.LabelBrush.Style = bsClear 384 422 end 385 423 item 386 424 Alignment = calBottom 425 Marks.LabelBrush.Style = bsClear 387 426 Minors = <> 427 Title.LabelBrush.Style = bsClear 388 428 end> 389 429 Foot.Brush.Color = clBtnFace … … 395 435 ) 396 436 Align = alClient 397 BorderSpacing.Around = 4437 BorderSpacing.Around = 6 398 438 object ChartSpeedLineSeriesAvg: TLineSeries 399 439 LinePen.Color = clGreen … … 411 451 Interval = 500 412 452 OnTimer = Timer1Timer 413 left = 672414 top = 224453 left = 1008 454 top = 336 415 455 end 416 456 object ActionList1: TActionList 417 457 Images = Core.ImageList1 418 left = 672419 top = 291458 left = 1008 459 top = 437 420 460 object AScanStart: TAction 421 461 Caption = 'Start' … … 487 527 end 488 528 object OpenDialog1: TOpenDialog 489 left = 672490 top = 360529 left = 1008 530 top = 540 491 531 end 492 532 object SaveDialog1: TSaveDialog 493 left = 672494 top = 432533 left = 1008 534 top = 648 495 535 end 496 536 object MainMenu1: TMainMenu 497 537 Images = Core.ImageList1 498 left = 672499 top = 504538 left = 1008 539 top = 756 500 540 object MenuItem1: TMenuItem 501 541 Caption = 'File' … … 567 607 object LastOpenedList1: TLastOpenedList 568 608 MaxCount = 10 569 left = 672570 top = 144609 left = 1008 610 top = 216 571 611 end 572 612 object PopupMenu1: TPopupMenu 573 left = 320574 top = 664613 left = 432 614 top = 792 575 615 object MenuItem18: TMenuItem 576 616 Action = AOperationAdd -
trunk/Forms/UFormMain.pas
r34 r41 171 171 SModifiedFlag = '(modified)'; 172 172 SNewProject = 'New project'; 173 SSelectDriveForScan = 'Select drive for scan';174 173 SOpenStoredProject = 'Open stored scan project'; 175 174 SSaveProject = 'Save scan project'; … … 227 226 procedure TFormMain.FormCreate(Sender: TObject); 228 227 begin 229 PrefixMultiplier := TPrefixMultiplier.Create ;228 PrefixMultiplier := TPrefixMultiplier.Create(nil); 230 229 end; 231 230 … … 588 587 procedure TFormMain.SaveConfig; 589 588 begin 590 Core.XMLConfig1.SetValue('DriveName', LastDriveName);589 Core.XMLConfig1.SetValue('DriveName', UnicodeString(LastDriveName)); 591 590 LastOpenedList1.SaveToXMLConfig(Core.XMLConfig1, 'RecentProjects'); 592 591 Core.XMLConfig1.SetValue('ShowToolBar', ShowToolBar); … … 595 594 procedure TFormMain.LoadConfig; 596 595 begin 597 LastDriveName := Core.XMLConfig1.GetValue('DriveName', '');596 LastDriveName := string(Core.XMLConfig1.GetValue('DriveName', UnicodeString(''))); 598 597 LastOpenedList1.LoadFromXMLConfig(Core.XMLConfig1, 'RecentProjects'); 599 598 ShowToolBar := Core.XMLConfig1.GetValue('ShowToolBar', False); -
trunk/Forms/UFormOperation.lfm
r29 r41 1 1 object FormOperation: TFormOperation 2 2 Left = 558 3 Height = 4823 Height = 723 4 4 Top = 480 5 Width = 7255 Width = 1088 6 6 Caption = 'Operation settings' 7 ClientHeight = 482 8 ClientWidth = 725 9 LCLVersion = '1.7' 7 ClientHeight = 723 8 ClientWidth = 1088 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 11 object ButtonOk: TButton 11 Left = 55912 Height = 2513 Top = 42714 Width = 7512 Left = 838 13 Height = 38 14 Top = 640 15 Width = 112 15 16 Caption = 'Ok' 16 17 ModalResult = 1 18 ParentFont = False 17 19 TabOrder = 0 18 20 end 19 21 object ButtonCancel: TButton 20 Left = 44821 Height = 2522 Top = 42423 Width = 7522 Left = 672 23 Height = 38 24 Top = 636 25 Width = 112 24 26 Caption = 'Cancel' 25 27 ModalResult = 2 28 ParentFont = False 26 29 TabOrder = 1 27 30 end 28 31 object ComboBoxRunMode: TComboBox 29 Left = 1630 Height = 3 431 Top = 1632 Width = 24732 Left = 24 33 Height = 38 34 Top = 24 35 Width = 370 33 36 ItemHeight = 0 34 37 ItemIndex = 0 … … 38 41 ) 39 42 OnChange = ComboBoxRunModeChange 43 ParentFont = False 40 44 Style = csDropDownList 41 45 TabOrder = 2 … … 43 47 end 44 48 object Label9: TLabel 45 Left = 1646 Height = 2 447 Top = 20048 Width = 1 7249 Left = 24 50 Height = 26 51 Top = 300 52 Width = 161 49 53 Caption = 'Write byte pattern:' 50 54 ParentColor = False 55 ParentFont = False 51 56 end 52 57 object EditPattern: TEdit 53 Left = 232 54 Height = 34 55 Top = 192 56 Width = 80 58 Left = 348 59 Height = 43 60 Top = 288 61 Width = 120 62 ParentFont = False 57 63 TabOrder = 3 58 64 Text = '0xff' 59 65 end 60 66 object Label2: TLabel 61 Left = 2462 Height = 2 463 Top = 6464 Width = 10 567 Left = 36 68 Height = 26 69 Top = 96 70 Width = 100 65 71 Caption = 'First sector:' 66 72 ParentColor = False 73 ParentFont = False 67 74 end 68 75 object SpinEditFirstSector: TSpinEdit 69 Left = 19270 Height = 3471 Top = 6472 Width = 16276 Left = 288 77 Height = 43 78 Top = 96 79 Width = 243 73 80 MaxValue = 100000 74 81 OnChange = SpinEditFirstSectorChange 82 ParentFont = False 75 83 TabOrder = 4 76 84 Value = 1 77 85 end 78 86 object SpinEditLastSector: TSpinEdit 79 Left = 19280 Height = 3481 Top = 1 0482 Width = 16287 Left = 288 88 Height = 43 89 Top = 156 90 Width = 243 83 91 MaxValue = 100000 84 92 OnChange = SpinEditLastSectorChange 93 ParentFont = False 85 94 TabOrder = 5 86 95 Value = 1 87 96 end 88 97 object Label3: TLabel 89 Left = 2490 Height = 2 491 Top = 1 0492 Width = 8198 Left = 36 99 Height = 26 100 Top = 156 101 Width = 77 93 102 Caption = 'Last size:' 94 103 ParentColor = False 104 ParentFont = False 95 105 end 96 106 object CheckBoxRandomPattern: TCheckBox 97 Left = 1698 Height = 2899 Top = 160100 Width = 1 74107 Left = 24 108 Height = 30 109 Top = 240 110 Width = 165 101 111 Caption = 'Random pattern' 102 112 OnChange = CheckBoxRandomPatternChange 113 ParentFont = False 103 114 TabOrder = 6 104 115 end -
trunk/Forms/UFormProject.lfm
r31 r41 1 1 object FormProject: TFormProject 2 2 Left = 537 3 Height = 3923 Height = 588 4 4 Top = 440 5 Width = 6125 Width = 918 6 6 Caption = 'Project settings' 7 ClientHeight = 392 8 ClientWidth = 612 9 LCLVersion = '1.7' 7 ClientHeight = 588 8 ClientWidth = 918 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 11 object SpinEditSectorSize: TSpinEdit 11 Left = 22412 Height = 3413 Top = 15214 Width = 1 0112 Left = 336 13 Height = 43 14 Top = 228 15 Width = 152 15 16 MaxValue = 63 16 17 OnChange = SpinEditSectorSizeChange 18 ParentFont = False 17 19 TabOrder = 0 18 20 Value = 1 19 21 end 20 22 object Label1: TLabel 21 Left = 1622 Height = 2 423 Top = 16024 Width = 10123 Left = 24 24 Height = 26 25 Top = 240 26 Width = 96 25 27 Caption = 'Sector size:' 26 28 ParentColor = False 29 ParentFont = False 27 30 end 28 31 object Button1: TButton 29 Left = 32630 Height = 2531 Top = 28032 Width = 7532 Left = 489 33 Height = 38 34 Top = 420 35 Width = 112 33 36 Caption = 'Ok' 34 37 ModalResult = 1 38 ParentFont = False 35 39 TabOrder = 1 36 40 end 37 41 object Button2: TButton 38 Left = 22439 Height = 2540 Top = 28041 Width = 7542 Left = 336 43 Height = 38 44 Top = 420 45 Width = 112 42 46 Caption = 'Cancel' 43 47 ModalResult = 2 48 ParentFont = False 44 49 TabOrder = 2 45 50 end 46 51 object EditName: TEdit 47 Left = 192 48 Height = 34 49 Top = 8 50 Width = 240 52 Left = 288 53 Height = 43 54 Top = 12 55 Width = 360 56 ParentFont = False 51 57 TabOrder = 3 52 58 end 53 59 object Label2: TLabel 54 Left = 1655 Height = 2 456 Top = 1657 Width = 6060 Left = 24 61 Height = 26 62 Top = 24 63 Width = 56 58 64 Caption = 'Name:' 59 65 ParentColor = False 66 ParentFont = False 60 67 end 61 68 object ComboBoxDrive: TComboBox 62 Left = 19263 Height = 3864 Top = 5665 Width = 38469 Left = 288 70 Height = 42 71 Top = 84 72 Width = 576 66 73 ItemHeight = 0 74 ParentFont = False 67 75 Style = csDropDownList 68 76 TabOrder = 4 69 77 end 70 78 object Label3: TLabel 71 Left = 1672 Height = 2 473 Top = 6474 Width = 5379 Left = 24 80 Height = 26 81 Top = 96 82 Width = 49 75 83 Caption = 'Drive:' 76 84 ParentColor = False 85 ParentFont = False 77 86 end 78 87 object Label4: TLabel 79 Left = 1680 Height = 2 481 Top = 1 1282 Width = 11 988 Left = 24 89 Height = 26 90 Top = 168 91 Width = 113 83 92 Caption = 'Sector count:' 84 93 ParentColor = False 94 ParentFont = False 85 95 end 86 96 object LabelSectorCount: TLabel 87 Left = 19288 Height = 2 489 Top = 1 1297 Left = 288 98 Height = 26 99 Top = 168 90 100 Width = 15 91 101 Caption = ' ' 92 102 ParentColor = False 103 ParentFont = False 93 104 end 94 105 object Label5: TLabel 95 Left = 19296 Height = 2 497 Top = 16098 Width = 2 2106 Left = 288 107 Height = 26 108 Top = 240 109 Width = 20 99 110 Caption = '2^' 100 111 ParentColor = False 112 ParentFont = False 101 113 end 102 114 object Label6: TLabel 103 Left = 341104 Height = 2 4105 Top = 160106 Width = 1 1115 Left = 512 116 Height = 26 117 Top = 240 118 Width = 10 107 119 Caption = '=' 108 120 ParentColor = False 121 ParentFont = False 109 122 end 110 123 end -
trunk/Forms/UFormSettings.lfm
r34 r41 1 1 object FormSettings: TFormSettings 2 2 Left = 404 3 Height = 3273 Height = 490 4 4 Top = 574 5 Width = 5545 Width = 831 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Settings' 8 ClientHeight = 327 9 ClientWidth = 554 10 Constraints.MinHeight = 327 11 Constraints.MinWidth = 554 8 ClientHeight = 490 9 ClientWidth = 831 10 Constraints.MinHeight = 490 11 Constraints.MinWidth = 831 12 DesignTimePPI = 144 12 13 OnCreate = FormCreate 13 14 OnShow = FormShow 14 15 Position = poMainFormCenter 15 LCLVersion = ' 1.6.0.4'16 LCLVersion = '2.0.0.4' 16 17 object ButtonOk: TButton 17 Left = 44418 Height = 2519 Top = 28420 Width = 7518 Left = 667 19 Height = 38 20 Top = 425 21 Width = 112 21 22 Anchors = [akRight, akBottom] 22 23 Caption = 'Ok' 23 24 ModalResult = 1 25 ParentFont = False 24 26 TabOrder = 0 25 27 end 26 28 object ButtonCancel: TButton 27 Left = 32228 Height = 2529 Top = 28430 Width = 7529 Left = 483 30 Height = 38 31 Top = 425 32 Width = 112 31 33 Anchors = [akRight, akBottom] 32 34 Caption = 'Cancel' 33 35 ModalResult = 2 36 ParentFont = False 34 37 TabOrder = 1 35 38 end 36 39 object PageControl1: TPageControl 37 Left = 438 Height = 26439 Top = 440 Width = 54640 Left = 6 41 Height = 425 42 Top = 6 43 Width = 819 41 44 ActivePage = TabSheetGeneral 42 45 Align = alTop 43 46 Anchors = [akTop, akLeft, akRight, akBottom] 44 BorderSpacing.Around = 4 47 BorderSpacing.Around = 6 48 ParentFont = False 45 49 TabIndex = 0 46 50 TabOrder = 2 47 51 object TabSheetGeneral: TTabSheet 48 52 Caption = 'General' 49 ClientHeight = 222 50 ClientWidth = 540 53 ClientHeight = 385 54 ClientWidth = 809 55 ParentFont = False 51 56 object Label1: TLabel 52 Left = 2053 Height = 2 454 Top = 2657 Left = 30 58 Height = 26 59 Top = 39 55 60 Width = 88 56 61 Caption = 'Language:' 57 62 ParentColor = False 63 ParentFont = False 58 64 end 59 65 object ComboBoxLanguage: TComboBox 60 Left = 17861 Height = 3862 Top = 2463 Width = 19666 Left = 267 67 Height = 42 68 Top = 36 69 Width = 294 64 70 ItemHeight = 0 71 ParentFont = False 65 72 Style = csDropDownList 66 73 TabOrder = 0 … … 69 76 object TabSheetDebug: TTabSheet 70 77 Caption = 'Debug' 71 ClientHeight = 222 72 ClientWidth = 540 78 ClientHeight = 385 79 ClientWidth = 809 80 ParentFont = False 73 81 object CheckBoxDevelMode: TCheckBox 74 Left = 1675 Height = 2776 Top = 13677 Width = 5 1482 Left = 24 83 Height = 40 84 Top = 204 85 Width = 503 78 86 Anchors = [akTop, akLeft, akRight] 79 87 AutoSize = False 80 88 Caption = 'Developer mode' 89 ParentFont = False 81 90 TabOrder = 0 82 91 end 83 92 object Label4: TLabel 84 Left = 1493 Left = 21 85 94 Height = 24 86 Top = 6795 Top = 100 87 96 Width = 35 88 97 Caption = 'DPI:' 89 98 ParentColor = False 99 ParentFont = False 90 100 end 91 101 object SpinEditX: TSpinEdit 92 Left = 1 04102 Left = 156 93 103 Height = 34 94 Top = 6495 Width = 96104 Top = 96 105 Width = 144 96 106 MaxValue = 500 97 107 MinValue = 20 108 ParentFont = False 98 109 TabOrder = 1 99 110 Value = 50 100 111 end 101 112 object SpinEditY: TSpinEdit 102 Left = 232113 Left = 348 103 114 Height = 34 104 Top = 64105 Width = 90115 Top = 96 116 Width = 135 106 117 MaxValue = 500 107 118 MinValue = 20 119 ParentFont = False 108 120 TabOrder = 2 109 121 Value = 20 110 122 end 111 123 object Label5: TLabel 112 Left = 208124 Left = 312 113 125 Height = 24 114 Top = 67126 Top = 100 115 127 Width = 10 116 128 Caption = 'x' 117 129 ParentColor = False 130 ParentFont = False 118 131 end 119 132 object CheckBox2: TCheckBox 120 Left = 16121 Height = 24122 Top = 32123 Width = 510133 Left = 24 134 Height = 36 135 Top = 48 136 Width = 497 124 137 Anchors = [akTop, akLeft, akRight] 125 138 AutoSize = False 126 139 Caption = 'Automatic DPI' 127 140 OnChange = CheckBox2Change 141 ParentFont = False 128 142 TabOrder = 3 129 143 end
Note:
See TracChangeset
for help on using the changeset viewer.