qxfp.dfm

来自「c/s系统。 delphi 6+access 运行前先配置数据环境:把db文件夹」· DFM 代码 · 共 86 行

DFM
86
字号
object fqxfp: Tfqxfp
  Left = 286
  Top = 263
  BorderStyle = bsSingle
  Caption = #29992#25143#26435#38480#31649#29702
  ClientHeight = 313
  ClientWidth = 479
  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 = 0
    Top = 0
    Width = 137
    Height = 313
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'user'
        Width = 49
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'class'
        Width = 50
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 240
    Top = 256
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 1
    OnClick = Button1Click
  end
  object GroupBox1: TGroupBox
    Left = 144
    Top = 8
    Width = 273
    Height = 137
    Caption = #20998#37197#26435#38480
    TabOrder = 2
    object RadioButton2: TRadioButton
      Left = 24
      Top = 40
      Width = 161
      Height = 17
      Caption = #26222#36890#29992#25143
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object RadioButton1: TRadioButton
      Left = 24
      Top = 88
      Width = 153
      Height = 17
      Caption = #31995#32479#31649#29702#21592
      TabOrder = 1
    end
  end
  object DataSource1: TDataSource
    DataSet = zjxyh.Table1
    Left = 96
    Top = 56
  end
end

⌨️ 快捷键说明

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