Changeset 103
- Timestamp:
- May 5, 2019, 12:17:58 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 13 added
- 14 deleted
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormAbout.lfm
r97 r103 1 1 object FormAbout: TFormAbout 2 2 Left = 656 3 Height = 3 013 Height = 361 4 4 Top = 379 5 Width = 5155 Width = 618 6 6 Caption = 'About' 7 ClientHeight = 3 018 ClientWidth = 5159 DesignTimePPI = 1 207 ClientHeight = 361 8 ClientWidth = 618 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = ' 1.8.2.0'13 LCLVersion = '2.0.0.4' 14 14 object LabelDescription: TLabel 15 Left = 2 015 Left = 24 16 16 Height = 1 17 Top = 1 3218 Width = 47517 Top = 158 18 Width = 570 19 19 Align = alTop 20 BorderSpacing.Around = 2 020 BorderSpacing.Around = 24 21 21 ParentColor = False 22 ParentFont = False 22 23 WordWrap = True 23 24 end 24 25 object ButtonClose: TButton 25 Left = 4 0226 Height = 2527 Top = 26128 Width = 9326 Left = 482 27 Height = 30 28 Top = 313 29 Width = 112 29 30 Anchors = [akRight, akBottom] 30 31 Caption = 'Close' 31 32 ModalResult = 1 33 ParentFont = False 32 34 TabOrder = 0 33 35 end 34 36 object LabelContent: TLabel 35 Left = 2 036 Height = 2 037 Top = 1 5338 Width = 47537 Left = 24 38 Height = 25 39 Top = 183 40 Width = 570 39 41 Align = alTop 40 BorderSpacing.Around = 2 042 BorderSpacing.Around = 24 41 43 Caption = ' ' 42 44 ParentColor = False 45 ParentFont = False 43 46 end 44 47 object ButtonHomePage: TButton 45 Left = 1 646 Height = 2547 Top = 26148 Width = 17648 Left = 19 49 Height = 30 50 Top = 313 51 Width = 211 49 52 Anchors = [akLeft, akBottom] 50 53 Caption = 'Home page' 51 54 OnClick = ButtonHomePageClick 55 ParentFont = False 52 56 TabOrder = 1 53 57 end 54 58 object Panel1: TPanel 55 59 Left = 0 56 Height = 1 1260 Height = 134 57 61 Top = 0 58 Width = 51562 Width = 618 59 63 Align = alTop 60 64 BevelOuter = bvNone 61 ClientHeight = 112 62 ClientWidth = 515 65 ClientHeight = 134 66 ClientWidth = 618 67 ParentFont = False 63 68 TabOrder = 2 64 69 object Image1: TImage 65 Left = 2 466 Height = 6667 Top = 1 668 Width = 6970 Left = 29 71 Height = 79 72 Top = 19 73 Width = 83 69 74 end 70 75 object LabelAppName: TLabel 71 76 Left = 104 72 Height = 9277 Height = 114 73 78 Top = 16 74 Width = 38879 Width = 491 75 80 Align = alCustom 76 81 Anchors = [akTop, akLeft, akRight, akBottom] 77 82 AutoSize = False 78 BorderSpacing.Around = 2 079 Font.Height = - 5083 BorderSpacing.Around = 24 84 Font.Height = -60 80 85 ParentColor = False 81 86 ParentFont = False -
trunk/Forms/UFormCPU.lfm
r59 r103 1 1 object FormCPU: TFormCPU 2 2 Left = 262 3 Height = 2873 Height = 430 4 4 Top = 127 5 Width = 4145 Width = 621 6 6 Caption = 'CPU' 7 ClientHeight = 287 8 ClientWidth = 414 9 LCLVersion = '1.3' 7 ClientHeight = 430 8 ClientWidth = 621 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 11 object Label4: TLabel 11 Left = 812 Left = 12 12 13 Height = 25 13 Top = 4814 Width = 1 2414 Top = 72 15 Width = 104 15 16 Caption = 'Step counter:' 16 17 ParentColor = False 18 ParentFont = False 17 19 end 18 20 object Label7: TLabel 19 Left = 821 Left = 12 20 22 Height = 25 21 Top = 7222 Width = 6323 Top = 108 24 Width = 54 23 25 Caption = 'Speed:' 24 26 ParentColor = False 27 ParentFont = False 25 28 end 26 29 object LabelStepSpeed: TLabel 27 Left = 192 30 Left = 288 31 Height = 25 32 Top = 108 33 Width = 15 34 Caption = ' ' 35 ParentColor = False 36 ParentFont = False 37 end 38 object LabelStepCounter: TLabel 39 Left = 288 28 40 Height = 25 29 41 Top = 72 … … 31 43 Caption = ' ' 32 44 ParentColor = False 45 ParentFont = False 33 46 end 34 object Label StepCounter: TLabel35 Left = 19247 object LabelMemoryPointer: TLabel 48 Left = 288 36 49 Height = 25 37 Top = 4850 Top = 36 38 51 Width = 15 39 52 Caption = ' ' 40 53 ParentColor = False 41 end 42 object LabelMemoryPointer: TLabel 43 Left = 192 44 Height = 25 45 Top = 24 46 Width = 15 47 Caption = ' ' 48 ParentColor = False 54 ParentFont = False 49 55 end 50 56 object LabelProgramPointer: TLabel 51 Left = 19257 Left = 288 52 58 Height = 25 53 59 Top = 0 … … 55 61 Caption = ' ' 56 62 ParentColor = False 63 ParentFont = False 57 64 end 58 65 object Label3: TLabel 59 Left = 866 Left = 12 60 67 Height = 25 61 68 Top = 0 62 Width = 1 5969 Width = 135 63 70 Caption = 'Program pointer:' 64 71 ParentColor = False 72 ParentFont = False 65 73 end 66 74 object Label5: TLabel 67 Left = 875 Left = 12 68 76 Height = 25 69 Top = 2470 Width = 1 5677 Top = 36 78 Width = 133 71 79 Caption = 'Memory pointer:' 72 80 ParentColor = False 81 ParentFont = False 73 82 end 74 83 end -
trunk/Forms/UFormInput.lfm
r59 r103 1 1 object FormInput: TFormInput 2 2 Left = 256 3 Height = 2403 Height = 360 4 4 Top = 32 5 Width = 3205 Width = 480 6 6 Caption = 'Input' 7 ClientHeight = 240 8 ClientWidth = 320 9 LCLVersion = '1.3' 7 ClientHeight = 360 8 ClientWidth = 480 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 11 object MemoInput: TMemo 11 Left = 412 Height = 20313 Top = 3 314 Width = 31212 Left = 6 13 Height = 317 14 Top = 37 15 Width = 468 15 16 Align = alClient 16 BorderSpacing.Around = 417 Font.Height = -1 217 BorderSpacing.Around = 6 18 Font.Height = -18 18 19 Font.Name = 'Courier New' 19 20 OnKeyPress = MemoInputKeyPress … … 23 24 end 24 25 object Label1: TLabel 25 Left = 426 Left = 6 26 27 Height = 25 27 Top = 428 Width = 31228 Top = 6 29 Width = 468 29 30 Align = alTop 30 BorderSpacing.Around = 431 BorderSpacing.Around = 6 31 32 Caption = 'Input:' 32 33 ParentColor = False 34 ParentFont = False 33 35 end 34 36 end -
trunk/Forms/UFormLog.lfm
r96 r103 1 1 object FormLog: TFormLog 2 2 Left = 651 3 Height = 5003 Height = 600 4 4 Top = 282 5 Width = 8005 Width = 960 6 6 Caption = 'Log' 7 ClientHeight = 5008 ClientWidth = 8009 DesignTimePPI = 1 207 ClientHeight = 600 8 ClientWidth = 960 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 LCLVersion = ' 1.8.2.0'11 LCLVersion = '2.0.0.4' 12 12 object Memo1: TMemo 13 13 Left = 0 14 Height = 50014 Height = 600 15 15 Top = 0 16 Width = 80016 Width = 960 17 17 Align = alClient 18 ParentFont = False 18 19 ReadOnly = True 19 20 ScrollBars = ssAutoBoth -
trunk/Forms/UFormMain.lfm
r91 r103 5 5 Width = 860 6 6 Caption = 'LazFuck' 7 ClientHeight = 5 617 ClientHeight = 556 8 8 ClientWidth = 860 9 DesignTimePPI = 1 209 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 14 14 OnDestroy = FormDestroy 15 15 OnShow = FormShow 16 LCLVersion = ' 1.8.2.0'16 LCLVersion = '2.0.0.4' 17 17 WindowState = wsMaximized 18 18 object StatusBarMain: TStatusBar 19 19 Left = 0 20 Height = 2821 Top = 5 3320 Height = 36 21 Top = 520 22 22 Width = 860 23 23 Panels = < 24 24 item 25 Width = 7025 Width = 84 26 26 end 27 27 item 28 Width = 7028 Width = 84 29 29 end 30 30 item 31 Width = 8031 Width = 96 32 32 end> 33 ParentFont = False 33 34 SimplePanel = False 34 35 end 35 36 object ToolBarMain: TToolBar 36 37 Left = 0 37 Height = 2638 Height = 31 38 39 Top = 0 39 40 Width = 860 40 41 Images = Core.ImageListMain 42 ParentFont = False 41 43 ParentShowHint = False 42 44 ShowHint = True … … 48 50 end 49 51 object ToolButton2: TToolButton 50 Left = 3 052 Left = 36 51 53 Top = 2 52 54 Action = AProjectOpen … … 55 57 end 56 58 object ToolButton3: TToolButton 57 Left = 7459 Left = 89 58 60 Top = 2 59 61 Action = AProjectSave 60 62 end 61 63 object ToolButton4: TToolButton 62 Left = 1 0364 Left = 124 63 65 Top = 2 64 66 Action = AProjectClose 65 67 end 66 68 object ToolButton5: TToolButton 67 Left = 1 6168 Height = 2869 Left = 194 70 Height = 33 69 71 Top = 2 70 72 Style = tbsSeparator 71 73 end 72 74 object ToolButton6: TToolButton 73 Left = 19875 Left = 239 74 76 Top = 2 75 77 Action = AProgramRun 76 78 end 77 79 object ToolButton7: TToolButton 78 Left = 16980 Left = 204 79 81 Top = 2 80 82 Action = AProgramCompile 81 83 end 82 84 object ToolButton8: TToolButton 83 Left = 1 3285 Left = 159 84 86 Top = 2 85 87 Action = AOptions 86 88 end 87 89 object ToolButton9: TToolButton 88 Left = 28590 Left = 344 89 91 Top = 2 90 92 Action = ABreakpointToggle 91 93 end 92 94 object ToolButton10: TToolButton 93 Left = 2 2795 Left = 274 94 96 Top = 2 95 97 Action = AProgramPause 96 98 end 97 99 object ToolButton11: TToolButton 98 Left = 256100 Left = 309 99 101 Top = 2 100 102 Action = AProgramStop 101 103 end 102 104 object ToolButton12: TToolButton 103 Left = 3 14105 Left = 379 104 106 Top = 2 105 107 Action = AProgramStepOver 106 108 end 107 109 object ToolButton13: TToolButton 108 Left = 343110 Left = 414 109 111 Top = 2 110 112 Action = AProgramStepInto 111 113 end 112 114 object ToolButton14: TToolButton 113 Left = 372115 Left = 449 114 116 Top = 2 115 117 Action = AProgramStepOut 116 118 end 117 119 object ToolButton15: TToolButton 118 Left = 4 01120 Left = 484 119 121 Top = 2 120 122 Action = AProgramRunToCursor 121 123 end 122 124 object ToolButtonTarget: TToolButton 123 Left = 430125 Left = 519 124 126 Hint = 'Target select' 125 127 Top = 2 … … 130 132 end 131 133 object PageControlRight: TPageControl 132 Left = 467133 Height = 507134 Top = 26135 Width = 393134 Left = 388 135 Height = 489 136 Top = 31 137 Width = 472 136 138 ActivePage = TabSheetDebug 137 139 Align = alRight 140 ParentFont = False 138 141 TabIndex = 0 139 142 TabOrder = 2 … … 141 144 object TabSheetDebug: TTabSheet 142 145 Caption = 'Debug' 143 ClientHeight = 499 144 ClientWidth = 359 146 ClientHeight = 481 147 ClientWidth = 434 148 ParentFont = False 145 149 object PanelInput: TPanel 146 150 Left = 0 147 Height = 64151 Height = 77 148 152 Top = 0 149 Width = 359153 Width = 434 150 154 Align = alTop 151 155 BevelOuter = bvNone 156 ParentFont = False 152 157 TabOrder = 0 153 158 end … … 155 160 Cursor = crVSplit 156 161 Left = 0 157 Height = 5158 Top = 64159 Width = 359162 Height = 6 163 Top = 77 164 Width = 434 160 165 Align = alTop 161 166 ResizeAnchor = akTop … … 163 168 object PanelOutput: TPanel 164 169 Left = 0 165 Height = 259166 Top = 69167 Width = 359170 Height = 311 171 Top = 83 172 Width = 434 168 173 Align = alTop 169 174 BevelOuter = bvNone 175 ParentFont = False 170 176 TabOrder = 2 171 177 end … … 173 179 Cursor = crVSplit 174 180 Left = 0 175 Height = 5176 Top = 3 28177 Width = 359181 Height = 6 182 Top = 394 183 Width = 434 178 184 Align = alTop 179 185 ResizeAnchor = akTop … … 181 187 object PanelCPU: TPanel 182 188 Left = 0 183 Height = 86184 Top = 333185 Width = 359189 Height = 103 190 Top = 400 191 Width = 434 186 192 Align = alTop 187 193 BevelOuter = bvNone 194 ParentFont = False 188 195 TabOrder = 4 189 196 end … … 191 198 Cursor = crVSplit 192 199 Left = 0 193 Height = 5194 Top = 4 19195 Width = 359200 Height = 6 201 Top = 481 202 Width = 434 196 203 Align = alTop 197 204 ResizeAnchor = akTop … … 199 206 object PanelMemory: TPanel 200 207 Left = 0 201 Height = 75202 Top = 4 24203 Width = 359208 Height = 0 209 Top = 481 210 Width = 434 204 211 Align = alClient 205 212 BevelOuter = bvNone 213 ParentFont = False 206 214 TabOrder = 6 207 215 end … … 209 217 end 210 218 object Splitter1: TSplitter 211 Left = 462212 Height = 507213 Top = 26214 Width = 5219 Left = 382 220 Height = 489 221 Top = 31 222 Width = 6 215 223 Align = alRight 216 224 ResizeAnchor = akRight … … 218 226 object PanelLeft: TPanel 219 227 Left = 0 220 Height = 507221 Top = 26222 Width = 462228 Height = 489 229 Top = 31 230 Width = 382 223 231 Align = alClient 224 232 BevelOuter = bvNone 225 ClientHeight = 507 226 ClientWidth = 462 233 ClientHeight = 489 234 ClientWidth = 382 235 ParentFont = False 227 236 TabOrder = 4 228 237 object PageControlMain: TPageControl 229 238 Left = 0 230 Height = 3 84239 Height = 341 231 240 Top = 0 232 Width = 462241 Width = 382 233 242 ActivePage = TabSheetSource 234 243 Align = alClient … … 238 247 object TabSheetSource: TTabSheet 239 248 Caption = 'Source code' 249 ParentFont = False 240 250 end 241 251 object TabSheetTarget: TTabSheet 242 252 Caption = 'Target code' 253 ParentFont = False 243 254 end 244 255 end 245 256 object PageControlBottom: TPageControl 246 257 Left = 0 247 Height = 1 18248 Top = 3 89249 Width = 462258 Height = 142 259 Top = 347 260 Width = 382 250 261 ActivePage = TabSheetMessages 251 262 Align = alBottom 263 ParentFont = False 252 264 TabIndex = 0 253 265 TabOrder = 1 … … 255 267 object TabSheetMessages: TTabSheet 256 268 Caption = 'Messages' 269 ParentFont = False 257 270 end 258 271 end … … 260 273 Cursor = crVSplit 261 274 Left = 0 262 Height = 5263 Top = 3 84264 Width = 462275 Height = 6 276 Top = 341 277 Width = 382 265 278 Align = alBottom 266 279 ResizeAnchor = akBottom … … 269 282 object MainMenu1: TMainMenu 270 283 Images = Core.ImageListMain 271 left = 2 16272 top = 1 36284 left = 259 285 top = 163 273 286 object MenuItem1: TMenuItem 274 287 Caption = 'Project' … … 370 383 object ActionList1: TActionList 371 384 Images = Core.ImageListMain 372 left = 2 16373 top = 192385 left = 259 386 top = 230 374 387 object AProjectOpen: TAction 375 388 Category = 'Project' … … 516 529 DefaultExt = '.b' 517 530 Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' 518 left = 56519 top = 184531 left = 67 532 top = 221 520 533 end 521 534 object SaveDialog1: TSaveDialog 522 535 DefaultExt = '.b' 523 536 Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' 524 left = 56525 top = 2 40537 left = 67 538 top = 288 526 539 end 527 540 object TimerRefresh: TTimer 528 541 OnTimer = TimerRefreshTimer 529 left = 56530 top = 296542 left = 67 543 top = 355 531 544 end 532 545 object PopupMenuRecentFiles: TPopupMenu 533 left = 56534 top = 64546 left = 67 547 top = 77 535 548 end 536 549 object PopupMenuTargets: TPopupMenu 537 550 Images = Core.ImageListMain 538 left = 56539 top = 1 19551 left = 67 552 top = 143 540 553 end 541 554 end -
trunk/Forms/UFormMemory.lfm
r61 r103 1 1 object FormMemory: TFormMemory 2 2 Left = 565 3 Height = 2593 Height = 388 4 4 Top = 182 5 Width = 3915 Width = 586 6 6 Caption = 'Memory' 7 ClientHeight = 259 8 ClientWidth = 391 9 LCLVersion = '1.3' 7 ClientHeight = 388 8 ClientWidth = 586 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 11 object Label6: TLabel 11 Left = 412 Left = 6 12 13 Height = 25 13 Top = 414 Width = 38314 Top = 6 15 Width = 574 15 16 Align = alTop 16 BorderSpacing.Around = 417 BorderSpacing.Around = 6 17 18 Caption = 'Memory:' 18 19 ParentColor = False 20 ParentFont = False 19 21 end 20 22 object ListViewMemory: TListView 21 Left = 422 Height = 22223 Top = 3 324 Width = 38323 Left = 6 24 Height = 345 25 Top = 37 26 Width = 574 25 27 Align = alClient 26 BorderSpacing.Around = 428 BorderSpacing.Around = 6 27 29 Columns = < 28 30 item 29 31 Caption = 'Address' 30 Width = 8032 Width = 120 31 33 end 32 34 item 33 35 Caption = 'Data' 34 Width = 33036 Width = 495 35 37 end> 36 Font.Height = -1 238 Font.Height = -18 37 39 Font.Name = 'Courier New' 38 40 OwnerData = True -
trunk/Forms/UFormMessages.lfm
r40 r103 1 1 object FormMessages: TFormMessages 2 2 Left = 256 3 Height = 2253 Height = 338 4 4 Top = 47 5 Width = 4925 Width = 738 6 6 Caption = 'Messages' 7 ClientHeight = 225 8 ClientWidth = 492 7 ClientHeight = 338 8 ClientWidth = 738 9 DesignTimePPI = 144 9 10 OnCreate = FormCreate 10 LCLVersion = ' 0.9.31'11 LCLVersion = '2.0.0.4' 11 12 object ListView1: TListView 12 13 Left = 0 13 Height = 22514 Height = 338 14 15 Top = 0 15 Width = 49216 Width = 738 16 17 Align = alClient 17 18 Columns = < 18 19 item 19 Width = 47320 Width = 710 20 21 end> 21 22 OwnerData = True 23 ParentFont = False 22 24 ReadOnly = True 23 25 RowSelect = True -
trunk/Forms/UFormOptions.lfm
r96 r103 1 1 object FormOptions: TFormOptions 2 2 Left = 401 3 Height = 3563 Height = 427 4 4 Top = 236 5 Width = 6075 Width = 728 6 6 Caption = 'Options' 7 ClientHeight = 3568 ClientWidth = 6079 DesignTimePPI = 1 207 ClientHeight = 427 8 ClientWidth = 728 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = ' 1.8.2.0'13 LCLVersion = '2.0.0.4' 14 14 object ButtonOk: TButton 15 Left = 52616 Height = 2517 Top = 3 2418 Width = 7515 Left = 631 16 Height = 30 17 Top = 389 18 Width = 90 19 19 Anchors = [akRight, akBottom] 20 20 Caption = 'Ok' 21 21 ModalResult = 1 22 ParentFont = False 22 23 TabOrder = 0 23 24 end 24 25 object ButtonCancel: TButton 25 Left = 43026 Height = 2527 Top = 3 2428 Width = 7526 Left = 516 27 Height = 30 28 Top = 389 29 Width = 90 29 30 Anchors = [akRight, akBottom] 30 31 Caption = 'Cancel' 31 32 ModalResult = 2 33 ParentFont = False 32 34 TabOrder = 1 33 35 end 34 36 object PageControl1: TPageControl 35 Left = 836 Height = 3 1037 Top = 838 Width = 59337 Left = 10 38 Height = 371 39 Top = 10 40 Width = 711 39 41 ActivePage = TabSheetBuild 40 42 Anchors = [akTop, akLeft, akRight, akBottom] 43 ParentFont = False 41 44 TabIndex = 1 42 45 TabOrder = 2 … … 45 48 ClientHeight = 277 46 49 ClientWidth = 585 50 ParentFont = False 47 51 object Panel1: TPanel 48 52 Left = 0 … … 54 58 ClientHeight = 277 55 59 ClientWidth = 585 60 ParentFont = False 56 61 TabOrder = 0 57 62 object Label3: TLabel 58 Left = 859 Height = 20 60 Top = 4863 Left = 10 64 Height = 20 65 Top = 58 61 66 Width = 127 62 67 Caption = 'Interface language:' 63 68 ParentColor = False 69 ParentFont = False 64 70 end 65 71 object ComboBoxLanguage: TComboBox 66 Left = 256 67 Height = 28 68 Top = 48 69 Width = 188 70 ItemHeight = 20 72 Left = 307 73 Height = 33 74 Top = 58 75 Width = 226 76 ItemHeight = 25 77 ParentFont = False 71 78 Style = csDropDownList 72 79 TabOrder = 0 73 80 end 74 81 object CheckBox1: TCheckBox 75 Left = 876 Height = 2777 Top = 8578 Width = 1 05182 Left = 10 83 Height = 32 84 Top = 102 85 Width = 1144 79 86 Anchors = [akTop, akLeft, akRight] 80 87 AutoSize = False 81 88 Caption = 'Reopend last opened project' 89 ParentFont = False 82 90 TabOrder = 1 83 91 end 84 92 object CheckBoxDPIAuto: TCheckBox 85 Left = 886 Height = 2787 Top = 1 2588 Width = 1 04393 Left = 10 94 Height = 32 95 Top = 150 96 Width = 1134 89 97 Anchors = [akTop, akLeft, akRight] 90 98 AutoSize = False 91 99 Caption = 'Automatic DPI' 92 100 OnChange = CheckBoxDPIAutoChange 101 ParentFont = False 93 102 TabOrder = 2 94 103 end 95 104 object LabelDPI: TLabel 96 Left = 3 097 Height = 20 98 Top = 1 60105 Left = 36 106 Height = 20 107 Top = 192 99 108 Width = 26 100 109 Caption = 'DPI:' 101 110 ParentColor = False 111 ParentFont = False 102 112 end 103 113 object SpinEditDPIX: TSpinEdit 104 Left = 1 12114 Left = 134 105 115 Height = 28 106 Top = 1 58107 Width = 80116 Top = 190 117 Width = 96 108 118 MaxValue = 1000 109 119 MinValue = 1 120 ParentFont = False 110 121 TabOrder = 3 111 122 Value = 1 112 123 end 113 124 object SpinEditDPIY: TSpinEdit 114 Left = 2 16125 Left = 259 115 126 Height = 28 116 Top = 1 60117 Width = 80127 Top = 192 128 Width = 96 118 129 MaxValue = 1000 119 130 MinValue = 1 131 ParentFont = False 120 132 TabOrder = 4 121 133 Value = 1 122 134 end 123 135 object LabelX: TLabel 124 Left = 2 00125 Height = 20 126 Top = 1 60136 Left = 240 137 Height = 20 138 Top = 192 127 139 Width = 7 128 140 Caption = 'x' 129 141 ParentColor = False 142 ParentFont = False 130 143 end 131 144 object LabelTheme: TLabel 132 Left = 8133 Height = 20 134 Top = 1 6145 Left = 10 146 Height = 20 147 Top = 19 135 148 Width = 48 136 149 Caption = 'Theme:' 137 150 ParentColor = False 151 ParentFont = False 138 152 end 139 153 object ComboBoxTheme: TComboBox 140 Left = 256 141 Height = 28 142 Top = 8 143 Width = 188 144 ItemHeight = 20 154 Left = 307 155 Height = 33 156 Top = 10 157 Width = 226 158 ItemHeight = 25 159 ParentFont = False 145 160 Style = csDropDownList 146 161 TabOrder = 5 … … 150 165 object TabSheetBuild: TTabSheet 151 166 Caption = 'Build' 152 ClientHeight = 277 153 ClientWidth = 585 167 ClientHeight = 333 168 ClientWidth = 703 169 ParentFont = False 154 170 object Panel2: TPanel 155 171 Left = 0 156 Height = 277172 Height = 333 157 173 Top = 0 158 Width = 585174 Width = 703 159 175 Align = alClient 160 176 BevelOuter = bvNone 161 ClientHeight = 277 162 ClientWidth = 585 177 ClientHeight = 333 178 ClientWidth = 703 179 ParentFont = False 163 180 TabOrder = 0 164 181 object Label4: TLabel 165 Left = 8166 Height = 2 0167 Top = 1 04168 Width = 1 59182 Left = 10 183 Height = 25 184 Top = 125 185 Width = 189 169 186 Caption = 'Compiler optimizations:' 170 187 ParentColor = False 188 ParentFont = False 171 189 end 172 190 object ComboBoxOptimization: TComboBox 173 Left = 2 48174 Height = 28175 Top = 1 04176 Width = 188177 ItemHeight = 2 0191 Left = 298 192 Height = 33 193 Top = 125 194 Width = 226 195 ItemHeight = 25 178 196 Items.Strings = ( 179 197 'None' … … 181 199 ) 182 200 OnSelect = CheckBoxDPIAutoChange 201 ParentFont = False 183 202 Style = csDropDownList 184 203 TabOrder = 0 185 204 end 186 205 object CheckBoxOptimizeAddSub: TCheckBox 187 Left = 3 1188 Height = 2 4189 Top = 1 36190 Width = 189206 Left = 37 207 Height = 29 208 Top = 163 209 Width = 228 191 210 Caption = 'Addition and subtraction' 211 ParentFont = False 192 212 TabOrder = 1 193 213 end 194 214 object CheckBoxOptimizeMerge: TCheckBox 195 Left = 3 1196 Height = 2 4197 Top = 1 60198 Width = 181215 Left = 37 216 Height = 29 217 Top = 192 218 Width = 218 199 219 Caption = 'Merge same operations' 220 ParentFont = False 200 221 TabOrder = 2 201 222 end 202 223 object CheckBoxOptimizeCopyMultiply: TCheckBox 203 Left = 3 1204 Height = 2 4205 Top = 2 08206 Width = 1 16224 Left = 37 225 Height = 29 226 Top = 250 227 Width = 141 207 228 Caption = 'Copy multiply' 229 ParentFont = False 208 230 TabOrder = 3 209 231 end 210 232 object CheckBoxOptimizeRelativeIndexes: TCheckBox 211 Left = 3 1212 Height = 2 4213 Top = 184214 Width = 1 31233 Left = 37 234 Height = 29 235 Top = 221 236 Width = 155 215 237 Caption = 'Relative indexes' 238 ParentFont = False 216 239 TabOrder = 4 217 240 end 218 241 object Label2: TLabel 219 Left = 8220 Height = 2 0221 Top = 4 0222 Width = 57242 Left = 10 243 Height = 25 244 Top = 48 245 Width = 66 223 246 Caption = 'Cell size:' 224 247 ParentColor = False 248 ParentFont = False 225 249 end 226 250 object Label1: TLabel 227 Left = 8228 Height = 2 0229 Top = 8230 Width = 87251 Left = 10 252 Height = 25 253 Top = 10 254 Width = 105 231 255 Caption = 'Memory size:' 232 256 ParentColor = False 257 ParentFont = False 233 258 end 234 259 object SpinEditMemorySize: TSpinEdit 235 Left = 1 65236 Height = 28237 Top = 6238 Width = 1 30260 Left = 198 261 Height = 33 262 Top = 7 263 Width = 156 239 264 MaxValue = 2000000000 265 ParentFont = False 240 266 TabOrder = 5 241 267 end 242 268 object SpinEditCellSize: TSpinEdit 243 Left = 1 65244 Height = 28245 Top = 4 0246 Width = 1 30269 Left = 198 270 Height = 33 271 Top = 48 272 Width = 156 247 273 MaxValue = 2000000000 274 ParentFont = False 248 275 TabOrder = 6 249 276 end -
trunk/Forms/UFormOutput.lfm
r100 r103 8 8 ClientWidth = 320 9 9 DesignTimePPI = 144 10 LCLVersion = ' 1.8.4.0'10 LCLVersion = '2.0.0.4' 11 11 object Label2: TLabel 12 12 Left = 4 13 Height = 2 613 Height = 25 14 14 Top = 4 15 15 Width = 312 … … 21 21 object MemoOutput: TMemo 22 22 Left = 4 23 Height = 40 224 Top = 3 423 Height = 403 24 Top = 33 25 25 Width = 312 26 26 Align = alClient -
trunk/Forms/UFormSourceCode.lfm
r97 r103 1 1 object FormSourceCode: TFormSourceCode 2 2 Left = 459 3 Height = 4913 Height = 589 4 4 Top = 278 5 Width = 5605 Width = 672 6 6 Caption = 'Source code' 7 ClientHeight = 4918 ClientWidth = 5609 DesignTimePPI = 1 207 ClientHeight = 589 8 ClientWidth = 672 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 LCLVersion = ' 1.8.2.0'11 LCLVersion = '2.0.0.4' 12 12 inline SynEdit1: TSynEdit 13 13 Left = 0 14 Height = 49114 Height = 589 15 15 Top = 0 16 Width = 56016 Width = 672 17 17 Align = alClient 18 Font.Height = -1 318 Font.Height = -16 19 19 Font.Name = 'Courier New' 20 20 Font.Pitch = fpFixed … … 28 28 OnKeyUp = MemoSourceKeyUp 29 29 OnMouseDown = MemoSourceMouseDown 30 Gutter.Width = 5930 Gutter.Width = 80 31 31 Gutter.MouseActions = <> 32 32 RightGutter.Width = 0 … … 478 478 inline SynLeftGutterPartList1: TSynGutterPartList 479 479 object SynGutterMarks1: TSynGutterMarks 480 Width = 24480 Width = 36 481 481 MouseActions = <> 482 482 end 483 483 object SynGutterLineNumber1: TSynGutterLineNumber 484 Width = 17484 Width = 21 485 485 MouseActions = <> 486 486 MarkupInfo.Background = clBtnFace … … 492 492 end 493 493 object SynGutterChanges1: TSynGutterChanges 494 Width = 4494 Width = 6 495 495 MouseActions = <> 496 496 ModifiedColor = 59900 … … 498 498 end 499 499 object SynGutterSeparator1: TSynGutterSeparator 500 Width = 2500 Width = 3 501 501 MouseActions = <> 502 502 MarkupInfo.Background = clWhite … … 505 505 object SynGutterCodeFolding1: TSynGutterCodeFolding 506 506 AutoSize = False 507 Width = 1 2507 Width = 14 508 508 MouseActions = <> 509 509 MarkupInfo.Background = clNone … … 516 516 object PopupMenuSource: TPopupMenu 517 517 Images = Core.ImageListMain 518 left = 1 28519 top = 1 28518 left = 154 519 top = 154 520 520 object MenuItem23: TMenuItem 521 521 Action = FormMain.ABreakpointToggle … … 590 590 object ActionList1: TActionList 591 591 Images = Core.ImageListMain 592 left = 1 28593 top = 56592 left = 154 593 top = 67 594 594 object AGenerateNumber: TAction 595 595 Caption = 'Generate number' … … 644 644 DefaultFilter = 'Soubory Java (*.java)|*.java' 645 645 Enabled = False 646 left = 4 05647 top = 263646 left = 486 647 top = 316 648 648 end 649 649 end -
trunk/Forms/UFormTargetCode.lfm
r91 r103 1 1 object FormTargetCode: TFormTargetCode 2 2 Left = 682 3 Height = 2 403 Height = 288 4 4 Top = 485 5 Width = 3 205 Width = 384 6 6 Caption = 'Target code' 7 ClientHeight = 2 408 ClientWidth = 3 209 DesignTimePPI = 1 2010 LCLVersion = ' 1.8.2.0'7 ClientHeight = 288 8 ClientWidth = 384 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 11 11 object MemoTarget: TMemo 12 12 Left = 0 13 Height = 2 4013 Height = 288 14 14 Top = 0 15 Width = 3 2015 Width = 384 16 16 Align = alClient 17 17 Font.Name = 'Courier New' … … 24 24 object PopupMenuTarget: TPopupMenu 25 25 Images = Core.ImageListMain 26 left = 8427 top = 1 0026 left = 101 27 top = 120 28 28 object MenuItem20: TMenuItem 29 29 Action = AFormatCode … … 35 35 object ActionList1: TActionList 36 36 Images = Core.ImageListMain 37 left = 19938 top = 3937 left = 239 38 top = 47 39 39 object AFormatCode: TAction 40 40 Caption = 'Format code' -
trunk/Forms/UFormTargetOptions.lfm
r92 r103 1 1 object FormTargetOptions: TFormTargetOptions 2 2 Left = 429 3 Height = 2 063 Height = 247 4 4 Top = 228 5 Width = 4225 Width = 506 6 6 Caption = 'Target options' 7 ClientHeight = 2 068 ClientWidth = 4229 DesignTimePPI = 1 207 ClientHeight = 247 8 ClientWidth = 506 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = ' 1.8.2.0'13 LCLVersion = '2.0.0.4' 14 14 object Edit1: TEdit 15 Left = 816 Height = 2817 Top = 3 218 Width = 3 2515 Left = 10 16 Height = 33 17 Top = 38 18 Width = 389 19 19 Anchors = [akTop, akLeft, akRight] 20 ParentFont = False 20 21 TabOrder = 0 21 22 end 22 23 object Label1: TLabel 23 Left = 824 Height = 2 025 Top = 726 Width = 1 2224 Left = 10 25 Height = 25 26 Top = 8 27 Width = 144 27 28 Caption = 'Compiler location:' 28 29 ParentColor = False 30 ParentFont = False 29 31 end 30 32 object ButtonCompiler: TButton 31 Left = 34132 Height = 3 133 Top = 3534 Width = 7533 Left = 409 34 Height = 37 35 Top = 42 36 Width = 90 35 37 Anchors = [akTop, akRight] 36 38 Caption = 'Select...' 37 39 OnClick = ButtonCompilerClick 40 ParentFont = False 38 41 TabOrder = 1 39 42 end 40 43 object ButtonExecute: TButton 41 Left = 34142 Height = 3 143 Top = 9644 Width = 7544 Left = 409 45 Height = 37 46 Top = 115 47 Width = 90 45 48 Anchors = [akTop, akRight] 46 49 Caption = 'Select...' 47 50 OnClick = ButtonExecuteClick 51 ParentFont = False 48 52 TabOrder = 2 49 53 end 50 54 object Edit2: TEdit 51 Left = 852 Height = 2853 Top = 9654 Width = 3 2555 Left = 10 56 Height = 33 57 Top = 115 58 Width = 389 55 59 Anchors = [akTop, akLeft, akRight] 60 ParentFont = False 56 61 TabOrder = 3 57 62 end 58 63 object Label2: TLabel 59 Left = 860 Height = 2 061 Top = 7262 Width = 1 1864 Left = 10 65 Height = 25 66 Top = 86 67 Width = 139 63 68 Caption = 'Executor location:' 64 69 ParentColor = False 70 ParentFont = False 65 71 end 66 72 object ButtonOk: TButton 67 Left = 3 1968 Height = 3 169 Top = 1 6370 Width = 9173 Left = 383 74 Height = 37 75 Top = 196 76 Width = 109 71 77 Anchors = [akRight, akBottom] 72 78 Caption = 'Ok' 73 79 ModalResult = 1 80 ParentFont = False 74 81 TabOrder = 4 75 82 end 76 83 object ButtonCancel: TButton 77 Left = 2 0778 Height = 3 179 Top = 1 6380 Width = 9184 Left = 248 85 Height = 37 86 Top = 196 87 Width = 109 81 88 Anchors = [akRight, akBottom] 82 89 Caption = 'Cancel' 83 90 ModalResult = 2 91 ParentFont = False 84 92 TabOrder = 5 85 93 end … … 87 95 DefaultExt = '.exe' 88 96 Filter = 'Program (*.exe)|*.exe|JakÃœkoliv soubor (*.*)|*.*' 89 left = 9890 top = 1 2197 left = 118 98 top = 145 91 99 end 92 100 end -
trunk/Forms/UFormTargets.lfm
r96 r103 1 1 object FormTargets: TFormTargets 2 2 Left = 292 3 Height = 3443 Height = 413 4 4 Top = 138 5 Width = 5745 Width = 689 6 6 Caption = 'Compilers' 7 ClientHeight = 3448 ClientWidth = 5749 DesignTimePPI = 1 207 ClientHeight = 413 8 ClientWidth = 689 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 LCLVersion = ' 1.8.2.0'12 LCLVersion = '2.0.0.4' 13 13 object ListView1: TListView 14 Left = 815 Height = 3 2816 Top = 817 Width = 56014 Left = 10 15 Height = 393 16 Top = 10 17 Width = 672 18 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 19 Columns = < 20 20 item 21 21 Caption = 'Name' 22 Width = 8022 Width = 96 23 23 end 24 24 item 25 25 Caption = 'Execution path' 26 Width = 2 0026 Width = 240 27 27 end 28 28 item 29 29 Caption = 'Compiler path' 30 Width = 26130 Width = 313 31 31 end> 32 32 OwnerData = True 33 ParentFont = False 33 34 ReadOnly = True 34 35 RowSelect = True -
trunk/Languages/LazFuck.cs.po
r97 r103 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "X-Generator: Poedit 1.8.8\n"11 "X-Generator: Poedit 2.0.6\n" 12 12 "Language: cs\n" 13 13 … … 31 31 msgstr " " 32 32 33 #: tformcompilers.caption34 msgctxt "tformcompilers.caption"35 msgid "Compilers"36 msgstr "PÅekladaÄe"37 38 #: tformcompilers.listview1.columns[0].caption39 msgctxt "tformcompilers.listview1.columns[0].caption"40 msgid "Name"41 msgstr "Jméno"42 43 #: tformcompilers.listview1.columns[1].caption44 msgctxt "tformcompilers.listview1.columns[1].caption"45 msgid "Execution path"46 msgstr "Cesta vykonánÃ"47 48 #: tformcompilers.listview1.columns[2].caption49 msgctxt "tformcompilers.listview1.columns[2].caption"50 msgid "Compiler path"51 msgstr "Cesta pÅekladaÄe"52 53 33 #: tformcpu.caption 54 #| msgid "Interpretter"55 34 msgctxt "tformcpu.caption" 56 35 msgid "CPU" … … 560 539 msgstr "Cesta pÅekladaÄe" 561 540 562 #: toptionsform.buttoncancel.caption563 msgctxt "toptionsform.buttoncancel.caption"564 msgid "Cancel"565 msgstr "ZruÅ¡it"566 567 #: toptionsform.buttonok.caption568 msgctxt "toptionsform.buttonok.caption"569 msgid "Ok"570 msgstr "Ok"571 572 #: toptionsform.caption573 msgctxt "toptionsform.caption"574 msgid "Options"575 msgstr "Volby"576 577 #: toptionsform.checkbox1.caption578 msgctxt "toptionsform.checkbox1.caption"579 msgid "Reopend last opened project"580 msgstr "OtevÅÃt naposledy otevÅenÃœ projekt"581 582 #: toptionsform.checkboxdpiauto.caption583 msgctxt "toptionsform.checkboxdpiauto.caption"584 msgid "Automatic DPI"585 msgstr "Automatické DPI"586 587 #: toptionsform.checkboxoptimizeaddsub.caption588 msgctxt "toptionsform.checkboxoptimizeaddsub.caption"589 msgid "Addition and subtraction"590 msgstr "SÄÃtánà a odeÄÃtánÃ"591 592 #: toptionsform.checkboxoptimizecopymultiply.caption593 msgctxt "toptionsform.checkboxoptimizecopymultiply.caption"594 msgid "Copy multiply"595 msgstr "KopÃrovánà a násobenÃ"596 597 #: toptionsform.checkboxoptimizemerge.caption598 msgctxt "toptionsform.checkboxoptimizemerge.caption"599 msgid "Merge same operations"600 msgstr "SlouÄit stejné operace"601 602 #: toptionsform.checkboxoptimizerelativeindexes.caption603 msgctxt "toptionsform.checkboxoptimizerelativeindexes.caption"604 msgid "Relative indexes"605 msgstr "Relativnà indexy"606 607 #: toptionsform.label1.caption608 msgctxt "toptionsform.label1.caption"609 msgid "Memory size:"610 msgstr "Velikost pamÄti:"611 612 #: toptionsform.label2.caption613 msgctxt "toptionsform.label2.caption"614 msgid "Cell size:"615 msgstr "Velikost buÅky:"616 617 #: toptionsform.label3.caption618 msgctxt "toptionsform.label3.caption"619 msgid "Interface language:"620 msgstr "Jazyk rozhranÃ:"621 622 #: toptionsform.label4.caption623 msgctxt "toptionsform.label4.caption"624 msgid "Compiler optimizations:"625 msgstr "Optimalizace pÅekladaÄe:"626 627 #: toptionsform.labeldpi.caption628 msgctxt "toptionsform.labeldpi.caption"629 msgid "DPI:"630 msgstr "DPI:"631 632 #: toptionsform.labelx.caption633 msgctxt "toptionsform.labelx.caption"634 msgid "x"635 msgstr "x"636 637 541 #: uformabout.slicense 638 542 msgid "License" … … 743 647 msgid "Unsupported command" 744 648 msgstr "NepodporovanÃœ pÅÃkaz" 745 -
trunk/Languages/LazFuck.po
r97 r103 21 21 msgstr "" 22 22 23 #: tformcompilers.caption24 msgctxt "TFORMCOMPILERS.CAPTION"25 msgid "Compilers"26 msgstr ""27 28 #: tformcompilers.listview1.columns[0].caption29 msgctxt "tformcompilers.listview1.columns[0].caption"30 msgid "Name"31 msgstr ""32 33 #: tformcompilers.listview1.columns[1].caption34 msgctxt "tformcompilers.listview1.columns[1].caption"35 msgid "Execution path"36 msgstr ""37 38 #: tformcompilers.listview1.columns[2].caption39 msgctxt "tformcompilers.listview1.columns[2].caption"40 msgid "Compiler path"41 msgstr ""42 43 23 #: tformcpu.caption 44 24 msgid "CPU" … … 515 495 msgstr "" 516 496 517 #: toptionsform.buttoncancel.caption518 msgctxt "toptionsform.buttoncancel.caption"519 msgid "Cancel"520 msgstr ""521 522 #: toptionsform.buttonok.caption523 msgctxt "toptionsform.buttonok.caption"524 msgid "Ok"525 msgstr ""526 527 #: toptionsform.caption528 msgctxt "TOPTIONSFORM.CAPTION"529 msgid "Options"530 msgstr ""531 532 #: toptionsform.checkbox1.caption533 msgctxt "toptionsform.checkbox1.caption"534 msgid "Reopend last opened project"535 msgstr ""536 537 #: toptionsform.checkboxdpiauto.caption538 msgctxt "toptionsform.checkboxdpiauto.caption"539 msgid "Automatic DPI"540 msgstr ""541 542 #: toptionsform.checkboxoptimizeaddsub.caption543 msgctxt "toptionsform.checkboxoptimizeaddsub.caption"544 msgid "Addition and subtraction"545 msgstr ""546 547 #: toptionsform.checkboxoptimizecopymultiply.caption548 msgctxt "toptionsform.checkboxoptimizecopymultiply.caption"549 msgid "Copy multiply"550 msgstr ""551 552 #: toptionsform.checkboxoptimizemerge.caption553 msgctxt "toptionsform.checkboxoptimizemerge.caption"554 msgid "Merge same operations"555 msgstr ""556 557 #: toptionsform.checkboxoptimizerelativeindexes.caption558 msgctxt "toptionsform.checkboxoptimizerelativeindexes.caption"559 msgid "Relative indexes"560 msgstr ""561 562 #: toptionsform.label1.caption563 msgctxt "toptionsform.label1.caption"564 msgid "Memory size:"565 msgstr ""566 567 #: toptionsform.label2.caption568 msgctxt "toptionsform.label2.caption"569 msgid "Cell size:"570 msgstr ""571 572 #: toptionsform.label3.caption573 msgctxt "toptionsform.label3.caption"574 msgid "Interface language:"575 msgstr ""576 577 #: toptionsform.label4.caption578 msgctxt "toptionsform.label4.caption"579 msgid "Compiler optimizations:"580 msgstr ""581 582 #: toptionsform.labeldpi.caption583 msgctxt "toptionsform.labeldpi.caption"584 msgid "DPI:"585 msgstr ""586 587 #: toptionsform.labelx.caption588 msgctxt "toptionsform.labelx.caption"589 msgid "x"590 msgstr ""591 592 497 #: uformabout.slicense 593 498 msgid "License"
Note:
See TracChangeset
for help on using the changeset viewer.