Last change
on this file since 1710 was 1693, checked in by healthsevak, 10 years ago |
Committing the files for first time to this new branch
|
File size:
908 bytes
|
Line | |
---|
1 | object Form1: TForm1
|
---|
2 | Left = 0
|
---|
3 | Top = 0
|
---|
4 | Caption = 'Form1'
|
---|
5 | ClientHeight = 254
|
---|
6 | ClientWidth = 535
|
---|
7 | Color = clBtnFace
|
---|
8 | Font.Charset = DEFAULT_CHARSET
|
---|
9 | Font.Color = clWindowText
|
---|
10 | Font.Height = -11
|
---|
11 | Font.Name = 'Tahoma'
|
---|
12 | Font.Style = []
|
---|
13 | OldCreateOrder = False
|
---|
14 | OnCreate = FormCreate
|
---|
15 | PixelsPerInch = 96
|
---|
16 | TextHeight = 13
|
---|
17 | object Label1: TLabel
|
---|
18 | Left = 16
|
---|
19 | Top = 21
|
---|
20 | Width = 30
|
---|
21 | Height = 13
|
---|
22 | Caption = 'Word:'
|
---|
23 | end
|
---|
24 | object Edit1: TEdit
|
---|
25 | Left = 56
|
---|
26 | Top = 16
|
---|
27 | Width = 121
|
---|
28 | Height = 21
|
---|
29 | TabOrder = 0
|
---|
30 | Text = 'Helllo'
|
---|
31 | end
|
---|
32 | object Button1: TButton
|
---|
33 | Left = 192
|
---|
34 | Top = 16
|
---|
35 | Width = 75
|
---|
36 | Height = 25
|
---|
37 | Caption = 'Check'
|
---|
38 | TabOrder = 1
|
---|
39 | OnClick = Button1Click
|
---|
40 | end
|
---|
41 | object ListBox1: TListBox
|
---|
42 | Left = 56
|
---|
43 | Top = 48
|
---|
44 | Width = 209
|
---|
45 | Height = 145
|
---|
46 | ItemHeight = 13
|
---|
47 | TabOrder = 2
|
---|
48 | end
|
---|
49 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.