1
by Georges Khaznadar
Import upstream version 3.20 |
1 |
object configimpression: Tconfigimpression
|
2 |
Left = 888
|
|
3 |
Height = 404
|
|
4 |
Top = 187
|
|
5 |
Width = 396
|
|
6 |
ActiveControl = spinpourcentagehorizontal
|
|
7 |
BorderIcons = [biSystemMenu, biMinimize]
|
|
8 |
BorderStyle = bsSingle
|
|
9 |
Caption = 'Configuration de la page pour l''impression'
|
|
10 |
ClientHeight = 404
|
|
11 |
ClientWidth = 396
|
|
12 |
OnCreate = FormCreate
|
|
13 |
OnShow = FormShow
|
|
14 |
LCLVersion = '0.9.29'
|
|
15 |
object GroupBox1: TGroupBox
|
|
16 |
Left = 7
|
|
17 |
Height = 313
|
|
18 |
Top = 7
|
|
19 |
Width = 153
|
|
20 |
Caption = 'Position'
|
|
21 |
ClientHeight = 294
|
|
22 |
ClientWidth = 149
|
|
23 |
TabOrder = 0
|
|
24 |
object radiogroupehorizontal: TRadioGroup
|
|
25 |
Left = 20
|
|
26 |
Height = 126
|
|
27 |
Top = 14
|
|
28 |
Width = 111
|
|
29 |
AutoFill = True
|
|
30 |
Caption = 'Horizontale'
|
|
31 |
ChildSizing.LeftRightSpacing = 6
|
|
32 |
ChildSizing.TopBottomSpacing = 6
|
|
33 |
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
34 |
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
35 |
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
36 |
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
37 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
38 |
ChildSizing.ControlsPerLine = 1
|
|
39 |
ClientHeight = 107
|
|
40 |
ClientWidth = 107
|
|
41 |
ItemIndex = 2
|
|
42 |
Items.Strings = (
|
|
43 |
'Droite'
|
|
44 |
'Gauche'
|
|
45 |
'Centré'
|
|
46 |
)
|
|
47 |
TabOrder = 0
|
|
48 |
end
|
|
49 |
object RadioGroupevertical: TRadioGroup
|
|
50 |
Left = 22
|
|
51 |
Height = 138
|
|
52 |
Top = 151
|
|
53 |
Width = 105
|
|
54 |
AutoFill = True
|
|
55 |
Caption = 'Verticale'
|
|
56 |
ChildSizing.LeftRightSpacing = 6
|
|
57 |
ChildSizing.TopBottomSpacing = 6
|
|
58 |
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
59 |
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
60 |
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
61 |
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
62 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
63 |
ChildSizing.ControlsPerLine = 1
|
|
64 |
ClientHeight = 119
|
|
65 |
ClientWidth = 101
|
|
66 |
ItemIndex = 2
|
|
67 |
Items.Strings = (
|
|
68 |
'Haut'
|
|
69 |
'Bas'
|
|
70 |
'Centré'
|
|
71 |
)
|
|
72 |
TabOrder = 1
|
|
73 |
end
|
|
74 |
end
|
|
75 |
object GroupBox2: TGroupBox
|
|
76 |
Left = 7
|
|
77 |
Height = 69
|
|
78 |
Top = 327
|
|
79 |
Width = 153
|
|
80 |
Caption = 'Nombre de copies'
|
|
81 |
ClientHeight = 50
|
|
82 |
ClientWidth = 149
|
|
83 |
TabOrder = 1
|
|
84 |
object Label1: TLabel
|
|
85 |
Left = 9
|
|
86 |
Height = 18
|
|
87 |
Top = 9
|
|
88 |
Width = 57
|
|
89 |
Caption = 'Nombre:'
|
|
90 |
ParentColor = False
|
|
91 |
end
|
|
92 |
object Spinnombrecopies: TSpinEdit
|
|
93 |
Left = 63
|
|
94 |
Height = 25
|
|
95 |
Top = 4
|
|
96 |
Width = 48
|
|
97 |
MinValue = 1
|
|
98 |
TabOrder = 0
|
|
99 |
Value = 1
|
|
100 |
end
|
|
101 |
end
|
|
102 |
object GroupBox3: TGroupBox
|
|
103 |
Left = 174
|
|
104 |
Height = 106
|
|
105 |
Top = 8
|
|
106 |
Width = 211
|
|
107 |
Caption = 'Taille (en % de la page)'
|
|
108 |
ClientHeight = 87
|
|
109 |
ClientWidth = 207
|
|
110 |
TabOrder = 2
|
|
111 |
object Label2: TLabel
|
|
112 |
Left = 7
|
|
113 |
Height = 18
|
|
114 |
Top = 7
|
|
115 |
Width = 108
|
|
116 |
Caption = 'Horizontalement'
|
|
117 |
ParentColor = False
|
|
118 |
end
|
|
119 |
object Label3: TLabel
|
|
120 |
Left = 16
|
|
121 |
Height = 18
|
|
122 |
Top = 41
|
|
123 |
Width = 90
|
|
124 |
Caption = 'Verticalement'
|
|
125 |
ParentColor = False
|
|
126 |
end
|
|
127 |
object spinpourcentagehorizontal: TSpinEdit
|
|
128 |
Left = 128
|
|
129 |
Height = 25
|
|
130 |
Top = 2
|
|
131 |
Width = 57
|
|
132 |
TabOrder = 0
|
|
133 |
Value = 100
|
|
134 |
end
|
|
135 |
object spinpourcentagevertical: TSpinEdit
|
|
136 |
Left = 128
|
|
137 |
Height = 25
|
|
138 |
Top = 38
|
|
139 |
Width = 57
|
|
140 |
TabOrder = 1
|
|
141 |
Value = 100
|
|
142 |
end
|
|
143 |
end
|
|
144 |
object RadioGrouporientation: TRadioGroup
|
|
145 |
Left = 175
|
|
146 |
Height = 86
|
|
147 |
Top = 123
|
|
148 |
Width = 209
|
|
149 |
AutoFill = True
|
|
150 |
Caption = 'Orientation'
|
|
151 |
ChildSizing.LeftRightSpacing = 6
|
|
152 |
ChildSizing.TopBottomSpacing = 6
|
|
153 |
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
154 |
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
155 |
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
156 |
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
157 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
158 |
ChildSizing.ControlsPerLine = 1
|
|
159 |
ClientHeight = 67
|
|
160 |
ClientWidth = 205
|
|
161 |
ItemIndex = 1
|
|
162 |
Items.Strings = (
|
|
163 |
'Portrait'
|
|
164 |
'Paysage'
|
|
165 |
)
|
|
166 |
TabOrder = 3
|
|
167 |
end
|
|
168 |
object BitBtn1: TBitBtn
|
|
169 |
Left = 176
|
|
170 |
Height = 180
|
|
171 |
Top = 216
|
|
172 |
Width = 112
|
|
173 |
Caption = '&OK'
|
|
174 |
Default = True
|
|
175 |
Kind = bkOK
|
|
176 |
ModalResult = 1
|
|
177 |
NumGlyphs = 0
|
|
178 |
OnClick = BitBtn1Click
|
|
179 |
TabOrder = 4
|
|
180 |
end
|
|
181 |
object BitBtn2: TBitBtn
|
|
182 |
Left = 305
|
|
183 |
Height = 173
|
|
184 |
Top = 216
|
|
185 |
Width = 80
|
|
186 |
Cancel = True
|
|
187 |
Caption = 'Annuler'
|
|
188 |
Kind = bkCancel
|
|
189 |
ModalResult = 2
|
|
190 |
NumGlyphs = 0
|
|
191 |
TabOrder = 5
|
|
192 |
end
|
|
193 |
end
|