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

📄 unit2.dfm

📁 ATM模拟机-实现取钱模块
💻 DFM
字号:
object Form2: TForm2
  Left = 182
  Top = 92
  Width = 891
  Height = 480
  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 = 883
    Height = 105
    Align = alTop
    BorderWidth = 5
    Caption = ' '#27426#36814#20351#29992#24037#21830#38134#34892#33258#21160#21462#27454#26426#35831#25554#20837'IC'#21345
    Color = clNavy
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 8
      Top = 128
      Width = 185
      Height = 105
      Caption = 'GroupBox1'
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 104
    Width = 881
    Height = 217
    Caption = #30331#38470#20449#24687' '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    object Label1: TLabel
      Left = 160
      Top = 48
      Width = 136
      Height = 24
      Caption = #36134'            '#21495#65306
    end
    object Label2: TLabel
      Left = 160
      Top = 128
      Width = 127
      Height = 24
      Caption = #35831#36755#20837#23494#30721#65306
    end
    object Edit1: TEdit
      Left = 368
      Top = 48
      Width = 257
      Height = 32
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 368
      Top = 128
      Width = 257
      Height = 32
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 440
    Top = 352
    Width = 169
    Height = 49
    Caption = #30331'         '#24405
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 680
    Top = 352
    Width = 169
    Height = 49
    Caption = #36864'       '#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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