Changeset 295 for trunk/Forms/UFormClient.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 backup 9 9 xtactics.exe 10 *.lr j10 *.lrt
-
- Property svn:ignore
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormClient.lfm
r265 r295 7 7 ClientHeight = 621 8 8 ClientWidth = 775 9 DesignTimePPI = 1 449 DesignTimePPI = 120 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 13 13 OnKeyUp = FormKeyUp 14 14 OnShow = FormShow 15 LCLVersion = ' 1.8.4.0'15 LCLVersion = '2.0.0.4' 16 16 WindowState = wsMaximized 17 17 object StatusBar1: TStatusBar … … 22 22 Panels = < 23 23 item 24 Width = 20024 Width = 167 25 25 end 26 26 item 27 Width = 1 5027 Width = 125 28 28 end 29 29 item 30 Width = 10030 Width = 83 31 31 end> 32 ParentFont = False 32 33 SimplePanel = False 33 34 end … … 36 37 Height = 593 37 38 Top = 0 38 Width = 3239 Width = 27 39 40 Align = alLeft 40 ButtonHeight = 3241 ButtonWidth = 3241 ButtonHeight = 27 42 ButtonWidth = 27 42 43 Images = Core.ImageListSmall 44 ParentFont = False 43 45 ParentShowHint = False 44 46 PopupMenu = PopupMenuToolbar … … 52 54 object ToolButton6: TToolButton 53 55 Left = 1 54 Top = 7156 Top = 61 55 57 Action = AZoomIn 56 58 end 57 59 object ToolButton7: TToolButton 58 60 Left = 1 59 Top = 10361 Top = 88 60 62 Action = AZoomOut 61 63 end 62 64 object ToolButton8: TToolButton 63 65 Left = 1 64 Top = 1 3566 Top = 115 65 67 Action = AZoomAll 66 68 end 67 69 object ToolButton9: TToolButton 68 70 Left = 1 69 Top = 6670 Width = 3271 Top = 56 72 Width = 27 71 73 AutoSize = True 72 74 Style = tbsDivider … … 74 76 object ToolButton1: TToolButton 75 77 Left = 1 76 Top = 3478 Top = 29 77 79 Action = ASurrender 78 80 end 79 81 end 80 82 object PaintBox1: TPaintBox 81 Left = 3283 Left = 27 82 84 Height = 593 83 85 Top = 0 84 Width = 74 386 Width = 748 85 87 Align = alClient 88 ParentFont = False 86 89 OnMouseDown = PaintBox1MouseDown 87 90 OnMouseLeave = PaintBox1MouseLeave … … 96 99 Interval = 20 97 100 OnTimer = Timer1Timer 98 left = 1 6099 top = 1 60101 left = 133 102 top = 133 100 103 end 101 104 object ActionList1: TActionList 102 105 Images = Core.ImageListSmall 103 left = 2 80104 top = 1 52106 left = 233 107 top = 127 105 108 object AZoomIn: TAction 106 109 Caption = 'Zoom in' … … 149 152 end 150 153 object PopupMenuToolbar: TPopupMenu 151 left = 452152 top = 98154 left = 377 155 top = 82 153 156 object MenuItem18: TMenuItem 154 157 Action = AToolBarBigIcons
Note:
See TracChangeset
for help on using the changeset viewer.