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

📄 addmoney.dfm

📁 物资管理系统
💻 DFM
字号:
object frmAddMoney: TfrmAddMoney
  Left = 203
  Top = 135
  BorderStyle = bsDialog
  Caption = #36164#37329#20837#24080
  ClientHeight = 294
  ClientWidth = 474
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 457
    Height = 153
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 8
    Top = 256
    Width = 68
    Height = 25
    Caption = #20462#25913
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 85
    Top = 256
    Width = 68
    Height = 25
    Caption = #28155#21152
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 163
    Top = 256
    Width = 68
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 240
    Top = 256
    Width = 68
    Height = 25
    Caption = #20445#23384
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 318
    Top = 256
    Width = 68
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 396
    Top = 256
    Width = 68
    Height = 25
    Caption = #36864#20986
    ModalResult = 2
    TabOrder = 6
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 168
    Width = 457
    Height = 73
    TabOrder = 7
    object Label1: TLabel
      Left = 56
      Top = 16
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #32534#21495
    end
    object Label2: TLabel
      Left = 232
      Top = 16
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #36164#37329#26469#28304
    end
    object Label3: TLabel
      Left = 25
      Top = 44
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #36164#37329#25968#39069
    end
    object Label4: TLabel
      Left = 232
      Top = 42
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #20837#24080#26085#26399
    end
    object DBEdit1: TDBEdit
      Left = 88
      Top = 12
      Width = 97
      Height = 21
      DataField = #32534#21495
      DataSource = DataSource1
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 296
      Top = 12
      Width = 97
      Height = 21
      DataField = #36164#37329#26469#28304
      DataSource = DataSource1
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 88
      Top = 40
      Width = 97
      Height = 21
      DataField = #36164#37329#25968#39069
      DataSource = DataSource1
      TabOrder = 2
    end
    object DBDateTimeEditEh1: TDBDateTimeEditEh
      Left = 296
      Top = 40
      Width = 81
      Height = 21
      DataField = #20837#24080#26085#26399
      DataSource = DataSource1
      EditButtons = <>
      Kind = dtkDateEh
      TabOrder = 3
    end
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'wuzi'
    TableName = 'money.db'
    Left = 152
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 208
    Top = 72
  end
end

⌨️ 快捷键说明

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