Changeset 266 for PrintPreview/UPrintPreview.lfm
- Timestamp:
- Aug 22, 2011, 8:25:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PrintPreview/UPrintPreview.lfm
r247 r266 11 11 OnResize = FormResize 12 12 OnShow = FormShow 13 LCLVersion = '0.9.3 0'13 LCLVersion = '0.9.31' 14 14 WindowState = wsMaximized 15 15 object ToolBar1: TToolBar … … 24 24 TabOrder = 0 25 25 object Button1: TButton 26 Left = 4 2726 Left = 482 27 27 Height = 22 28 28 Top = 2 29 Width = 5129 Width = 62 30 30 Action = AClose 31 31 TabOrder = 0 … … 43 43 Height = 22 44 44 Top = 2 45 Width = 7545 Width = 100 46 46 Action = APageSetup 47 47 TabOrder = 2 48 48 end 49 49 object Button4: TButton 50 Left = 1 5150 Left = 176 51 51 Height = 22 52 52 Top = 2 53 Width = 7553 Width = 99 54 54 Action = APrinterSetup 55 55 TabOrder = 3 56 56 end 57 57 object ToolButton1: TToolButton 58 Left = 28059 Top = 2 60 Width = 858 Left = 331 59 Top = 2 60 Width = 10 61 61 Caption = 'ToolButton1' 62 62 Style = tbsSeparator 63 63 end 64 64 object ToolButton2: TToolButton 65 Left = 28865 Left = 341 66 66 Top = 2 67 67 Action = AFirstPage 68 68 end 69 69 object ToolButton3: TToolButton 70 Left = 3 1170 Left = 364 71 71 Top = 2 72 72 Action = APreviousPage 73 73 end 74 74 object EditPageNumber: TEdit 75 Left = 3 3475 Left = 387 76 76 Height = 21 77 77 Top = 2 … … 81 81 end 82 82 object ToolButton4: TToolButton 83 Left = 37383 Left = 426 84 84 Top = 2 85 85 Action = ANextPage 86 86 end 87 87 object ToolButton5: TToolButton 88 Left = 39688 Left = 449 89 89 Top = 2 90 90 Action = ALastPage 91 91 end 92 92 object ToolButton6: TToolButton 93 Left = 4 1994 Top = 2 95 Width = 893 Left = 472 94 Top = 2 95 Width = 10 96 96 Caption = 'ToolButton6' 97 97 Style = tbsSeparator 98 98 end 99 99 object ToolButton7: TToolButton 100 Left = 2 34100 Left = 285 101 101 Top = 2 102 102 Action = AZoomIn 103 103 end 104 104 object ToolButton8: TToolButton 105 Left = 257105 Left = 308 106 106 Top = 2 107 107 Action = AZoomOut 108 108 end 109 109 object ToolButton9: TToolButton 110 Left = 2 26111 Top = 2 112 Width = 8110 Left = 275 111 Top = 2 112 Width = 10 113 113 Caption = 'ToolButton9' 114 114 Style = tbsSeparator
Note:
See TracChangeset
for help on using the changeset viewer.