ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/mesh/s_valeur.dfm
Revision: 3
Committed: Tue Jun 12 12:42:51 2007 UTC (17 years, 11 months ago)
File size: 932 byte(s)
Log Message:

File Contents

# User Rev Content
1 3 object Valeur: TValeur
2     Left = 57
3     Top = 101
4     BorderStyle = bsNone
5     Caption = 'Valeur'
6     ClientHeight = 146
7     ClientWidth = 307
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 = True
15     OnShow = FormShow
16     PixelsPerInch = 96
17     TextHeight = 13
18     object Label1: TLabel
19     Left = 8
20     Top = 24
21     Width = 3
22     Height = 13
23     Font.Charset = ANSI_CHARSET
24     Font.Color = clBlack
25     Font.Height = -11
26     Font.Name = 'MS Sans Serif'
27     Font.Style = []
28     ParentFont = False
29     end
30     object Edit1: TEdit
31     Left = 32
32     Top = 72
33     Width = 257
34     Height = 21
35     TabOrder = 0
36     end
37     object Button1: TButton
38     Left = 96
39     Top = 112
40     Width = 97
41     Height = 25
42     Caption = 'Ok'
43     Default = True
44     TabOrder = 1
45     OnClick = Button1Click
46     end
47     end