unit6.dfm

来自「delphi写的抽奖程序」· DFM 代码 · 共 50 行

DFM
50
字号
object Form6: TForm6
  Left = 598
  Top = 131
  BorderStyle = bsNone
  Caption = #20998#39033#25171#21360
  ClientHeight = 196
  ClientWidth = 254
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 60
    Height = 13
    Caption = #25171#21360#22870#39033#65306
  end
  object ComboBox1: TComboBox
    Left = 32
    Top = 48
    Width = 193
    Height = 21
    ItemHeight = 13
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 112
    Width = 75
    Height = 25
    Caption = #25171#21360
    TabOrder = 1
  end
  object BitBtn2: TBitBtn
    Left = 144
    Top = 112
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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