Last change
on this file was 32, checked in by chronos, 6 months ago |
- Modified: Removed U prefix from units names.
- Modified: Use TFormEx for all forms.
|
File size:
1.1 KB
|
Line | |
---|
1 | object FormTable: TFormTable
|
---|
2 | Left = 812
|
---|
3 | Height = 526
|
---|
4 | Top = 164
|
---|
5 | Width = 665
|
---|
6 | Caption = 'Table'
|
---|
7 | ClientHeight = 526
|
---|
8 | ClientWidth = 665
|
---|
9 | DesignTimePPI = 144
|
---|
10 | Position = poMainFormCenter
|
---|
11 | LCLVersion = '2.2.2.0'
|
---|
12 | object EditName: TEdit
|
---|
13 | Left = 250
|
---|
14 | Height = 43
|
---|
15 | Top = 24
|
---|
16 | Width = 234
|
---|
17 | TabOrder = 0
|
---|
18 | end
|
---|
19 | object Label1: TLabel
|
---|
20 | Left = 24
|
---|
21 | Height = 26
|
---|
22 | Top = 32
|
---|
23 | Width = 119
|
---|
24 | Caption = 'System name:'
|
---|
25 | ParentColor = False
|
---|
26 | end
|
---|
27 | object ButtonOk: TButton
|
---|
28 | Left = 436
|
---|
29 | Height = 38
|
---|
30 | Top = 452
|
---|
31 | Width = 112
|
---|
32 | Anchors = [akRight, akBottom]
|
---|
33 | Caption = 'Ok'
|
---|
34 | ModalResult = 1
|
---|
35 | TabOrder = 1
|
---|
36 | end
|
---|
37 | object EditCaption: TEdit
|
---|
38 | Left = 250
|
---|
39 | Height = 43
|
---|
40 | Top = 84
|
---|
41 | Width = 234
|
---|
42 | TabOrder = 2
|
---|
43 | end
|
---|
44 | object Label2: TLabel
|
---|
45 | Left = 24
|
---|
46 | Height = 26
|
---|
47 | Top = 96
|
---|
48 | Width = 70
|
---|
49 | Caption = 'Caption:'
|
---|
50 | ParentColor = False
|
---|
51 | end
|
---|
52 | object ButtonCancel: TButton
|
---|
53 | Left = 286
|
---|
54 | Height = 38
|
---|
55 | Top = 452
|
---|
56 | Width = 112
|
---|
57 | Anchors = [akRight, akBottom]
|
---|
58 | Caption = 'Cancel'
|
---|
59 | ModalResult = 2
|
---|
60 | TabOrder = 3
|
---|
61 | end
|
---|
62 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.