ucpsmallclass.dfm

来自「工廠採購管理系統」· DFM 代码 · 共 96 行

DFM
96
字号
object frmcpsmallclass: Tfrmcpsmallclass
  Left = 397
  Top = 177
  BorderStyle = bsDialog
  Caption = #20135#21697#23567#31867#21015#34920
  ClientHeight = 424
  ClientWidth = 299
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 45
    Height = 13
    Caption = #26597#35810'       '
  end
  object Edit1: TEdit
    Left = 48
    Top = 8
    Width = 169
    Height = 24
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 224
    Top = 8
    Width = 49
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 40
    Width = 297
    Height = 385
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'id'
        Title.Caption = 'ID'#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'classname'
        Title.Caption = #21517#31216
        Width = 158
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'child'
        Title.Caption = #29238#31867
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery2
    Left = 136
    Top = 216
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 200
    Top = 168
  end
  object ADOQuery2: TADOQuery
    Parameters = <>
    Left = 112
    Top = 120
  end
end

⌨️ 快捷键说明

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