VclToClxForm.xfm
资源名称:delphi.rar [点击查看]
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form1: TForm1
- Left = 259
- Top = 107
- Width = 469
- Height = 488
- VertScrollBar.Range = 473
- HorzScrollBar.Range = 457
- ActiveControl = lbFiles
- Caption = 'DelphiToKylix'
- Color = clBackground
- OnCreate = FormCreate
- PixelsPerInch = 75
- TextHeight = 13
- TextWidth = 6
- object lbFiles: TListBox
- Left = 8
- Top = 48
- Width = 449
- Height = 177
- TabOrder = 0
- end
- object btnSource: TButton
- Left = 120
- Top = 16
- Width = 129
- Height = 25
- Caption = 'Find Source Files'
- TabOrder = 1
- OnClick = btnSourceClick
- end
- object btnReplace: TButton
- Left = 152
- Top = 240
- Width = 153
- Height = 25
- Caption = 'Do Replace / Rename'
- TabOrder = 2
- OnClick = btnReplaceClick
- end
- object lvReplace: TListView
- Left = 8
- Top = 272
- Width = 449
- Height = 201
- ColumnClick = False
- ColumnMove = False
- Columns = <
- item
- AllowClick = False
- Caption = 'Old'
- MinWidth = 50
- Width = 140
- end
- item
- AllowClick = False
- Caption = 'New'
- MinWidth = 50
- Width = 140
- end>
- RowSelect = True
- TabOrder = 3
- ViewStyle = vsReport
- end
- object cbRecurse: TCheckBox
- Left = 264
- Top = 16
- Width = 100
- Height = 25
- Caption = 'Recurse'
- TabOrder = 4
- end
- end