home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 201
- Top = 247
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Form4'
- ClientHeight = 100
- ClientWidth = 268
- 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 = 14
- Top = 11
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object ComboBox1: TComboBox
- Left = 14
- Top = 29
- Width = 240
- Height = 21
- Style = csDropDownList
- DropDownCount = 10
- ItemHeight = 13
- TabOrder = 0
- end
- object Button1: TButton
- Left = 56
- Top = 65
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 138
- Top = 65
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object RxGradientCaption1: TRxGradientCaption
- Captions = <>
- DefaultFont = False
- FormCaption = 'Form4'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'Federation'
- Font.Style = [fsBold]
- StartColor = clBlue
- Left = 16
- Top = 63
- end
- end
-