lxform.dfm

来自「一个物流公司的物流配送系统」· DFM 代码 · 共 145 行

DFM
145
字号
object Frmlx: TFrmlx
  Left = 218
  Top = 148
  Width = 387
  Height = 277
  Caption = #31867#21035#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object dg: TDBGrid
    Left = 0
    Top = 0
    Width = 379
    Height = 155
    Align = alClient
    DataSource = ds
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = dgCellClick
    OnDrawColumnCell = dgDrawColumnCell
    Columns = <
      item
        Expanded = False
        FieldName = 'lxmc'
        Title.Alignment = taCenter
        Title.Caption = #21830#21697#31867#22411
        Width = 73
        Visible = True
      end>
  end
  object editPanel: TPanel
    Left = 0
    Top = 155
    Width = 379
    Height = 54
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Label2: TLabel
      Left = 65
      Top = 18
      Width = 75
      Height = 16
      AutoSize = False
      Caption = #31867#22411#21517#31216
    end
    object mcedit: TEdit
      Left = 119
      Top = 13
      Width = 145
      Height = 22
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      Text = 'mcedit'
      OnKeyPress = NextFocusKeyPress
    end
  end
  object btnPanel: TPanel
    Left = 0
    Top = 209
    Width = 379
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object addbtn: TButton
      Tag = 1
      Left = 16
      Top = 8
      Width = 50
      Height = 25
      Caption = #28155#21152
      Enabled = False
      TabOrder = 0
      OnClick = addbtnClick
    end
    object editbtn: TButton
      Tag = 2
      Left = 90
      Top = 8
      Width = 50
      Height = 25
      Caption = #20462#25913
      TabOrder = 1
      OnClick = editbtnClick
    end
    object okbtn: TButton
      Tag = 4
      Left = 238
      Top = 8
      Width = 50
      Height = 25
      Caption = #30830#23450
      TabOrder = 2
      OnClick = okbtnClick
    end
    object delbtn: TButton
      Tag = 3
      Left = 164
      Top = 8
      Width = 50
      Height = 25
      Caption = #21024#38500
      TabOrder = 3
      OnClick = delbtnClick
    end
    object cancelbtn: TButton
      Tag = 5
      Left = 312
      Top = 8
      Width = 50
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
      OnClick = cancelbtnClick
    end
  end
  object ds: TDataSource
    DataSet = DM.cquery
    Left = 88
    Top = 32
  end
end

⌨️ 快捷键说明

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