home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 310
- Top = 107
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Convert PDI to ISO v0.11 (c) 2003 MrWGT'
- ClientHeight = 157
- ClientWidth = 640
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 117
- Width = 640
- Height = 40
- Align = alBottom
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 0
- object SourceName: TLabel
- Left = 150
- Top = 5
- Width = 340
- Height = 20
- AutoSize = False
- end
- object Btn_Start: TBitBtn
- Left = 8
- Top = 5
- Width = 120
- Height = 30
- Caption = '3) Start'
- Enabled = False
- TabOrder = 0
- OnClick = Btn_StartClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333FFF333333333333000333333333
- 3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
- 3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
- 0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
- BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
- 33337777773FF733333333333300033333333333337773333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333}
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 512
- Top = 5
- Width = 120
- Height = 30
- Anchors = [akTop, akRight]
- Caption = '4) Finished'
- TabOrder = 1
- Kind = bkClose
- end
- object ProgressBar1: TProgressBar
- Left = 150
- Top = 25
- Width = 340
- Height = 10
- Anchors = [akLeft, akRight, akBottom]
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 2
- Visible = False
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 640
- Height = 117
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 1
- object GroupBox1: TGroupBox
- Left = 5
- Top = 5
- Width = 630
- Height = 48
- Align = alTop
- Caption = '1) Select source PDI file...'
- TabOrder = 0
- object Btn_Source: TSpeedButton
- Left = 596
- Top = 16
- Width = 23
- Height = 22
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = Btn_SourceClick
- end
- object Edit_Source: TEdit
- Left = 8
- Top = 16
- Width = 581
- Height = 21
- Enabled = False
- TabOrder = 0
- end
- end
- object GroupBox2: TGroupBox
- Left = 5
- Top = 53
- Width = 630
- Height = 48
- Align = alTop
- Caption = '2) Select destination directory...'
- TabOrder = 1
- object Btn_Destination: TSpeedButton
- Left = 596
- Top = 16
- Width = 23
- Height = 22
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = Btn_DestinationClick
- end
- object Edit_Destination: TEdit
- Left = 8
- Top = 16
- Width = 581
- Height = 21
- Enabled = False
- TabOrder = 0
- end
- end
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'PDI'
- Filter = 'PDI files|*.PDI'
- Title = '1) Select source PDI file...'
- Left = 8
- Top = 97
- end
- end
-