source: branches/generator/Forms/UFormLookupTable.lfm

Last change on this file was 192, checked in by chronos, 6 years ago
  • Modified: Apply interface language to all forms.
File size: 986 bytes
Line 
1object FormLookupTable: TFormLookupTable
2 Left = 576
3 Height = 328
4 Top = 547
5 Width = 714
6 Caption = 'Lookup table'
7 ClientHeight = 328
8 ClientWidth = 714
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.0.2.0'
14 object Label1: TLabel
15 Left = 18
16 Height = 26
17 Top = 20
18 Width = 56
19 Caption = 'Name:'
20 ParentColor = False
21 ParentFont = False
22 end
23 object EditName: TEdit
24 Left = 144
25 Height = 43
26 Top = 10
27 Width = 192
28 ParentFont = False
29 TabOrder = 0
30 end
31 object ButtonCancel: TButton
32 Left = 221
33 Height = 30
34 Top = 284
35 Width = 90
36 Anchors = [akLeft, akBottom]
37 Caption = 'Cancel'
38 ModalResult = 2
39 ParentFont = False
40 TabOrder = 1
41 end
42 object ButtonOk: TButton
43 Left = 470
44 Height = 30
45 Top = 284
46 Width = 90
47 Anchors = [akLeft, akBottom]
48 Caption = 'Ok'
49 ModalResult = 1
50 ParentFont = False
51 TabOrder = 2
52 end
53end
Note: See TracBrowser for help on using the repository browser.