1 |
object csession: Tcsession
|
2 |
Left = 143
|
3 |
Top = 643
|
4 |
Width = 435
|
5 |
Height = 117
|
6 |
Caption = 'Session'
|
7 |
Color = clBtnFace
|
8 |
Font.Charset = DEFAULT_CHARSET
|
9 |
Font.Color = clWindowText
|
10 |
Font.Height = -11
|
11 |
Font.Name = 'MS Sans Serif'
|
12 |
Font.Style = []
|
13 |
Icon.Data = {
|
14 |
0000010001002020100000000000E80200001600000028000000200000004000
|
15 |
0000010004000000000080020000000000000000000000000000000000000000
|
16 |
000000008000008000000080800080000000800080008080000080808000C0C0
|
17 |
C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
|
18 |
0000000000000000000000000000000000000000007777770000000000000000
|
19 |
0000000000000007000000000000000000000000000000070000000000000000
|
20 |
0000000000777007000000000000000000077070007770070000700000000000
|
21 |
0077000700787000000007000000000007708000077877000070007000000000
|
22 |
07088807777777770777000700000000008F88877FFFFF077887700700000000
|
23 |
00088888F88888FF08870070000000000000880888877778F070007000000007
|
24 |
77088888880007778F770077777000700008F088007777077F07000000700700
|
25 |
008F08880800077778F7700000700708888F0880F08F807078F7777700700708
|
26 |
F88F0780F070F07078F7887700700708888F0780F077807088F7777700700700
|
27 |
008F0788FF00080888F77000007000000008F0780FFFF0088F77007000000000
|
28 |
0008F07788000888887700700000000000008F07788888880870007000000000
|
29 |
00088FF0077788088887000700000000008F888FF00000F87887700700000000
|
30 |
0708F8088FFFFF88078700700000000007708000088888000070070000000000
|
31 |
0077007000888007000070000000000000077700008F80070007000000000000
|
32 |
0000000000888007000000000000000000000000000000070000000000000000
|
33 |
000000000777777700000000000000000000000000000000000000000000FFFF
|
34 |
FFFFFFFC0FFFFFFC0FFFFFF80FFFFFF80FFFFE180E7FFC00043FF800001FF800
|
35 |
000FF800000FFC00001FFE00001FE0000001C000000180000001800000018000
|
36 |
00018000000180000001FC00001FFC00001FFE00001FFC00000FF800000FF800
|
37 |
001FF800003FFC180C7FFE380EFFFFF80FFFFFF80FFFFFF80FFFFFFFFFFF}
|
38 |
OldCreateOrder = True
|
39 |
OnClose = FormClose
|
40 |
OnCreate = FormCreate
|
41 |
PixelsPerInch = 96
|
42 |
TextHeight = 13
|
43 |
object Label1: TLabel
|
44 |
Left = 8
|
45 |
Top = 16
|
46 |
Width = 3
|
47 |
Height = 14
|
48 |
Font.Charset = ANSI_CHARSET
|
49 |
Font.Color = clBlack
|
50 |
Font.Height = -11
|
51 |
Font.Name = 'Times New Roman'
|
52 |
Font.Style = []
|
53 |
ParentFont = False
|
54 |
end
|
55 |
object Button1: TButton
|
56 |
Left = 232
|
57 |
Top = 56
|
58 |
Width = 113
|
59 |
Height = 25
|
60 |
Caption = 'Fermer'
|
61 |
TabOrder = 0
|
62 |
OnClick = Button1Click
|
63 |
end
|
64 |
object Button2: TButton
|
65 |
Left = 40
|
66 |
Top = 56
|
67 |
Width = 113
|
68 |
Height = 25
|
69 |
Caption = 'Lancer'
|
70 |
TabOrder = 1
|
71 |
OnClick = Button2Click
|
72 |
end
|
73 |
object OpenDialog1: TOpenDialog
|
74 |
Filter = 'Fichier Session *.ses|*.ses'
|
75 |
Left = 376
|
76 |
Top = 48
|
77 |
end
|
78 |
end
|