home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / wkiss / tools / kcnfe111.lzh / CNFEDIT.EXE / 0 / RCDATA / TPALLEDIT / TPALLEDIT.txt
Encoding:
Text File  |  1998-04-21  |  1.1 KB  |  66 lines

  1. object PalLEdit: TPalLEdit
  2.   Left = 199
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Palette line edit'
  7.   ClientHeight = 99
  8.   ClientWidth = 299
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 12
  19.     Width = 78
  20.     Height = 13
  21.     Caption = 'Palette filename:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 44
  26.     Width = 47
  27.     Height = 13
  28.     Caption = 'Comment:'
  29.   end
  30.   object Button1: TButton
  31.     Left = 8
  32.     Top = 72
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&Ok'
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.   end
  39.   object Button2: TButton
  40.     Left = 216
  41.     Top = 72
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48.   object PaletteCombo: TComboBox
  49.     Left = 104
  50.     Top = 8
  51.     Width = 185
  52.     Height = 21
  53.     Style = csDropDownList
  54.     ItemHeight = 13
  55.     TabOrder = 2
  56.   end
  57.   object CommentEdit: TEdit
  58.     Left = 104
  59.     Top = 40
  60.     Width = 185
  61.     Height = 21
  62.     MaxLength = 80
  63.     TabOrder = 3
  64.   end
  65. end
  66.