u_mccx.dfm

来自「很好的合同管理系统完整源码,适合初学者参考」· DFM 代码 · 共 90 行

DFM
90
字号
object frm_mccx: Tfrm_mccx
  Left = 350
  Top = 197
  Width = 336
  Height = 134
  Caption = #21512#21516#26597#35810
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 328
    Height = 107
    Align = alClient
    BevelInner = bvSpace
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 48
      Width = 168
      Height = 14
      Caption = #35831#36755#20837#35201#26597#35810#30340#21512#21516#21517#31216#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 16
      Top = 72
      Width = 297
      Height = 22
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object BitBtn1: TBitBtn
      Left = 8
      Top = 8
      Width = 70
      Height = 25
      Caption = #26597#35810
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 88
      Top = 8
      Width = 70
      Height = 25
      Caption = #27169#31946#26597#35810
      TabOrder = 2
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 168
      Top = 8
      Width = 70
      Height = 25
      Caption = #26174#31034#20840#37096
      TabOrder = 3
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 248
      Top = 8
      Width = 70
      Height = 25
      Caption = #36864#20986
      TabOrder = 4
      OnClick = BitBtn4Click
    end
  end
end

⌨️ 快捷键说明

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