BSOne.SFC/eCrmHE/EXE_eCrmHomeEdition/Messages/DReqSchInfoTest.dfm

71 lines
1.3 KiB
Plaintext

object DlgReqSchInfoTest: TDlgReqSchInfoTest
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #44060#51064#51221#48372' '#44160#52636' '#53580#49828#53944
ClientHeight = 164
ClientWidth = 325
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
Scaled = False
TextHeight = 15
object Label1: TLabel
Left = 50
Top = 24
Width = 51
Height = 15
Alignment = taRightJustify
Caption = 'SCAN ID :'
end
object Label2: TLabel
Left = 36
Top = 64
Width = 65
Height = 15
Alignment = taRightJustify
Caption = 'POLICY IDs :'
end
object edScanId: TEdit
Left = 119
Top = 21
Width = 169
Height = 23
TabOrder = 0
Text = 'a123123'
end
object edPolicyIds: TEdit
Left = 119
Top = 61
Width = 169
Height = 23
TabOrder = 1
Text = '1056002;1056004;1056005;1056009'
end
object btnOk: TButton
Left = 65
Top = 120
Width = 75
Height = 25
Caption = #54869#51064
Default = True
TabOrder = 2
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 185
Top = 120
Width = 75
Height = 25
Cancel = True
Caption = #52712#49548
ModalResult = 2
TabOrder = 3
end
end