home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Diverses / SECK / _SETUP.1 / Seck.exe / 0 / RCDATA / TMASTERSEARCH / TMASTERSEARCH.txt
Text File  |  1998-03-15  |  5KB  |  297 lines

  1. object Mastersearch: TMastersearch
  2.   Left = 44
  3.   Top = 101
  4.   HelpContext = 105
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Mastersearch  :  Einzelschritt-∩┐╜nderungs-Suche'
  8.   ClientHeight = 312
  9.   ClientWidth = 550
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefaultSizeOnly
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 57
  20.     Top = 11
  21.     Width = 432
  22.     Height = 20
  23.     Caption = 'Bitte Savegames ausw∩┐╜hlen und ∩┐╜nderungsstatus definieren'
  24.     Font.Color = clBlack
  25.     Font.Height = -16
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 121
  32.     Top = 285
  33.     Width = 303
  34.     Height = 20
  35.     Caption = 'Suche l∩┐╜uft ... Bitte einen Moment Geduld !'
  36.     Font.Color = clFuchsia
  37.     Font.Height = -16
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     Visible = False
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 35
  45.     Top = 235
  46.     Width = 479
  47.     Height = 45
  48.     TabOrder = 29
  49.     object Button5: TButton
  50.       Left = 186
  51.       Top = 10
  52.       Width = 97
  53.       Height = 25
  54.       Caption = 'Alle ausschlie∩┐╜en'
  55.       TabOrder = 0
  56.       OnClick = Button5Click
  57.     end
  58.   end
  59.   object Edit1: TEdit
  60.     Left = 36
  61.     Top = 66
  62.     Width = 121
  63.     Height = 21
  64.     TabOrder = 0
  65.     OnEnter = Edit1Enter
  66.   end
  67.   object Edit2: TEdit
  68.     Left = 203
  69.     Top = 66
  70.     Width = 121
  71.     Height = 21
  72.     TabOrder = 1
  73.     OnEnter = Edit2Enter
  74.   end
  75.   object Edit3: TEdit
  76.     Left = 369
  77.     Top = 66
  78.     Width = 121
  79.     Height = 21
  80.     TabOrder = 2
  81.     OnEnter = Edit3Enter
  82.   end
  83.   object Edit4: TEdit
  84.     Left = 36
  85.     Top = 113
  86.     Width = 121
  87.     Height = 21
  88.     TabOrder = 3
  89.     Text = ' '
  90.     OnEnter = Edit4Enter
  91.   end
  92.   object Edit5: TEdit
  93.     Left = 203
  94.     Top = 113
  95.     Width = 121
  96.     Height = 21
  97.     TabOrder = 4
  98.     Text = ' '
  99.     OnEnter = Edit5Enter
  100.   end
  101.   object Edit6: TEdit
  102.     Left = 369
  103.     Top = 113
  104.     Width = 121
  105.     Height = 21
  106.     TabOrder = 5
  107.     Text = ' '
  108.     OnEnter = Edit6Enter
  109.   end
  110.   object Edit7: TEdit
  111.     Left = 36
  112.     Top = 155
  113.     Width = 121
  114.     Height = 21
  115.     TabOrder = 6
  116.     Text = ' '
  117.     OnEnter = Edit7Enter
  118.   end
  119.   object Edit8: TEdit
  120.     Left = 203
  121.     Top = 155
  122.     Width = 121
  123.     Height = 21
  124.     TabOrder = 7
  125.     Text = ' '
  126.     OnEnter = Edit8Enter
  127.   end
  128.   object Edit9: TEdit
  129.     Left = 370
  130.     Top = 155
  131.     Width = 121
  132.     Height = 21
  133.     TabOrder = 8
  134.     Text = ' '
  135.     OnEnter = Edit9Enter
  136.   end
  137.   object Edit10: TEdit
  138.     Left = 37
  139.     Top = 199
  140.     Width = 121
  141.     Height = 21
  142.     TabOrder = 9
  143.     Text = ' '
  144.     OnEnter = Edit10Enter
  145.   end
  146.   object Edit11: TEdit
  147.     Left = 203
  148.     Top = 199
  149.     Width = 121
  150.     Height = 21
  151.     TabOrder = 10
  152.     Text = ' '
  153.     OnEnter = Edit11Enter
  154.   end
  155.   object Edit12: TEdit
  156.     Left = 369
  157.     Top = 199
  158.     Width = 121
  159.     Height = 21
  160.     TabOrder = 11
  161.     Text = ' '
  162.     OnEnter = Edit12Enter
  163.   end
  164.   object CheckBox1: TCheckBox
  165.     Left = 171
  166.     Top = 68
  167.     Width = 15
  168.     Height = 17
  169.     TabOrder = 12
  170.   end
  171.   object CheckBox2: TCheckBox
  172.     Left = 338
  173.     Top = 68
  174.     Width = 24
  175.     Height = 17
  176.     TabOrder = 13
  177.   end
  178.   object CheckBox3: TCheckBox
  179.     Left = 504
  180.     Top = 67
  181.     Width = 24
  182.     Height = 17
  183.     TabOrder = 14
  184.   end
  185.   object CheckBox4: TCheckBox
  186.     Left = 170
  187.     Top = 115
  188.     Width = 24
  189.     Height = 17
  190.     TabOrder = 15
  191.   end
  192.   object CheckBox5: TCheckBox
  193.     Left = 339
  194.     Top = 116
  195.     Width = 24
  196.     Height = 17
  197.     TabOrder = 16
  198.   end
  199.   object CheckBox6: TCheckBox
  200.     Left = 504
  201.     Top = 116
  202.     Width = 24
  203.     Height = 17
  204.     TabOrder = 17
  205.   end
  206.   object CheckBox7: TCheckBox
  207.     Left = 170
  208.     Top = 158
  209.     Width = 24
  210.     Height = 17
  211.     TabOrder = 18
  212.   end
  213.   object CheckBox8: TCheckBox
  214.     Left = 339
  215.     Top = 159
  216.     Width = 24
  217.     Height = 17
  218.     TabOrder = 19
  219.   end
  220.   object CheckBox9: TCheckBox
  221.     Left = 504
  222.     Top = 158
  223.     Width = 24
  224.     Height = 17
  225.     TabOrder = 20
  226.   end
  227.   object CheckBox10: TCheckBox
  228.     Left = 171
  229.     Top = 201
  230.     Width = 24
  231.     Height = 17
  232.     TabOrder = 21
  233.   end
  234.   object CheckBox11: TCheckBox
  235.     Left = 338
  236.     Top = 200
  237.     Width = 24
  238.     Height = 17
  239.     TabOrder = 22
  240.   end
  241.   object Button1: TButton
  242.     Left = 46
  243.     Top = 245
  244.     Width = 75
  245.     Height = 25
  246.     Caption = 'Hinzuf∩┐╜gen'
  247.     TabOrder = 23
  248.     OnClick = Button1Click
  249.   end
  250.   object Button2: TButton
  251.     Left = 129
  252.     Top = 245
  253.     Width = 84
  254.     Height = 25
  255.     Caption = 'Ausschlie∩┐╜en'
  256.     TabOrder = 24
  257.     OnClick = Button2Click
  258.   end
  259.   object Button3: TButton
  260.     Left = 325
  261.     Top = 245
  262.     Width = 95
  263.     Height = 25
  264.     Caption = 'Suche beginnen'
  265.     TabOrder = 25
  266.     OnClick = Button3Click
  267.   end
  268.   object Button4: TButton
  269.     Left = 427
  270.     Top = 245
  271.     Width = 75
  272.     Height = 25
  273.     Caption = 'Abbruch'
  274.     TabOrder = 26
  275.     OnClick = Button4Click
  276.   end
  277.   object CheckBox13: TCheckBox
  278.     Left = 171
  279.     Top = 36
  280.     Width = 100
  281.     Height = 17
  282.     Caption = '= Wert ge∩┐╜ndert'
  283.     State = cbChecked
  284.     TabOrder = 27
  285.     OnEnter = CheckBox13Enter
  286.   end
  287.   object CheckBox14: TCheckBox
  288.     Left = 282
  289.     Top = 36
  290.     Width = 91
  291.     Height = 17
  292.     Caption = '= Wert gleich'
  293.     TabOrder = 28
  294.     OnEnter = CheckBox14Enter
  295.   end
  296. end
  297.