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

📄 basefee.dfm

📁 产品信息系统!关于产品基础信息的系统!功能强大!
💻 DFM
字号:
inherited frmBaseFee: TfrmBaseFee
  Left = 190
  Top = 105
  Caption = #36153#29992#39033#30446
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter [0]
    Left = 193
    Top = 38
    Width = 4
    Height = 310
    Cursor = crHSplit
  end
  object DBGrid1: TDBGrid [2]
    Left = 0
    Top = 38
    Width = 193
    Height = 310
    Align = alLeft
    DataSource = dsBaseInfo
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'fName'
        Width = 150
        Visible = True
      end>
  end
  object Panel1: TPanel [3]
    Left = 197
    Top = 38
    Width = 339
    Height = 310
    Align = alClient
    TabOrder = 2
    DesignSize = (
      339
      310)
    object Panel2: TPanel
      Left = 17
      Top = 10
      Width = 305
      Height = 289
      Anchors = [akLeft, akTop, akRight, akBottom]
      BevelOuter = bvNone
      BorderStyle = bsSingle
      TabOrder = 0
      object Label1: TLabel
        Left = 2
        Top = 36
        Width = 83
        Height = 13
        Alignment = taRightJustify
        AutoSize = False
        Caption = #36153#29992#21517#31216#65306
        Transparent = True
      end
      object Label2: TLabel
        Left = -4
        Top = 63
        Width = 89
        Height = 13
        Alignment = taRightJustify
        AutoSize = False
        Caption = #22791#12288#12288#27880#65306
        Transparent = True
      end
      object DBEdit1: TDBEdit
        Left = 84
        Top = 31
        Width = 185
        Height = 21
        DataField = 'fName'
        DataSource = dsBaseInfo
        TabOrder = 0
      end
      object DBMemo1: TDBMemo
        Left = 84
        Top = 63
        Width = 185
        Height = 193
        DataField = 'fNotes'
        DataSource = dsBaseInfo
        TabOrder = 1
      end
    end
  end
  inherited QBaseInfo: TADOQuery
    SQL.Strings = (
      'Select * from tFee')
    object QBaseInfofName: TWideStringField
      DisplayLabel = #36153#29992#21517#31216
      DisplayWidth = 50
      FieldName = 'fName'
      Size = 50
    end
    object QBaseInfofNotes: TWideStringField
      DisplayLabel = #22791#27880
      FieldName = 'fNotes'
      Visible = False
      Size = 50
    end
  end
  inherited wwLookupDlg: TwwLookupDialog
    Selected.Strings = (
      'fName'#9'50'#9#36153#29992#21517#31216#9'F')
  end
end

⌨️ 快捷键说明

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