BSOne.SFC/eCrmHE/EXE_eCrmHomeEdition/ContentSearch/DCustomCttSchOpt.dfm

187 lines
4.0 KiB
Plaintext

object DlgCustomCttSchOpt: TDlgCustomCttSchOpt
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMaximize]
Caption = #44060#51064#51221#48372' '#51088#44032' '#44160#49324
ClientHeight = 507
ClientWidth = 481
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object btnOk: TButton
Left = 131
Top = 466
Width = 75
Height = 25
Caption = #54869#51064
TabOrder = 0
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 275
Top = 466
Width = 75
Height = 25
Caption = #52712#49548
ModalResult = 2
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 449
Height = 273
Caption = #44160#49353' '#45824#49345
TabOrder = 2
object Label1: TLabel
Left = 16
Top = 24
Width = 170
Height = 15
Caption = #45824#49345' '#54260#45908' '#48143' '#46300#46972#51060#48652' ('#44396#48516#51088' |)'
end
object Label2: TLabel
Left = 16
Top = 137
Width = 116
Height = 15
Caption = #45824#49345' '#54869#51109#51088' ('#44396#48516#51088' |)'
end
object Label4: TLabel
Left = 16
Top = 192
Width = 143
Height = 15
Caption = #50696#50808' '#44221#47196' '#53412#50892#46300' ('#44396#48516#51088' I)'
end
object mmTarget: TMemo
Left = 16
Top = 45
Width = 417
Height = 84
ScrollBars = ssVertical
TabOrder = 0
end
object edTgExts: TEdit
Left = 16
Top = 158
Width = 417
Height = 23
TabOrder = 1
Text = 'doc|docx|xls|xlsx|ppt|pptx|txt|pdf'
end
object mmExcept: TMemo
Left = 16
Top = 213
Width = 417
Height = 44
Lines.Strings = (
':\Windows\|:\Programs File|')
ScrollBars = ssVertical
TabOrder = 2
end
end
object GroupBox2: TGroupBox
Left = 16
Top = 287
Width = 449
Height = 162
Caption = #44160#49353' '#50741#49496
TabOrder = 3
object Label3: TLabel
Left = 15
Top = 27
Width = 57
Height = 15
Caption = #52968#53584#52768' '#47344' :'
end
object btnRule: TSpeedButton
Left = 409
Top = 24
Width = 23
Height = 23
Caption = '...'
OnClick = btnRuleClick
end
object Label5: TLabel
Left = 43
Top = 96
Width = 57
Height = 15
Alignment = taRightJustify
Caption = #53356#44592' '#51228#54620' :'
end
object Label6: TLabel
Left = 16
Top = 124
Width = 84
Height = 15
Alignment = taRightJustify
Caption = #44160#49353' '#49884#44036' '#51228#54620' :'
end
object Label7: TLabel
Left = 208
Top = 96
Width = 89
Height = 15
Caption = '(MB, 0'#51008' '#47924#51228#54620')'
end
object Label8: TLabel
Left = 208
Top = 124
Width = 83
Height = 15
Caption = '('#52488', 0'#51008' '#47924#51228#54620')'
end
object edRules: TEdit
Left = 78
Top = 24
Width = 328
Height = 23
ReadOnly = True
TabOrder = 0
end
object chIncFName: TCheckBox
Left = 15
Top = 64
Width = 97
Height = 17
Caption = #54028#51068' '#51060#47492' '#44160#49353
TabOrder = 1
end
object chIncZip: TCheckBox
Left = 194
Top = 64
Width = 97
Height = 17
Caption = #50517#52629' '#54644#51228' '#44160#49324
TabOrder = 2
end
object edLimitMB: TEdit
Left = 121
Top = 93
Width = 80
Height = 23
Alignment = taRightJustify
NumbersOnly = True
TabOrder = 3
Text = '50'
end
object edTmSec: TEdit
Left = 121
Top = 121
Width = 80
Height = 23
Alignment = taRightJustify
NumbersOnly = True
TabOrder = 4
Text = '30'
end
end
end