home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / clipboard / clip_pile / SETUP.EXE / file0001.bin / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1999-10-03  |  1.2 KB  |  65 lines

  1. object Form3: TForm3
  2.   Left = 200
  3.   Top = 112
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form3'
  7.   ClientHeight = 100
  8.   ClientWidth = 268
  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 = 14
  18.     Top = 11
  19.     Width = 32
  20.     Height = 13
  21.     Caption = 'Label1'
  22.   end
  23.   object Button1: TButton
  24.     Left = 56
  25.     Top = 65
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object Button2: TButton
  33.     Left = 138
  34.     Top = 65
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object ComboBox1: TComboBox
  42.     Left = 14
  43.     Top = 29
  44.     Width = 240
  45.     Height = 21
  46.     Style = csSimple
  47.     ItemHeight = 13
  48.     TabOrder = 2
  49.     OnKeyPress = ComboBox1KeyPress
  50.   end
  51.   object RxGradientCaption1: TRxGradientCaption
  52.     Captions = <>
  53.     DefaultFont = False
  54.     FormCaption = 'Form3'
  55.     Font.Charset = ANSI_CHARSET
  56.     Font.Color = clWhite
  57.     Font.Height = -12
  58.     Font.Name = 'Federation'
  59.     Font.Style = [fsBold]
  60.     StartColor = clBlue
  61.     Left = 16
  62.     Top = 63
  63.   end
  64. end
  65.