-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVisuXml.dfm
More file actions
141 lines (141 loc) · 3.14 KB
/
VisuXml.dfm
File metadata and controls
141 lines (141 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
object FormVisuXml: TFormVisuXml
Left = 561
Top = -1
Width = 462
Height = 321
Caption = 'Visualiser XML'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = menuPrinc
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
454
272)
PixelsPerInch = 96
TextHeight = 13
object lbFileName: TLabel
Left = 256
Top = 0
Width = 193
Height = 25
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Aucun fichier charg'#233
end
object MemoDoc: TMemo
Left = 0
Top = 24
Width = 455
Height = 248
Anchors = [akLeft, akTop, akRight, akBottom]
BorderStyle = bsNone
ScrollBars = ssBoth
TabOrder = 1
Visible = False
WantTabs = True
OnKeyPress = MemoDocKeyPress
end
object sgLectureBase: TStringGrid
Left = 0
Top = 24
Width = 455
Height = 246
Align = alCustom
Anchors = [akLeft, akTop, akRight, akBottom]
BorderStyle = bsNone
ColCount = 1
DefaultColWidth = 90
DefaultRowHeight = 16
FixedCols = 0
RowCount = 2
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
TabOrder = 2
end
object cbTables: TComboBox
Left = 0
Top = 0
Width = 249
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'Aucune Table charg'#233'e'
OnChange = cbTablesChange
end
object menuPrinc: TMainMenu
Left = 80
Top = 72
object miFichier: TMenuItem
Caption = '&Fichier'
object miOuvrir: TMenuItem
Caption = '&Ouvrir'
ShortCut = 16463
OnClick = miOuvrirClick
end
object miEnregistrer: TMenuItem
Caption = '&Enregistrer'
Enabled = False
ShortCut = 16467
OnClick = miEnregistrerClick
end
object miRecharger: TMenuItem
Caption = '&Recharger'
ShortCut = 16466
OnClick = miRechargerClick
end
object miFermer: TMenuItem
Caption = '&Fermer'
ShortCut = 16471
OnClick = miFermerClick
end
object miQuitter: TMenuItem
Caption = '&Quitter'
ShortCut = 16465
OnClick = miQuitterClick
end
end
object Vue1: TMenuItem
Caption = '&Vue'
object miDataGrid: TMenuItem
Caption = '&DataGrid'
Checked = True
ShortCut = 16455
OnClick = miDataGridClick
end
object miText: TMenuItem
Caption = '&Text'
ShortCut = 16468
OnClick = miTextClick
end
end
object Affichage1: TMenuItem
Caption = '&Affichage'
object miFirstFront: TMenuItem
Caption = '&Laisser au premier plan'
OnClick = miFirstFrontClick
end
end
object MenuAide: TMenuItem
Caption = '&?'
object About: TMenuItem
Caption = 'A &propos'
ShortCut = 16473
OnClick = AboutClick
end
end
end
object printDlg: TPrintDialog
Left = 160
Top = 72
end
object openDlg: TOpenDialog
InitialDir = 'c:\'
Left = 120
Top = 72
end
end