2 Star 6 Fork 5

吕不为 / dbhelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
UFrmUpdateRegular.dfm 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
吕不为 提交于 2017-08-30 09:00 . init
object FrmUpdateRegular: TFrmUpdateRegular
Left = 323
Top = 279
ActiveControl = mmoMore
BorderStyle = bsDialog
Caption = #25968#25454#26356#26032#22120
ClientHeight = 249
ClientWidth = 317
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object btnOK: TBitBtn
Left = 160
Top = 216
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TBitBtn
Left = 240
Top = 216
Width = 75
Height = 25
Cancel = True
Caption = #25918#24323
TabOrder = 1
OnClick = btnCancelClick
end
object mmoMore: TMemo
Left = 0
Top = 0
Width = 317
Height = 193
Align = alTop
Ctl3D = False
ParentCtl3D = False
TabOrder = 2
end
object btnLoad: TBitBtn
Left = 6
Top = 216
Width = 75
Height = 25
Caption = #21152#36733
TabOrder = 3
OnClick = btnLoadClick
end
object btnSave: TBitBtn
Left = 84
Top = 216
Width = 75
Height = 25
Caption = #20445#23384
TabOrder = 4
OnClick = btnSaveClick
end
object rbRandom: TRadioButton
Left = 198
Top = 195
Width = 113
Height = 17
Caption = #38543#26426
TabOrder = 5
end
object rbSequeen: TRadioButton
Left = 79
Top = 195
Width = 106
Height = 17
Caption = #25353#39034#24207
TabOrder = 6
end
object rbPercent: TRadioButton
Left = -1
Top = 195
Width = 82
Height = 17
Caption = #25353#30334#20998#27604
Checked = True
TabOrder = 7
TabStop = True
end
object dlgOpen: TOpenDialog
Filter = 'Text File|*.txt'#13#10'*.txt'
Left = 96
Top = 72
end
object dlgSave: TSaveDialog
Filter = 'Text File|*.txt'
Left = 184
Top = 56
end
end
Delphi
1
https://gitee.com/lvhongqing/dbhelper.git
git@gitee.com:lvhongqing/dbhelper.git
lvhongqing
dbhelper
dbhelper
master

搜索帮助