home *** CD-ROM | disk | FTP | other *** search
- object RsrcForm: TRsrcForm
- Left = 253
- Top = 128
- BorderStyle = bsSingle
- Caption = 'Replace resource ...'
- ClientHeight = 318
- ClientWidth = 267
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 14
- object Label3: TLabel
- Left = 36
- Top = 95
- Width = 77
- Height = 14
- Caption = 'Resource &Type:'
- FocusControl = Edit2
- Visible = False
- end
- object Label4: TLabel
- Left = 36
- Top = 138
- Width = 80
- Height = 14
- Caption = 'Resource &Name:'
- FocusControl = Edit3
- Visible = False
- end
- object Label2: TLabel
- Left = 36
- Top = 84
- Width = 108
- Height = 14
- Caption = 'Select &new resource: '
- FocusControl = TreeView1
- Visible = False
- end
- object Label1: TLabel
- Left = 48
- Top = 219
- Width = 171
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = 'No matching resource found.'
- end
- object Label5: TLabel
- Left = 36
- Top = 182
- Width = 101
- Height = 14
- Caption = 'Resource &Language:'
- FocusControl = Edit4
- Visible = False
- end
- object Edit2: TEdit
- Left = 34
- Top = 113
- Width = 200
- Height = 22
- CharCase = ecUpperCase
- TabOrder = 3
- Visible = False
- OnChange = Edit2Change
- end
- object Edit3: TEdit
- Left = 34
- Top = 156
- Width = 200
- Height = 22
- CharCase = ecUpperCase
- TabOrder = 4
- Visible = False
- OnChange = Edit2Change
- end
- object TreeView1: TTreeView
- Left = 34
- Top = 104
- Width = 200
- Height = 106
- ReadOnly = True
- HideSelection = False
- Indent = 19
- OnChange = TreeView1Change
- TabOrder = 2
- Visible = False
- Images = ImageList1
- end
- object Button1: TButton
- Left = 48
- Top = 17
- Width = 173
- Height = 23
- Caption = '&Open file with new resource...'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 34
- Top = 50
- Width = 200
- Height = 22
- TabStop = False
- Color = 14737632
- ReadOnly = True
- TabOrder = 1
- end
- object Button3: TButton
- Left = 48
- Top = 274
- Width = 171
- Height = 25
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 7
- end
- object Button4: TButton
- Left = 48
- Top = 243
- Width = 171
- Height = 23
- Caption = '&Replace'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 6
- end
- object Edit4: TEdit
- Left = 34
- Top = 200
- Width = 200
- Height = 22
- CharCase = ecUpperCase
- TabOrder = 5
- Visible = False
- OnChange = Edit4Change
- end
- object OpenDialog1: TOpenDialog
- Options = [ofHideReadOnly, ofFileMustExist]
- Left = 138
- Top = 144
- end
- object ImageList1: TImageList
- Left = 168
- Top = 145
- end
- end
-