mrcpxxlb.~dfm

来自「腾龙汽配管理系统 腾龙汽配管理系统」· ~DFM 代码 · 共 74 行

~DFM
74
字号
object CPXXLB: TCPXXLB
  Left = 320
  Top = 212
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #20135#21697#20449#24687#21015#34920
  ClientHeight = 193
  ClientWidth = 329
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 329
    Height = 193
    Align = alClient
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    OnKeyPress = DBGrid1KeyPress
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'cpbh'
        ReadOnly = True
        Title.Alignment = taCenter
        Title.Caption = #20135#21697#32534#21495
        Width = 100
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'cpmc'
        ReadOnly = True
        Title.Alignment = taCenter
        Title.Caption = #20135#21697#21517#31216
        Width = 100
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'cpxh'
        ReadOnly = True
        Title.Alignment = taCenter
        Title.Caption = #20135#21697#22411#21495
        Width = 100
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = CPRK.Table3
    Left = 104
    Top = 40
  end
end

⌨️ 快捷键说明

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