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

📄 timelinemainformu.dfm

📁 jvcl driver development envionment
💻 DFM
📖 第 1 页 / 共 5 页
字号:
        Top = 28
        Width = 39
        Height = 13
        Caption = '&Caption:'
        FocusControl = edCaption
      end
      object Label1: TLabel
        Left = 18
        Top = 92
        Width = 58
        Height = 13
        Caption = 'ImageInde&x:'
        FocusControl = edImIndex
      end
      object Label2: TLabel
        Left = 18
        Top = 63
        Width = 26
        Height = 13
        Caption = '&Date:'
        FocusControl = dtpItemDate
      end
      object Label3: TLabel
        Left = 104
        Top = 92
        Width = 29
        Height = 13
        Caption = 'Le&vel:'
        FocusControl = edLevel
      end
      object btnAdd: TButton
        Left = 104
        Top = 151
        Width = 75
        Height = 25
        Caption = '&Add'
        TabOrder = 7
        OnClick = btnAddClick
      end
      object edCaption: TEdit
        Left = 65
        Top = 26
        Width = 110
        Height = 21
        TabOrder = 0
        Text = 'New item'
      end
      object edImIndex: TEdit
        Left = 18
        Top = 108
        Width = 57
        Height = 21
        TabOrder = 1
        Text = '0'
      end
      object dtpItemDate: TDateTimePicker
        Left = 65
        Top = 60
        Width = 110
        Height = 21
        CalAlignment = dtaLeft
        Date = 35796.2061654282
        Time = 35796.2061654282
        DateFormat = dfShort
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 6
      end
      object udImIndex: TUpDown
        Left = 75
        Top = 108
        Width = 15
        Height = 21
        Associate = edImIndex
        Min = 0
        Max = 8
        Position = 0
        TabOrder = 2
        Wrap = False
      end
      object edLevel: TEdit
        Left = 104
        Top = 108
        Width = 57
        Height = 21
        TabOrder = 3
        Text = '0'
      end
      object udLevel: TUpDown
        Left = 161
        Top = 108
        Width = 15
        Height = 21
        Associate = edLevel
        Min = 0
        Max = 8
        Position = 0
        TabOrder = 4
        Wrap = False
      end
      object btnColor: TButton
        Left = 16
        Top = 151
        Width = 75
        Height = 25
        Caption = 'Color...'
        TabOrder = 5
        OnClick = btnColorClick
      end
    end
    object GroupBox2: TGroupBox
      Left = 224
      Top = 16
      Width = 241
      Height = 193
      Caption = ' Options: '
      TabOrder = 1
      object chkMonths: TCheckBox
        Left = 16
        Top = 23
        Width = 97
        Height = 17
        Caption = '&Show months'
        TabOrder = 0
        OnClick = chkMonthsClick
      end
      object chkMulti: TCheckBox
        Left = 16
        Top = 46
        Width = 97
        Height = 17
        Caption = '&Multiselect'
        TabOrder = 1
        OnClick = chkMultiClick
      end
      object chkNoImages: TCheckBox
        Left = 16
        Top = 69
        Width = 97
        Height = 17
        Caption = '&No images'
        TabOrder = 2
        OnClick = chkNoImagesClick
      end
      object chkWidthAs: TCheckBox
        Left = 16
        Top = 91
        Width = 97
        Height = 17
        Caption = 'W&idth as days'
        TabOrder = 3
        OnClick = chkWidthAsClick
      end
      object chkAutoSize: TCheckBox
        Left = 128
        Top = 23
        Width = 97
        Height = 17
        Caption = 'Autosi&ze'
        TabOrder = 5
        OnClick = chkAutoSizeClick
      end
      object chkSupport: TCheckBox
        Left = 128
        Top = 46
        Width = 97
        Height = 17
        Caption = 'Su&pport lines'
        TabOrder = 6
        OnClick = chkSupportClick
      end
      object chkLarge: TCheckBox
        Left = 128
        Top = 69
        Width = 97
        Height = 17
        Caption = 'Lar&ge images'
        TabOrder = 7
        OnClick = chkLargeClick
      end
      object chkOwnerDraw: TCheckBox
        Left = 128
        Top = 91
        Width = 97
        Height = 17
        Caption = '&Ownerdraw'
        TabOrder = 8
        OnClick = chkOwnerDrawClick
      end
      object btnAuto: TButton
        Left = 16
        Top = 146
        Width = 75
        Height = 25
        Caption = 'A&utoLevels'
        TabOrder = 10
        OnClick = btnAutoClick
      end
      object chkReset: TCheckBox
        Left = 117
        Top = 140
        Width = 97
        Height = 17
        Caption = 'Reset levels &first'
        TabOrder = 11
      end
      object chkComplete: TCheckBox
        Left = 117
        Top = 158
        Width = 118
        Height = 17
        Caption = '&Complete evaluation'
        TabOrder = 12
      end
      object chkFlat: TCheckBox
        Left = 128
        Top = 114
        Width = 97
        Height = 17
        Caption = '&Flat'
        TabOrder = 9
        OnClick = chkFlatClick
      end
      object chkHelpYear: TCheckBox
        Left = 16
        Top = 114
        Width = 97
        Height = 17
        Caption = '&Helper years'
        TabOrder = 4
        OnClick = chkHelpYearClick
      end
    end
    object GroupBox3: TGroupBox
      Left = 480
      Top = 16
      Width = 193
      Height = 193
      Caption = ' Sizing: '
      TabOrder = 2
      object Label5: TLabel
        Left = 16
        Top = 32
        Width = 46
        Height = 13
        Caption = '&Year size:'
        FocusControl = edYrSize
      end
      object Label7: TLabel
        Left = 111
        Top = 32
        Width = 52
        Height = 13
        Caption = 'Item&height:'
        FocusControl = edItemHeight
      end
      object Label9: TLabel
        Left = 16
        Top = 79
        Width = 78
        Height = 13
        Caption = '&First visible date:'
        FocusControl = dtpFirstDate
      end
      object btnYrFont: TButton
        Left = 104
        Top = 125
        Width = 75
        Height = 25
        Caption = 'Yea&r Font...'
        TabOrder = 6
        OnClick = btnYrFontClick
      end
      object btnFont: TButton
        Left = 16
        Top = 125
        Width = 75
        Height = 25
        Caption = '&Font...'

⌨️ 快捷键说明

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