Changeset 73 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Oct 27, 2016, 3:00:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r72 r73 5 5 Width = 860 6 6 Caption = 'LazFuck' 7 ClientHeight = 5 587 ClientHeight = 561 8 8 ClientWidth = 860 9 9 Menu = MainMenu1 10 OnClose = FormClose 10 11 OnCloseQuery = FormCloseQuery 11 12 OnCreate = FormCreate 12 13 OnDestroy = FormDestroy 13 14 OnShow = FormShow 14 LCLVersion = '1. 7'15 LCLVersion = '1.6.0.4' 15 16 WindowState = wsMaximized 16 17 object StatusBarMain: TStatusBar 17 18 Left = 0 18 Height = 2 419 Top = 53 419 Height = 28 20 Top = 533 20 21 Width = 860 21 22 Panels = < … … 130 131 object PageControlRight: TPageControl 131 132 Left = 467 132 Height = 50 8133 Height = 507 133 134 Top = 26 134 135 Width = 393 … … 140 141 object TabSheetDebug: TTabSheet 141 142 Caption = 'Debug' 142 ClientHeight = 504143 ClientWidth = 3 13143 ClientHeight = 499 144 ClientWidth = 359 144 145 object PanelInput: TPanel 145 146 Left = 0 146 147 Height = 64 147 148 Top = 0 148 Width = 3 13149 Width = 359 149 150 Align = alTop 150 151 BevelOuter = bvNone … … 156 157 Height = 5 157 158 Top = 64 158 Width = 3 13159 Width = 359 159 160 Align = alTop 160 161 ResizeAnchor = akTop … … 164 165 Height = 259 165 166 Top = 69 166 Width = 3 13167 Width = 359 167 168 Align = alTop 168 169 BevelOuter = bvNone … … 174 175 Height = 5 175 176 Top = 328 176 Width = 3 13177 Width = 359 177 178 Align = alTop 178 179 ResizeAnchor = akTop … … 182 183 Height = 86 183 184 Top = 333 184 Width = 3 13185 Width = 359 185 186 Align = alTop 186 187 BevelOuter = bvNone … … 192 193 Height = 5 193 194 Top = 419 194 Width = 3 13195 Width = 359 195 196 Align = alTop 196 197 ResizeAnchor = akTop … … 198 199 object PanelMemory: TPanel 199 200 Left = 0 200 Height = 80201 Height = 75 201 202 Top = 424 202 Width = 3 13203 Width = 359 203 204 Align = alClient 204 205 BevelOuter = bvNone … … 209 210 object Splitter1: TSplitter 210 211 Left = 462 211 Height = 50 8212 Height = 507 212 213 Top = 26 213 214 Width = 5 … … 217 218 object PanelLeft: TPanel 218 219 Left = 0 219 Height = 50 8220 Height = 507 220 221 Top = 26 221 222 Width = 462 222 223 Align = alClient 223 224 BevelOuter = bvNone 224 ClientHeight = 50 8225 ClientHeight = 507 225 226 ClientWidth = 462 226 227 TabOrder = 4 227 228 object PageControlMain: TPageControl 228 229 Left = 0 229 Height = 38 5230 Height = 384 230 231 Top = 0 231 232 Width = 462 … … 245 246 Left = 0 246 247 Height = 118 247 Top = 3 90248 Top = 389 248 249 Width = 462 249 250 ActivePage = TabSheetMessages … … 260 261 Left = 0 261 262 Height = 5 262 Top = 38 5263 Top = 384 263 264 Width = 462 264 265 Align = alBottom
Note:
See TracChangeset
for help on using the changeset viewer.