home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 September
/
PCWorld_2002-09_cd.bin
/
Software
/
Vyzkuste
/
setit
/
SetIt.exe
/
0
/
RCDATA
/
TFILEOPERATIONFORM
/
TFILEOPERATIONFORM.txt
Wrap
Text File
|
2002-07-19
|
5KB
|
206 lines
object FileOperationForm: TFileOperationForm
Left = 500
Top = 253
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Manipulace se souborem'
ClientHeight = 313
ClientWidth = 394
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poOwnerFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 5
Top = 8
Width = 384
Height = 265
ActivePage = TabSheet1
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Volby'
object GroupBox4: TGroupBox
Left = 8
Top = 112
Width = 361
Height = 113
Caption = 'C�l'
TabOrder = 2
object Label2: TLabel
Left = 8
Top = 32
Width = 75
Height = 13
Caption = 'N�zev souboru:'
end
object Label1: TLabel
Left = 130
Top = 14
Width = 3
Height = 13
end
object Label3: TLabel
Left = 8
Top = 80
Width = 40
Height = 13
Caption = 'Adres��:'
end
object Label4: TLabel
Left = 130
Top = 60
Width = 3
Height = 13
end
object Edit1: TEdit
Left = 88
Top = 30
Width = 169
Height = 21
MaxLength = 1000
TabOrder = 0
OnChange = Edit1Change
end
object Button3: TButton
Left = 259
Top = 30
Width = 89
Height = 21
Caption = '&Vlo�it 8.3 n�zev'
TabOrder = 1
OnClick = Button3Click
end
object Edit2: TEdit
Left = 88
Top = 76
Width = 169
Height = 21
Enabled = False
MaxLength = 1000
OEMConvert = True
TabOrder = 2
OnChange = Edit1Change
end
object Button4: TButton
Left = 259
Top = 76
Width = 17
Height = 21
Caption = '...'
Enabled = False
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 278
Top = 76
Width = 70
Height = 21
Caption = '&Otev��t'
TabOrder = 4
OnClick = Button5Click
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 8
Width = 169
Height = 97
Caption = 'Akce'
TabOrder = 0
object RadioButton1: TRadioButton
Left = 12
Top = 24
Width = 149
Height = 17
Caption = '&P�ejmenovat'
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 12
Top = 48
Width = 149
Height = 17
Caption = '&Zkop�rovat'
TabOrder = 1
OnClick = RadioButton1Click
end
object RadioButton3: TRadioButton
Left = 12
Top = 72
Width = 149
Height = 17
Caption = 'P�e&sunout'
TabOrder = 2
OnClick = RadioButton1Click
end
end
object GroupBox3: TGroupBox
Left = 184
Top = 8
Width = 185
Height = 97
Caption = 'Up�esnit'
TabOrder = 1
object CheckBox1: TCheckBox
Left = 16
Top = 24
Width = 161
Height = 17
Caption = 'U&mo�nit krok zp�t'
Checked = True
State = cbChecked
TabOrder = 0
end
object CheckBox2: TCheckBox
Left = 16
Top = 48
Width = 161
Height = 17
Caption = 'P�ejmenovat p�i &kolizi n�zv�'
TabOrder = 1
end
object CheckBox3: TCheckBox
Left = 16
Top = 72
Width = 161
Height = 17
Caption = 'Znovu vytvo�it &alias'
TabOrder = 2
end
end
end
end
object Button1: TButton
Left = 223
Top = 280
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 303
Top = 280
Width = 75
Height = 25
Cancel = True
Caption = 'Storno'
ModalResult = 2
TabOrder = 2
end
end