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

📄 unit1.~dfm

📁 利用delphi 开发了有关激光测距的程序
💻 ~DFM
字号:
object Form1: TForm1
  Left = 387
  Top = 205
  Width = 344
  Height = 240
  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 = 64
    Top = 152
    Width = 115
    Height = 13
    AutoSize = False
    Caption = #35835#20837#25968#25454#23454#38469#38271#24230
  end
  object Label2: TLabel
    Left = 64
    Top = 120
    Width = 117
    Height = 13
    AutoSize = False
    Caption = #35835#20837#25968#25454#38271#24230#35774#32622
  end
  object Label3: TLabel
    Left = 64
    Top = 88
    Width = 59
    Height = 13
    AutoSize = False
    Caption = #26230#25391#31995#25968
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object BitBtn1: TBitBtn
    Left = 64
    Top = 40
    Width = 60
    Height = 25
    Caption = #25968#25454#35835#21462
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 139
    Top = 40
    Width = 60
    Height = 25
    Caption = #39640#24230#25442#31639
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object Edit1: TEdit
    Left = 192
    Top = 144
    Width = 81
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 192
    Top = 112
    Width = 81
    Height = 21
    TabOrder = 3
    Text = '70000'
  end
  object Edit3: TEdit
    Left = 192
    Top = 80
    Width = 81
    Height = 21
    TabOrder = 4
    Text = '0.9645'
  end
  object BitBtn3: TBitBtn
    Left = 213
    Top = 40
    Width = 60
    Height = 25
    Caption = #28165#38646
    Enabled = False
    TabOrder = 5
    OnClick = BitBtn3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 128
    Top = 88
  end
end

⌨️ 快捷键说明

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