Initial commit
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
object SaveLocalStyleForm: TSaveLocalStyleForm
|
||||
Left = 0
|
||||
Top = 0
|
||||
BorderIcons = []
|
||||
BorderStyle = bsNone
|
||||
Caption = 'SaveLocalStyleForm'
|
||||
ClientHeight = 143
|
||||
ClientWidth = 303
|
||||
Color = clBtnFace
|
||||
DoubleBuffered = True
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
KeyPreview = True
|
||||
Position = poMainFormCenter
|
||||
Scaled = False
|
||||
OnCreate = FormCreate
|
||||
OnKeyDown = FormKeyDown
|
||||
OnShow = FormShow
|
||||
TextHeight = 13
|
||||
object m_panelBk: TGeneralDialogPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 303
|
||||
Height = 143
|
||||
Align = alClient
|
||||
Caption = #20445#23384#39118#26684
|
||||
Color = 5064257
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentBackground = False
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
object m_lblName: TLabel
|
||||
Left = 32
|
||||
Top = 47
|
||||
Width = 36
|
||||
Height = 14
|
||||
Caption = #21517#31216#65306
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = 14339007
|
||||
Font.Height = -12
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
Layout = tlCenter
|
||||
end
|
||||
object m_btnCancel: TTextButton
|
||||
Left = 161
|
||||
Top = 97
|
||||
Width = 75
|
||||
Height = 24
|
||||
ModalResult = mrCancel
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Text = #21462#28040
|
||||
end
|
||||
object m_btnOk: TTextButton
|
||||
Left = 74
|
||||
Top = 97
|
||||
Width = 75
|
||||
Height = 24
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
OnClick = OkClick
|
||||
Text = #30830#23450
|
||||
end
|
||||
object m_editName: TLineEdit
|
||||
Left = 74
|
||||
Top = 43
|
||||
Width = 191
|
||||
Height = 24
|
||||
OnChange = NameChange
|
||||
MaxLength = 39
|
||||
NumberMax = -1
|
||||
NumberMin = -1
|
||||
Color = 15591652
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user