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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 266
  Top = 158
  Width = 360
  Height = 152
  Caption = #21024#38500#25110#31227#21160#27491#22312#20351#29992#30340#25991#20214
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 17
    Top = 17
    Width = 42
    Height = 12
    Caption = #28304#25991#20214':'
  end
  object Label2: TLabel
    Left = 11
    Top = 42
    Width = 54
    Height = 12
    Caption = #30446#26631#25991#20214':'
  end
  object Button1: TButton
    Left = 93
    Top = 73
    Width = 75
    Height = 25
    Caption = #25191#34892
    TabOrder = 0
    OnClick = Button1Click
  end
  object RadioGroup1: TRadioGroup
    Left = 241
    Top = 13
    Width = 78
    Height = 85
    ItemIndex = 1
    Items.Strings = (
      #21024#38500
      #31227#21160)
    TabOrder = 1
    OnClick = RadioGroup1Click
  end
  object Edit1: TEdit
    Left = 65
    Top = 13
    Width = 131
    Height = 20
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 65
    Top = 39
    Width = 131
    Height = 20
    TabOrder = 3
    OnChange = Edit2Change
  end
  object Button2: TButton
    Left = 195
    Top = 13
    Width = 20
    Height = 20
    Caption = '...'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 195
    Top = 39
    Width = 20
    Height = 20
    Caption = '...'
    TabOrder = 5
    OnClick = Button3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 16
    Top = 88
  end
end

⌨️ 快捷键说明

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