home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / midg32.zip / MIDGET.EXE / 0 / RCDATA / TCONVPANEL / TCONVPANEL.txt
Text File  |  1996-06-12  |  2KB  |  117 lines

  1. object ConvPanel: TConvPanel
  2.   Left = 206
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = ' Convert Last Result'
  7.   ClientHeight = 153
  8.   ClientWidth = 221
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'K Prop'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 205
  23.     Height = 105
  24.     BevelOuter = bvLowered
  25.     BevelWidth = 2
  26.     Caption = 'Panel1'
  27.     TabOrder = 0
  28.     object xConv: TPanel
  29.       Left = 12
  30.       Top = 6
  31.       Width = 180
  32.       Height = 30
  33.       Alignment = taLeftJustify
  34.       BevelOuter = bvNone
  35.       Caption = 'Convert'
  36.       TabOrder = 0
  37.       object xcoConv: TComboBox
  38.         Left = 54
  39.         Top = 5
  40.         Width = 124
  41.         Height = 21
  42.         Style = csOwnerDrawFixed
  43.         Color = clWhite
  44.         DropDownCount = 16
  45.         ItemHeight = 15
  46.         Items.Strings = (
  47.           '')
  48.         MaxLength = 16
  49.         TabOrder = 0
  50.         OnChange = xcoConvChange
  51.       end
  52.     end
  53.     object xFrom: TPanel
  54.       Left = 12
  55.       Top = 36
  56.       Width = 180
  57.       Height = 30
  58.       Alignment = taLeftJustify
  59.       BevelOuter = bvNone
  60.       Caption = 'From'
  61.       TabOrder = 1
  62.       object xcoFrom: TComboBox
  63.         Left = 54
  64.         Top = 5
  65.         Width = 124
  66.         Height = 21
  67.         Style = csOwnerDrawFixed
  68.         Color = clWhite
  69.         DropDownCount = 12
  70.         ItemHeight = 15
  71.         TabOrder = 0
  72.       end
  73.     end
  74.     object xTo: TPanel
  75.       Left = 12
  76.       Top = 64
  77.       Width = 180
  78.       Height = 30
  79.       Alignment = taLeftJustify
  80.       BevelOuter = bvNone
  81.       Caption = 'To'
  82.       TabOrder = 2
  83.       object xcoTo: TComboBox
  84.         Left = 54
  85.         Top = 7
  86.         Width = 124
  87.         Height = 21
  88.         Style = csOwnerDrawFixed
  89.         Color = clWhite
  90.         DropDownCount = 12
  91.         ItemHeight = 15
  92.         TabOrder = 0
  93.       end
  94.     end
  95.   end
  96.   object xOK: TBitBtn
  97.     Left = 30
  98.     Top = 122
  99.     Width = 76
  100.     Height = 26
  101.     Caption = '&OK'
  102.     TabOrder = 1
  103.     TabStop = False
  104.     Kind = bkOK
  105.   end
  106.   object BitBtn2: TBitBtn
  107.     Left = 114
  108.     Top = 122
  109.     Width = 76
  110.     Height = 26
  111.     Caption = '&Cancel'
  112.     TabOrder = 2
  113.     TabStop = False
  114.     Kind = bkCancel
  115.   end
  116. end
  117.