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

📄 stock_report.dfm

📁 delphi的一个开发实例
💻 DFM
字号:
object frm_Stock_Report: Tfrm_Stock_Report
  Left = 100
  Top = 187
  AutoScroll = False
  BorderIcons = [biSystemMenu]
  Caption = #37319#36141#25253#34920
  ClientHeight = 147
  ClientWidth = 402
  Color = clSkyBlue
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 402
    Height = 147
    Align = alClient
    BevelOuter = bvNone
    Color = clSkyBlue
    TabOrder = 0
    object PageControl1: TPageControl
      Left = 0
      Top = 0
      Width = 402
      Height = 147
      ActivePage = TabSheet1
      Align = alClient
      TabIndex = 0
      TabOrder = 0
      object TabSheet1: TTabSheet
        Caption = #37319#36141#26085#25253#34920
        object Shape1: TShape
          Left = 35
          Top = 58
          Width = 161
          Height = 2
        end
        object SpeedButton1: TSpeedButton
          Left = 119
          Top = 67
          Width = 77
          Height = 22
          Caption = #21462#28040
        end
        object SpeedButton2: TSpeedButton
          Left = 33
          Top = 67
          Width = 77
          Height = 22
          Caption = #30830#35748
          OnClick = SpeedButton2Click
        end
        object Label1: TLabel
          Left = 35
          Top = 35
          Width = 70
          Height = 14
          Caption = #26597#35810#26085#26399#65306
        end
        object MaskEdit1: TMaskEdit
          Left = 102
          Top = 29
          Width = 98
          Height = 22
          EditMask = '!9999/99/00;1;_'
          MaxLength = 10
          TabOrder = 0
          Text = '    -  -  '
        end
        object DateTimePicker1: TDateTimePicker
          Left = 179
          Top = 30
          Width = 20
          Height = 20
          CalAlignment = dtaLeft
          Date = 37903.6634027894
          Time = 37903.6634027894
          DateFormat = dfShort
          DateMode = dmComboBox
          Kind = dtkDate
          ParseInput = False
          TabOrder = 1
          OnChange = DateTimePicker1Change
        end
      end
      object TabSheet2: TTabSheet
        Caption = #37319#36141#26376#25253#34920
        ImageIndex = 1
        object Shape2: TShape
          Left = 35
          Top = 58
          Width = 161
          Height = 2
        end
        object Label2: TLabel
          Left = 35
          Top = 35
          Width = 70
          Height = 14
          Caption = #26597#35810#26085#26399#65306
        end
        object SpeedButton3: TSpeedButton
          Left = 33
          Top = 67
          Width = 77
          Height = 22
          Caption = #30830#35748
        end
        object SpeedButton4: TSpeedButton
          Left = 119
          Top = 67
          Width = 77
          Height = 22
          Caption = #21462#28040
        end
        object MaskEdit2: TMaskEdit
          Left = 102
          Top = 29
          Width = 98
          Height = 22
          EditMask = '!9999/99;1;_'
          MaxLength = 7
          TabOrder = 0
          Text = '    -  '
        end
        object DateTimePicker4: TDateTimePicker
          Left = 179
          Top = 30
          Width = 20
          Height = 20
          CalAlignment = dtaLeft
          Date = 37903.6634027894
          Time = 37903.6634027894
          DateFormat = dfShort
          DateMode = dmComboBox
          Kind = dtkDate
          ParseInput = False
          TabOrder = 1
          OnChange = DateTimePicker4Change
        end
      end
      object TabSheet3: TTabSheet
        Caption = #37319#36141#25253#34920
        ImageIndex = 2
        object SpeedButton5: TSpeedButton
          Left = 310
          Top = 7
          Width = 77
          Height = 22
          Caption = #30830#35748
        end
        object SpeedButton6: TSpeedButton
          Left = 310
          Top = 40
          Width = 77
          Height = 22
          Caption = #21462#28040
        end
        object GroupBox1: TGroupBox
          Left = 3
          Top = 0
          Width = 302
          Height = 115
          Caption = #35831#36755#20837#24320#22987#21644#25130#27490#26085#26399
          Font.Charset = ANSI_CHARSET
          Font.Color = clFuchsia
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          object Label4: TLabel
            Left = 157
            Top = 30
            Width = 14
            Height = 14
            Caption = #21040
            Font.Charset = ANSI_CHARSET
            Font.Color = clBlack
            Font.Height = -14
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object MaskEdit3: TMaskEdit
            Left = 38
            Top = 26
            Width = 110
            Height = 22
            EditMask = '!9999/99/00;1;_'
            Font.Charset = ANSI_CHARSET
            Font.Color = clBlack
            Font.Height = -14
            Font.Name = #23435#20307
            Font.Style = []
            MaxLength = 10
            ParentFont = False
            TabOrder = 0
            Text = '    -  -  '
          end
          object MaskEdit4: TMaskEdit
            Left = 179
            Top = 26
            Width = 110
            Height = 22
            EditMask = '!9999/99/00;1;_'
            Font.Charset = ANSI_CHARSET
            Font.Color = clBlack
            Font.Height = -14
            Font.Name = #23435#20307
            Font.Style = []
            MaxLength = 10
            ParentFont = False
            TabOrder = 1
            Text = '    -  -  '
          end
          object DateTimePicker2: TDateTimePicker
            Left = 125
            Top = 27
            Width = 20
            Height = 20
            CalAlignment = dtaLeft
            Date = 37903.6634027894
            Time = 37903.6634027894
            DateFormat = dfShort
            DateMode = dmComboBox
            Kind = dtkDate
            ParseInput = False
            TabOrder = 2
            OnChange = DateTimePicker2Change
          end
          object DateTimePicker3: TDateTimePicker
            Left = 266
            Top = 27
            Width = 20
            Height = 20
            CalAlignment = dtaLeft
            Date = 37903.6634027894
            Time = 37903.6634027894
            DateFormat = dfShort
            DateMode = dmComboBox
            Kind = dtkDate
            ParseInput = False
            TabOrder = 3
            OnChange = DateTimePicker3Change
          end
          object TGroupBox
            Left = 1
            Top = 58
            Width = 300
            Height = 56
            Font.Charset = ANSI_CHARSET
            Font.Color = clBlack
            Font.Height = -14
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
            TabOrder = 4
            object CheckBox1: TCheckBox
              Left = 38
              Top = 24
              Width = 200
              Height = 17
              Caption = #33258#21160#20445#25345#26412#27425#36755#20837#26085#26399#65288'&S'#65289
              TabOrder = 0
            end
          end
        end
      end
    end
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = True
    Active = True
    ControlUseTrueXPStyle = True
    BtnRoundArc = 5
    BtnOutLineBorderColor = 7552000
    BtnInnerBorderMoveColor = 3257087
    BtnInnerBorderFocusColor = 15183500
    BtnSurfaceNormalColor = 16251903
    BtnSurfaceDownColor = clSkyBlue
    BtnSurfaceBottomLineColor = 14608359
    BtnSurfaceDownBottomLineColor = 15199215
    RdoChkControlChkColor = 41472
    ComboBoxChkColor = 9201994
    ComboboxSurfaceMoveColor = 16771030
    ControlDisabledBorderColor = 11913158
    Left = 216
    Top = 75
  end
end

⌨️ 快捷键说明

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