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

📄 getfield.dfm

📁 特别方便的工具程序
💻 DFM
字号:
object GetFldForm: TGetFldForm
  Left = 52
  Top = 94
  Width = 720
  Height = 450
  Caption = #25968#25454#24211#25805#20316#33539#20363
  Color = clSilver
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 144
    Top = 8
    Width = 42
    Height = 14
    Caption = #21035#21517#65306
  end
  object Label2: TLabel
    Left = 272
    Top = 8
    Width = 42
    Height = 14
    Caption = #34920#21517#65306
  end
  object Label3: TLabel
    Left = 408
    Top = 8
    Width = 42
    Height = 14
    Caption = #32034#24341#65306
  end
  object Button1: TButton
    Left = 8
    Top = 28
    Width = 75
    Height = 25
    Caption = #23383#27573#20449#24687
    TabOrder = 0
    OnClick = Button1Click
  end
  object List1: TListBox
    Left = 0
    Top = 65
    Width = 712
    Height = 358
    Style = lbOwnerDrawFixed
    Align = alBottom
    Color = clTeal
    Columns = 3
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 20
    MultiSelect = True
    ParentFont = False
    Sorted = True
    TabOrder = 1
  end
  object Comb1: TComboBox
    Left = 136
    Top = 28
    Width = 121
    Height = 22
    ItemHeight = 14
    TabOrder = 2
    Text = 'Comb1'
    OnChange = Comb1Change
  end
  object Comb2: TComboBox
    Left = 272
    Top = 28
    Width = 121
    Height = 22
    ItemHeight = 14
    TabOrder = 3
    Text = 'Comb2'
  end
  object Comb3: TComboBox
    Left = 408
    Top = 28
    Width = 121
    Height = 22
    ItemHeight = 14
    TabOrder = 4
    Text = 'Comb3'
    OnChange = Comb3Change
  end
  object Button2: TButton
    Left = 592
    Top = 28
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36864#20986
    TabOrder = 5
    OnClick = Button2Click
  end
  object Table1: TTable
    DatabaseName = 'd:\wxhy'
    TableName = 'MALL01.DBF'
    Left = 120
    Top = 80
  end
end

⌨️ 快捷键说明

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