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

📄 ufolderprops.dfm

📁 FMA is a free1 powerful phone editing tool allowing users to easily manage all of the personal data
💻 DFM
📖 第 1 页 / 共 5 页
字号:
            Height = 13
            Caption = 'Name:'
          end
          object TntLabel12: TTntLabel
            Left = 0
            Top = 0
            Width = 27
            Height = 13
            Caption = 'Type:'
          end
          object lblContactType: TTntLabel
            Left = 58
            Top = 0
            Width = 283
            Height = 13
            AutoSize = False
          end
        end
        object tsDatabase: TTntTabSheet
          Caption = 'tsDatabase'
          TabVisible = False
          DesignSize = (
            345
            263)
          object lvDatabase: TTntListView
            Left = 0
            Top = 4
            Width = 345
            Height = 192
            Columns = <
              item
                Caption = 'Database File Name'
                Width = 325
              end>
            ColumnClick = False
            HideSelection = False
            MultiSelect = True
            ReadOnly = True
            SmallImages = ImageList1
            TabOrder = 0
            ViewStyle = vsReport
            OnSelectItem = lvGroupMembersSelectItem
          end
          object btnFindDB: TTntButton
            Left = 0
            Top = 236
            Width = 133
            Height = 25
            Caption = '&Find Target...'
            Enabled = False
            TabOrder = 2
            OnClick = btnFindDBClick
          end
          object btnRules: TTntButton
            Left = 0
            Top = 204
            Width = 133
            Height = 25
            Caption = 'Delivery Rules...'
            TabOrder = 1
            OnClick = btnRulesClick
          end
          object NoItemsPanel: TTntPanel
            Left = 8
            Top = 32
            Width = 329
            Height = 22
            Anchors = [akLeft, akTop, akRight]
            BevelOuter = bvNone
            Caption = 'There are no items to display in this view.'
            Color = clWindow
            TabOrder = 3
          end
        end
        object tsFile: TTntTabSheet
          Caption = 'tsFile'
          TabVisible = False
          object Label1: TTntLabel
            Left = 0
            Top = 0
            Width = 80
            Height = 13
            AutoSize = False
            Caption = 'File type:'
          end
          object lblType: TTntLabel
            Left = 82
            Top = 0
            Width = 260
            Height = 13
            AutoSize = False
          end
          object Label3: TTntLabel
            Left = 0
            Top = 20
            Width = 80
            Height = 13
            AutoSize = False
            Caption = 'Status:'
          end
          object lblNoCache: TTntLabel
            Left = 82
            Top = 20
            Width = 260
            Height = 13
            AutoSize = False
          end
          object Label15: TTntLabel
            Left = 0
            Top = 40
            Width = 80
            Height = 13
            AutoSize = False
            Caption = 'In PC:'
          end
          object lblRemoteFile: TTntLabel
            Left = 82
            Top = 60
            Width = 260
            Height = 13
            AutoSize = False
          end
          object TntLabel8: TTntLabel
            Left = 0
            Top = 60
            Width = 80
            Height = 13
            AutoSize = False
            Caption = 'In Phone:'
          end
          object TntLabel10: TTntLabel
            Left = 0
            Top = 80
            Width = 80
            Height = 13
            AutoSize = False
            Caption = 'Size:'
          end
          object lblSize: TTntLabel
            Left = 82
            Top = 80
            Width = 260
            Height = 13
            AutoSize = False
          end
          object btnDownload: TTntButton
            Left = 0
            Top = 108
            Width = 133
            Height = 25
            Caption = '&Download File'
            Enabled = False
            TabOrder = 1
            OnClick = btnDownloadClick
          end
          object edLocalFile: TTntEdit
            Left = 82
            Top = 40
            Width = 264
            Height = 17
            BorderStyle = bsNone
            ParentColor = True
            ReadOnly = True
            TabOrder = 0
          end
          object btnFindTarget: TTntButton
            Left = 0
            Top = 140
            Width = 133
            Height = 25
            Caption = '&Find Target...'
            Enabled = False
            TabOrder = 2
            OnClick = btnFindTargetClick
          end
        end
        object tsGroup: TTntTabSheet
          Caption = 'tsGroup'
          TabVisible = False
          object btnGroupDel: TTntButton
            Left = 0
            Top = 236
            Width = 133
            Height = 25
            Caption = 'Remove Members'
            Enabled = False
            TabOrder = 2
            OnClick = btnGroupDelClick
          end
          object btnGroupAdd: TTntButton
            Left = 0
            Top = 204
            Width = 133
            Height = 25
            Caption = 'Add To Group...'
            TabOrder = 1
            OnClick = btnGroupAddClick
          end
          object lvGroupMembers: TTntListView
            Left = 0
            Top = 4
            Width = 345
            Height = 192
            Columns = <
              item
                Caption = 'Contact'
                Width = 250
              end
              item
                Alignment = taCenter
                Caption = 'Phones'
                Width = 75
              end>
            ColumnClick = False
            HideSelection = False
            MultiSelect = True
            ReadOnly = True
            SmallImages = Form1.ImageList1
            TabOrder = 0
            ViewStyle = vsReport
            OnSelectItem = lvGroupMembersSelectItem
          end
        end
        object tsAlarm: TTntTabSheet
          Caption = 'tsAlarm'
          TabVisible = False
          object TntLabel11: TTntLabel
            Left = 0
            Top = 4
            Width = 80
            Height = 13
            AutoSize = False
            Caption = 'Time:'
          end
          object TntLabel14: TTntLabel
            Left = 0
            Top = 35
            Width = 26
            Height = 13
            Caption = 'Note:'
          end
          object TntLabel15: TTntLabel
            Left = 0
            Top = 156
            Width = 59
            Height = 13
            Caption = 'Recurrence:'
          end
          object dtAlarmTime: TTntDateTimePicker
            Left = 76
            Top = 0
            Width = 61
            Height = 21
            Date = 38788.802244594910000000
            Format = 'HH:mm'
            Time = 38788.802244594910000000
            Kind = dtkTime
            TabOrder = 0
            OnChange = FieldChange
          end
          object mmoAlarmNote: TTntMemo
            Left = 76
            Top = 32
            Width = 269
            Height = 113
            ReadOnly = True
            ScrollBars = ssVertical
            TabOrder = 1
          end
          object cbAlarmDay1: TTntCheckBox
            Left = 76
            Top = 156
            Width = 97
            Height = 17
            Caption = 'Monday'
            TabOrder = 2
            OnClick = FieldChange
          end
          object cbAlarmDay2: TTntCheckBox
            Left = 76
            Top = 176
            Width = 97
            Height = 17
            Caption = 'Tuesday'
            TabOrder = 3
            OnClick = FieldChange
          end
          object cbAlarmDay3: TTntCheckBox
            Left = 76
            Top = 196
            Width = 97
            Height = 17
            Caption = 'Wednesday'
            TabOrder = 4
            OnClick = FieldChange
          end
          object cbAlarmDay4: TTntCheckBox
            Left = 76
            Top = 216
            Width = 97
            Height = 17
            Caption = 'Thursday'
            TabOrder = 5
            OnClick = FieldChange
          end
          object cbAlarmDay5: TTntCheckBox
            Left = 76
            Top = 236
            Width = 97
            Height = 17
            Caption = 'Friday'
            TabOrder = 6
            OnClick = FieldChange
          end
          object cbAlarmDay6: TTntCheckBox
            Left = 180
            Top = 156
            Width = 97
            Height = 17
            Caption = 'Saturday'
            TabOrder = 7
            OnClick = FieldChange
          end
          object cbAlarmDay7: TTntCheckBox
            Left = 180
            Top = 176
            Width = 97
            Height = 17

⌨️ 快捷键说明

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