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

📄 uselect.dfm

📁 一个简单CUDR例子
💻 DFM
字号:
object FSelect: TFSelect
  Left = 281
  Top = 363
  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -