48 lines
978 B
Plaintext
48 lines
978 B
Plaintext
object DlgSelectPattern: TDlgSelectPattern
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = #44160#49353' '#54056#53556' '#49440#53469
|
|
ClientHeight = 361
|
|
ClientWidth = 290
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poOwnerFormCenter
|
|
TextHeight = 15
|
|
object pnBottom: TPanel
|
|
Left = 0
|
|
Top = 320
|
|
Width = 290
|
|
Height = 41
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
ExplicitLeft = 216
|
|
ExplicitTop = 288
|
|
ExplicitWidth = 185
|
|
object btnOk: TButton
|
|
Left = 47
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #54869#51064
|
|
TabOrder = 0
|
|
OnClick = btnOkClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 167
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = #52712#49548
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|