home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2002 September / PCPlus_193_Laplink2000.iso / Prog / delphi / convert / conv.dfm next >
Encoding:
Text File  |  2002-04-26  |  1.9 KB  |  109 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 414
  5.   Height = 508
  6.   Caption = 'Delphi Conversion Utility'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object msglabel: TLabel
  19.     Left = 32
  20.     Top = 72
  21.     Width = 3
  22.     Height = 13
  23.   end
  24.   object Label1: TLabel
  25.     Left = 32
  26.     Top = 16
  27.     Width = 105
  28.     Height = 13
  29.     Caption = 'Enter value to convert'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 32
  33.     Top = 144
  34.     Width = 23
  35.     Height = 13
  36.     Caption = 'From'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 176
  40.     Top = 144
  41.     Width = 13
  42.     Height = 13
  43.     Caption = 'To'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 32
  47.     Top = 384
  48.     Width = 42
  49.     Height = 13
  50.     Caption = 'Category'
  51.   end
  52.   object Label5: TLabel
  53.     Left = 32
  54.     Top = 96
  55.     Width = 30
  56.     Height = 13
  57.     Caption = 'Result'
  58.   end
  59.   object ListBox1: TListBox
  60.     Left = 32
  61.     Top = 168
  62.     Width = 153
  63.     Height = 209
  64.     ItemHeight = 13
  65.     TabOrder = 0
  66.   end
  67.   object ListBox2: TListBox
  68.     Left = 216
  69.     Top = 168
  70.     Width = 153
  71.     Height = 209
  72.     ItemHeight = 13
  73.     TabOrder = 1
  74.   end
  75.   object Edit1: TEdit
  76.     Left = 32
  77.     Top = 40
  78.     Width = 121
  79.     Height = 21
  80.     TabOrder = 2
  81.   end
  82.   object Button1: TButton
  83.     Left = 32
  84.     Top = 432
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Convert'
  88.     TabOrder = 3
  89.     OnClick = Button1Click
  90.   end
  91.   object ComboBox1: TComboBox
  92.     Left = 32
  93.     Top = 400
  94.     Width = 337
  95.     Height = 21
  96.     ItemHeight = 13
  97.     TabOrder = 4
  98.     Text = 'ComboBox1'
  99.     OnSelect = ComboBox1Select
  100.   end
  101.   object ResultEdit: TEdit
  102.     Left = 32
  103.     Top = 120
  104.     Width = 337
  105.     Height = 21
  106.     TabOrder = 5
  107.   end
  108. end
  109.