File: unitconfigpostscript.lfm

package info (click to toggle)
optgeo 2.11-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 12,264 kB
  • sloc: pascal: 56,972; makefile: 100; xml: 63
file content (278 lines) | stat: -rwxr-xr-x 6,329 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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
object FormConfigPostScript: TFormConfigPostScript
  Left = 219
  Height = 530
  Top = 128
  Width = 469
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'FormConfigPostScript'
  ClientHeight = 530
  ClientWidth = 469
  Color = clAqua
  OnCreate = FormCreate
  LCLVersion = '0.9.28.2'
  object GroupBox1: TGroupBox
    Left = 7
    Height = 313
    Top = 120
    Width = 153
    Caption = 'Position'
    ClientHeight = 295
    ClientWidth = 149
    TabOrder = 0
    object radiogroupehorizontal: TRadioGroup
      Left = 20
      Height = 126
      Top = 14
      Width = 111
      AutoFill = True
      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 = 108
      ClientWidth = 107
      ItemIndex = 2
      Items.Strings = (
        'Droite'
        'Gauche'
        'Centré'
      )
      TabOrder = 0
    end
    object RadioGroupevertical: TRadioGroup
      Left = 22
      Height = 138
      Top = 151
      Width = 105
      AutoFill = True
      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 = 120
      ClientWidth = 101
      ItemIndex = 2
      Items.Strings = (
        'Haut'
        'Bas'
        'Centré'
      )
      TabOrder = 1
    end
  end
  object GroupBox3: TGroupBox
    Left = 176
    Height = 90
    Top = 8
    Width = 250
    Caption = 'Taille (en % de la page)'
    ClientHeight = 72
    ClientWidth = 246
    TabOrder = 1
    object Label2: TLabel
      Left = 7
      Height = 14
      Top = 7
      Width = 79
      Caption = 'Horizontalement'
      ParentColor = False
    end
    object Label3: TLabel
      Left = 16
      Height = 14
      Top = 41
      Width = 66
      Caption = 'Verticalement'
      ParentColor = False
    end
    object spinpourcentagehorizontal: TSpinEdit
      Left = 128
      Height = 21
      Top = 0
      Width = 57
      TabOrder = 0
      Value = 100
    end
    object spinpourcentagevertical: TSpinEdit
      Left = 128
      Height = 21
      Top = 38
      Width = 57
      TabOrder = 1
      Value = 100
    end
  end
  object RadioGrouporientation: TRadioGroup
    Left = 175
    Height = 86
    Top = 104
    Width = 249
    AutoFill = True
    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 = 68
    ClientWidth = 245
    ItemIndex = 1
    Items.Strings = (
      'Portrait'
      'Paysage'
    )
    TabOrder = 2
  end
  object GroupBox4: TGroupBox
    Left = 176
    Height = 57
    Top = 200
    Width = 254
    Caption = 'Rapport hauteur/largeur'
    ClientHeight = 39
    ClientWidth = 250
    TabOrder = 3
    object CheckBoxrespect: TCheckBox
      Left = 5
      Height = 17
      Top = 8
      Width = 185
      Caption = 'Respecter les angles à l''impression'
      Checked = True
      State = cbChecked
      TabOrder = 0
    end
  end
  object BitBtn2: TBitBtn
    Left = 7
    Height = 84
    Top = 440
    Width = 153
    Cancel = True
    Caption = 'Annuler'
    Kind = bkCancel
    ModalResult = 2
    NumGlyphs = 0
    TabOrder = 4
  end
  object BitBtn1: TBitBtn
    Left = 184
    Height = 148
    Top = 376
    Width = 254
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    NumGlyphs = 0
    OnClick = BitBtn1Click
    TabOrder = 5
  end
  object GroupBox2: TGroupBox
    Left = 7
    Height = 105
    Top = 10
    Width = 153
    Caption = 'Taille page'
    ClientHeight = 87
    ClientWidth = 149
    TabOrder = 6
    object ComboBox1: TComboBox
      Left = 7
      Height = 21
      Top = 30
      Width = 112
      ItemHeight = 13
      ItemIndex = 0
      Items.Strings = (
        'A4'
        'A3'
        'A2'
        'A1'
        'A0'
        'A5'
        'Letter'
        'Legal'
        'Ledger'
      )
      TabOrder = 0
      Text = 'A4'
    end
  end
  object GroupBox5: TGroupBox
    Left = 176
    Height = 74
    Top = 264
    Width = 249
    Caption = 'Résolutions'
    ClientHeight = 56
    ClientWidth = 245
    TabOrder = 7
    object Label1: TLabel
      Left = 9
      Height = 14
      Top = 5
      Width = 59
      Caption = 'Horizontale:'
      ParentColor = False
    end
    object Label4: TLabel
      Left = 14
      Height = 14
      Top = 32
      Width = 46
      Caption = 'Verticale:'
      ParentColor = False
    end
    object Label5: TLabel
      Left = 158
      Height = 14
      Top = 5
      Width = 18
      Caption = 'DPI'
      ParentColor = False
    end
    object Label6: TLabel
      Left = 158
      Height = 14
      Top = 32
      Width = 18
      Caption = 'DPI'
      ParentColor = False
    end
    object SpinEdit_resx: TSpinEdit
      Left = 80
      Height = 21
      Top = 0
      Width = 67
      MaxValue = 2400
      MinValue = 10
      TabOrder = 0
      Value = 72
    end
    object SpinEdit_resy: TSpinEdit
      Left = 80
      Height = 21
      Top = 28
      Width = 67
      MaxValue = 2400
      MinValue = 10
      TabOrder = 1
      Value = 72
    end
  end
end