Revision 2, 0.9 kB
(checked in by yumileroy, 17 years ago)
|
[svn] * Proper SVN structure
Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00
|
Line | |
---|
1 | object FrmTitle: TFrmTitle |
---|
2 | Left = 328 |
---|
3 | Top = 252 |
---|
4 | Width = 235 |
---|
5 | Height = 112 |
---|
6 | BorderIcons = [biSystemMenu] |
---|
7 | Caption = 'Col Title' |
---|
8 | Color = clBtnFace |
---|
9 | Font.Charset = DEFAULT_CHARSET |
---|
10 | Font.Color = clWindowText |
---|
11 | Font.Height = -11 |
---|
12 | Font.Name = 'MS Sans Serif' |
---|
13 | Font.Style = [] |
---|
14 | OldCreateOrder = False |
---|
15 | Position = poDesktopCenter |
---|
16 | PixelsPerInch = 96 |
---|
17 | TextHeight = 13 |
---|
18 | object Label1: TLabel |
---|
19 | Left = 8 |
---|
20 | Top = 24 |
---|
21 | Width = 65 |
---|
22 | Height = 13 |
---|
23 | AutoSize = False |
---|
24 | Caption = 'Title:' |
---|
25 | end |
---|
26 | object edTitle: TEdit |
---|
27 | Left = 80 |
---|
28 | Top = 16 |
---|
29 | Width = 121 |
---|
30 | Height = 21 |
---|
31 | TabOrder = 0 |
---|
32 | end |
---|
33 | object Button1: TButton |
---|
34 | Left = 24 |
---|
35 | Top = 48 |
---|
36 | Width = 75 |
---|
37 | Height = 25 |
---|
38 | Caption = 'Ok' |
---|
39 | TabOrder = 1 |
---|
40 | OnClick = Button1Click |
---|
41 | end |
---|
42 | object Button2: TButton |
---|
43 | Left = 136 |
---|
44 | Top = 48 |
---|
45 | Width = 75 |
---|
46 | Height = 25 |
---|
47 | Caption = 'Cancel' |
---|
48 | TabOrder = 2 |
---|
49 | OnClick = Button2Click |
---|
50 | end |
---|
51 | end |
---|