gsmctrfr.dfm

来自「boomerang library 5.11 internet ed」· DFM 代码 · 共 1,761 行 · 第 1/5 页

DFM
1,761
字号
          end
          object SEOFileName: TEdit
            Left = 10
            Top = 39
            Width = 247
            Height = 24
            ParentColor = True
            ReadOnly = True
            TabOrder = 0
          end
          object Button7: TButton
            Left = 266
            Top = 39
            Width = 60
            Height = 31
            Caption = 'Load...'
            TabOrder = 1
            OnClick = Button7Click
          end
          object SEOName: TEdit
            Left = 335
            Top = 39
            Width = 159
            Height = 24
            Anchors = [akLeft, akTop, akRight]
            TabOrder = 2
          end
          object SEOMidi: TMediaPlayer
            Left = 10
            Top = 79
            Width = -2
            Height = 40
            ColoredButtons = [btNext, btPrev, btStep, btBack, btRecord, btEject]
            VisibleButtons = [btPlay, btPause, btStop]
            DeviceType = dtSequencer
            TabOrder = 3
          end
        end
        object MelodyGB: TGroupBox
          Left = 20
          Top = 177
          Width = 503
          Height = 326
          Caption = 'Melody'
          TabOrder = 7
          object Label12: TLabel
            Left = 10
            Top = 20
            Width = 37
            Height = 16
            Caption = 'Name'
          end
          object MelodyKeyboard: TPaintBox
            Left = 10
            Top = 246
            Width = 484
            Height = 70
            Anchors = [akLeft, akTop, akRight, akBottom]
            OnMouseDown = MelodyKeyboardMouseDown
            OnMouseUp = MelodyKeyboardMouseUp
            OnPaint = MelodyKeyboardPaint
          end
          object MelodyName: TEdit
            Left = 59
            Top = 20
            Width = 149
            Height = 24
            TabOrder = 0
          end
          object Button1: TButton
            Left = 273
            Top = 17
            Width = 53
            Height = 31
            Caption = 'Load...'
            TabOrder = 1
            OnClick = Button1Click
          end
          object Button4: TButton
            Left = 332
            Top = 17
            Width = 53
            Height = 31
            Caption = 'Save..'
            TabOrder = 2
            OnClick = Button4Click
          end
          object MelodyGrid: TStringGrid
            Left = 10
            Top = 89
            Width = 484
            Height = 147
            Anchors = [akLeft, akTop, akRight, akBottom]
            ColCount = 1
            DefaultRowHeight = 15
            FixedCols = 0
            RowCount = 2
            Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
            TabOrder = 13
            OnDblClick = MelodyGridDblClick
          end
          object MelodyNote: TComboBox
            Left = 52
            Top = 59
            Width = 60
            Height = 24
            Style = csDropDownList
            DropDownCount = 18
            ItemHeight = 0
            TabOrder = 4
          end
          object MelodyDuration: TComboBox
            Left = 112
            Top = 59
            Width = 60
            Height = 24
            Style = csDropDownList
            DropDownCount = 18
            ItemHeight = 0
            TabOrder = 5
          end
          object MelodyDuration2: TComboBox
            Left = 174
            Top = 59
            Width = 80
            Height = 24
            Style = csDropDownList
            DropDownCount = 18
            ItemHeight = 0
            TabOrder = 6
          end
          object MelodyScale: TComboBox
            Left = 11
            Top = 59
            Width = 41
            Height = 24
            Style = csDropDownList
            DropDownCount = 18
            ItemHeight = 0
            TabOrder = 3
          end
          object MelodyStyle: TComboBox
            Left = 308
            Top = 59
            Width = 80
            Height = 24
            Style = csDropDownList
            DropDownCount = 18
            ItemHeight = 0
            TabOrder = 8
          end
          object MelodyTempo: TComboBox
            Left = 255
            Top = 59
            Width = 50
            Height = 24
            Style = csDropDownList
            DropDownCount = 18
            ItemHeight = 0
            TabOrder = 7
          end
          object MelodyVolume: TComboBox
            Left = 393
            Top = 59
            Width = 50
            Height = 24
            Style = csDropDownList
            DropDownCount = 18
            ItemHeight = 16
            TabOrder = 9
            Items.Strings = (
              'off'
              '1'
              '2'
              '3'
              '4'
              '5'
              '6'
              '7'
              '8'
              '9'
              '10'
              '11'
              '12'
              '13'
              '14'
              '15')
          end
          object MelodyInsert: TCheckBox
            Left = 443
            Top = 39
            Width = 51
            Height = 21
            Caption = 'INS'
            TabOrder = 10
          end
          object Button5: TButton
            Left = 443
            Top = 59
            Width = 23
            Height = 23
            Caption = '+'
            TabOrder = 11
            OnClick = Button5Click
          end
          object Button6: TButton
            Left = 466
            Top = 59
            Width = 24
            Height = 23
            Caption = '-'
            TabOrder = 12
            OnClick = Button6Click
          end
        end
        object Button8: TButton
          Left = 456
          Top = 32
          Width = 75
          Height = 25
          Caption = 'Button8'
          TabOrder = 14
          OnClick = Button8Click
        end
      end
    end
    object TabSheet6: TTabSheet
      Caption = 'SMS log'
      ImageIndex = 5
      object Panel8: TPanel
        Left = 0
        Top = 0
        Width = 543
        Height = 579
        Align = alClient
        BevelInner = bvLowered
        BevelOuter = bvNone
        Caption = ' '
        TabOrder = 0
        object SMSLog: TTerminal
          Left = 1
          Top = 1
          Width = 541
          Height = 577
          MaxLines = 30
          Align = alClient
          ScrollBars = ssVertical
          TabOrder = 0
        end
      end
    end
    object TabSheet7: TTabSheet
      Caption = 'Modem log'
      ImageIndex = 6
      object Panel9: TPanel
        Left = 0
        Top = 0
        Width = 543
        Height = 579
        Align = alClient
        BevelInner = bvLowered
        BevelOuter = bvNone
        Caption = ' '
        TabOrder = 0
        object ModemLog: TTerminal
          Left = 1
          Top = 1
          Width = 541
          Height = 577
          MaxLines = 30
          Align = alClient
          ScrollBars = ssHorizontal
          TabOrder = 0
          OnKeyPress = ModemLogKeyPress
        end
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 610
    Width = 551
    Height = 26
    Align = alBottom
    BevelOuter = bvNone
    Caption = ' '
    TabOrder = 1
    object Panel6: TPanel
      Left = 527
      Top = 0
      Width = 24
      Height = 26
      Align = alRight
      BevelOuter = bvNone
      Caption = ' '
      Enabled = False
      TabOrder = 0
      object Semafor: TSpeedButton
        Left = -6
        Top = -5
        Width = 31
        Height = 31
        Flat = True
      end
    end
    object StatusBar: TStatusBar
      Left = 0
      Top = 0
      Width = 527
      Height = 26
      Hint = 
        'Version 2.1.1 for GSM, Copyright (c) 1999,2000,2003 by MandySoft' +
        '|'
      Align = alClient
      Panels = <
        item
          Text = 'dddd'
          Width = 50
        end>
      SimplePanel = True
      SizeGrip = False
      OnClick = StatusBarClick
    end
  end
  object ImageList: TImageList
    ShareImages = True
    Left = 384
    Top = 40
    Bitmap = {
      494C000609000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      000000000000360000002800000010000000E000000001002000000000000038
      0000000000000000000000000000000000000000000000000000000000007B7B
      7B007B7B7B000000000000000000FFFFFF00FFFFFF00FFFFFF007B7B7B007B7B
      7B0000000000FFFFFF00000000000000000000000000000000007B7B7B000000
      000000000000FFFFFF007B7B7B007B7B7B007B7B7B00FFFFFF00FFFFFF00FFFF
      FF007B7B7B0000000000FFFFFF0000000000000000007B7B7B00FFFFFF000000
      00007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B00FFFF
      FF00FFFFFF007B7B7B00FFFFFF0000000000000000007B7B7B00000000007B7B
      7B007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B007B7B
      7B00FFFFFF007B7B7B0000000000FFFFFF007B7B7B00FFFFFF00000000007B7B
      7B007B7B7B007B7B7B000000000000000000000000007B7B7B007B7B7B007B7B
      7B00FFFFFF00FFFFFF007B7B7B00FFFFFF007B7B7B00FFFFFF007B7B7B007B7B
      7B007B7B7B00FFFFFF00000000000000000000000000000000007B7B7B007B7B
      7B007B7B7B00FFFFFF007B7B7B00FFFFFF0000000000FFFFFF0000000000FFFF
      FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
      FF00FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
      FF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000000000000000
      000000000000000000000000000000000000FFFFFF00FFFFFF00000000000000
      00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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