Changeset 317 for trunk/Forms/FormClient.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormClient.lfm
r316 r317 1 1 object FormClient: TFormClient 2 Left = 5282 Left = 887 3 3 Height = 621 4 Top = 2804 Top = 404 5 5 Width = 775 6 6 Caption = 'Client' 7 7 ClientHeight = 621 8 8 ClientWidth = 775 9 DesignTimePPI = 1 209 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 13 13 OnKeyUp = FormKeyUp 14 14 OnShow = FormShow 15 LCLVersion = ' 2.0.0.4'15 LCLVersion = '3.4.0.0' 16 16 WindowState = wsMaximized 17 17 object StatusBar1: TStatusBar … … 22 22 Panels = < 23 23 item 24 Width = 16724 Width = 200 25 25 end 26 26 item 27 Width = 1 2527 Width = 150 28 28 end 29 29 item 30 Width = 8330 Width = 100 31 31 end> 32 32 ParentFont = False … … 37 37 Height = 593 38 38 Top = 0 39 Width = 2739 Width = 32 40 40 Align = alLeft 41 ButtonHeight = 2742 ButtonWidth = 2741 ButtonHeight = 32 42 ButtonWidth = 32 43 43 Images = Core.ImageListSmall 44 44 ParentFont = False … … 54 54 object ToolButton6: TToolButton 55 55 Left = 1 56 Top = 6156 Top = 71 57 57 Action = AZoomIn 58 58 end 59 59 object ToolButton7: TToolButton 60 60 Left = 1 61 Top = 8861 Top = 103 62 62 Action = AZoomOut 63 63 end 64 64 object ToolButton8: TToolButton 65 65 Left = 1 66 Top = 1 1566 Top = 135 67 67 Action = AZoomAll 68 68 end 69 69 object ToolButton9: TToolButton 70 70 Left = 1 71 Top = 5672 Width = 2771 Top = 66 72 Width = 32 73 73 AutoSize = True 74 74 Style = tbsDivider … … 76 76 object ToolButton1: TToolButton 77 77 Left = 1 78 Top = 2978 Top = 34 79 79 Action = ASurrender 80 80 end 81 81 end 82 82 object PaintBox1: TPaintBox 83 Left = 2783 Left = 32 84 84 Height = 593 85 85 Top = 0 86 Width = 74 886 Width = 743 87 87 Align = alClient 88 88 ParentFont = False … … 99 99 Interval = 20 100 100 OnTimer = Timer1Timer 101 left = 133102 top = 133101 Left = 160 102 Top = 160 103 103 end 104 104 object ActionList1: TActionList 105 105 Images = Core.ImageListSmall 106 left = 233107 top = 127106 Left = 280 107 Top = 152 108 108 object AZoomIn: TAction 109 109 Caption = 'Zoom in' … … 152 152 end 153 153 object PopupMenuToolbar: TPopupMenu 154 left = 377155 top = 82154 Left = 452 155 Top = 98 156 156 object MenuItem18: TMenuItem 157 157 Action = AToolBarBigIcons
Note:
See TracChangeset
for help on using the changeset viewer.