home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / games / top / files / ut2003-demo.exe / System / dinterface.dll / 0 / RCDATA / TKEYASSIGNDIALOG / TKEYASSIGNDIALOG.txt
Text File  |  2002-08-12  |  3KB  |  160 lines

  1. object KeyAssignDialog: TKeyAssignDialog
  2.   Left = 514
  3.   Top = 315
  4.   Width = 395
  5.   Height = 156
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'KeyAssignDialog'
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object WizardPanel: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 387
  22.     Height = 89
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Step1Panel: TPanel
  27.       Tag = 1
  28.       Left = 0
  29.       Top = 0
  30.       Width = 387
  31.       Height = 89
  32.       Align = alClient
  33.       TabOrder = 0
  34.       OnEnter = Step1PanelEnter
  35.       object Step1Label: TLabel
  36.         Left = 8
  37.         Top = 3
  38.         Width = 34
  39.         Height = 13
  40.         Caption = 'Step1'
  41.         Font.Color = clWindowText
  42.         Font.Height = -12
  43.         Font.Name = 'MS Sans Serif'
  44.         Font.Style = [fsBold]
  45.         ParentFont = False
  46.       end
  47.       object Step1InfoLabel: TLabel
  48.         Left = 8
  49.         Top = 22
  50.         Width = 152
  51.         Height = 13
  52.         Caption = 'Step1InfoLabeljfjfjsfhshfkshfkhsf'
  53.         WordWrap = True
  54.       end
  55.       object Edit1: TEdit
  56.         Left = 252
  57.         Top = 23
  58.         Width = 121
  59.         Height = 21
  60.         TabOrder = 0
  61.         Text = 'Edit1'
  62.         OnChange = Edit1Change
  63.       end
  64.       object ClearKey1Button: TButton
  65.         Left = 324
  66.         Top = 48
  67.         Width = 49
  68.         Height = 17
  69.         Caption = 'Clear'
  70.         TabOrder = 1
  71.         OnClick = ClearKey1ButtonClick
  72.       end
  73.     end
  74.     object Step2Panel: TPanel
  75.       Tag = 2
  76.       Left = 0
  77.       Top = 0
  78.       Width = 387
  79.       Height = 89
  80.       Align = alClient
  81.       TabOrder = 1
  82.       OnEnter = Step2PanelEnter
  83.       object Step2Label: TLabel
  84.         Left = 8
  85.         Top = 3
  86.         Width = 34
  87.         Height = 13
  88.         Caption = 'Step2'
  89.         Font.Color = clWindowText
  90.         Font.Height = -12
  91.         Font.Name = 'MS Sans Serif'
  92.         Font.Style = [fsBold]
  93.         ParentFont = False
  94.       end
  95.       object Step2InfoLabel: TLabel
  96.         Left = 8
  97.         Top = 22
  98.         Width = 158
  99.         Height = 13
  100.         Caption = 'Step1InfoLabeljfjfjsfhshfkshfkhsfk'
  101.         WordWrap = True
  102.       end
  103.       object Edit2: TEdit
  104.         Left = 252
  105.         Top = 22
  106.         Width = 121
  107.         Height = 21
  108.         TabOrder = 0
  109.         Text = 'Edit1'
  110.         OnChange = Edit1Change
  111.       end
  112.       object ClearKey2Button: TButton
  113.         Left = 324
  114.         Top = 48
  115.         Width = 49
  116.         Height = 17
  117.         Caption = 'Clear'
  118.         TabOrder = 1
  119.         OnClick = ClearKey2ButtonClick
  120.       end
  121.     end
  122.   end
  123.   object ButtonPanel: TPanel
  124.     Left = 0
  125.     Top = 89
  126.     Width = 387
  127.     Height = 40
  128.     Align = alBottom
  129.     BevelOuter = bvNone
  130.     TabOrder = 1
  131.     object BackButton: TButton
  132.       Left = 145
  133.       Top = 8
  134.       Width = 75
  135.       Height = 25
  136.       Caption = '< Back'
  137.       TabOrder = 0
  138.       OnClick = BackButtonClick
  139.     end
  140.     object NextButton: TButton
  141.       Left = 225
  142.       Top = 8
  143.       Width = 76
  144.       Height = 25
  145.       Caption = 'Next >'
  146.       TabOrder = 1
  147.       OnClick = NextButtonClick
  148.     end
  149.     object CancelButton: TButton
  150.       Left = 306
  151.       Top = 8
  152.       Width = 74
  153.       Height = 25
  154.       Caption = 'Cancel'
  155.       ModalResult = 2
  156.       TabOrder = 2
  157.     end
  158.   end
  159. end
  160.