home *** CD-ROM | disk | FTP | other *** search
- object ComponentNameDlg: TComponentNameDlg
- Left = 329
- Top = 216
- BorderStyle = bsDialog
- Caption = 'Component Template Information'
- ClientHeight = 145
- ClientWidth = 297
- ParentFont = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 101
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 16
- Top = 23
- Width = 86
- Height = 13
- Caption = '&Component name:'
- FocusControl = ComponentName
- end
- object Label2: TLabel
- Left = 16
- Top = 49
- Width = 63
- Height = 13
- Caption = '&Palette page:'
- FocusControl = PageList
- end
- object Label3: TLabel
- Left = 16
- Top = 80
- Width = 60
- Height = 13
- Caption = 'Palette Icon:'
- end
- object Preview: TPaintBox
- Left = 107
- Top = 72
- Width = 28
- Height = 28
- OnPaint = PreviewPaint
- end
- object ComponentName: TEdit
- Left = 107
- Top = 20
- Width = 170
- Height = 21
- TabOrder = 0
- end
- object PageList: TComboBox
- Left = 107
- Top = 44
- Width = 170
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- end
- object OKButton: TButton
- Left = 54
- Top = 116
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 134
- Top = 116
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object HelpButton: TButton
- Left = 214
- Top = 116
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- OnClick = HelpButtonClick
- end
- object ChangeButton: TButton
- Left = 144
- Top = 74
- Width = 75
- Height = 25
- Caption = 'Ch&ange...'
- TabOrder = 2
- OnClick = ChangeButtonClick
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'bmp'
- Filter = 'Bitmap files (*.bmp)|*.bmp|All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist, ofEnableSizing]
- Title = 'Open'
- Left = 8
- Top = 96
- end
- end
-