home *** CD-ROM | disk | FTP | other *** search
/ Gambler 25 A / GAMBLERCD25A.BIN / Demos / SETTLER3 / S3DEMO_E.EXE / FileConverter.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-11-15  |  3KB  |  127 lines

  1. object MainForm: TMainForm
  2.   Left = 296
  3.   Top = 264
  4.   Width = 471
  5.   Height = 187
  6.   Caption = '555<->565'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TotalProgress: TLMDProgress
  18.     Left = 3
  19.     Top = 4
  20.     Width = 450
  21.     Height = 33
  22.     Bevel.StyleOuter = bvLowered
  23.     Bevel.Mode = bmCustom
  24.     Bevel.StandardStyle = lsSingleLowered
  25.     OptionsText = toPercent
  26.     SmallBar.BarCount = 20
  27.     SmallBar.HSpace = 1
  28.     SmallBar.VSpace = 2
  29.     Style = pgBar
  30.     OnClick = TotalProgressClick
  31.     Step = 20
  32.     Position = 75
  33.     UserValue = 75
  34.   end
  35.   object LMDSimpleLabel4: TLMDSimpleLabel
  36.     Left = 8
  37.     Top = 44
  38.     Width = 93
  39.     Height = 18
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     Caption = 'Working on file:'
  47.   end
  48.   object FileNameLbl: TLMDSimpleLabel
  49.     Left = 104
  50.     Top = 44
  51.     Width = 5
  52.     Height = 18
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object StartBtn: TLMDButton
  61.     Left = 311
  62.     Top = 79
  63.     Width = 100
  64.     Height = 40
  65.     Caption = '&Start'
  66.     TabOrder = 0
  67.     OnClick = StartBtnClick
  68.     Color = clBtnFace
  69.     ParentColor = False
  70.   end
  71.   object ConvRadioGrp: TLMDRadioGroup
  72.     Left = 3
  73.     Top = 65
  74.     Width = 242
  75.     Height = 61
  76.     Bevel.Mode = bmStandard
  77.     Bevel.StandardStyle = lsFrameInset
  78.     Caption = 'Convert direction'
  79.     CaptionFont.Charset = DEFAULT_CHARSET
  80.     CaptionFont.Color = clWindowText
  81.     CaptionFont.Height = -11
  82.     CaptionFont.Name = 'MS Sans Serif'
  83.     CaptionFont.Style = []
  84.     Items.Strings = (
  85.       '555 -> 565'
  86.       '565 -> 555')
  87.     ItemIndex = 1
  88.     TabOrder = 1
  89.     OnClick = ConvRadioGrpClick
  90.   end
  91.   object StatusBar: TStatusBar
  92.     Left = 0
  93.     Top = 141
  94.     Width = 463
  95.     Height = 19
  96.     Panels = <>
  97.     SimplePanel = False
  98.     SimpleText = 'ready'
  99.   end
  100.   object Timer1: TTimer
  101.     OnTimer = Timer1Timer
  102.     Left = 172
  103.     Top = 40
  104.   end
  105.   object RegCtrl: TLMDIniCtrl
  106.     RegPath = 'software\bluebyte\siedler3demo\1.0'
  107.     RegRoot = rpLocalMachine
  108.     Left = 144
  109.     Top = 40
  110.   end
  111.   object RxGradientCaption1: TRxGradientCaption
  112.     Captions = <>
  113.     FormCaption = '555<->565'
  114.     Left = 200
  115.     Top = 40
  116.   end
  117.   object AboutDlg: TLMDAboutDlg
  118.     Appname = 'Siedler3 GraphicsConverter'
  119.     Copyright = '(c) 1998 Bluebyte'
  120.     Description = '(w) 1998 by M.Best'#13#10
  121.     Effect = deExplodeExt
  122.     Version = 'Version 1.1'
  123.     Left = 228
  124.     Top = 40
  125.   end
  126. end
  127.