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

📄 flowcourseunit.~dfm

📁 批发商品管理系统 目前我正在潜心研究
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
object FlowCourseForm: TFlowCourseForm
  Left = 188
  Top = 126
  Width = 819
  Height = 633
  BorderStyle = bsSizeToolWin
  Caption = #27969#31243#25511#21046#20013#24515
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object MainPC: TcxPageControl
    Left = 0
    Top = 0
    Width = 811
    Height = 606
    Cursor = crHandPoint
    ActivePage = MainTS
    Align = alClient
    Style = 9
    TabOrder = 0
    TabSlants.Positions = [spLeft, spRight]
    ClientRectBottom = 606
    ClientRectRight = 811
    ClientRectTop = 20
    object MainTS: TcxTabSheet
      Cursor = crHandPoint
      Caption = #27969#31243#31649#29702#22120
      ImageIndex = 0
      object Toolbar: TRzToolbar
        Left = 0
        Top = 0
        Width = 811
        Height = 29
        Cursor = crHandPoint
        Images = ImageList
        ButtonWidth = 50
        ShowButtonCaptions = True
        TextOptions = ttoCustom
        BorderInner = fsNone
        BorderOuter = fsGroove
        BorderSides = [sdTop]
        BorderWidth = 0
        TabOrder = 0
        ToolbarControls = (
          BtnAdd
          BtnEdit
          BtnSave
          BtnRefresh
          BtnDelete)
        object BtnAdd: TRzToolButton
          Left = 4
          Top = 2
          Width = 61
          Cursor = crHandPoint
          DisabledIndex = 47
          ImageIndex = 46
          UseToolbarButtonSize = False
          Caption = #26032#22686
          OnClick = AddExecute
        end
        object BtnEdit: TRzToolButton
          Left = 65
          Top = 2
          Width = 59
          Cursor = crHandPoint
          DisabledIndex = 67
          ImageIndex = 66
          UseToolbarButtonSize = False
          Caption = #20462#25913
          OnClick = ChangeExecute
        end
        object BtnSave: TRzToolButton
          Left = 124
          Top = 2
          Width = 57
          Cursor = crHandPoint
          DisabledIndex = 71
          ImageIndex = 70
          UseToolbarButtonSize = False
          Caption = #20445#23384
          Enabled = False
          OnClick = SaveExecute
        end
        object BtnDelete: TRzToolButton
          Left = 236
          Top = 2
          Width = 53
          Cursor = crHandPoint
          DisabledIndex = 73
          ImageIndex = 72
          UseToolbarButtonSize = False
          Caption = #21024#38500
          OnClick = DeleteExecute
        end
        object BtnRefresh: TRzToolButton
          Left = 181
          Top = 2
          Width = 55
          Cursor = crHandPoint
          DisabledIndex = 75
          ImageIndex = 74
          UseToolbarButtonSize = False
          Caption = #25918#24323
          Enabled = False
          OnClick = RefreshExecute
        end
      end
      object FlowCourse_PC: TcxPageControl
        Left = 0
        Top = 29
        Width = 811
        Height = 132
        Cursor = crHandPoint
        ActivePage = Course_TS
        Align = alTop
        Style = 8
        TabOrder = 1
        TabSlants.Positions = [spLeft, spRight]
        ClientRectBottom = 132
        ClientRectRight = 811
        ClientRectTop = 24
        object Flow_TS: TcxTabSheet
          Cursor = crHandPoint
          Caption = '  '#20107#21153#27969#31243'  '
          ImageIndex = 0
          object FlowName_TE: TcxTextEdit
            Left = 90
            Top = 30
            Enabled = False
            TabOrder = 0
            Width = 121
          end
          object cxLabel1: TcxLabel
            Left = 24
            Top = 32
            Caption = #27969#31243#21517#31216
            Transparent = True
          end
          object cxLabel2: TcxLabel
            Left = 256
            Top = 32
            Caption = #27969#31243#35828#26126
            Transparent = True
          end
          object FlowMemo_TE: TcxTextEdit
            Left = 320
            Top = 30
            Enabled = False
            TabOrder = 3
            Width = 450
          end
          object FlowID_TE: TcxDBTextEdit
            Left = 82
            Top = 120
            DataBinding.DataField = 'iFlowID'
            DataBinding.DataSource = DS_Flow
            ParentColor = True
            TabOrder = 4
            Visible = False
            Width = 121
          end
        end
        object Course_TS: TcxTabSheet
          Caption = '  '#23376#36827#31243
          ImageIndex = 1
          object cxLabel3: TcxLabel
            Left = 24
            Top = 32
            Caption = #27969#31243#21517#31216
            Transparent = True
          end
          object CourseName_TE: TcxTextEdit
            Left = 94
            Top = 30
            Enabled = False
            TabOrder = 1
            Width = 120
          end
          object cxLabel4: TcxLabel
            Left = 24
            Top = 64
            Caption = #27969#31243#35828#26126
            Transparent = True
          end
          object CourseMemo_TE: TcxTextEdit
            Left = 94
            Top = 62
            Enabled = False
            TabOrder = 3
            Width = 680
          end
          object cxLabel5: TcxLabel
            Left = 238
            Top = 32
            Caption = #32463#21150#20154
            Transparent = True
          end
          object Person_CBB: TcxComboBox
            Left = 308
            Top = 30
            Enabled = False
            TabOrder = 5
            Width = 120
          end
          object cxLabel6: TcxLabel
            Left = 448
            Top = 32
            Caption = #22788#29702#37096#38376
            Transparent = True
          end
          object Dept_CBB: TcxComboBox
            Left = 518
            Top = 30
            Enabled = False
            TabOrder = 7
            Width = 120
          end
          object cxLabel7: TcxLabel
            Left = 658
            Top = 32
            Caption = #32463#21150#20154
            Transparent = True
          end
          object CourseNo_SE: TcxSpinEdit
            Left = 727
            Top = 30
            Enabled = False
            Properties.Alignment.Horz = taCenter
            TabOrder = 9
            Width = 46

⌨️ 快捷键说明

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