140 lines
2.9 KiB
Plaintext
140 lines
2.9 KiB
Plaintext
object frmLabPrint: TfrmLabPrint
|
|
Left = 294
|
|
Top = 216
|
|
Width = 445
|
|
Height = 336
|
|
Caption = 'Lab Print Device Selection'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lblPrintTo: TLabel
|
|
Left = 7
|
|
Top = 270
|
|
Width = 3
|
|
Height = 13
|
|
end
|
|
object lblLabTitle: TMemo
|
|
Left = 8
|
|
Top = 8
|
|
Width = 301
|
|
Height = 53
|
|
TabStop = False
|
|
BorderStyle = bsNone
|
|
Color = clBtnFace
|
|
Lines.Strings = (
|
|
'Report Title, Date/Time, Location')
|
|
ReadOnly = True
|
|
TabOrder = 4
|
|
end
|
|
object grpDevice: TGroupBox
|
|
Left = 8
|
|
Top = 69
|
|
Width = 411
|
|
Height = 192
|
|
Caption = 'Device'
|
|
TabOrder = 0
|
|
object lblMargin: TLabel
|
|
Left = 8
|
|
Top = 166
|
|
Width = 60
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'Right Margin'
|
|
end
|
|
object lblLength: TLabel
|
|
Left = 120
|
|
Top = 166
|
|
Width = 61
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'Page Length'
|
|
end
|
|
object txtRightMargin: TMaskEdit
|
|
Left = 72
|
|
Top = 164
|
|
Width = 34
|
|
Height = 19
|
|
AutoSize = False
|
|
EditMask = '99999;0; '
|
|
MaxLength = 5
|
|
TabOrder = 1
|
|
end
|
|
object txtPageLength: TMaskEdit
|
|
Left = 184
|
|
Top = 164
|
|
Width = 34
|
|
Height = 19
|
|
AutoSize = False
|
|
EditMask = '99999;0; '
|
|
MaxLength = 5
|
|
TabOrder = 2
|
|
end
|
|
object cboDevice: TORComboBox
|
|
Left = 8
|
|
Top = 16
|
|
Width = 395
|
|
Height = 140
|
|
Style = orcsSimple
|
|
AutoSelect = True
|
|
Caption = 'Device'
|
|
Color = clWindow
|
|
DropDownCount = 8
|
|
ItemHeight = 13
|
|
ItemTipColor = clWindow
|
|
ItemTipEnable = True
|
|
ListItemsOnly = False
|
|
LongList = True
|
|
MaxLength = 0
|
|
ParentShowHint = False
|
|
Pieces = '2,4'
|
|
ShowHint = True
|
|
Sorted = False
|
|
SynonymChars = '<>'
|
|
TabPositions = '30'
|
|
TabOrder = 0
|
|
OnChange = cboDeviceChange
|
|
OnNeedData = cboDeviceNeedData
|
|
end
|
|
end
|
|
object cmdOK: TButton
|
|
Left = 267
|
|
Top = 272
|
|
Width = 72
|
|
Height = 22
|
|
Caption = 'OK'
|
|
Default = True
|
|
TabOrder = 1
|
|
OnClick = cmdOKClick
|
|
end
|
|
object cmdCancel: TButton
|
|
Left = 347
|
|
Top = 272
|
|
Width = 72
|
|
Height = 22
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
TabOrder = 2
|
|
OnClick = cmdCancelClick
|
|
end
|
|
object chkDefault: TCheckBox
|
|
Left = 7
|
|
Top = 288
|
|
Width = 173
|
|
Height = 17
|
|
Caption = 'Save as user'#39's default printer'
|
|
TabOrder = 3
|
|
end
|
|
object dlgWinPrinter: TPrintDialog
|
|
Left = 352
|
|
Top = 22
|
|
end
|
|
end
|