source: trunk/StudioModules/LDModuleDebug/UFormInput.lfm

Last change on this file was 5, checked in by chronos, 12 years ago
  • Added: LibreDevelopCommon package which supply API unit ULDStudioAPI.
  • Modified: Module LDStudioCommon now register forms, actions and menu items using API.
File size: 599 bytes
Line 
1object FormInput: TFormInput
2 Left = 256
3 Height = 240
4 Top = 32
5 Width = 320
6 Caption = 'Input'
7 ClientHeight = 240
8 ClientWidth = 320
9 LCLVersion = '0.9.31'
10 object MemoInput: TMemo
11 Left = 8
12 Height = 210
13 Top = 22
14 Width = 309
15 Anchors = [akTop, akLeft, akRight, akBottom]
16 Font.Height = -12
17 Font.Name = 'Courier New'
18 OnKeyPress = MemoInputKeyPress
19 ParentFont = False
20 ScrollBars = ssAutoBoth
21 TabOrder = 0
22 end
23 object Label1: TLabel
24 Left = 8
25 Height = 18
26 Top = 8
27 Width = 38
28 Caption = 'Input:'
29 ParentColor = False
30 end
31end
Note: See TracBrowser for help on using the repository browser.