33 lines
697 B
Plaintext
33 lines
697 B
Plaintext
object DlgKvFilterMain: TDlgKvFilterMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'KvFilter'
|
|
ClientHeight = 302
|
|
ClientWidth = 534
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object Button1: TButton
|
|
Left = 270
|
|
Top = 88
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button1'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object edPath: TEdit
|
|
Left = 32
|
|
Top = 32
|
|
Width = 313
|
|
Height = 23
|
|
TabOrder = 1
|
|
Text = 'D:\'#44277#50976#54260#45908'\ISMS-P_'#51064#51613#44592#51456'_'#50504#45236#49436'(2019.1.18).pdf'
|
|
end
|
|
end
|