home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / pdi2iso / pdi2iso_011.exe / PDI2ISO.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2003-02-17  |  4.1 KB  |  164 lines

  1. object Form1: TForm1
  2.   Left = 310
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Convert PDI to ISO v0.11 (c) 2003 MrWGT'
  7.   ClientHeight = 157
  8.   ClientWidth = 640
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 117
  24.     Width = 640
  25.     Height = 40
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     BorderWidth = 5
  29.     TabOrder = 0
  30.     object SourceName: TLabel
  31.       Left = 150
  32.       Top = 5
  33.       Width = 340
  34.       Height = 20
  35.       AutoSize = False
  36.     end
  37.     object Btn_Start: TBitBtn
  38.       Left = 8
  39.       Top = 5
  40.       Width = 120
  41.       Height = 30
  42.       Caption = '3) Start'
  43.       Enabled = False
  44.       TabOrder = 0
  45.       OnClick = Btn_StartClick
  46.       Glyph.Data = {
  47.         76010000424D7601000000000000760000002800000020000000100000000100
  48.         04000000000000010000120B0000120B00001000000000000000000000000000
  49.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  50.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  51.         3333333333333333333333333333333333333FFF333333333333000333333333
  52.         3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  53.         3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  54.         0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  55.         BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  56.         33337777773FF733333333333300033333333333337773333333333333333333
  57.         3333333333333333333333333333333333333333333333333333333333333333
  58.         3333333333333333333333333333333333333333333333333333}
  59.       NumGlyphs = 2
  60.     end
  61.     object BitBtn2: TBitBtn
  62.       Left = 512
  63.       Top = 5
  64.       Width = 120
  65.       Height = 30
  66.       Anchors = [akTop, akRight]
  67.       Caption = '4) Finished'
  68.       TabOrder = 1
  69.       Kind = bkClose
  70.     end
  71.     object ProgressBar1: TProgressBar
  72.       Left = 150
  73.       Top = 25
  74.       Width = 340
  75.       Height = 10
  76.       Anchors = [akLeft, akRight, akBottom]
  77.       Min = 0
  78.       Max = 100
  79.       Smooth = True
  80.       TabOrder = 2
  81.       Visible = False
  82.     end
  83.   end
  84.   object Panel2: TPanel
  85.     Left = 0
  86.     Top = 0
  87.     Width = 640
  88.     Height = 117
  89.     Align = alClient
  90.     BevelOuter = bvNone
  91.     BorderWidth = 5
  92.     TabOrder = 1
  93.     object GroupBox1: TGroupBox
  94.       Left = 5
  95.       Top = 5
  96.       Width = 630
  97.       Height = 48
  98.       Align = alTop
  99.       Caption = '1) Select source PDI file...'
  100.       TabOrder = 0
  101.       object Btn_Source: TSpeedButton
  102.         Left = 596
  103.         Top = 16
  104.         Width = 23
  105.         Height = 22
  106.         Caption = '...'
  107.         Font.Charset = DEFAULT_CHARSET
  108.         Font.Color = clWindowText
  109.         Font.Height = -13
  110.         Font.Name = 'MS Sans Serif'
  111.         Font.Style = [fsBold]
  112.         ParentFont = False
  113.         OnClick = Btn_SourceClick
  114.       end
  115.       object Edit_Source: TEdit
  116.         Left = 8
  117.         Top = 16
  118.         Width = 581
  119.         Height = 21
  120.         Enabled = False
  121.         TabOrder = 0
  122.       end
  123.     end
  124.     object GroupBox2: TGroupBox
  125.       Left = 5
  126.       Top = 53
  127.       Width = 630
  128.       Height = 48
  129.       Align = alTop
  130.       Caption = '2) Select destination directory...'
  131.       TabOrder = 1
  132.       object Btn_Destination: TSpeedButton
  133.         Left = 596
  134.         Top = 16
  135.         Width = 23
  136.         Height = 22
  137.         Caption = '...'
  138.         Font.Charset = DEFAULT_CHARSET
  139.         Font.Color = clWindowText
  140.         Font.Height = -13
  141.         Font.Name = 'MS Sans Serif'
  142.         Font.Style = [fsBold]
  143.         ParentFont = False
  144.         OnClick = Btn_DestinationClick
  145.       end
  146.       object Edit_Destination: TEdit
  147.         Left = 8
  148.         Top = 16
  149.         Width = 581
  150.         Height = 21
  151.         Enabled = False
  152.         TabOrder = 0
  153.       end
  154.     end
  155.   end
  156.   object OpenDialog1: TOpenDialog
  157.     DefaultExt = 'PDI'
  158.     Filter = 'PDI files|*.PDI'
  159.     Title = '1) Select source PDI file...'
  160.     Left = 8
  161.     Top = 97
  162.   end
  163. end
  164.