mrcpcl_cx.dfm

来自「生产管理系统:系统具有数据备份及数据还原功能。能够保证系统数据的安全性方便的全方」· DFM 代码 · 共 61 行

DFM
61
字号
object FRM_CPCL_CX: TFRM_CPCL_CX
  Left = 379
  Top = 253
  Width = 335
  Height = 165
  Caption = #20135#21697#29289#26009#28165#21333#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
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 313
    Height = 81
    Caption = #26597#35810#26465#20214
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 60
      Height = 13
      Caption = #20135#21697#21517#31216#65306
    end
    object ComboBox1: TComboBox
      Left = 103
      Top = 28
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = 'ComboBox1'
    end
  end
  object BitBtn1: TBitBtn
    Left = 128
    Top = 96
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 240
    Top = 96
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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