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

📄 unit1.dfm

📁 通过计算机并口模拟IIC总线
💻 DFM
📖 第 1 页 / 共 5 页
字号:
            Width = 353
            Height = 393
          end
          object Label92: TLabel
            Left = 328
            Top = 408
            Width = 38
            Height = 13
            AutoSize = False
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clRed
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
          end
          object Image2: TImage
            Left = 16
            Top = 16
            Width = 601
            Height = 1041
            Visible = False
          end
          object Label93: TLabel
            Left = 416
            Top = 416
            Width = 70
            Height = 13
            Caption = 'Min Reg Value'
          end
          object Label94: TLabel
            Left = 512
            Top = 416
            Width = 73
            Height = 13
            Caption = 'Max Reg Value'
          end
          object Button32: TButton
            Left = 128
            Top = 432
            Width = 57
            Height = 25
            Caption = 'Setting'
            TabOrder = 0
            OnClick = Button32Click
          end
          object Button33: TButton
            Left = 312
            Top = 432
            Width = 57
            Height = 25
            Caption = 'Start'
            TabOrder = 1
            OnClick = Button33Click
          end
          object Edit8: TEdit
            Left = 80
            Top = 440
            Width = 33
            Height = 21
            TabOrder = 2
            Text = '8'
          end
          object Memo1: TMemo
            Left = 384
            Top = 8
            Width = 353
            Height = 393
            Lines.Strings = (
              '')
            ScrollBars = ssVertical
            TabOrder = 3
          end
          object ProgressBar2: TProgressBar
            Left = 8
            Top = 408
            Width = 313
            Height = 16
            Min = 0
            Max = 100
            Smooth = True
            TabOrder = 4
          end
          object Button34: TButton
            Left = 192
            Top = 432
            Width = 57
            Height = 25
            Caption = 'Connect'
            TabOrder = 5
            OnClick = Button34Click
          end
          object Button35: TButton
            Left = 256
            Top = 432
            Width = 49
            Height = 25
            Caption = 'Save'
            TabOrder = 6
            OnClick = Button35Click
          end
          object Button36: TButton
            Left = 608
            Top = 432
            Width = 57
            Height = 25
            Caption = 'Create'
            TabOrder = 7
            OnClick = Button36Click
          end
          object Edit9: TEdit
            Left = 400
            Top = 432
            Width = 49
            Height = 21
            TabOrder = 8
          end
          object Edit10: TEdit
            Left = 448
            Top = 432
            Width = 41
            Height = 21
            TabOrder = 9
          end
          object Edit11: TEdit
            Left = 496
            Top = 432
            Width = 49
            Height = 21
            TabOrder = 10
          end
          object Edit12: TEdit
            Left = 544
            Top = 432
            Width = 57
            Height = 21
            TabOrder = 11
          end
          object Button37: TButton
            Left = 664
            Top = 432
            Width = 57
            Height = 25
            Caption = 'Save'
            TabOrder = 12
            OnClick = Button37Click
          end
          object Button38: TButton
            Left = 664
            Top = 408
            Width = 57
            Height = 25
            Caption = 'Clear'
            TabOrder = 13
            OnClick = Button38Click
          end
        end
      end
    end
    object TabSheet4: TTabSheet
      Caption = 'Video'
      ImageIndex = 3
      object GroupBox10: TGroupBox
        Left = 8
        Top = 152
        Width = 329
        Height = 89
        Caption = 'Video Read'
        TabOrder = 0
        object Label26: TLabel
          Left = 8
          Top = 24
          Width = 57
          Height = 13
          Caption = 'SubAddress'
        end
        object Label27: TLabel
          Left = 80
          Top = 24
          Width = 38
          Height = 13
          Caption = 'Address'
        end
        object Label28: TLabel
          Left = 152
          Top = 24
          Width = 27
          Height = 13
          Caption = 'Value'
        end
        object Label29: TLabel
          Left = 144
          Top = 48
          Width = 33
          Height = 25
          AutoSize = False
          Color = clSkyBlue
          ParentColor = False
        end
        object Label30: TLabel
          Left = 184
          Top = 48
          Width = 33
          Height = 25
          AutoSize = False
          Color = clSkyBlue
          ParentColor = False
        end
        object Edit72: TEdit
          Left = 16
          Top = 48
          Width = 41
          Height = 21
          TabOrder = 0
        end
        object Edit73: TEdit
          Left = 80
          Top = 48
          Width = 25
          Height = 21
          TabOrder = 1
        end
        object Edit74: TEdit
          Left = 112
          Top = 48
          Width = 25
          Height = 21
          TabOrder = 2
        end
        object Button14: TButton
          Left = 240
          Top = 48
          Width = 57
          Height = 25
          Caption = 'Read'
          TabOrder = 3
        end
      end
      object GroupBox9: TGroupBox
        Left = 8
        Top = 16
        Width = 329
        Height = 121
        Caption = 'Video Write'
        TabOrder = 1
        object Label23: TLabel
          Left = 16
          Top = 32
          Width = 60
          Height = 13
          Caption = 'Sub Address'
        end
        object Label24: TLabel
          Left = 104
          Top = 32
          Width = 38
          Height = 13
          Caption = 'Address'
        end
        object Label25: TLabel
          Left = 176
          Top = 32
          Width = 23
          Height = 13
          Caption = 'Data'
        end
        object Edit67: TEdit
          Left = 16
          Top = 56
          Width = 57
          Height = 21
          TabOrder = 0
        end
        object Edit68: TEdit
          Left = 80
          Top = 56
          Width = 33
          Height = 21
          TabOrder = 1
        end
        object Edit69: TEdit
          Left = 120
          Top = 56
          Width = 33
          Height = 21
          TabOrder = 2
        end
        object Edit70: TEdit
          Left = 160
          Top = 56
          Width = 33
          Height = 21
          TabOrder = 3
        end
        object Edit71: TEdit
          Left = 200
          Top = 56
          Width = 33
          Height = 21
          TabOrder = 4
        end
        object Button12: TButton
          Left = 256
          Top = 56
          Width = 49
          Height = 25
          Caption = 'Write'
          TabOrder = 5
        end
      end
      object StringGrid2: TStringGrid
        Left = 344
        Top = 8
        Width = 409
        Height = 393
        ColCount = 16
        RowCount = 128
        ScrollBars = ssVertical
        TabOrder = 2
        OnDrawCell = StringGrid1DrawCell
        ColWidths = (
          64
          23
          21
          20
          21
          21
          18
          22
          20
          21
          21
          19
          20
          18
          20
          22)
        RowHeights = (
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24
          24)
      end
    end
    object TabSheet5: TTabSheet
      Caption = 'Scaler'
      ImageIndex = 4
      object GroupBox11: TGroupBox
        Left = 8
        Top = 16
        Width = 321
        Height = 121
        Caption = 'Scaler Write'
        TabOrder = 0
        object Label31: TLabel
          Left = 16
          Top = 32
          Width = 60
          Height = 13
          Caption = 'Sub Address'
        end
        object Label32: TLabel
          Left = 104
          Top = 32
          Width = 38
          Height = 13
          Caption = 'Address'
        end
        object Label33: TLabel
          Left = 176
          Top = 32
          Width = 23
          Height = 13
          Caption = 'Data'
        end
        object Edit75: TEdit
          Left = 16
          Top = 56
          Width = 57
          Height = 21
          TabOrder = 0
        end
        object Edit76: TEdit
          Left = 80
          Top = 56
          Width = 33
          Height = 21
          TabOrder = 1
        end
        object Edit77: TEdit
          Left = 120
          Top = 56
          Width = 33
          Height = 21
          TabOrder = 2
        end
        object Edit78: TEdit
          Left = 160
          Top = 56
          Width = 33
          Height = 21
          TabOrder = 3
        end
        object Edit79: TEdit
          Left = 200
          Top = 56
          Width = 33
          Height = 21
          TabOrder = 4
        end
        object Button15: TButton
          Left = 256
          Top = 56
          Width = 49
          Height = 25
          Caption = 'Write'
          TabOrder = 5
        end
      end
      object GroupBox12: TGroupBox
        Left = 8
        Top = 152
        Width = 321
        Height = 89
        Caption = 'Scaler Read'
        TabOrder = 1
        object Label34: TLabel
          Left = 8
          Top = 24
          Width = 57
          Height = 13

⌨️ 快捷键说明

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