BSOne.SFC/eCrmHE/EXE_ServiceInstaller/DSvcInstMain.dfm

205 lines
4.3 KiB
Plaintext

object DlgSvcInstMain: TDlgSvcInstMain
Left = 0
Top = 0
BorderStyle = bsSingle
Caption = #49436#48708#49828' '#49444#52824'/'#51228#44144' ('#53580#49828#53944' '#50857')'
ClientHeight = 315
ClientWidth = 489
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poScreenCenter
TextHeight = 13
object Label1: TLabel
Left = 31
Top = 23
Width = 70
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #49436#48708#49828' '#51060#47492' :'
end
object Label2: TLabel
Left = 31
Top = 50
Width = 70
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #54364#49884' '#51060#47492' :'
end
object Label3: TLabel
Left = 31
Top = 77
Width = 65
Height = 13
Caption = #49436#48708#49828' '#44221#47196' :'
end
object Label4: TLabel
Left = 31
Top = 104
Width = 70
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #49436#48708#49828' '#50976#54805' :'
end
object Label5: TLabel
Left = 31
Top = 131
Width = 70
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #49884#51089' '#50976#54805' :'
end
object Label6: TLabel
Left = 31
Top = 158
Width = 70
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #49436#48708#49828' '#49345#53468' :'
end
object lbStatus: TLabel
Left = 119
Top = 158
Width = 44
Height = 13
Caption = #50508#49688#50630#51020
end
object edSvcName: TEdit
Left = 119
Top = 20
Width = 337
Height = 21
ImeName = 'Microsoft IME 2010'
TabOrder = 0
end
object edDisplayName: TEdit
Left = 119
Top = 47
Width = 337
Height = 21
ImeName = 'Microsoft IME 2010'
TabOrder = 1
end
object edPath: TEdit
Left = 119
Top = 74
Width = 337
Height = 21
ImeName = 'Microsoft IME 2010'
TabOrder = 2
end
object cbSvcType: TComboBox
Left = 119
Top = 101
Width = 210
Height = 21
Style = csDropDownList
ImeName = 'Microsoft IME 2010'
TabOrder = 3
OnChange = cbSvcTypeChange
Items.Strings = (
'SERVICE_KERNEL_DRIVER'
'SERVICE_FILE_SYSTEM_DRIVER'
'SERVICE_ADAPTER'
'SERVICE_RECOGNIZER_DRIVER'
'SERVICE_DRIVER'
'SERVICE_WIN32_OWN_PROCESS'
'SERVICE_WIN32_SHARE_PROCESS'
'SERVICE_WIN32'
'SERVICE_INTERACTIVE_PROCESS')
end
object cbStartType: TComboBox
Left = 119
Top = 128
Width = 210
Height = 21
Style = csDropDownList
ImeName = 'Microsoft IME 2010'
TabOrder = 4
Items.Strings = (
'SERVICE_BOOT_START'
'SERVICE_SYSTEM_START'
'SERVICE_AUTO_START'
'SERVICE_DEMAND_START'
'SERVICE_DISABLED')
end
object btnStatus: TButton
Left = 25
Top = 269
Width = 75
Height = 25
Caption = #49345#53468
TabOrder = 5
OnClick = btnStatusClick
end
object btnInstall: TButton
Left = 118
Top = 269
Width = 75
Height = 25
Caption = #49444#52824
TabOrder = 6
OnClick = btnInstallClick
end
object btnDelete: TButton
Left = 388
Top = 269
Width = 75
Height = 25
Caption = #51228#44144
TabOrder = 7
OnClick = btnDeleteClick
end
object btnStart: TButton
Left = 209
Top = 269
Width = 75
Height = 25
Caption = #49884#51089
TabOrder = 8
OnClick = btnStartClick
end
object btnStop: TButton
Left = 297
Top = 269
Width = 75
Height = 25
Caption = #51473#51648
TabOrder = 9
OnClick = btnStopClick
end
object chInstallStart: TCheckBox
Left = 31
Top = 225
Width = 210
Height = 17
Caption = #49436#48708#49828#47484' '#49444#52824' '#54980' '#49884#51089#54616#44172' '#54633#45768#45796'.'
TabOrder = 10
end
object chStayOnTop: TCheckBox
Left = 366
Top = 225
Width = 97
Height = 17
Caption = #54637#49345' '#52572#49345#50948
TabOrder = 11
OnClick = chStayOnTopClick
end
object chInteractive: TCheckBox
Left = 31
Top = 192
Width = 210
Height = 17
Caption = #49436#48708#49828#50752' '#45936#49828#53356#53681' '#49345#54840' '#51089#50857' '#54728#50857
TabOrder = 12
end
end