home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 414
- Height = 508
- Caption = 'Delphi Conversion Utility'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object msglabel: TLabel
- Left = 32
- Top = 72
- Width = 3
- Height = 13
- end
- object Label1: TLabel
- Left = 32
- Top = 16
- Width = 105
- Height = 13
- Caption = 'Enter value to convert'
- end
- object Label2: TLabel
- Left = 32
- Top = 144
- Width = 23
- Height = 13
- Caption = 'From'
- end
- object Label3: TLabel
- Left = 176
- Top = 144
- Width = 13
- Height = 13
- Caption = 'To'
- end
- object Label4: TLabel
- Left = 32
- Top = 384
- Width = 42
- Height = 13
- Caption = 'Category'
- end
- object Label5: TLabel
- Left = 32
- Top = 96
- Width = 30
- Height = 13
- Caption = 'Result'
- end
- object ListBox1: TListBox
- Left = 32
- Top = 168
- Width = 153
- Height = 209
- ItemHeight = 13
- TabOrder = 0
- end
- object ListBox2: TListBox
- Left = 216
- Top = 168
- Width = 153
- Height = 209
- ItemHeight = 13
- TabOrder = 1
- end
- object Edit1: TEdit
- Left = 32
- Top = 40
- Width = 121
- Height = 21
- TabOrder = 2
- end
- object Button1: TButton
- Left = 32
- Top = 432
- Width = 75
- Height = 25
- Caption = 'Convert'
- TabOrder = 3
- OnClick = Button1Click
- end
- object ComboBox1: TComboBox
- Left = 32
- Top = 400
- Width = 337
- Height = 21
- ItemHeight = 13
- TabOrder = 4
- Text = 'ComboBox1'
- OnSelect = ComboBox1Select
- end
- object ResultEdit: TEdit
- Left = 32
- Top = 120
- Width = 337
- Height = 21
- TabOrder = 5
- end
- end
-