home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / dataconv / progform.dfm / progform.txt
Encoding:
Text File  |  1995-12-22  |  2.3 KB  |  123 lines

  1. object ConvForm: TConvForm
  2.   Left = 388
  3.   Top = 158
  4.   Width = 402
  5.   Height = 304
  6.   Caption = 'Conversion in Progress...'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   TextHeight = 20
  15.   object Gauge1: TGauge
  16.     Left = 25
  17.     Top = 188
  18.     Width = 350
  19.     Height = 24
  20.     Color = clActiveCaption
  21.     BackColor = clWindow
  22.     ParentColor = False
  23.     Progress = 0
  24.   end
  25.   object Label1: TLabel
  26.     Left = 129
  27.     Top = 8
  28.     Width = 162
  29.     Height = 25
  30.     Caption = 'Converting Data...'
  31.     Font.Color = clBlack
  32.     Font.Height = -22
  33.     Font.Name = 'Times New Roman'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 23
  39.     Top = 76
  40.     Width = 158
  41.     Height = 22
  42.     Caption = 'Records Processed:'
  43.     Font.Color = clBlack
  44.     Font.Height = -20
  45.     Font.Name = 'Times New Roman'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 23
  51.     Top = 107
  52.     Width = 125
  53.     Height = 22
  54.     Caption = 'Key Violations:'
  55.     Font.Color = clBlack
  56.     Font.Height = -20
  57.     Font.Name = 'Times New Roman'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Label4: TLabel
  62.     Left = 23
  63.     Top = 46
  64.     Width = 119
  65.     Height = 22
  66.     Caption = 'Total Records:'
  67.     Font.Color = clBlack
  68.     Font.Height = -20
  69.     Font.Name = 'Times New Roman'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object Label5: TLabel
  74.     Left = 23
  75.     Top = 137
  76.     Width = 177
  77.     Height = 22
  78.     Caption = 'Conversion Problems:'
  79.     Font.Color = clBlack
  80.     Font.Height = -20
  81.     Font.Name = 'Times New Roman'
  82.     Font.Style = []
  83.     ParentFont = False
  84.   end
  85.   object ProcCount: TLabel
  86.     Left = 213
  87.     Top = 76
  88.     Width = 100
  89.     Height = 19
  90.     AutoSize = False
  91.   end
  92.   object KeyCount: TLabel
  93.     Left = 213
  94.     Top = 107
  95.     Width = 100
  96.     Height = 19
  97.     AutoSize = False
  98.   end
  99.   object ConvCount: TLabel
  100.     Left = 213
  101.     Top = 137
  102.     Width = 100
  103.     Height = 19
  104.     AutoSize = False
  105.   end
  106.   object TotalCount: TLabel
  107.     Left = 213
  108.     Top = 46
  109.     Width = 100
  110.     Height = 19
  111.     AutoSize = False
  112.   end
  113.   object BitBtn1: TBitBtn
  114.     Left = 137
  115.     Top = 228
  116.     Width = 108
  117.     Height = 31
  118.     Caption = 'Abort'
  119.     TabOrder = 0
  120.     OnClick = BitBtn1Click
  121.   end
  122. end
  123.