unit7.dfm

来自「从同学哪里拷贝来的程序,毕业设计用的,大家看看,有帮助的哦」· DFM 代码 · 共 111 行

DFM
111
字号
object Form7: TForm7
  Left = 80
  Top = 183
  Width = 676
  Height = 407
  Caption = 'Form7'
  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 RadioGroup1: TRadioGroup
    Left = 8
    Top = 8
    Width = 297
    Height = 81
    Caption = #35831#36873#25321#26597#35810#26465#20214
    TabOrder = 0
  end
  object RadioButton1: TRadioButton
    Left = 72
    Top = 40
    Width = 113
    Height = 25
    Caption = #27700#24179#21495
    TabOrder = 1
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 192
    Top = 40
    Width = 89
    Height = 25
    Caption = #23380#21495
    TabOrder = 2
    OnClick = RadioButton2Click
  end
  object Panel1: TPanel
    Left = 312
    Top = 8
    Width = 233
    Height = 81
    TabOrder = 3
    object Label1: TLabel
      Left = 22
      Top = 32
      Width = 99
      Height = 25
      AutoSize = False
      Caption = 'label1'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      Visible = False
    end
    object Edit1: TEdit
      Left = 136
      Top = 32
      Width = 73
      Height = 21
      TabOrder = 0
      Visible = False
    end
    object Edit2: TEdit
      Left = 136
      Top = 32
      Width = 73
      Height = 21
      TabOrder = 1
      Visible = False
    end
  end
  object Button1: TButton
    Left = 568
    Top = 16
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 4
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 6
    Top = 96
    Width = 657
    Height = 273
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 576
    Top = 56
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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