Initial commit
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
object PolicySaveForm: TPolicySaveForm
|
||||
Left = 0
|
||||
Top = 0
|
||||
BorderStyle = bsNone
|
||||
Caption = 'PolicySaveForm'
|
||||
ClientHeight = 126
|
||||
ClientWidth = 303
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
Font.Name = 'Segoe UI'
|
||||
Font.Style = []
|
||||
Position = poOwnerFormCenter
|
||||
RoundedCorners = rcOn
|
||||
OnCreate = FormCreate
|
||||
TextHeight = 15
|
||||
object m_panBack: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 303
|
||||
Height = 126
|
||||
Align = alClient
|
||||
BevelOuter = bvNone
|
||||
BorderStyle = bsSingle
|
||||
Ctl3D = False
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
object m_btnCancel: TButton
|
||||
Left = 161
|
||||
Top = 78
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = #21462#28040
|
||||
ModalResult = 2
|
||||
TabOrder = 1
|
||||
end
|
||||
object m_btnOk: TButton
|
||||
Left = 73
|
||||
Top = 78
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = #30830#23450
|
||||
TabOrder = 2
|
||||
OnClick = OnOkClick
|
||||
end
|
||||
object m_leName: TLabeledEdit
|
||||
Left = 94
|
||||
Top = 34
|
||||
Width = 181
|
||||
Height = 23
|
||||
AutoSize = False
|
||||
EditLabel.Width = 65
|
||||
EditLabel.Height = 23
|
||||
EditLabel.Caption = #25171#27861#21517#31216#65306
|
||||
LabelPosition = lpLeft
|
||||
MaxLength = 63
|
||||
TabOrder = 0
|
||||
Text = ''
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user