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

📄 setup.dfm

📁 一个用C++Builder写的日记本程序
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        Top = 245
        Width = 86
        Height = 25
        Caption = #26174#31034#28040#24687
        TabOrder = 4
        OnClick = ShowButtonClick
      end
    end
    object TabSheet2: TTabSheet
      Caption = #28378#21160#26465#35774#32622
      ImageIndex = 1
      object GroupBox1: TGroupBox
        Left = 0
        Top = 1
        Width = 409
        Height = 129
        Caption = #28378#21160#26465#39068#33394
        TabOrder = 0
        object Label1: TLabel
          Left = 24
          Top = 64
          Width = 48
          Height = 13
          Caption = #32972#26223#39068#33394
        end
        object Label2: TLabel
          Left = 191
          Top = 64
          Width = 48
          Height = 13
          Caption = #23383#20307#39068#33394
        end
        object BackColorBox: TColorBox
          Left = 77
          Top = 60
          Width = 105
          Height = 22
          ItemHeight = 16
          TabOrder = 0
          OnChange = BackColorBoxChange
        end
        object FontColorBox: TColorBox
          Left = 249
          Top = 59
          Width = 132
          Height = 22
          ItemHeight = 16
          TabOrder = 1
          OnChange = FontColorBoxChange
        end
      end
      object GroupBox2: TGroupBox
        Left = 0
        Top = 136
        Width = 409
        Height = 137
        Caption = #35774#32622#39044#35272
        TabOrder = 1
        object PreviewPanel: TPanel
          Left = 0
          Top = 48
          Width = 409
          Height = 49
          BevelOuter = bvLowered
          Caption = #28378#21160#26465#39068#33394#39044#35272
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 0
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = #22270#35937#35774#32622
      ImageIndex = 2
      OnHide = TabSheet3Hide
      OnShow = TabSheet3Show
      object BmpListView: TListView
        Left = 0
        Top = 0
        Width = 413
        Height = 277
        Align = alClient
        Columns = <>
        TabOrder = 0
        OnCustomDrawItem = BmpListViewCustomDrawItem
      end
    end
    object TabSheet4: TTabSheet
      Caption = #20854#20182#35774#32622
      ImageIndex = 3
      object GroupBox3: TGroupBox
        Left = 0
        Top = 0
        Width = 413
        Height = 277
        Align = alClient
        Caption = #20854#20182#35774#32622
        TabOrder = 0
        object Label3: TLabel
          Left = 54
          Top = 48
          Width = 51
          Height = 13
          Caption = #28378#21160#27169#24335':'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label4: TLabel
          Left = 54
          Top = 88
          Width = 51
          Height = 13
          Caption = #23383#20307#22823#23567':'
        end
        object Label5: TLabel
          Left = 54
          Top = 128
          Width = 51
          Height = 13
          Caption = #26174#31034#36895#24230':'
        end
        object Label6: TLabel
          Left = 61
          Top = 200
          Width = 24
          Height = 13
          Caption = #24930#36895
        end
        object Label7: TLabel
          Left = 137
          Top = 200
          Width = 24
          Height = 13
          Caption = #20302#36895
        end
        object Label8: TLabel
          Left = 216
          Top = 200
          Width = 24
          Height = 13
          Caption = #20013#36895
        end
        object Label9: TLabel
          Left = 296
          Top = 200
          Width = 24
          Height = 13
          Caption = #39640#36895
        end
        object Label10: TLabel
          Left = 317
          Top = 256
          Width = 91
          Height = 16
          AutoSize = False
          Caption = #20316#32773':'#26417#28023#28059
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object ComboBox1: TComboBox
          Left = 116
          Top = 44
          Width = 145
          Height = 21
          Enabled = False
          ItemHeight = 13
          TabOrder = 0
          Text = #24179#28369#28378#21160
          Items.Strings = (
            #24179#28369#28378#21160
            #36880#34892#28378#21160
            #27979#35797#27169#24335)
        end
        object RadioButton1: TRadioButton
          Left = 120
          Top = 88
          Width = 65
          Height = 18
          Caption = #23567#23383#20307
          TabOrder = 1
          OnClick = RadioButton1Click
        end
        object RadioButton2: TRadioButton
          Left = 192
          Top = 88
          Width = 73
          Height = 18
          Caption = #22823#23383#20307
          Checked = True
          TabOrder = 2
          TabStop = True
          OnClick = RadioButton2Click
        end
        object TrackBar1: TTrackBar
          Left = 61
          Top = 150
          Width = 257
          Height = 39
          LineSize = 2
          Max = 3
          Orientation = trHorizontal
          PageSize = 1
          Frequency = 1
          Position = 0
          SelEnd = 0
          SelStart = 0
          TabOrder = 3
          TickMarks = tmBoth
          TickStyle = tsAuto
          OnChange = TrackBar1Change
        end
      end
    end
  end
  object HideCheckBox: TCheckBox
    Left = 21
    Top = 315
    Width = 97
    Height = 17
    Caption = #26174#31034#38544#34255#28040#24687
    TabOrder = 3
    OnClick = HideCheckBoxClick
  end
end

⌨️ 快捷键说明

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