unit6.~dfm

来自「数据库编程 人事档案管理」· ~DFM 代码 · 共 74 行

~DFM
74
字号
object Form6: TForm6
  Left = 192
  Top = 107
  Width = 544
  Height = 375
  Caption = 'Form6'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 465
    Height = 225
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object RG: TRadioGroup
    Left = 16
    Top = 248
    Width = 113
    Height = 89
    Items.Strings = (
      #21830#21697#21517#31216
      #20837#24211#26085#26399)
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 136
    Top = 280
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 336
    Top = 264
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 304
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
  end
  object Query1: TQuery
    DatabaseName = 'kucun'
    Left = 464
    Top = 16
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 504
    Top = 24
  end
end

⌨️ 快捷键说明

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