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

📄 otherclass.dfm

📁 产品信息系统!关于产品基础信息的系统!功能强大!
💻 DFM
字号:
inherited frmotherclass: Tfrmotherclass
  Left = 227
  Top = 219
  Height = 482
  Caption = #20854#20182#22522#30784#20449#24687#34920
  PixelsPerInch = 96
  TextHeight = 13
  inherited DBGridEh1: TDBGridEh
    Height = 417
    Columns = <
      item
        EditButtons = <>
        FieldName = 'id'
        Footers = <>
        Visible = False
      end
      item
        EditButtons = <>
        FieldName = 'type'
        Footers = <>
        Title.Caption = #31181#31867
        Width = 100
      end
      item
        EditButtons = <>
        FieldName = 'sort'
        Footers = <>
        Title.Caption = #39034#24207
        Width = 100
      end
      item
        EditButtons = <>
        FieldName = 'name'
        Footers = <>
        Title.Caption = #21517#31216
        Width = 100
      end>
  end
  inherited QBaseInfo: TADOQuery
    SQL.Strings = (
      'select * from Ccbase')
    object QBaseInfoid: TAutoIncField
      FieldName = 'id'
      ReadOnly = True
    end
    object QBaseInfotype: TStringField
      FieldName = 'type'
      Size = 50
    end
    object QBaseInfosort: TIntegerField
      FieldName = 'sort'
    end
    object QBaseInfoname: TStringField
      FieldName = 'name'
      Size = 50
    end
  end
  inherited SaveDialog1: TSaveDialog
    Top = 239
  end
end

⌨️ 快捷键说明

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