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

📄 unit1.dfm

📁 CMOS数据的写程序
💻 DFM
字号:
object Form1: TForm1
  Left = 557
  Top = 290
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'CMOS'#23454#26102#26102#38047
  ClientHeight = 106
  ClientWidth = 301
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 15
    Top = 11
    Width = 138
    Height = 29
    AutoSize = False
    Caption = 'CMOS'#26102#38388' :'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #24494#36719#38597#40657
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 197
    Top = 11
    Width = 10
    Height = 29
    AutoSize = False
    Caption = ':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #24494#36719#38597#40657
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 247
    Top = 11
    Width = 10
    Height = 29
    AutoSize = False
    Caption = ':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #24494#36719#38597#40657
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 159
    Top = 14
    Width = 33
    Height = 29
    Font.Charset = ANSI_CHARSET
    Font.Color = clGreen
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    ParentFont = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 209
    Top = 14
    Width = 33
    Height = 29
    Font.Charset = ANSI_CHARSET
    Font.Color = clPurple
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    ParentFont = False
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 260
    Top = 14
    Width = 33
    Height = 28
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    ParentFont = False
    TabOrder = 2
  end
  object Button2: TButton
    Left = 26
    Top = 56
    Width = 108
    Height = 33
    Caption = #35835#21462'CMOS'#25968#25454
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 173
    Top = 56
    Width = 108
    Height = 33
    Caption = #20889#20837'CMOS'#25968#25454
    TabOrder = 4
    OnClick = Button3Click
  end
  object Timer1: TTimer
    Interval = 500
    OnTimer = ShowTimer
    Left = 2
    Top = 65524
  end
  object dlgOpen1: TOpenDialog
    Filter = 'CMOS'#25968#25454#25991#20214'|*.hex'
    Title = #25171#24320'CMOS'#25968#25454#25991#20214
    Top = 16
  end
end

⌨️ 快捷键说明

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