File: unit_imp.lfm

package info (click to toggle)
dozzaqueux 3.51-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,780 kB
  • sloc: pascal: 35,831; xml: 961; makefile: 50; sh: 32
file content (258 lines) | stat: -rwxr-xr-x 6,806 bytes parent folder | download | duplicates (3)
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
object configimpression: Tconfigimpression
  Left = 888
  Height = 423
  Top = 187
  Width = 466
  ActiveControl = spinpourcentagehorizontal
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Configuration de la page pour l''impression'
  ClientHeight = 423
  ClientWidth = 466
  DesignTimePPI = 120
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '1.8.0.4'
  object GroupBox1: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    Left = 10
    Height = 313
    Top = 10
    Width = 182
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Position'
    ClientHeight = 288
    ClientWidth = 178
    TabOrder = 0
    object radiogroupehorizontal: TRadioGroup
      AnchorSideLeft.Control = GroupBox1
      AnchorSideTop.Control = GroupBox1
      Left = 10
      Height = 126
      Top = 10
      Width = 111
      AutoFill = True
      BorderSpacing.Left = 10
      BorderSpacing.Top = 10
      Caption = 'Horizontale'
      ChildSizing.LeftRightSpacing = 6
      ChildSizing.TopBottomSpacing = 6
      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
      ChildSizing.EnlargeVertical = crsHomogenousChildResize
      ChildSizing.ShrinkHorizontal = crsScaleChilds
      ChildSizing.ShrinkVertical = crsScaleChilds
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
      ChildSizing.ControlsPerLine = 1
      ClientHeight = 101
      ClientWidth = 107
      ItemIndex = 2
      Items.Strings = (
        'Droite'
        'Gauche'
        'Centré'
      )
      TabOrder = 0
    end
    object RadioGroupevertical: TRadioGroup
      AnchorSideLeft.Control = GroupBox1
      AnchorSideTop.Control = radiogroupehorizontal
      AnchorSideTop.Side = asrBottom
      Left = 10
      Height = 138
      Top = 146
      Width = 105
      AutoFill = True
      BorderSpacing.Left = 10
      BorderSpacing.Top = 10
      Caption = 'Verticale'
      ChildSizing.LeftRightSpacing = 6
      ChildSizing.TopBottomSpacing = 6
      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
      ChildSizing.EnlargeVertical = crsHomogenousChildResize
      ChildSizing.ShrinkHorizontal = crsScaleChilds
      ChildSizing.ShrinkVertical = crsScaleChilds
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
      ChildSizing.ControlsPerLine = 1
      ClientHeight = 113
      ClientWidth = 101
      ItemIndex = 2
      Items.Strings = (
        'Haut'
        'Bas'
        'Centré'
      )
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    AnchorSideTop.Control = GroupBox1
    AnchorSideTop.Side = asrBottom
    Left = 7
    Height = 69
    Top = 333
    Width = 153
    BorderSpacing.Top = 10
    Caption = 'Nombre de copies'
    ClientHeight = 44
    ClientWidth = 149
    TabOrder = 1
    object Label1: TLabel
      AnchorSideLeft.Control = GroupBox2
      AnchorSideTop.Control = GroupBox2
      AnchorSideTop.Side = asrCenter
      Left = 10
      Height = 20
      Top = 12
      Width = 58
      BorderSpacing.Left = 10
      Caption = 'Nombre:'
      ParentColor = False
    end
    object Spinnombrecopies: TSpinEdit
      AnchorSideLeft.Control = Label1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Label1
      AnchorSideTop.Side = asrCenter
      Left = 78
      Height = 28
      Top = 8
      Width = 48
      BorderSpacing.Left = 10
      MinValue = 1
      TabOrder = 0
      Value = 1
    end
  end
  object GroupBox3: TGroupBox
    AnchorSideLeft.Control = GroupBox1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    Left = 202
    Height = 106
    Top = 10
    Width = 211
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Taille (en % de la page)'
    ClientHeight = 81
    ClientWidth = 207
    TabOrder = 2
    object Label2: TLabel
      AnchorSideLeft.Control = GroupBox3
      AnchorSideTop.Control = GroupBox3
      Left = 10
      Height = 20
      Top = 10
      Width = 112
      BorderSpacing.Left = 10
      BorderSpacing.Top = 10
      Caption = 'Horizontalement'
      ParentColor = False
    end
    object Label3: TLabel
      AnchorSideLeft.Control = GroupBox3
      AnchorSideTop.Control = Label2
      AnchorSideTop.Side = asrBottom
      Left = 10
      Height = 20
      Top = 40
      Width = 91
      BorderSpacing.Left = 10
      BorderSpacing.Top = 10
      Caption = 'Verticalement'
      ParentColor = False
    end
    object spinpourcentagehorizontal: TSpinEdit
      AnchorSideLeft.Control = Label2
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Label2
      AnchorSideTop.Side = asrCenter
      Left = 132
      Height = 28
      Top = 6
      Width = 57
      BorderSpacing.Left = 10
      TabOrder = 0
      Value = 100
    end
    object spinpourcentagevertical: TSpinEdit
      AnchorSideLeft.Control = Label3
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Label3
      AnchorSideTop.Side = asrCenter
      Left = 111
      Height = 28
      Top = 36
      Width = 57
      BorderSpacing.Left = 10
      TabOrder = 1
      Value = 100
    end
  end
  object RadioGrouporientation: TRadioGroup
    AnchorSideLeft.Control = GroupBox1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = GroupBox3
    AnchorSideTop.Side = asrBottom
    Left = 202
    Height = 86
    Top = 126
    Width = 209
    AutoFill = True
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Orientation'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    ClientHeight = 61
    ClientWidth = 205
    ItemIndex = 1
    Items.Strings = (
      'Portrait'
      'Paysage'
    )
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    AnchorSideLeft.Control = GroupBox1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = RadioGrouporientation
    AnchorSideTop.Side = asrBottom
    Left = 202
    Height = 180
    Top = 222
    Width = 150
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    OnClick = BitBtn1Click
    TabOrder = 4
  end
  object BitBtn2: TBitBtn
    AnchorSideLeft.Control = BitBtn1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BitBtn1
    AnchorSideTop.Side = asrCenter
    Left = 362
    Height = 180
    Top = 222
    Width = 80
    BorderSpacing.Left = 10
    Cancel = True
    Caption = 'Annuler'
    Kind = bkCancel
    ModalResult = 2
    TabOrder = 5
  end
end