unit7.dfm

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

DFM
64
字号
object Form7: TForm7
  Left = 545
  Top = 340
  BorderStyle = bsNone
  Caption = #26465#20214#25171#21360
  ClientHeight = 228
  ClientWidth = 255
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #37096#38376#26465#20214#65306
  end
  object Edit1: TEdit
    Left = 18
    Top = 40
    Width = 191
    Height = 21
    TabOrder = 0
  end
  object RadioGroup1: TRadioGroup
    Left = 24
    Top = 80
    Width = 185
    Height = 73
    Caption = #22870#39033#26465#20214
    ItemIndex = 0
    Items.Strings = (
      #21482#25171#21360#20013#22870#20154#21592
      #21482#25171#21360#26410#20013#22870#20154#21592
      #25171#21360#20840#37096#20154#21592)
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 24
    Top = 168
    Width = 75
    Height = 25
    Caption = #25171#21360
    TabOrder = 2
  end
  object BitBtn2: TBitBtn
    Left = 136
    Top = 168
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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