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

📄 unitfpmxxg.dfm

📁 DELPHI应用一则
💻 DFM
字号:
object FormFPMXXG: TFormFPMXXG
  Left = 354
  Top = 211
  BorderStyle = bsDialog
  Caption = #26723#26696#20449#24687#35774#32622
  ClientHeight = 322
  ClientWidth = 360
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 360
    Height = 281
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 9
      Top = 20
      Width = 60
      Height = 12
      Caption = #20449#29992#21345#21517#31216
    end
    object Label2: TLabel
      Left = 9
      Top = 43
      Width = 60
      Height = 12
      Caption = #20449#29992#21345#21495#30721
    end
    object Label3: TLabel
      Left = 10
      Top = 66
      Width = 60
      Height = 12
      Caption = #20449#29992#21345#31867#22411
    end
    object Label4: TLabel
      Left = 29
      Top = 108
      Width = 24
      Height = 12
      Caption = #26085#26399
    end
    object Label5: TLabel
      Left = 30
      Top = 132
      Width = 24
      Height = 12
      Caption = #37329#39069
    end
    object Label6: TLabel
      Left = 29
      Top = 155
      Width = 24
      Height = 12
      Caption = #22791#27880
    end
    object Label7: TLabel
      Left = 17
      Top = 87
      Width = 48
      Height = 12
      Caption = #38134#34892#21517#31216
    end
    object DBcommc: TDBEdit
      Left = 88
      Top = 16
      Width = 250
      Height = 20
      DataField = 'cardname'
      DataSource = DSda
      TabOrder = 1
      OnKeyDown = DBcommcKeyDown
    end
    object DBCsx: TDBComboBox
      Left = 89
      Top = 63
      Width = 252
      Height = 20
      DataField = 'cardmc'
      DataSource = DSda
      ItemHeight = 12
      TabOrder = 6
      OnKeyDown = DBCsxKeyDown
    end
    object DBss: TDBEdit
      Left = 88
      Top = 40
      Width = 250
      Height = 20
      DataField = 'cardno'
      DataSource = DSda
      TabOrder = 2
      OnKeyDown = DBssKeyDown
      OnKeyPress = DBssKeyPress
    end
    object DBbz: TDBEdit
      Left = 88
      Top = 151
      Width = 250
      Height = 20
      DataField = 'bz'
      DataSource = DSda
      TabOrder = 5
    end
    object dxDBDateEdit1: TdxDBDateEdit
      Left = 88
      Top = 106
      Width = 252
      TabOrder = 3
      OnKeyDown = dxDBDateEdit1KeyDown
      DataField = 'ondate'
      DataSource = DSda
    end
    object dxDBCurrencyEdit1: TdxDBCurrencyEdit
      Left = 88
      Top = 128
      Width = 250
      TabOrder = 4
      OnKeyDown = dxDBCurrencyEdit1KeyDown
      DataField = 'amount'
      DataSource = DSda
      Nullable = False
    end
    object DBbank: TDBComboBox
      Left = 89
      Top = 84
      Width = 251
      Height = 20
      DataField = 'bankmc'
      DataSource = DSda
      ItemHeight = 12
      TabOrder = 7
      OnKeyDown = DBbankKeyDown
    end
    object GroupBox2: TGroupBox
      Left = 7
      Top = 171
      Width = 337
      Height = 105
      TabOrder = 0
      object L1: TLabel
        Left = 25
        Top = 15
        Width = 12
        Height = 12
        Caption = 'L1'
      end
      object L2: TLabel
        Left = 25
        Top = 38
        Width = 12
        Height = 12
        Caption = 'L2'
      end
      object L3: TLabel
        Left = 25
        Top = 61
        Width = 12
        Height = 12
        Caption = 'L3'
      end
      object L4: TLabel
        Left = 25
        Top = 84
        Width = 12
        Height = 12
        Caption = 'L4'
      end
      object DBEdit1: TDBEdit
        Left = 80
        Top = 11
        Width = 250
        Height = 20
        DataField = 'BZ1'
        DataSource = DSda
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 80
        Top = 58
        Width = 251
        Height = 20
        DataField = 'BZ3'
        DataSource = DSda
        TabOrder = 1
      end
      object DBEdit3: TDBEdit
        Left = 81
        Top = 35
        Width = 249
        Height = 20
        DataField = 'BZ2'
        DataSource = DSda
        TabOrder = 3
      end
      object DBEdit4: TDBEdit
        Left = 80
        Top = 80
        Width = 250
        Height = 20
        DataField = 'BZ4'
        DataSource = DSda
        TabOrder = 2
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 281
    Width = 360
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = clBtnShadow
    TabOrder = 1
    object BBqr: TButton
      Left = 159
      Top = 9
      Width = 91
      Height = 25
      Caption = #30830#35748
      TabOrder = 0
      OnClick = BBqrClick
    end
    object Button2: TButton
      Left = 258
      Top = 9
      Width = 89
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = Button2Click
    end
  end
  object DSda: TDataSource
    DataSet = DM.ADOxykmx
    Left = 38
    Top = 9
  end
end

⌨️ 快捷键说明

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