ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/acismesh/fenetre.dfm
Revision: 1
Committed: Mon Jun 11 22:53:07 2007 UTC (17 years, 11 months ago)
File size: 2479 byte(s)
Log Message:

File Contents

# User Rev Content
1 1 object Fenp: TFenp
2     Left = 284
3     Top = 334
4     Width = 554
5     Height = 244
6     VertScrollBar.Tracking = True
7     BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
8     Caption = 'Acismesh'
9     Color = clWindow
10     Ctl3D = False
11     Font.Charset = ANSI_CHARSET
12     Font.Color = clWhite
13     Font.Height = -13
14     Font.Name = 'Courier'
15     Font.Style = []
16     Icon.Data = {
17     0000010001002020100000000000E80200001600000028000000200000004000
18     0000010004000000000080020000000000000000000000000000000000000000
19     0000000080000080000000808000800000008000800080800000C0C0C0008080
20     80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF007777
21     7777777777777777777777777777777777777777777777777777777777777777
22     7777777777777777777777777777777777777777777777777777777777777777
23     7777777777777777777777777777777779999999999999999999997777777777
24     7797777777777777777797777777777777797777777777777779777777777777
25     7777977777777777779777777777777777777977777777777977777777777777
26     7777779777777777977777777777777777777779777777797777777777777777
27     7777777797777797777777777777777777777777797779777777777777777777
28     7777777777979777777777777777777777777777777977777777777777777777
29     7777777777777777777777777777777777777777777777777777777777777777
30     7777777777777777777777777777777777777777777777777777777777777777
31     7777777777777777777777777777779777777797779997777977799999777797
32     7777779779777977797797777797777977777977977777977977977777977779
33     9999997797777777797777777797777797779777977777777977777799777777
34     9777977797777777797779997777777779797777977777777977977777777777
35     7979777797777797797797777797777779797777797779777977977777977777
36     7797777777999777797779999977777777777777777777777777777777770000
37     0000000000000000000000000000000000000000000000000000000000000000
38     0000000000000000000000000000000000000000000000000000000000000000
39     0000000000000000000000000000000000000000000000000000000000000000
40     000000000000000000000000000000000000000000000000000000000000}
41     OldCreateOrder = True
42     OnActivate = FormActivate
43     OnCreate = FormCreate
44     OnResize = FormResize
45     PixelsPerInch = 96
46     TextHeight = 13
47     object Button1: TButton
48     Left = 16
49     Top = 8
50     Width = 481
51     Height = 25
52     Caption = 'Button1'
53     TabOrder = 0
54     OnClick = Button1Click
55     end
56     object Memo1: TMemo
57     Left = 16
58     Top = 48
59     Width = 481
60     Height = 161
61     TabOrder = 1
62     end
63     end