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

📄 moneyfm.dfm

📁 库房管理系统
💻 DFM
字号:
object MForm: TMForm
  Left = 192
  Top = 107
  Width = 451
  Height = 341
  Caption = 'MForm'
  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 grp1: TGroupBox
    Left = 0
    Top = 0
    Width = 443
    Height = 314
    Align = alClient
    Caption = #24065#31181#31649#29702
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    DesignSize = (
      443
      314)
    object grp2: TGroupBox
      Left = 9
      Top = 155
      Width = 383
      Height = 139
      Align = alCustom
      TabOrder = 0
      object dbgrd1: TDBGrid
        Left = 2
        Top = 14
        Width = 379
        Height = 123
        Align = alClient
        DataSource = DS_Money
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'fMoneyCode'
            Title.Caption = #24065#31181#20195#30721
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fMoneyName'
            Title.Caption = #24065#31181#21517#31216
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fRate'
            Title.Caption = #27604#29575
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'fbaseMoney'
            Title.Caption = #22522#26412#24065#31181
            Visible = True
          end>
      end
    end
    object grp3: TGroupBox
      Left = 9
      Top = 17
      Width = 384
      Height = 45
      Anchors = [akLeft, akTop, akRight]
      Caption = #25805#20316#23548#33322
      TabOrder = 1
      object DBNavigator1: TDBNavigator
        Left = 24
        Top = 13
        Width = 340
        Height = 25
        DataSource = DS_Money
        TabOrder = 0
      end
    end
    object grp4: TGroupBox
      Left = 9
      Top = 73
      Width = 384
      Height = 88
      Anchors = [akLeft, akTop, akRight]
      Caption = #20449#24687#24405#20837
      TabOrder = 2
      object Label1: TLabel
        Left = 8
        Top = 24
        Width = 54
        Height = 12
        Caption = #24065#31181#20195#30721':'
      end
      object Label2: TLabel
        Left = 160
        Top = 24
        Width = 54
        Height = 12
        Caption = #24065#31181#21517#31216':'
      end
      object Label3: TLabel
        Left = 24
        Top = 64
        Width = 30
        Height = 12
        Caption = #27604#29575':'
      end
      object Label4: TLabel
        Left = 160
        Top = 56
        Width = 54
        Height = 12
        Caption = #22522#26412#24065#31181':'
      end
      object DBEdit1: TDBEdit
        Left = 64
        Top = 24
        Width = 81
        Height = 20
        DataField = 'fMoneyCode'
        DataSource = DS_Money
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 224
        Top = 24
        Width = 97
        Height = 20
        DataField = 'fMoneyName'
        DataSource = DS_Money
        TabOrder = 1
      end
      object DBEdit3: TDBEdit
        Left = 64
        Top = 56
        Width = 81
        Height = 20
        DataField = 'fRate'
        DataSource = DS_Money
        TabOrder = 2
      end
      object DBEdit4: TDBEdit
        Left = 224
        Top = 56
        Width = 97
        Height = 20
        DataField = 'fbaseMoney'
        DataSource = DS_Money
        TabOrder = 3
      end
    end
  end
  object Ado_Money: TADOQuery
    Active = True
    ConnectionString = 'file name=stockdb.udl'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from tMoney'
      '')
    Left = 177
    Top = 235
  end
  object DS_Money: TDataSource
    DataSet = Ado_Money
    Left = 209
    Top = 235
  end
end

⌨️ 快捷键说明

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