working.dfm
来自「wbs43open-src.zip 数字隐藏工具」· DFM 代码 · 共 49 行
DFM
49 行
object Form11: TForm11 Left = 301 Top = 206 Width = 328 Height = 93 Cursor = crHourGlass HorzScrollBar.Range = 323 VertScrollBar.Range = 89 ActiveControl = Button1 BorderIcons = [] Caption = 'One Moment please ...' Color = clButton Font.Color = clText Font.Height = 11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] FormStyle = fsStayOnTop ParentFont = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 TextWidth = 5 object ProgressBar1: TProgressBar Left = 8 Top = 32 Width = 313 Height = 25 Step = 1 end object Label1: TLabel Left = 8 Top = 8 Width = 1 Height = 13 end object Button1: TButton Left = 224 Top = 64 Width = 99 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = Button1Click endend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?