Changeset 150 for trunk/Forms/FormMain.lfm
- Timestamp:
- Jun 5, 2024, 1:03:02 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.lfm
r145 r150 1 1 object FormMain: TFormMain 2 Left = 4303 Height = 7034 Top = 2 495 Width = 1 0322 Left = 534 3 Height = 993 4 Top = 223 5 Width = 1491 6 6 Caption = 'LazFuck' 7 ClientHeight = 6698 ClientWidth = 1 0327 ClientHeight = 993 8 ClientWidth = 1491 9 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 … … 14 14 OnDestroy = FormDestroy 15 15 OnShow = FormShow 16 LCLVersion = '2.2.6.0' 17 WindowState = wsMaximized 16 LCLVersion = '3.4.0.0' 18 17 object StatusBarMain: TStatusBar 19 18 Left = 0 20 19 Height = 28 21 Top = 64122 Width = 1 03220 Top = 965 21 Width = 1491 23 22 Panels = < 24 23 item … … 38 37 Height = 33 39 38 Top = 0 40 Width = 1 03239 Width = 1491 41 40 Images = Core.ImageListMain 42 41 ParentFont = False … … 132 131 end 133 132 object PageControlRight: TPageControl 134 Left = 560135 Height = 608133 Left = 1019 134 Height = 932 136 135 Top = 33 137 136 Width = 472 … … 144 143 object TabSheetDebug: TTabSheet 145 144 Caption = 'Debug' 146 ClientHeight = 604145 ClientHeight = 928 147 146 ClientWidth = 390 148 147 ParentFont = False … … 206 205 object PanelMemory: TPanel 207 206 Left = 0 208 Height = 95207 Height = 419 209 208 Top = 509 210 209 Width = 390 … … 217 216 end 218 217 object Splitter1: TSplitter 219 Left = 554220 Height = 608218 Left = 1013 219 Height = 932 221 220 Top = 33 222 221 Width = 6 … … 226 225 object PanelLeft: TPanel 227 226 Left = 0 228 Height = 608227 Height = 932 229 228 Top = 33 230 Width = 554229 Width = 1013 231 230 Align = alClient 232 231 BevelOuter = bvNone 233 ClientHeight = 608234 ClientWidth = 554232 ClientHeight = 932 233 ClientWidth = 1013 235 234 ParentFont = False 236 235 TabOrder = 4 237 236 object PageControlMain: TPageControl 238 237 Left = 0 239 Height = 460238 Height = 784 240 239 Top = 0 241 Width = 554240 Width = 1013 242 241 ActivePage = TabSheetSource 243 242 Align = alClient … … 257 256 Left = 0 258 257 Height = 142 259 Top = 466260 Width = 554258 Top = 790 259 Width = 1013 261 260 ActivePage = TabSheetMessages 262 261 Align = alBottom … … 274 273 Left = 0 275 274 Height = 6 276 Top = 460277 Width = 554275 Top = 784 276 Width = 1013 278 277 Align = alBottom 279 278 ResizeAnchor = akBottom
Note:
See TracChangeset
for help on using the changeset viewer.