BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/InputOutput/PDFBuilder/umain.dfm

219 lines
4.8 KiB
Plaintext

object MainForm: TMainForm
Left = 200
Top = 112
Caption = 'PDF and PS Builder - www.ImageEn.com'
ClientHeight = 359
ClientWidth = 509
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 8
Top = 8
Width = 497
Height = 345
ActivePage = TabSheet4
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Output format'
object Label3: TLabel
Left = 16
Top = 16
Width = 128
Height = 13
Caption = 'Select your output format:'
end
object rgpFormat: TRadioGroup
Left = 48
Top = 48
Width = 185
Height = 65
ItemIndex = 0
Items.Strings = (
'Adobe PDF'
'PostScript')
TabOrder = 0
OnClick = rgpFormatClick
end
object Page1Next: TButton
Left = 400
Top = 280
Width = 75
Height = 25
Caption = 'Next >>'
TabOrder = 1
OnClick = Page1NextClick
end
end
object TabSheet2: TTabSheet
Caption = 'Output Parameters'
object Label1: TLabel
Left = 8
Top = 16
Width = 84
Height = 13
Caption = 'Output file name:'
end
object Label4: TLabel
Left = 8
Top = 80
Width = 54
Height = 13
Caption = 'Paper Size:'
end
object Label5: TLabel
Left = 8
Top = 144
Width = 65
Height = 13
Caption = 'Compression:'
end
object edtFilename: TEdit
Left = 24
Top = 37
Width = 441
Height = 21
TabOrder = 0
Text = 'test.pdf'
end
object cmbPaperSize: TComboBox
Left = 24
Top = 104
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
object cmbCompression: TComboBox
Left = 24
Top = 168
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
Items.Strings = (
'RLE'
'G3Fax'
'G4Fax'
'Jpeg')
end
object Page2Next: TButton
Left = 400
Top = 280
Width = 75
Height = 25
Caption = 'Next >>'
TabOrder = 3
OnClick = Page2NextClick
end
object chkBandW: TCheckBox
Left = 8
Top = 216
Width = 97
Height = 17
Caption = 'Black and White'
TabOrder = 4
end
end
object TabSheet3: TTabSheet
Caption = 'Pages'
object Label2: TLabel
Left = 8
Top = 8
Width = 58
Height = 13
Caption = 'Added page'
end
object Label6: TLabel
Left = 272
Top = 100
Width = 185
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Note: you can add multiple pages'
end
object ImageEnView1: TImageEnView
Left = 8
Top = 28
Width = 241
Height = 269
Background = clBtnFace
BorderStyle = bsNone
LegacyBitmap = True
ZoomFilter = rfFastLinear
AutoFit = True
BackgroundStyle = iebsCropShadow
EnableInteractionHints = True
TabOrder = 0
end
object btnNewFile: TButton
Left = 320
Top = 16
Width = 137
Height = 25
Caption = 'New Page from File...'
TabOrder = 1
OnClick = btnNewFileClick
end
object Page3Next: TButton
Left = 400
Top = 280
Width = 75
Height = 25
Caption = 'Finish'
TabOrder = 2
OnClick = Page3NextClick
end
object btnNewAcquire: TButton
Left = 320
Top = 56
Width = 137
Height = 25
Caption = 'New Page from Scanner...'
TabOrder = 3
OnClick = btnNewAcquireClick
end
end
object TabSheet4: TTabSheet
Caption = 'End'
object lblCreated: TLabel
Left = 16
Top = 24
Width = 130
Height = 13
Caption = 'Your file has been created!'
end
object btnRestart: TButton
Left = 400
Top = 280
Width = 75
Height = 25
Caption = 'Create New'
TabOrder = 0
OnClick = btnRestartClick
end
object btnOpen: TButton
Left = 400
Top = 18
Width = 75
Height = 25
Caption = 'View File...'
TabOrder = 1
OnClick = btnOpenClick
end
end
end
end