81 lines
1.6 KiB
Plaintext
81 lines
1.6 KiB
Plaintext
object DlgDecLogMain: TDlgDecLogMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'BSOne '#47196#44536' '#48373#54840#54868
|
|
ClientHeight = 201
|
|
ClientWidth = 492
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object Label1: TLabel
|
|
Left = 28
|
|
Top = 40
|
|
Width = 111
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = #45824#49345' '#54028#51068' '#44221#47196' :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 28
|
|
Top = 80
|
|
Width = 111
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = #48373#54840#54868' '#54980' '#51200#51109' '#44221#47196' :'
|
|
end
|
|
object btnOpen: TSpeedButton
|
|
Left = 440
|
|
Top = 37
|
|
Width = 23
|
|
Height = 23
|
|
Caption = '...'
|
|
OnClick = btnOpenClick
|
|
end
|
|
object edSrc: TEdit
|
|
Left = 145
|
|
Top = 37
|
|
Width = 289
|
|
Height = 23
|
|
TabOrder = 0
|
|
end
|
|
object edDest: TEdit
|
|
Left = 145
|
|
Top = 77
|
|
Width = 318
|
|
Height = 23
|
|
TabOrder = 1
|
|
end
|
|
object chAfterOpen: TCheckBox
|
|
Left = 145
|
|
Top = 114
|
|
Width = 209
|
|
Height = 17
|
|
Caption = #48373#54840#54868' '#54980' '#54028#51068' '#50676#44592
|
|
TabOrder = 2
|
|
end
|
|
object btnDec: TButton
|
|
Left = 201
|
|
Top = 160
|
|
Width = 89
|
|
Height = 25
|
|
Caption = #48373#54840#54868
|
|
TabOrder = 3
|
|
OnClick = btnDecClick
|
|
end
|
|
object OpenDialog: TOpenDialog
|
|
DefaultExt = 'log'
|
|
Filter = 'Log file|*.log'
|
|
Left = 416
|
|
Top = 112
|
|
end
|
|
end
|