home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TASSOCIATEDLG / TASSOCIATEDLG.txt
Text File  |  1999-07-27  |  3KB  |  139 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 = 454
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Tag = 6
  23.     Left = 4
  24.     Top = 2
  25.     Width = 353
  26.     Height = 15
  27.     AutoSize = False
  28.     Caption = 'All files with &extension (ending with):'
  29.     FocusControl = id_as_extension
  30.     WordWrap = True
  31.   end
  32.   object Associatewith: TLabel
  33.     Tag = 7
  34.     Left = 4
  35.     Top = 24
  36.     Width = 353
  37.     Height = 15
  38.     AutoSize = False
  39.     Caption = '&Associate with:'
  40.     FocusControl = id_as_assotiations
  41.     WordWrap = True
  42.   end
  43.   object id_as_extension: TComboBox
  44.     Left = 361
  45.     Top = 1
  46.     Width = 90
  47.     Height = 21
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ItemHeight = 13
  53.     MaxLength = 255
  54.     ParentFont = False
  55.     Sorted = True
  56.     TabOrder = 0
  57.     OnChange = id_as_extensionChange
  58.   end
  59.   object id_as_assotiations: TComboBox
  60.     Left = 4
  61.     Top = 42
  62.     Width = 353
  63.     Height = 135
  64.     Style = csSimple
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ItemHeight = 13
  70.     MaxLength = 255
  71.     ParentFont = False
  72.     Sorted = True
  73.     TabOrder = 1
  74.     OnChange = id_as_assotiationsChange
  75.     OnKeyDown = id_as_assotiationsKeyDown
  76.   end
  77.   object Ok: TButton
  78.     Tag = 4001
  79.     Left = 361
  80.     Top = 90
  81.     Width = 90
  82.     Height = 23
  83.     Caption = 'Ok'
  84.     Default = True
  85.     TabOrder = 4
  86.     OnClick = OkClick
  87.   end
  88.   object Cancel: TButton
  89.     Tag = 4002
  90.     Left = 361
  91.     Top = 115
  92.     Width = 90
  93.     Height = 23
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     TabOrder = 5
  97.     OnClick = CancelClick
  98.   end
  99.   object id_as_search: TButton
  100.     Tag = 5
  101.     Left = 361
  102.     Top = 41
  103.     Width = 90
  104.     Height = 23
  105.     Caption = '&New type...'
  106.     TabOrder = 2
  107.     OnClick = id_as_searchClick
  108.   end
  109.   object id_globalhelp: TButton
  110.     Tag = 4003
  111.     Left = 361
  112.     Top = 140
  113.     Width = 90
  114.     Height = 23
  115.     Caption = '&Help'
  116.     TabOrder = 6
  117.     OnClick = id_globalhelpClick
  118.   end
  119.   object id_as_edit: TButton
  120.     Tag = 8
  121.     Left = 361
  122.     Top = 65
  123.     Width = 90
  124.     Height = 23
  125.     Caption = '&Edit type...'
  126.     TabOrder = 3
  127.     OnClick = id_change_click
  128.   end
  129.   object Translate1: TTranslate
  130.     Tag = 5020
  131.     Left = 352
  132.     Top = 144
  133.   end
  134.   object ResolutionFix1: TResolutionFix
  135.     Left = 316
  136.     Top = 144
  137.   end
  138. end
  139.