home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 426
- Height = 220
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object inted: TEdit
- Left = 40
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 0
- Text = '1005'
- end
- object outputed: TEdit
- Left = 40
- Top = 136
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object ComboBox1: TComboBox
- Left = 184
- Top = 24
- Width = 201
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- Text = '[Choose integer format specifier]'
- OnChange = ComboBox1Change
- Items.Strings = (
- 'x'
- 'd')
- end
- object floated: TEdit
- Left = 40
- Top = 64
- Width = 121
- Height = 21
- TabOrder = 3
- Text = '10.5'
- end
- object ComboBox2: TComboBox
- Left = 184
- Top = 64
- Width = 201
- Height = 21
- ItemHeight = 13
- TabOrder = 4
- Text = '[Choose floating-point format specifier]'
- OnChange = ComboBox2Change
- Items.Strings = (
- 'g'
- 'f'
- 'n'
- 'm')
- end
- end
-