Changeset 22 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Mar 24, 2018, 12:33:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r19 r22 5 5 Width = 1250 6 6 Caption = 'MyData' 7 ClientHeight = 81 97 ClientHeight = 815 8 8 ClientWidth = 1250 9 DesignTimePPI = 14410 9 Menu = MainMenu1 11 10 OnActivate = FormActivate 12 11 OnClose = FormClose 13 12 OnShow = FormShow 14 LCLVersion = '1.8. 2.0'13 LCLVersion = '1.8.0.4' 15 14 WindowState = wsMaximized 16 15 object StatusBar1: TStatusBar 17 16 Left = 0 18 Height = 3 619 Top = 78 317 Height = 30 18 Top = 785 20 19 Width = 1250 21 20 Panels = <> 21 end 22 object CoolBar1: TCoolBar 23 Left = 0 24 Height = 43 25 Top = 0 26 Width = 1250 27 AutoSize = True 28 Bands = < 29 item 30 Break = False 31 Control = ToolBar1 32 MinHeight = 40 33 MinWidth = 90 34 Width = 179 35 end> 36 Images = Core.ImageList1 37 object ToolBar1: TToolBar 38 AnchorSideLeft.Control = CoolBar1 39 AnchorSideTop.Control = CoolBar1 40 Left = 24 41 Height = 33 42 Top = 5 43 Width = 108 44 Align = alNone 45 BorderSpacing.Left = 22 46 BorderSpacing.Top = 3 47 Caption = 'ToolBar1' 48 EdgeInner = esNone 49 EdgeOuter = esNone 50 Images = Core.ImageList1 51 TabOrder = 0 52 Transparent = True 53 object ToolButton1: TToolButton 54 Left = 1 55 Top = 0 56 Action = Core.ADatabaseConnect 57 end 58 object ToolButton2: TToolButton 59 Left = 37 60 Top = 0 61 Action = Core.ADatabaseDisconnect 62 end 63 object ToolButton3: TToolButton 64 Left = 73 65 Top = 0 66 Action = Core.APreferences 67 end 68 end 22 69 end 23 70 object MainMenu1: TMainMenu
Note:
See TracChangeset
for help on using the changeset viewer.