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

📄 equipment.dfm

📁 产品信息系统!关于产品基础信息的系统!功能强大!
💻 DFM
字号:
inherited frmequipment: Tfrmequipment
  Left = 295
  Top = 245
  Caption = #35774#22791#20449#24687#24405#20837
  ClientHeight = 338
  ClientWidth = 538
  PixelsPerInch = 96
  TextHeight = 13
  object DBGridEh1: TDBGridEh
    Left = 13
    Top = 12
    Width = 516
    Height = 259
    DataSource = DataSource1
    FooterColor = clWindow
    FooterFont.Charset = GB2312_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -13
    FooterFont.Name = #23435#20307
    FooterFont.Style = []
    OptionsEh = [dghFixed3D, dghHighlightFocus, dghClearSelection, dghEnterAsTab]
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        EditButtons = <>
        FieldName = 'equipment_name'
        Footers = <>
        Title.Caption = #35774#22791#21517#31216
      end
      item
        EditButtons = <>
        FieldName = 'equipment_number'
        Footers = <>
        Title.Caption = #35774#22791#32534#21495
      end
      item
        EditButtons = <>
        FieldName = 'equipment_sort'
        Footers = <>
        Title.Caption = #35774#22791#24635#31867
        Width = 63
      end
      item
        EditButtons = <>
        FieldName = 'equipment_spec'
        Footers = <>
        Title.Caption = #35774#22791#35268#26684
      end
      item
        EditButtons = <>
        FieldName = 'abc_sort'
        Footers = <>
        Title.Caption = 'ABC'#31867
      end
      item
        EditButtons = <>
        FieldName = 'unit'
        Footers = <>
        Title.Caption = #21333#20301
      end
      item
        EditButtons = <>
        FieldName = 'remarks'
        Footers = <>
        Title.Caption = #22791#27880
      end>
  end
  object Button1: TButton
    Left = 92
    Top = 285
    Width = 75
    Height = 25
    Caption = #26032#22686
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 245
    Top = 286
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 417
    Top = 286
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button3Click
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = dmClient.adocnequip_manage
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from equipment_data')
    Left = 34
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 75
    Top = 12
  end
end

⌨️ 快捷键说明

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