home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Start_95.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-09-09  |  6KB  |  261 lines

  1. object Form4: TForm4
  2.   Left = 309
  3.   Top = 163
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Kopieren'
  7.   ClientHeight = 424
  8.   ClientWidth = 429
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -19
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 22
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 429
  23.     Height = 424
  24.     Align = alClient
  25.     BevelWidth = 4
  26.     BorderWidth = 1
  27.     BorderStyle = bsSingle
  28.     Color = clSilver
  29.     TabOrder = 0
  30.     object LMDLabel1: TLMDLabel
  31.       Left = 8
  32.       Top = 16
  33.       Width = 60
  34.       Height = 392
  35.       Bevel.Mode = bmCustom
  36.       Bevel.StandardStyle = lsSingleLowered
  37.       Caption = 'Dateien kopieren'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clWindowText
  40.       Font.Height = -48
  41.       Font.Name = 'Arial'
  42.       Font.Style = [fsBold]
  43.       FontFx.ShadowDepth = 2
  44.       FontFx.Style = tdRaisedShadow
  45.       FontFx.Angle = 90
  46.       FontFx.PosX = 1
  47.       FontFx.PosY = 388
  48.       ParentFont = False
  49.     end
  50.     object LMDScrollText2: TLMDScrollText
  51.       Left = 224
  52.       Top = 280
  53.       Width = 200
  54.       Height = 20
  55.       Hint = 'Startet das kopierte Programm (z.B. einen Patch)'
  56.       Lines.Strings = (
  57.         'TLMDScrollText')
  58.       Bevel.Mode = bmCustom
  59.       Bevel.StandardStyle = lsSingleLowered
  60.     end
  61.     object Button2: TButton
  62.       Left = 304
  63.       Top = 254
  64.       Width = 105
  65.       Height = 31
  66.       Caption = 'Schlie∩┐╜en'
  67.       TabOrder = 4
  68.       OnClick = Button2Click
  69.     end
  70.     object GroupBox1: TGroupBox
  71.       Left = 72
  72.       Top = 16
  73.       Width = 337
  74.       Height = 225
  75.       Caption = 'Zielverzeichnis ausw∩┐╜hlen:'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = -13
  79.       Font.Name = 'Arial'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       TabOrder = 0
  83.       object FileListBox1: TFileListBox
  84.         Left = 144
  85.         Top = 80
  86.         Width = 161
  87.         Height = 97
  88.         TabStop = False
  89.         ItemHeight = 16
  90.         TabOrder = 6
  91.       end
  92.       object DriveComboBox2: TDriveComboBox
  93.         Left = 16
  94.         Top = 192
  95.         Width = 305
  96.         Height = 22
  97.         Color = clWhite
  98.         DirList = DirectoryListBox2
  99.         TabOrder = 1
  100.         OnClick = DriveComboBox2Click
  101.       end
  102.       object ListBox1: TListBox
  103.         Left = 160
  104.         Top = 64
  105.         Width = 113
  106.         Height = 65
  107.         ItemHeight = 16
  108.         TabOrder = 3
  109.       end
  110.       object DirectoryListBox2: TDirectoryListBox
  111.         Left = 16
  112.         Top = 54
  113.         Width = 305
  114.         Height = 131
  115.         Color = clWhite
  116.         Ctl3D = True
  117.         DirLabel = Label1
  118.         ItemHeight = 16
  119.         ParentCtl3D = False
  120.         TabOrder = 2
  121.         OnClick = DirectoryListBox2Click
  122.       end
  123.       object Panel2: TPanel
  124.         Left = 16
  125.         Top = 22
  126.         Width = 305
  127.         Height = 22
  128.         BevelOuter = bvLowered
  129.         TabOrder = 4
  130.         object Label1: TLabel
  131.           Left = 8
  132.           Top = 2
  133.           Width = 297
  134.           Height = 20
  135.           AutoSize = False
  136.           Caption = 'C:\Data\Delphi32\DemoStar'
  137.           Color = clNavy
  138.           Font.Charset = DEFAULT_CHARSET
  139.           Font.Color = clRed
  140.           Font.Height = -13
  141.           Font.Name = 'Arial'
  142.           Font.Style = [fsBold]
  143.           ParentColor = False
  144.           ParentFont = False
  145.           Transparent = True
  146.           Visible = False
  147.         end
  148.       end
  149.       object Memo1: TMemo
  150.         Left = 16
  151.         Top = 54
  152.         Width = 305
  153.         Height = 160
  154.         Alignment = taCenter
  155.         Color = clSilver
  156.         Font.Charset = DEFAULT_CHARSET
  157.         Font.Color = clRed
  158.         Font.Height = -13
  159.         Font.Name = 'Arial'
  160.         Font.Style = [fsBold]
  161.         ParentFont = False
  162.         ReadOnly = True
  163.         TabOrder = 5
  164.       end
  165.       object Button4: TButton
  166.         Left = 144
  167.         Top = 182
  168.         Width = 49
  169.         Height = 24
  170.         Caption = 'Ok'
  171.         Font.Charset = DEFAULT_CHARSET
  172.         Font.Color = clWindowText
  173.         Font.Height = -13
  174.         Font.Name = 'Arial'
  175.         Font.Style = [fsBold]
  176.         ParentFont = False
  177.         TabOrder = 0
  178.         OnClick = Button4Click
  179.       end
  180.     end
  181.     object Button1: TButton
  182.       Left = 72
  183.       Top = 254
  184.       Width = 97
  185.       Height = 31
  186.       Hint = 
  187.         'Kopiert die Datei(en) in das oben eingestellte (Spiele-) Verzeic' +
  188.         'hnis'
  189.       Caption = 'Kopieren'
  190.       Enabled = False
  191.       ParentShowHint = False
  192.       ShowHint = True
  193.       TabOrder = 1
  194.       OnClick = Button1Click
  195.     end
  196.     object GroupBox2: TGroupBox
  197.       Left = 72
  198.       Top = 296
  199.       Width = 335
  200.       Height = 108
  201.       Caption = 'Verarbeitete Dateien:'
  202.       Font.Charset = DEFAULT_CHARSET
  203.       Font.Color = clWindowText
  204.       Font.Height = -13
  205.       Font.Name = 'Arial'
  206.       Font.Style = []
  207.       ParentFont = False
  208.       TabOrder = 3
  209.       object Memo2: TMemo
  210.         Left = 16
  211.         Top = 24
  212.         Width = 305
  213.         Height = 72
  214.         TabStop = False
  215.         Color = clGray
  216.         Font.Charset = DEFAULT_CHARSET
  217.         Font.Color = clYellow
  218.         Font.Height = -9
  219.         Font.Name = 'Arial'
  220.         Font.Pitch = fpVariable
  221.         Font.Style = [fsBold]
  222.         ParentFont = False
  223.         ReadOnly = True
  224.         ScrollBars = ssVertical
  225.         TabOrder = 0
  226.         WordWrap = False
  227.       end
  228.     end
  229.     object Button3: TButton
  230.       Left = 184
  231.       Top = 254
  232.       Width = 105
  233.       Height = 31
  234.       Hint = 'Startet die kopierte Programmdatei (z.B. einen Patch)'
  235.       Caption = 'Ausf∩┐╜hren'
  236.       Enabled = False
  237.       ParentShowHint = False
  238.       ShowHint = True
  239.       TabOrder = 2
  240.       OnClick = Button3Click
  241.     end
  242.   end
  243.   object LMDShapeHint1: TLMDShapeHint
  244.     Font.Charset = DEFAULT_CHARSET
  245.     Font.Color = clWindowText
  246.     Font.Height = -11
  247.     Font.Name = 'MS Sans Serif'
  248.     Font.Style = []
  249.     MaxWidth = 111
  250.     Style = hsNoseRect
  251.     Left = 329
  252.     Top = 89
  253.   end
  254.   object LMDFile1: TLMDFile
  255.     OnError = LMDFile1Error
  256.     Options = [foVerifyAction, foNewFileAsActual]
  257.     Left = 281
  258.     Top = 89
  259.   end
  260. end
  261.