home *** CD-ROM | disk | FTP | other *** search
- object PalLEdit: TPalLEdit
- Left = 199
- Top = 167
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Palette line edit'
- ClientHeight = 99
- ClientWidth = 299
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 78
- Height = 13
- Caption = 'Palette filename:'
- end
- object Label2: TLabel
- Left = 8
- Top = 44
- Width = 47
- Height = 13
- Caption = 'Comment:'
- end
- object Button1: TButton
- Left = 8
- Top = 72
- Width = 75
- Height = 25
- Caption = '&Ok'
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 216
- Top = 72
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PaletteCombo: TComboBox
- Left = 104
- Top = 8
- Width = 185
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- object CommentEdit: TEdit
- Left = 104
- Top = 40
- Width = 185
- Height = 21
- MaxLength = 80
- TabOrder = 3
- end
- end
-