mryzy_cx.dfm

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

DFM
81
字号
object FRM_YZY_CX: TFRM_YZY_CX
  Left = 367
  Top = 258
  Width = 319
  Height = 190
  Caption = #25805#20316#21592#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 = 297
    Height = 105
    Caption = #26597#35810#26465#20214
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 16
      Top = 24
      Width = 89
      Height = 17
      Caption = #25805#20316#21592#32534#21495
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 16
      Top = 64
      Width = 97
      Height = 17
      Caption = #25805#20316#21592#21517#31216
      TabOrder = 1
      OnClick = RadioButton2Click
    end
    object ComboBox1: TComboBox
      Left = 120
      Top = 21
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Text = 'ComboBox1'
    end
    object ComboBox2: TComboBox
      Left = 120
      Top = 60
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Text = 'ComboBox2'
    end
  end
  object BitBtn1: TBitBtn
    Left = 120
    Top = 120
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 224
    Top = 120
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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