home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TASSOCIATEDLG / TASSOCIATEDLG.txt
Text File  |  1998-08-11  |  2KB  |  127 lines

  1. object ASSOCIATEDLG: TASSOCIATEDLG
  2.   Tag = 1
  3.   Left = 242
  4.   Top = 109
  5.   HelpContext = 130
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Associate'
  9.   ClientHeight = 174
  10.   ClientWidth = 444
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Tag = 6
  21.     Left = 4
  22.     Top = 2
  23.     Width = 353
  24.     Height = 15
  25.     AutoSize = False
  26.     Caption = 'All files with &extension (ending with):'
  27.     FocusControl = id_as_extension
  28.     WordWrap = True
  29.   end
  30.   object Associatewith: TLabel
  31.     Tag = 7
  32.     Left = 4
  33.     Top = 24
  34.     Width = 353
  35.     Height = 15
  36.     AutoSize = False
  37.     Caption = '&Associate with:'
  38.     FocusControl = id_as_assotiations
  39.     WordWrap = True
  40.   end
  41.   object id_as_extension: TComboBox
  42.     Left = 361
  43.     Top = 1
  44.     Width = 80
  45.     Height = 21
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ItemHeight = 13
  51.     MaxLength = 255
  52.     ParentFont = False
  53.     Sorted = True
  54.     TabOrder = 0
  55.     OnChange = id_as_extensionChange
  56.   end
  57.   object id_as_assotiations: TComboBox
  58.     Left = 4
  59.     Top = 42
  60.     Width = 353
  61.     Height = 135
  62.     Style = csSimple
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ItemHeight = 13
  68.     MaxLength = 255
  69.     ParentFont = False
  70.     Sorted = True
  71.     TabOrder = 1
  72.     OnChange = id_as_assotiationsChange
  73.     OnKeyDown = id_as_assotiationsKeyDown
  74.   end
  75.   object Ok: TButton
  76.     Tag = 4001
  77.     Left = 361
  78.     Top = 66
  79.     Width = 80
  80.     Height = 23
  81.     Caption = 'Ok'
  82.     Default = True
  83.     TabOrder = 3
  84.     OnClick = OkClick
  85.   end
  86.   object Cancel: TButton
  87.     Tag = 4002
  88.     Left = 361
  89.     Top = 91
  90.     Width = 80
  91.     Height = 23
  92.     Cancel = True
  93.     Caption = 'Cancel'
  94.     TabOrder = 4
  95.     OnClick = CancelClick
  96.   end
  97.   object id_as_search: TButton
  98.     Tag = 5
  99.     Left = 361
  100.     Top = 41
  101.     Width = 80
  102.     Height = 23
  103.     Caption = '&Browse...'
  104.     TabOrder = 2
  105.     OnClick = id_as_searchClick
  106.   end
  107.   object id_globalhelp: TButton
  108.     Tag = 4003
  109.     Left = 361
  110.     Top = 116
  111.     Width = 80
  112.     Height = 23
  113.     Caption = '&Help'
  114.     TabOrder = 5
  115.     OnClick = id_globalhelpClick
  116.   end
  117.   object Translate1: TTranslate
  118.     Tag = 5020
  119.     Left = 352
  120.     Top = 144
  121.   end
  122.   object ResolutionFix1: TResolutionFix
  123.     Left = 316
  124.     Top = 144
  125.   end
  126. end
  127.