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

📄 unitfrmmain.dfm

📁 DELPHI7编程百例 DELPHI7编程百例 DELPHI7编程百例
💻 DFM
字号:
object Form1: TForm1
  Left = 99
  Top = 114
  Width = 423
  Height = 270
  Caption = #21462#24471#21644#20462#25913#25991#20214#26085#26399
  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 = 16
    Top = 103
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #35774#32622#25991#20214#24314#31435#26085#26399
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 140
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #35774#32622#25991#20214#20462#25913#26085#26399
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DateTimePicker1: TDateTimePicker
    Left = 136
    Top = 104
    Width = 113
    Height = 20
    Date = 37167.824109907400000000
    Time = 37167.824109907400000000
    TabOrder = 0
  end
  object DateTimePicker2: TDateTimePicker
    Left = 280
    Top = 104
    Width = 113
    Height = 20
    Date = 37167.824115011600000000
    Time = 37167.824115011600000000
    Kind = dtkTime
    TabOrder = 1
  end
  object DateTimePicker3: TDateTimePicker
    Left = 136
    Top = 144
    Width = 113
    Height = 20
    Date = 37167.824120347200000000
    Time = 37167.824120347200000000
    TabOrder = 2
  end
  object DateTimePicker4: TDateTimePicker
    Left = 280
    Top = 144
    Width = 113
    Height = 20
    Date = 37167.824125555600000000
    Time = 37167.824125555600000000
    Kind = dtkTime
    TabOrder = 3
  end
  object Button1: TButton
    Left = 72
    Top = 192
    Width = 113
    Height = 25
    Caption = #21462#24471#25991#20214#26085#26399
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 248
    Top = 192
    Width = 105
    Height = 25
    Caption = #20462#25913#25991#20214#26085#26399
    TabOrder = 5
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 128
    Top = 16
    Width = 185
    Height = 65
    TabOrder = 6
  end
  object OpenDialog1: TOpenDialog
    Left = 40
    Top = 24
  end
end

⌨️ 快捷键说明

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