mrkhxxgl_cx.dfm

来自「腾龙汽配管理系统 腾龙汽配管理系统」· DFM 代码 · 共 119 行

DFM
119
字号
object KHXXGL_CX: TKHXXGL_CX
  Left = 317
  Top = 137
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'KHXXGL_CX'
  ClientHeight = 118
  ClientWidth = 247
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 17
    Width = 60
    Height = 12
    Caption = #23458#25143#32534#21495#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 41
    Width = 60
    Height = 12
    Caption = #23458#25143#20840#31216#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 65
    Width = 60
    Height = 12
    Caption = #38134#34892#36134#21495#65306
  end
  object Bevel1: TBevel
    Left = 0
    Top = 83
    Width = 249
    Height = 3
  end
  object Edit1: TEdit
    Left = 74
    Top = 13
    Width = 127
    Height = 20
    Enabled = False
    TabOrder = 0
    Text = 'Edit1'
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 74
    Top = 37
    Width = 127
    Height = 20
    Enabled = False
    TabOrder = 1
    Text = 'Edit2'
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 74
    Top = 61
    Width = 127
    Height = 20
    Enabled = False
    TabOrder = 2
    Text = 'Edit3'
    OnKeyPress = Edit3KeyPress
  end
  object Button1: TButton
    Left = 72
    Top = 88
    Width = 75
    Height = 25
    Caption = #26597'  '#35810
    TabOrder = 3
    OnClick = Button1Click
  end
  object CheckBox1: TCheckBox
    Left = 216
    Top = 15
    Width = 15
    Height = 17
    TabOrder = 4
    OnMouseUp = CheckBox1MouseUp
  end
  object CheckBox2: TCheckBox
    Left = 215
    Top = 39
    Width = 16
    Height = 16
    TabOrder = 5
    OnMouseUp = CheckBox2MouseUp
  end
  object CheckBox3: TCheckBox
    Left = 215
    Top = 63
    Width = 16
    Height = 17
    TabOrder = 6
    OnMouseUp = CheckBox3MouseUp
  end
  object Button2: TButton
    Left = 152
    Top = 88
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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