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

File Contents

# Content
1 object Face: TFace
2 Left = 192
3 Top = 105
4 BorderStyle = bsDialog
5 Caption = 'Choix de la face'
6 ClientHeight = 219
7 ClientWidth = 219
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 ListBox1: TListBox
19 Left = 48
20 Top = 48
21 Width = 121
22 Height = 97
23 ItemHeight = 13
24 TabOrder = 0
25 end
26 object Button1: TButton
27 Left = 72
28 Top = 176
29 Width = 75
30 Height = 25
31 Caption = 'Ok'
32 TabOrder = 1
33 OnClick = Button1Click
34 end
35 end