⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 有解压密码的要说明密码,只对文本文件有效
💻 DFM
字号:
object myzip: Tmyzip
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'myzip'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 184
    Top = 64
    Width = 28
    Height = 13
    Caption = #25991#20214
  end
  object Label2: TLabel
    Left = 176
    Top = 176
    Width = 56
    Height = 13
    Caption = #21387#32553#26631#20934
  end
  object Label3: TLabel
    Left = 176
    Top = 216
    Width = 56
    Height = 13
    Caption = #21387#32553#36827#24230
  end
  object Edit1: TEdit
    Left = 240
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 248
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 248
    Top = 176
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object CheckBox1: TCheckBox
    Left = 176
    Top = 96
    Width = 129
    Height = 17
    Caption = #29983#25104#33258#35299#21387#25991#20214
    TabOrder = 3
  end
  object CheckBox2: TCheckBox
    Left = 176
    Top = 128
    Width = 65
    Height = 17
    Caption = #21152#23494
    TabOrder = 4
  end
  object BitBtn1: TBitBtn
    Left = 400
    Top = 128
    Width = 75
    Height = 25
    Caption = #21387#32553
    TabOrder = 5
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 400
    Top = 176
    Width = 75
    Height = 25
    Caption = #35299#21387
    TabOrder = 6
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 384
    Top = 64
    Width = 75
    Height = 25
    Caption = 'BitBtn3'
    TabOrder = 7
    OnClick = BitBtn3Click
  end
  object TrackBar1: TTrackBar
    Left = 240
    Top = 216
    Width = 150
    Height = 45
    TabOrder = 8
  end
  object Button1: TButton
    Left = 400
    Top = 96
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 9
    OnClick = Button1Click
  end
  object OpenDialog1: TOpenDialog
    Left = 536
    Top = 72
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -