50 lines
1.1 KiB
ObjectPascal
50 lines
1.1 KiB
ObjectPascal
object CustomerSettingForm: TCustomerSettingForm
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsNone
|
|
Caption = 'CustomerSettingForm'
|
|
ClientHeight = 351
|
|
ClientWidth = 433
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Font.Quality = fqClearTypeNatural
|
|
Position = poMainFormCenter
|
|
Scaled = False
|
|
OnShow = FormShow
|
|
TextHeight = 14
|
|
object m_pBKGGeneralDialogPanel: TGeneralDialogPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 433
|
|
Height = 351
|
|
Caption = #20559#22909#35774#32622
|
|
Color = 5064257
|
|
ParentBackground = False
|
|
TabOrder = 0
|
|
object m_pTextButtonOK: TTextButton
|
|
Left = 149
|
|
Top = 315
|
|
Width = 56
|
|
Height = 25
|
|
ModalResult = mrYes
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
Text = #30830#23450
|
|
end
|
|
object m_pTextButtonCancel: TTextButton
|
|
Left = 224
|
|
Top = 315
|
|
Width = 56
|
|
Height = 25
|
|
ModalResult = mrCancel
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
Text = #21462#28040
|
|
end
|
|
end
|
|
end
|