home *** CD-ROM | disk | FTP | other *** search
- object frmOEMInfos: TfrmOEMInfos
- Left = 616
- Top = 518
- BorderStyle = bsDialog
- Caption = 'Support Information'
- ClientHeight = 410
- ClientWidth = 390
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object btnOK: TButton
- Left = 221
- Top = 379
- Width = 75
- Height = 23
- HelpContext = 5
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 304
- Top = 379
- Width = 75
- Height = 23
- HelpContext = 3
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object PageControl1: TPageControl
- Left = 11
- Top = 8
- Width = 368
- Height = 363
- ActivePage = tsGeneral
- TabIndex = 0
- TabOrder = 2
- object tsGeneral: TTabSheet
- Caption = 'General'
- object Label66: TLabel
- Left = 12
- Top = 10
- Width = 330
- Height = 45
- AutoSize = False
- Caption =
- 'Specify the support information that should be displayed in Cont' +
- 'rol Panel under System. This support information contains manufa' +
- 'cturer and model information.'
- WordWrap = True
- end
- object lblSupportInfos: TLabel
- Left = 12
- Top = 157
- Width = 149
- Height = 13
- HelpContext = 2341
- Caption = 'Other Support &Information:'
- FocusControl = txtSupportInfos
- end
- object lblModel: TLabel
- Left = 12
- Top = 109
- Width = 34
- Height = 13
- HelpContext = 2340
- Caption = '&Model:'
- FocusControl = txtModel
- end
- object lblManufacturer: TLabel
- Left = 12
- Top = 60
- Width = 69
- Height = 13
- HelpContext = 2339
- Caption = 'M&anufacturer:'
- FocusControl = txtManufacturer
- end
- object txtModel: TEdit
- Left = 12
- Top = 125
- Width = 336
- Height = 21
- HelpContext = 2340
- TabOrder = 1
- end
- object txtSupportInfos: TMemo
- Left = 12
- Top = 174
- Width = 336
- Height = 145
- HelpContext = 2341
- ScrollBars = ssBoth
- TabOrder = 2
- WordWrap = False
- end
- object txtManufacturer: TEdit
- Left = 12
- Top = 77
- Width = 336
- Height = 21
- HelpContext = 2339
- TabOrder = 0
- end
- end
- object tsLogo: TTabSheet
- Caption = 'Logo'
- ImageIndex = 1
- object Label2: TLabel
- Left = 12
- Top = 10
- Width = 325
- Height = 36
- AutoSize = False
- Caption =
- 'Select here the logo which should be displayed in the left botto' +
- 'm corner of the System Properties dialog.'
- WordWrap = True
- end
- object Label1: TLabel
- Left = 12
- Top = 59
- Width = 193
- Height = 31
- AutoSize = False
- Caption = 'Click Delete Current Logo to remove the current image.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 12
- Top = 114
- Width = 193
- Height = 31
- AutoSize = False
- Caption = 'Click Select Logo to select a new image.'
- WordWrap = True
- end
- object btnChangeLogo: TButton
- Left = 224
- Top = 116
- Width = 125
- Height = 24
- Caption = 'Select Logo...'
- TabOrder = 0
- OnClick = btnChangeLogoClick
- end
- object btnDeleteLogo: TButton
- Left = 224
- Top = 60
- Width = 125
- Height = 24
- Caption = 'Delete Current Logo'
- TabOrder = 1
- OnClick = btnDeleteLogoClick
- end
- end
- end
- object btnPreview: TButton
- Left = 11
- Top = 379
- Width = 75
- Height = 23
- HelpContext = 2338
- Caption = 'Preview'
- TabOrder = 3
- OnClick = btnPreviewClick
- end
- object OpenDlg: TOpenPictureDialog
- Filter =
- 'Supported formats (*.bmp; *.jpg; *.jpeg)|*.bmp; *.jpg; *.jpeg|Bi' +
- 'tmaps (*.bmp)|*.bmp|JPEG graphics (*.jpg)|*.jpg|JPEG graphics (*' +
- '.jpeg)|*.jpeg'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 96
- Top = 376
- end
- end
-