BSOne.SFC/Tocsg.Module/TocsgDRM/EXE_TocsgEnc/DTocsgEncMain.dfm

213 lines
3.8 KiB
Plaintext

object DlgTgEncMain: TDlgTgEncMain
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'TocsgEnc'
ClientHeight = 504
ClientWidth = 424
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
Position = poScreenCenter
TextHeight = 16
object Label1: TLabel
Left = 24
Top = 16
Width = 57
Height = 16
Caption = #50896#48376' '#44221#47196' :'
end
object Label2: TLabel
Left = 24
Top = 48
Width = 57
Height = 16
Caption = #51200#51109' '#44221#47196' :'
end
object btnPath: TSpeedButton
Left = 380
Top = 12
Width = 23
Height = 23
Caption = '...'
OnClick = btnPathClick
end
object Label3: TLabel
Left = 13
Top = 256
Width = 68
Height = 16
Caption = #50516#54840#54868' '#44221#47196' :'
end
object Label4: TLabel
Left = 24
Top = 288
Width = 57
Height = 16
Caption = #51200#51109' '#44221#47196' :'
end
object btnEncSavePath: TSpeedButton
Left = 380
Top = 252
Width = 23
Height = 23
Caption = '<'
OnClick = btnEncSavePathClick
end
object Label5: TLabel
Left = 50
Top = 88
Width = 31
Height = 16
Alignment = taRightJustify
Caption = #49324#48264' :'
end
object Label6: TLabel
Left = 13
Top = 118
Width = 68
Height = 16
Alignment = taRightJustify
Caption = #54840#49828#53944' '#51060#47492' :'
end
object Label7: TLabel
Left = 24
Top = 149
Width = 57
Height = 16
Alignment = taRightJustify
Caption = #48512#49436' '#51060#47492' :'
end
object Label8: TLabel
Left = 24
Top = 180
Width = 57
Height = 16
Alignment = taRightJustify
Caption = #51221#52293' '#44536#47353' :'
end
object Shape1: TShape
Left = 8
Top = 225
Width = 408
Height = 1
end
object Label9: TLabel
Left = 236
Top = 88
Width = 57
Height = 16
Alignment = taRightJustify
Caption = #50629#52404' '#53076#46300' :'
end
object edSrcPath: TEdit
Left = 96
Top = 13
Width = 281
Height = 24
TabOrder = 0
end
object btnEnc: TButton
Left = 320
Top = 177
Width = 83
Height = 25
Caption = #54028#51068' '#50516#54840#54868
TabOrder = 2
OnClick = btnEncClick
end
object edDestPath: TEdit
Left = 96
Top = 45
Width = 307
Height = 24
TabOrder = 1
end
object edEncPath: TEdit
Left = 96
Top = 253
Width = 281
Height = 24
TabOrder = 3
end
object btnDec: TButton
Left = 320
Top = 319
Width = 83
Height = 25
Caption = #54028#51068' '#48373#54840#54868
TabOrder = 4
OnClick = btnDecClick
end
object edDecPath: TEdit
Left = 96
Top = 285
Width = 307
Height = 24
TabOrder = 5
end
object edEmpNo: TEdit
Left = 96
Top = 85
Width = 129
Height = 24
TabOrder = 6
end
object edHostName: TEdit
Left = 96
Top = 115
Width = 129
Height = 24
TabOrder = 7
end
object edPart: TEdit
Left = 96
Top = 146
Width = 129
Height = 24
TabOrder = 8
end
object edPG: TEdit
Left = 96
Top = 177
Width = 129
Height = 24
TabOrder = 9
end
object btnGetHead: TButton
Left = 15
Top = 360
Width = 75
Height = 25
Caption = #54756#45908' '#51221#48372
TabOrder = 11
OnClick = btnGetHeadClick
end
object mmHead: TMemo
Left = 96
Top = 360
Width = 307
Height = 137
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 12
end
object edCode: TEdit
Left = 299
Top = 85
Width = 99
Height = 24
NumbersOnly = True
TabOrder = 10
end
object OpenDialog: TOpenDialog
Filter = 'All files|*.*'
Left = 24
Top = 200
end
end