2 Star 1 Fork 0

wyrover/FlatStyle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FlatAttrib.dfm 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
wyrover 提交于 2015-06-17 17:38 . + Init FlatStyle
object MaskForm: TMaskForm
Left = 595
Top = 425
BorderStyle = bsDialog
Caption = 'Masked Text Editor'
ClientHeight = 104
ClientWidth = 325
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object EditText: TFlatMaskEdit
Left = 96
Top = 8
Width = 218
Height = 19
Version = '4.38.0.0'
Ticket.Width = 51
Ticket.Height = 13
Ticket.Caption = 'Input Text:'
ColorFlat = clBtnFace
ParentColor = True
Color = clBtnFace
TabOrder = 0
end
object EditMask: TFlatEdit
Left = 96
Top = 40
Width = 218
Height = 19
Version = '4.38.0.0'
ColorFocused = clBtnFace
ColorBorder = clBtnFace
ColorFlat = clBtnFace
ParentColor = True
ReadOnly = True
TabOrder = 1
Text = '(None)'
Ticket.Width = 50
Ticket.Height = 13
Ticket.Caption = 'Edit Mask:'
end
object Button1: TButton
Left = 98
Top = 72
Width = 57
Height = 22
Caption = 'OK'
ModalResult = 1
TabOrder = 2
end
object Button2: TButton
Left = 256
Top = 71
Width = 57
Height = 23
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Pascal
1
https://gitee.com/wyrover/FlatStyle.git
git@gitee.com:wyrover/FlatStyle.git
wyrover
FlatStyle
FlatStyle
master

搜索帮助