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

📄 picset.dfm

📁 销售帐目管理
💻 DFM
📖 第 1 页 / 共 3 页
字号:
      OnStart = PicShowStart
      OnStop = PicShowStop
    end
    object pnl2: TPanel
      Left = 0
      Top = 500
      Width = 782
      Height = 32
      Align = alBottom
      BorderStyle = bsSingle
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 3
      object Label1: TLabel
        Left = 8
        Top = 9
        Width = 24
        Height = 12
        Caption = #26679#24335
        FocusControl = seStyle1
      end
      object Label2: TLabel
        Left = 277
        Top = 9
        Width = 24
        Height = 12
        Caption = #27493#38271
        FocusControl = seStep1
      end
      object bvl1: TBevel
        Left = 269
        Top = 2
        Width = 2
        Height = 26
      end
      object bvl2: TBevel
        Left = 424
        Top = 2
        Width = 2
        Height = 26
      end
      object Label3: TLabel
        Left = 349
        Top = 9
        Width = 24
        Height = 12
        Caption = #24310#26102
        FocusControl = seDelay1
      end
      object seStep1: TSpinEdit
        Left = 306
        Top = 4
        Width = 37
        Height = 21
        Ctl3D = True
        MaxLength = 3
        MaxValue = 200
        MinValue = 1
        ParentCtl3D = False
        TabOrder = 4
        Value = 1
        OnChange = seStep1Change
      end
      object seStyle1: TSpinEdit
        Left = 38
        Top = 4
        Width = 48
        Height = 21
        Ctl3D = True
        MaxLength = 3
        MaxValue = 0
        MinValue = 0
        ParentCtl3D = False
        TabOrder = 0
        Value = 0
        OnChange = seStyle1Change
      end
      object chkThreaded1: TCheckBox
        Left = 435
        Top = 7
        Width = 66
        Height = 17
        Caption = #32447#31243#27169#24335
        TabOrder = 6
        OnClick = chkThreaded1Click
      end
      object rbManualStyle1: TRadioButton
        Left = 91
        Top = 7
        Width = 59
        Height = 17
        Hint = 
          'When manual is checked, use scroll bar below to animate the imag' +
          'e'
        Caption = #25163#21160
        TabOrder = 1
        OnClick = rbManualStyle1Click
      end
      object rbTurnStyle1: TRadioButton
        Left = 154
        Top = 7
        Width = 44
        Height = 17
        Caption = #39034#24207
        Checked = True
        TabOrder = 2
        TabStop = True
        OnClick = rbTurnStyle1Click
      end
      object rbRandomStyle1: TRadioButton
        Left = 203
        Top = 7
        Width = 59
        Height = 17
        Caption = #38543#26426
        TabOrder = 3
        OnClick = rbRandomStyle1Click
      end
      object seDelay1: TSpinEdit
        Left = 382
        Top = 4
        Width = 37
        Height = 21
        Ctl3D = True
        MaxValue = 0
        MinValue = 0
        ParentCtl3D = False
        TabOrder = 5
        Value = 1
        OnChange = seDelay1Change
      end
    end
    object pnl3: TPanel
      Left = 0
      Top = 532
      Width = 782
      Height = 32
      Align = alBottom
      BorderStyle = bsSingle
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 4
      object Label4: TLabel
        Left = 104
        Top = 9
        Width = 132
        Height = 12
        Caption = #26174#31034#19979#19968#21103#22270#20687#38388#38548#31186#25968
        FocusControl = seShowPause1
      end
      object bvl3: TBevel
        Left = 283
        Top = 2
        Width = 3
        Height = 26
      end
      object bvl4: TBevel
        Left = 99
        Top = 3
        Width = 3
        Height = 26
      end
      object bvl5: TBevel
        Left = 434
        Top = 2
        Width = 3
        Height = 26
      end
      object chkAuto1: TCheckBox
        Left = 6
        Top = 7
        Width = 92
        Height = 17
        Caption = #33258#21160#20999#25442#22270#20687
        Checked = True
        State = cbChecked
        TabOrder = 0
        OnClick = chkAuto1Click
      end
      object seShowPause1: TSpinEdit
        Left = 239
        Top = 4
        Width = 42
        Height = 21
        Ctl3D = True
        MaxLength = 3
        MaxValue = 600
        MinValue = 1
        ParentCtl3D = False
        TabOrder = 1
        Value = 2
        OnChange = seShowPause1Change
      end
      object chkClearOldImage1: TCheckBox
        Left = 290
        Top = 7
        Width = 142
        Height = 17
        Caption = #26174#31034#26102#28165#38500#21069#19968#24133#22270#29255
        TabOrder = 2
        OnClick = chkClearOldImage1Click
      end
    end
  end
  object ScrollBar: TScrollBar
    Left = 0
    Top = 564
    Width = 782
    Height = 16
    Hint = 'Manual Progress Controller'
    Align = alBottom
    Enabled = False
    LargeChange = 10
    PageSize = 0
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
  end
  object Timer: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = TimerTimer
    Left = 16
    Top = 40
  end
  object suiMessageDialog1: TsuiMessageDialog
    Position = poScreenCenter
    Caption = 'suiDialog'
    UIStyle = WinXP
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    CaptionFont.Charset = DEFAULT_CHARSET
    CaptionFont.Color = clWhite
    CaptionFont.Height = -11
    CaptionFont.Name = 'Tahoma'
    CaptionFont.Style = [fsBold]
    ButtonCursor = crHandPoint
    ButtonCount = 1
    Button1Caption = 'OK'
    Button2Caption = 'Cancel'
    Button3Caption = 'Cancel'
    Button1ModalResult = 1
    Button2ModalResult = 2
    Button3ModalResult = 2
    IconType = suiNone
    Text = 'Hello world!'
    Left = 160
    Top = 184
  end
end

⌨️ 快捷键说明

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