Changeset 59 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Dec 3, 2014, 9:09:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r52 r59 1 1 object MainForm: TMainForm 2 Left = 2233 Height = 4304 Top = 1765 Width = 6702 Left = 408 3 Height = 586 4 Top = 311 5 Width = 860 6 6 Caption = 'LazFuck' 7 ClientHeight = 4118 ClientWidth = 6707 ClientHeight = 557 8 ClientWidth = 860 9 9 Menu = MainMenu1 10 10 OnCloseQuery = FormCloseQuery … … 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = '1. 1'14 LCLVersion = '1.3' 15 15 WindowState = wsMaximized 16 16 object StatusBarMain: TStatusBar 17 17 Left = 0 18 Height = 2 019 Top = 39120 Width = 67018 Height = 29 19 Top = 528 20 Width = 860 21 21 Panels = < 22 22 item … … 35 35 Height = 26 36 36 Top = 0 37 Width = 67037 Width = 860 38 38 Images = ImageListMain 39 39 ParentShowHint = False … … 128 128 end 129 129 object PageControlRight: TPageControl 130 Left = 277131 Height = 365130 Left = 467 131 Height = 502 132 132 Top = 26 133 133 Width = 393 … … 139 139 object TabSheetDebug: TTabSheet 140 140 Caption = 'Debug' 141 ClientHeight = 357142 ClientWidth = 3 65141 ClientHeight = 496 142 ClientWidth = 315 143 143 object PanelInput: TPanel 144 144 Left = 0 145 145 Height = 64 146 146 Top = 0 147 Width = 3 65147 Width = 315 148 148 Align = alTop 149 149 BevelOuter = bvNone … … 155 155 Height = 5 156 156 Top = 64 157 Width = 3 65157 Width = 315 158 158 Align = alTop 159 159 ResizeAnchor = akTop … … 163 163 Height = 259 164 164 Top = 69 165 Width = 3 65165 Width = 315 166 166 Align = alTop 167 167 BevelOuter = bvNone … … 173 173 Height = 5 174 174 Top = 328 175 Width = 3 65175 Width = 315 176 176 Align = alTop 177 177 ResizeAnchor = akTop … … 181 181 Height = 86 182 182 Top = 333 183 Width = 3 65183 Width = 315 184 184 Align = alTop 185 185 BevelOuter = bvNone … … 190 190 Left = 0 191 191 Height = 5 192 Top = 357193 Width = 3 65192 Top = 419 193 Width = 315 194 194 Align = alTop 195 195 ResizeAnchor = akTop … … 197 197 object PanelMemory: TPanel 198 198 Left = 0 199 Height = 0200 Top = 357201 Width = 3 65199 Height = 72 200 Top = 424 201 Width = 315 202 202 Align = alClient 203 203 BevelOuter = bvNone … … 207 207 end 208 208 object Splitter1: TSplitter 209 Left = 272210 Height = 365209 Left = 462 210 Height = 502 211 211 Top = 26 212 212 Width = 5 … … 216 216 object PanelLeft: TPanel 217 217 Left = 0 218 Height = 365218 Height = 502 219 219 Top = 26 220 Width = 272220 Width = 462 221 221 Align = alClient 222 222 BevelOuter = bvNone 223 ClientHeight = 365224 ClientWidth = 272223 ClientHeight = 502 224 ClientWidth = 462 225 225 TabOrder = 4 226 226 object PageControlMain: TPageControl 227 227 Left = 0 228 Height = 242228 Height = 379 229 229 Top = 0 230 Width = 272230 Width = 462 231 231 ActivePage = TabSheetSource 232 232 Align = alClient … … 244 244 Left = 0 245 245 Height = 118 246 Top = 247247 Width = 272246 Top = 384 247 Width = 462 248 248 ActivePage = TabSheetMessages 249 249 Align = alBottom … … 259 259 Left = 0 260 260 Height = 5 261 Top = 242262 Width = 272261 Top = 379 262 Width = 462 263 263 Align = alBottom 264 264 ResizeAnchor = akBottom
Note:
See TracChangeset
for help on using the changeset viewer.