unit1.dfm

来自「ATM模拟机-实现取钱模块」· DFM 代码 · 共 135 行

DFM
135
字号
object Form1: TForm1
  Left = 87
  Top = 85
  Width = 870
  Height = 480
  Caption = 'Form1'
  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 = 865
    Height = 73
    Align = alTop
    Caption = #27426#36814#20351#29992'ATM'#33258#21160#21462#27454#26426
    Color = clNavy
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #26032#23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 376
    Width = 865
    Height = 53
    Align = alBottom
    Color = clNavy
    TabOrder = 1
  end
  object Panel3: TPanel
    Left = 0
    Top = 72
    Width = 865
    Height = 304
    TabOrder = 2
    object Button3: TButton
      Left = 176
      Top = 48
      Width = 113
      Height = 49
      Caption = #36716#36134
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #26032#23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object Button4: TButton
      Left = 176
      Top = 136
      Width = 105
      Height = 49
      Caption = #20462#25913#23494#30721
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #26032#23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object Button5: TButton
      Left = 176
      Top = 224
      Width = 113
      Height = 49
      Caption = #36864#20986
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #26032#23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 2
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 528
      Top = 48
      Width = 121
      Height = 49
      Caption = #26597#35810#20313#39069
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #26032#23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 3
    end
    object Button7: TButton
      Left = 528
      Top = 144
      Width = 121
      Height = 41
      Caption = #21462#38065
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #26032#23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 4
      OnClick = Button7Click
    end
    object Button8: TButton
      Left = 528
      Top = 232
      Width = 121
      Height = 41
      Caption = #23384#38065
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #26032#23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 5
    end
  end
end

⌨️ 快捷键说明

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