code_seleunit.dfm

来自「使用delphi语言」· DFM 代码 · 共 75 行

DFM
75
字号
object code_seleform: Tcode_seleform
  Left = 183
  Top = 80
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #32844#24037#32534#21495#36873#25321#31383#21475
  ClientHeight = 421
  ClientWidth = 497
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 3
    Top = 2
    Width = 493
    Height = 383
    DataSource = dm.dsperson
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    OnKeyPress = DBGrid1KeyPress
    Columns = <
      item
        Expanded = False
        FieldName = #32844#24037#32534#21495
        Width = 154
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32844#24037#22995#21517
        Width = 135
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36134#21495
        Width = 149
        Visible = True
      end>
  end
  object BitBtn1: TBitBtn
    Left = 152
    Top = 392
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 1
  end
  object BitBtn2: TBitBtn
    Left = 272
    Top = 392
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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