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

📄 planrecurredit.dfm

📁 TMS Component Pack Pro v4.2
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object RecurrEdit: TRecurrEdit
  Left = 1206
  Top = 175
  BorderStyle = bsDialog
  Caption = 'Recurrency'
  ClientHeight = 329
  ClientWidth = 451
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 285
    Top = 296
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 373
    Top = 296
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 449
    Height = 289
    ActivePage = TabSheet1
    TabOrder = 2
    object TabSheet1: TTabSheet
      Caption = 'Settings'
      object Freq: TRadioGroup
        Left = 0
        Top = 4
        Width = 121
        Height = 161
        Caption = 'Recurrency pattern'
        ItemIndex = 0
        Items.Strings = (
          'None'
          'Hourly'
          'Daily'
          'Weekly'
          'Monthly'
          'Yearly')
        TabOrder = 0
        OnClick = FreqClick
      end
      object GroupBox1: TGroupBox
        Left = 128
        Top = 4
        Width = 313
        Height = 161
        Caption = 'Pattern details'
        TabOrder = 1
        object Label1: TLabel
          Left = 8
          Top = 24
          Width = 38
          Height = 13
          Caption = 'Interval:'
        end
        object Notebook1: TNotebook
          Left = 10
          Top = 43
          Width = 295
          Height = 102
          PageIndex = 5
          TabOrder = 0
          object TPage
            Left = 0
            Top = 0
            Caption = 'None'
          end
          object TPage
            Left = 0
            Top = 0
            Caption = 'Hour'
          end
          object TPage
            Left = 0
            Top = 0
            Caption = 'Day'
            object rDay: TRadioButton
              Left = 8
              Top = 8
              Width = 113
              Height = 17
              Caption = 'Every day'
              TabOrder = 0
            end
            object rWeekDay: TRadioButton
              Left = 8
              Top = 32
              Width = 113
              Height = 17
              Caption = 'Every weekday'
              TabOrder = 1
            end
          end
          object TPage
            Left = 0
            Top = 0
            Caption = 'Week'
            object cMon: TCheckBox
              Left = 8
              Top = 8
              Width = 49
              Height = 17
              Caption = 'Mon'
              TabOrder = 0
            end
            object cTue: TCheckBox
              Left = 72
              Top = 8
              Width = 49
              Height = 17
              Caption = 'Tue'
              TabOrder = 1
            end
            object cWed: TCheckBox
              Left = 136
              Top = 8
              Width = 57
              Height = 17
              Caption = 'Wed'
              TabOrder = 2
            end
            object cThu: TCheckBox
              Left = 200
              Top = 8
              Width = 73
              Height = 17
              Caption = 'Thu'
              TabOrder = 3
            end
            object cFri: TCheckBox
              Left = 8
              Top = 32
              Width = 57
              Height = 17
              Caption = 'Fri'
              TabOrder = 4
            end
            object cSat: TCheckBox
              Left = 72
              Top = 32
              Width = 57
              Height = 17
              Caption = 'Sat'
              TabOrder = 5
            end
            object cSun: TCheckBox
              Left = 136
              Top = 32
              Width = 65
              Height = 17
              Caption = 'Sun'
              TabOrder = 6
            end
          end
          object TPage
            Left = 0
            Top = 0
            Caption = 'Month'
            object rMonthDay: TRadioButton
              Left = 8
              Top = 8
              Width = 177
              Height = 17
              Caption = 'Every same day of the month'
              TabOrder = 0
            end
            object rSpecialDay: TRadioButton
              Left = 8
              Top = 32
              Width = 49
              Height = 17
              Caption = 'Every'
              TabOrder = 1
            end
            object cWeekNum: TComboBox
              Left = 61
              Top = 29
              Width = 68
              Height = 21
              Style = csDropDownList
              ItemHeight = 13
              ItemIndex = 0
              TabOrder = 2
              Text = 'first'
              Items.Strings = (
                'first'
                'second'
                'third'
                'fourth')
            end
            object cDay: TComboBox
              Left = 133
              Top = 29
              Width = 109
              Height = 21
              Style = csDropDownList
              ItemHeight = 13
              ItemIndex = 0
              TabOrder = 3
              Text = 'week day'
              Items.Strings = (
                'week day'
                'weekend day'
                'monday'
                'tuesday'
                'wednesday'
                'thursday'
                'friday'
                'saturday'
                'sunday')
            end
          end
          object TPage
            Left = 0
            Top = 0
            Caption = 'Year'
            object Label3: TLabel
              Left = 13
              Top = 56
              Width = 5
              Height = 13
              Caption = 'J'
            end
            object Label4: TLabel
              Left = 37
              Top = 56
              Width = 6
              Height = 13
              Caption = 'F'
            end
            object Label5: TLabel
              Left = 58
              Top = 56
              Width = 9
              Height = 13
              Caption = 'M'
            end
            object Label6: TLabel
              Left = 83
              Top = 56
              Width = 7
              Height = 13
              Caption = 'A'
            end
            object Label7: TLabel
              Left = 106
              Top = 56
              Width = 9
              Height = 13
              Caption = 'M'
            end
            object Label8: TLabel
              Left = 131
              Top = 56
              Width = 5
              Height = 13
              Caption = 'J'
            end
            object Label9: TLabel
              Left = 156
              Top = 56
              Width = 5
              Height = 13
              Caption = 'J'
            end
            object Label10: TLabel
              Left = 179
              Top = 56
              Width = 7
              Height = 13
              Caption = 'A'
            end
            object Label11: TLabel
              Left = 203
              Top = 56
              Width = 7
              Height = 13
              Caption = 'S'
            end
            object Label12: TLabel
              Left = 226
              Top = 56
              Width = 8
              Height = 13
              Caption = 'O'
            end
            object Label13: TLabel

⌨️ 快捷键说明

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