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

📄 unit1.dfm

📁 学习Delphi最好的教材。通过一个个简单而实用的实例
💻 DFM
字号:
object Form1: TForm1
  Left = 201
  Top = 111
  Width = 507
  Height = 367
  Caption = 'Form1'
  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 = 128
    Top = 24
    Width = 216
    Height = 48
    Caption = ' '#25105#30340#31616#21382
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -48
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 88
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 136
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label4: TLabel
    Left = 24
    Top = 176
    Width = 24
    Height = 13
    Caption = #31821#36143
  end
  object Label5: TLabel
    Left = 24
    Top = 224
    Width = 48
    Height = 13
    Caption = #20986#29983#26085#26399
  end
  object Edit1: TEdit
    Left = 72
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object RadioButton1: TRadioButton
    Left = 64
    Top = 128
    Width = 49
    Height = 17
    Caption = #30007
    TabOrder = 1
  end
  object RadioButton2: TRadioButton
    Left = 136
    Top = 128
    Width = 65
    Height = 17
    Caption = #22899
    TabOrder = 2
  end
  object ComboBox1: TComboBox
    Left = 64
    Top = 168
    Width = 145
    Height = 21
    ItemHeight = 13
    ItemIndex = 1
    TabOrder = 3
    Text = #27743#33487
    Items.Strings = (
      #19978#28023
      #27743#33487
      #21271#20140
      #27993#27743
      #23433#24509)
  end
  object DateTimePicker1: TDateTimePicker
    Left = 80
    Top = 216
    Width = 186
    Height = 21
    CalAlignment = dtaLeft
    Date = 39154.4784839699
    Time = 39154.4784839699
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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