78 lines
1.5 KiB
Plaintext
78 lines
1.5 KiB
Plaintext
object DlgAddShotcutFolder: TDlgAddShotcutFolder
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = #54260#45908' '#48148#47196#44032#44592' '#51221#48372
|
|
ClientHeight = 149
|
|
ClientWidth = 373
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poOwnerFormCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 24
|
|
Top = 32
|
|
Width = 31
|
|
Height = 13
|
|
Caption = #44221#47196' :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 24
|
|
Top = 64
|
|
Width = 31
|
|
Height = 13
|
|
Caption = #49444#47749' :'
|
|
end
|
|
object edPath: TEdit
|
|
Left = 67
|
|
Top = 29
|
|
Width = 241
|
|
Height = 21
|
|
ImeName = 'Microsoft Office IME 2007'
|
|
TabOrder = 0
|
|
Text = 'edPath'
|
|
end
|
|
object edDescription: TEdit
|
|
Left = 67
|
|
Top = 61
|
|
Width = 278
|
|
Height = 21
|
|
ImeName = 'Microsoft Office IME 2007'
|
|
TabOrder = 2
|
|
Text = 'edDescription'
|
|
end
|
|
object btnOk: TButton
|
|
Left = 97
|
|
Top = 105
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #54869#51064
|
|
Default = True
|
|
TabOrder = 3
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 201
|
|
Top = 105
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = #52712#49548
|
|
TabOrder = 4
|
|
end
|
|
object btnSelPath: TButton
|
|
Left = 312
|
|
Top = 29
|
|
Width = 33
|
|
Height = 21
|
|
Caption = '...'
|
|
TabOrder = 1
|
|
end
|
|
end
|