u_noteams.~dfm

来自「小型劳资管理系统,用visual basic+access编写」· ~DFM 代码 · 共 66 行

~DFM
66
字号
object F_Noteams: TF_Noteams
  Left = 239
  Top = 210
  Width = 320
  Height = 316
  Caption = #26410#25490#29677#30340#21592#24037#21015#34920
  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
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 312
    Height = 289
    Align = alClient
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'work_num'
        Title.Caption = #21592#24037#24037#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'card_num'
        Title.Caption = #21592#24037#21345#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'name'
        Title.Caption = #21592#24037#22995#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'teamsid'
        Title.Caption = #25152#23646#29677#27425
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = RS_DM.Q_empdata
    Left = 96
    Top = 32
  end
end

⌨️ 快捷键说明

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