⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainunit.dfm

📁 《Delphi 7经典问题解析》源代码 第一到七章 基础篇源程序 应用篇源程序
💻 DFM
字号:
object Form1: TForm1
  Left = 358
  Top = 288
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #23454#29616#31243#24207#33258#21160#21152#36733#28436#31034
  ClientHeight = 200
  ClientWidth = 274
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 257
    Height = 185
    Caption = #21442#25968#35774#32622
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 96
      Width = 108
      Height = 12
      Caption = #24212#29992#31243#24207#36335#24452'('#39033#20540')'
    end
    object Label2: TLabel
      Left = 16
      Top = 136
      Width = 60
      Height = 12
      Caption = #21551#21160#39033#21517#31216
    end
    object RadioButton1: TRadioButton
      Left = 16
      Top = 24
      Width = 153
      Height = 17
      Caption = #21482#23545#24403#21069#30331#24405#29992#25143#26377#25928
      Checked = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      TabStop = True
      OnClick = RadioButton1Click
    end
    object CheckBox1: TCheckBox
      Left = 18
      Top = 72
      Width = 167
      Height = 17
      Caption = #20316#20026#26381#21153#31243#24207#34987#33258#21160#21152#36733
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object RadioButton2: TRadioButton
      Left = 16
      Top = 48
      Width = 137
      Height = 17
      Caption = #23545#25152#26377#30331#24405#29992#25143#26377#25928
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = RadioButton2Click
    end
    object Edit1: TEdit
      Left = 16
      Top = 112
      Width = 233
      Height = 20
      Enabled = False
      TabOrder = 3
    end
    object Edit2: TEdit
      Left = 16
      Top = 152
      Width = 105
      Height = 20
      TabOrder = 4
    end
    object Button1: TButton
      Left = 152
      Top = 150
      Width = 91
      Height = 25
      Caption = #20889#20837#35813#21551#21160#39033
      TabOrder = 5
      OnClick = Button1Click
    end
    object BitBtn1: TBitBtn
      Left = 128
      Top = 90
      Width = 20
      Height = 20
      Caption = '...'
      TabOrder = 6
      OnClick = BitBtn1Click
    end
  end
  object OpenDialog1: TOpenDialog
    Filter = '*.exe('#24212#29992#31243#24207')|*.exe'
    Left = 184
    Top = 32
  end
end

⌨️ 快捷键说明

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