uselect.~dfm

来自「一个简单CUDR例子」· ~DFM 代码 · 共 75 行

~DFM
75
字号
object FSelect: TFSelect
  Left = 383
  Top = 259
  Width = 438
  Height = 367
  Caption = #26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 224
    Top = 272
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 88
    Top = 272
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 24
    Width = 353
    Height = 201
    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'
        Width = 20
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'username'
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'password'
        Width = 50
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = DataMDL.ADOQuery
    Left = 392
    Top = 112
  end
end

⌨️ 快捷键说明

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