Changeset 27 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 10, 2022, 8:13:14 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r22 r27 1 1 object FormMain: TFormMain 2 2 Left = 449 3 Height = 8494 Top = 2785 Width = 1 2503 Height = 1274 4 Top = 108 5 Width = 1875 6 6 Caption = 'MyData' 7 ClientHeight = 815 8 ClientWidth = 1250 7 ClientHeight = 1240 8 ClientWidth = 1875 9 DesignTimePPI = 144 9 10 Menu = MainMenu1 10 11 OnActivate = FormActivate 11 12 OnClose = FormClose 12 13 OnShow = FormShow 13 LCLVersion = ' 1.8.0.4'14 LCLVersion = '2.2.2.0' 14 15 WindowState = wsMaximized 15 16 object StatusBar1: TStatusBar 16 17 Left = 0 17 Height = 3018 Top = 78519 Width = 1 25018 Height = 28 19 Top = 1212 20 Width = 1875 20 21 Panels = <> 21 22 end 22 23 object CoolBar1: TCoolBar 23 24 Left = 0 24 Height = 4 325 Height = 44 25 26 Top = 0 26 Width = 1 25027 Width = 1875 27 28 AutoSize = True 28 29 Bands = < … … 41 42 Height = 33 42 43 Top = 5 43 Width = 1 0844 Width = 150 44 45 Align = alNone 45 46 BorderSpacing.Left = 22 46 47 BorderSpacing.Top = 3 47 Caption = 'ToolBar1'48 48 EdgeInner = esNone 49 49 EdgeOuter = esNone … … 57 57 end 58 58 object ToolButton2: TToolButton 59 Left = 3 759 Left = 36 60 60 Top = 0 61 61 Action = Core.ADatabaseDisconnect 62 62 end 63 63 object ToolButton3: TToolButton 64 Left = 7 364 Left = 71 65 65 Top = 0 66 66 Action = Core.APreferences … … 70 70 object MainMenu1: TMainMenu 71 71 Images = Core.ImageList1 72 left = 82473 top = 21672 Left = 1236 73 Top = 324 74 74 object MenuItem1: TMenuItem 75 75 Caption = 'Database'
Note:
See TracChangeset
for help on using the changeset viewer.