Directory Processor Code
Status: Pre-Alpha
Brought to you by:
scondo
object ExtDlForm: TExtDlForm
Left = 368
Height = 109
Top = 205
Width = 344
Caption = 'Настройка обработки'
ClientHeight = 109
ClientWidth = 344
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '0.9.28.2'
object Label1: TLabel
Left = 8
Height = 16
Top = 16
Width = 134
Caption = 'Обработка расширения'
ParentColor = False
end
object Label2: TLabel
Left = 240
Height = 16
Top = 16
Width = 7
Anchors = [akTop, akLeft, akRight]
Caption = 'в:'
ParentColor = False
end
object cbPlugins: TComboBox
Left = 8
Height = 23
Top = 44
Width = 330
Anchors = [akLeft, akRight, akBottom]
ItemHeight = 15
TabOrder = 0
end
object btnOk: TButton
Left = 8
Height = 25
Top = 73
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
object btnCancel: TButton
Left = 263
Height = 25
Top = 73
Width = 75
Anchors = [akRight, akBottom]
Caption = 'Отмена'
ModalResult = 2
TabOrder = 2
end
object edFrom: TEdit
Left = 152
Height = 23
Top = 9
Width = 80
TabOrder = 3
Text = 'edFrom'
end
object edTo: TEdit
Left = 256
Height = 23
Top = 9
Width = 80
Anchors = [akTop, akRight]
TabOrder = 4
Text = 'edTo'
end
object btnConfig: TButton
Left = 144
Height = 25
Top = 73
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'Настройка'
OnClick = btnConfigClick
TabOrder = 5
end
end