home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TFILECTRLS / TFILECTRLS.txt
Text File  |  1999-04-21  |  3KB  |  123 lines

  1. object FileCtrls: TFileCtrls
  2.   Left = 235
  3.   Top = 192
  4.   ActiveControl = FileEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save Export File'
  7.   ClientHeight = 283
  8.   ClientWidth = 214
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 12
  19.     Top = 8
  20.     Width = 55
  21.     Height = 15
  22.     Caption = 'File &Name:'
  23.     FocusControl = FileEdit
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label1: TLabel
  32.     Left = 12
  33.     Top = 193
  34.     Width = 96
  35.     Height = 15
  36.     Caption = 'List Files of &Type:'
  37.     FocusControl = FilterComboBox1
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -13
  41.     Font.Name = 'Times New Roman'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object FileListBox1: TFileListBox
  46.     Left = 12
  47.     Top = 52
  48.     Width = 189
  49.     Height = 132
  50.     FileEdit = FileEdit
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -13
  54.     Font.Name = 'Times New Roman'
  55.     Font.Style = []
  56.     IntegralHeight = True
  57.     ItemHeight = 16
  58.     Mask = '*.txt'
  59.     ParentFont = False
  60.     ShowGlyphs = True
  61.     TabOrder = 1
  62.   end
  63.   object FilterComboBox1: TFilterComboBox
  64.     Left = 12
  65.     Top = 210
  66.     Width = 189
  67.     Height = 23
  68.     FileList = FileListBox1
  69.     Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*'
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clBlack
  72.     Font.Height = -13
  73.     Font.Name = 'Times New Roman'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     TabOrder = 2
  77.   end
  78.   object FileEdit: TEdit
  79.     Left = 12
  80.     Top = 25
  81.     Width = 189
  82.     Height = 23
  83.     Font.Charset = ANSI_CHARSET
  84.     Font.Color = clBlack
  85.     Font.Height = -13
  86.     Font.Name = 'Times New Roman'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 0
  90.     Text = '*.txt'
  91.   end
  92.   object Button1: TButton
  93.     Left = 24
  94.     Top = 248
  95.     Width = 75
  96.     Height = 25
  97.     Caption = 'Ok'
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clBlack
  100.     Font.Height = -13
  101.     Font.Name = 'Times New Roman'
  102.     Font.Style = []
  103.     ModalResult = 1
  104.     ParentFont = False
  105.     TabOrder = 3
  106.   end
  107.   object Button2: TButton
  108.     Left = 112
  109.     Top = 248
  110.     Width = 75
  111.     Height = 25
  112.     Caption = 'Cancel'
  113.     Font.Charset = ANSI_CHARSET
  114.     Font.Color = clBlack
  115.     Font.Height = -13
  116.     Font.Name = 'Times New Roman'
  117.     Font.Style = []
  118.     ModalResult = 2
  119.     ParentFont = False
  120.     TabOrder = 4
  121.   end
  122. end
  123.