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

📄 unit5.dfm

📁 关于delphi的相关源码
💻 DFM
字号:
object frm_money: Tfrm_money
  Left = 558
  Top = 190
  Width = 315
  Height = 354
  Caption = #25253#38144#24773#20917
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 32
    Width = 33
    Height = 13
    Caption = #21333#21495'   '
  end
  object Label2: TLabel
    Left = 40
    Top = 64
    Width = 36
    Height = 13
    Caption = #37329#39069'    '
  end
  object Label3: TLabel
    Left = 40
    Top = 112
    Width = 33
    Height = 13
    Caption = #24037#21495':  '
  end
  object Label4: TLabel
    Left = 40
    Top = 160
    Width = 75
    Height = 13
    Caption = #26159#21542#23457#25209#23436'     '
  end
  object Label5: TLabel
    Left = 40
    Top = 200
    Width = 69
    Height = 13
    Caption = #25171#27454#26041#24335':      '
  end
  object Edit1: TEdit
    Left = 120
    Top = 24
    Width = 161
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 120
    Top = 64
    Width = 161
    Height = 21
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 120
    Top = 152
    Width = 161
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      #23457#25209#32467#26463
      #23457#25209#26410#32467#26463)
  end
  object ComboBox2: TComboBox
    Left = 120
    Top = 200
    Width = 161
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Items.Strings = (
      #20914#24080
      #37038#27719
      #36716#24080)
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 256
    Width = 81
    Height = 41
    Caption = #30830#23450
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 96
    Top = 256
    Width = 89
    Height = 41
    Caption = #26597#27957
    TabOrder = 5
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 184
    Top = 256
    Width = 89
    Height = 41
    Caption = #20851#38381
    TabOrder = 6
    OnClick = BitBtn3Click
  end
  object ComboBox3: TComboBox
    Left = 120
    Top = 104
    Width = 161
    Height = 21
    ItemHeight = 13
    TabOrder = 7
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\notebook.mdb;Pers' +
      'ist Security Info=False'
    Parameters = <>
    Left = 16
    Top = 192
  end
end

⌨️ 快捷键说明

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