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

📄 unit2.~dfm

📁 通过一个界面实例
💻 ~DFM
字号:
object Form2: TForm2
  Left = 383
  Top = 124
  Width = 567
  Height = 271
  Caption = 'Form2'
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 559
    Height = 244
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object Label1: TLabel
      Left = 0
      Top = 215
      Width = 559
      Height = 13
      Align = alBottom
      AutoSize = False
    end
    object ProgressBar1: TProgressBar
      Left = 0
      Top = 228
      Width = 559
      Height = 16
      Align = alBottom
      Max = 15
      TabOrder = 0
    end
    object Panel2: TPanel
      Left = 0
      Top = 0
      Width = 329
      Height = 215
      Align = alLeft
      BevelOuter = bvNone
      TabOrder = 1
      object Image1: TImage
        Left = 0
        Top = 0
        Width = 329
        Height = 215
        Align = alClient
      end
    end
    object GroupBox1: TGroupBox
      Left = 329
      Top = 0
      Width = 230
      Height = 215
      Align = alClient
      Caption = '                           '#31995#32479#30331#38470'                   '
      TabOrder = 2
      object Label2: TLabel
        Left = 16
        Top = 40
        Width = 36
        Height = 13
        Caption = #22995#21517#65306
      end
      object Label3: TLabel
        Left = 17
        Top = 69
        Width = 36
        Height = 13
        Caption = #23494#30721#65306
      end
      object Edit1: TEdit
        Left = 55
        Top = 36
        Width = 121
        Height = 21
        AutoSize = False
        BevelInner = bvNone
        BevelOuter = bvNone
        BorderStyle = bsNone
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 0
        Text = 'Edit1'
      end
      object Edit2: TEdit
        Left = 55
        Top = 63
        Width = 121
        Height = 21
        AutoSize = False
        BevelInner = bvNone
        BevelOuter = bvNone
        BorderStyle = bsNone
        Ctl3D = True
        ParentCtl3D = False
        PasswordChar = '*'
        TabOrder = 1
        Text = 'Edit2'
      end
      object GroupBox2: TGroupBox
        Left = 2
        Top = 128
        Width = 226
        Height = 85
        Align = alBottom
        TabOrder = 2
        object Label4: TLabel
          Left = 19
          Top = 18
          Width = 60
          Height = 13
          Caption = #35797#21367#32534#21495#65306
        end
        object Label6: TLabel
          Left = 19
          Top = 34
          Width = 60
          Height = 13
          Caption = #32771#21367#25968#37327#65306
        end
        object Label7: TLabel
          Left = 87
          Top = 34
          Width = 32
          Height = 13
          AutoSize = False
          Caption = '0'
        end
        object Label8: TLabel
          Left = 120
          Top = 34
          Width = 32
          Height = 13
          AutoSize = False
          Caption = #20221
        end
        object Label9: TLabel
          Left = 20
          Top = 50
          Width = 60
          Height = 13
          AutoSize = False
          Caption = #32771#39064#25968#37327#65306
        end
        object Label10: TLabel
          Left = 87
          Top = 66
          Width = 33
          Height = 13
          AutoSize = False
          Caption = '0'
        end
        object Label11: TLabel
          Left = 120
          Top = 50
          Width = 38
          Height = 13
          AutoSize = False
          Caption = #39064
        end
        object Label12: TLabel
          Left = 20
          Top = 66
          Width = 60
          Height = 13
          Caption = #32771#35797#26102#38388#65306
        end
        object Label13: TLabel
          Left = 87
          Top = 50
          Width = 30
          Height = 13
          AutoSize = False
          Caption = '0'
        end
        object Label14: TLabel
          Left = 121
          Top = 66
          Width = 30
          Height = 13
          AutoSize = False
          Caption = #20998#38047
        end
        object Label5: TLabel
          Left = 86
          Top = 18
          Width = 121
          Height = 13
          AutoSize = False
          Caption = '0000000000'
        end
      end
      object Button1: TButton
        Left = 27
        Top = 99
        Width = 75
        Height = 25
        Caption = #30331#38470
        TabOrder = 3
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 112
        Top = 98
        Width = 75
        Height = 25
        Caption = #21462#28040
        TabOrder = 4
      end
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 500
    OnTimer = Timer1Timer
    Left = 232
    Top = 184
  end
end

⌨️ 快捷键说明

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