sczpxx.~dfm

来自「学生管理系统小鸟做了」· ~DFM 代码 · 共 135 行

~DFM
135
字号
object fmsczpxx: Tfmsczpxx
  Left = 207
  Top = 240
  Width = 510
  Height = 425
  Caption = #21024#38500#25307#32856#20449#24687
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 112
    Height = 16
    Caption = #25152#26377#25307#32856#20449#24687#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 272
    Width = 256
    Height = 16
    Caption = #35831#36755#20837#20320#35201#21024#38500#30340#25307#32856#20449#24687#30340#32534#21495#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 32
    Width = 497
    Height = 201
    DataSource = fmdm.DSsczpxx
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'zpinf_id'
        Title.Caption = #32534#21495
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zpinf_company'
        Title.Caption = #20844#21496
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zpinf_position'
        Title.Caption = #32844#20301
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zpinf_count'
        Title.Caption = #38656#27714#20154#25968
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zpinf_profession'
        Title.Caption = #19987#19994#35201#27714
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zpinf_note'
        Title.Caption = #22791#27880
        Width = 100
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 120
    Top = 336
    Width = 75
    Height = 25
    Caption = #21024#38500
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 288
    Top = 264
    Width = 121
    Height = 24
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Button2: TButton
    Left = 264
    Top = 336
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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