Changeset 6 for trunk/Forms/UFormConsole.lfm
- Timestamp:
- May 6, 2015, 11:19:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormConsole.lfm
r5 r6 3 3 Height = 727 4 4 Top = 261 5 Width = 9 845 Width = 975 6 6 Caption = 'Console' 7 7 ClientHeight = 727 8 ClientWidth = 9 848 ClientWidth = 975 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = '1.3' 14 object MemoOutput: TMemo 13 Position = poMainFormCenter 14 LCLVersion = '1.5' 15 object Memo1: TMemo 15 16 Left = 4 16 17 Height = 674 17 18 Top = 48 18 Width = 9 7519 Width = 966 19 20 Align = alCustom 20 21 Anchors = [akTop, akLeft, akRight, akBottom] … … 26 27 TabOrder = 0 27 28 end 29 object ButtonAbort: TButton 30 Left = 895 31 Height = 25 32 Top = 8 33 Width = 75 34 Anchors = [akTop, akRight] 35 Caption = 'Abort' 36 OnClick = ButtonAbortClick 37 TabOrder = 1 38 end 28 39 object EditCommand: TEdit 29 40 Left = 4 30 41 Height = 32 31 42 Top = 7 32 Width = 8 9343 Width = 884 33 44 Anchors = [akTop, akLeft, akRight] 34 45 ReadOnly = True 35 TabOrder = 146 TabOrder = 2 36 47 end 37 object ToolBar1: TToolBar 38 Left = 902 39 Height = 34 40 Top = 8 41 Width = 77 42 Align = alCustom 43 Anchors = [akTop, akRight] 44 Caption = 'ToolBar1' 45 EdgeInner = esNone 46 EdgeOuter = esNone 47 ShowCaptions = True 48 TabOrder = 2 49 object ToolButton1: TToolButton 50 Left = 1 51 Top = 0 52 Action = AAbort 53 AutoSize = True 54 DropdownMenu = PopupMenu1 55 Style = tbsDropDown 56 end 57 end 58 object ActionList1: TActionList 59 left = 265 60 top = 130 61 object AAbort: TAction 62 Caption = 'Abort' 63 OnExecute = AAbortExecute 64 end 65 object ARestart: TAction 66 Caption = 'Restart' 67 end 68 end 69 object PopupMenu1: TPopupMenu 70 left = 264 71 top = 232 72 object MenuItem1: TMenuItem 73 Action = AAbort 74 end 75 object MenuItem2: TMenuItem 76 Action = ARestart 77 end 48 object Timer1: TTimer 49 Enabled = False 50 Interval = 1 51 OnTimer = Timer1Timer 52 left = 72 53 top = 112 78 54 end 79 55 end
Note:
See TracChangeset
for help on using the changeset viewer.