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

📄 requisitionunit.dfm

📁 批发商品管理系统 目前我正在潜心研究
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object RequisitionForm: TRequisitionForm
  Left = 249
  Top = 103
  Width = 770
  Height = 646
  BorderStyle = bsSizeToolWin
  Caption = #37319#36141#30003#35831#21333
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Arial'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnShow = ShowFormExecute
  PixelsPerInch = 96
  TextHeight = 14
  object Toolbar: TRzToolbar
    Left = 0
    Top = 0
    Width = 762
    Height = 29
    Cursor = crHandPoint
    Images = ImageList
    ButtonWidth = 50
    ShowButtonCaptions = True
    TextOptions = ttoCustom
    BorderInner = fsNone
    BorderOuter = fsGroove
    BorderSides = [sdTop]
    BorderWidth = 0
    TabOrder = 0
    ToolbarControls = (
      BtnQuery
      BtnNew
      BtnEdit
      BtnSave
      BtnRefresh
      BtnDelete
      RzSpacer1
      BtnFirst
      BtnPrior
      BtnNext
      BtnLast
      RzSpacer2)
    object BtnNew: TRzToolButton
      Left = 64
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 47
      ImageIndex = 46
      UseToolbarButtonSize = False
      Caption = #26032#22686
    end
    object RzSpacer1: TRzSpacer
      Left = 364
      Top = 2
      Width = 16
      Cursor = crHandPoint
    end
    object BtnFirst: TRzToolButton
      Left = 380
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 55
      ImageIndex = 54
      UseToolbarButtonSize = False
      Caption = #26368#21069
      OnClick = FirstExecute
    end
    object BtnPrior: TRzToolButton
      Left = 440
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 59
      ImageIndex = 58
      UseToolbarButtonSize = False
      Caption = #21069#19968
      OnClick = PriorExecute
    end
    object BtnNext: TRzToolButton
      Left = 500
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 61
      ImageIndex = 60
      UseToolbarButtonSize = False
      Caption = #21518#19968
      OnClick = NextExecute
    end
    object BtnLast: TRzToolButton
      Left = 560
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 63
      ImageIndex = 62
      UseToolbarButtonSize = False
      Caption = #26368#21518
      OnClick = LastExecute
    end
    object BtnEdit: TRzToolButton
      Left = 124
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 67
      ImageIndex = 66
      UseToolbarButtonSize = False
      Caption = #20462#25913
      OnClick = EditExecute
    end
    object BtnSave: TRzToolButton
      Left = 184
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 71
      ImageIndex = 70
      UseToolbarButtonSize = False
      Caption = #20445#23384
      Enabled = False
    end
    object BtnDelete: TRzToolButton
      Left = 304
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 73
      ImageIndex = 72
      UseToolbarButtonSize = False
      Caption = #21024#38500
    end
    object BtnRefresh: TRzToolButton
      Left = 244
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 75
      ImageIndex = 74
      UseToolbarButtonSize = False
      Caption = #25918#24323
      Enabled = False
    end
    object RzSpacer2: TRzSpacer
      Left = 620
      Top = 2
      Width = 16
      Cursor = crHandPoint
    end
    object BtnQuery: TRzToolButton
      Left = 4
      Top = 2
      Width = 60
      Cursor = crHandPoint
      DisabledIndex = 83
      ImageIndex = 82
      UseToolbarButtonSize = False
      Caption = #26597#35810
    end
  end
  object GB: TcxGroupBox
    Left = 0
    Top = 29
    Align = alTop
    Enabled = False
    ParentColor = False
    Style.BorderStyle = ebsNone
    TabOrder = 1
    Height = 121
    Width = 762
    object Labelheader: TLabel
      Left = 332
      Top = 8
      Width = 84
      Height = 22
      Caption = #37319#36141#35746#21333
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlue
      Font.Height = -19
      Font.Name = 'Arial'
      Font.Style = [fsBold, fsUnderline]
      ParentFont = False
    end
    object L08: TcxLabel
      Left = 10
      Top = 88
      AutoSize = False
      Caption = #22791#27880
      Height = 18
      Width = 60
    end
    object D08: TcxTextEdit
      Left = 70
      Top = 88
      ParentFont = False
      Style.BorderStyle = ebsNone
      Style.Color = clInfoBk
      Style.Font.Charset = ANSI_CHARSET
      Style.Font.Color = clBlue
      Style.Font.Height = -11
      Style.Font.Name = 'Arial'
      Style.Font.Style = []
      TabOrder = 1
      Width = 680
    end
    object L04: TcxLabel
      Left = 10
      Top = 64
      AutoSize = False
      Caption = #20379#24212#21830
      Height = 18
      Width = 60
    end
    object D04: TcxButtonEdit
      Left = 70
      Top = 62
      ParentFont = False
      Properties.Buttons = <
        item
          Default = True
          Kind = bkEllipsis
        end>
      Style.BorderStyle = ebsNone
      Style.Color = clInfoBk
      Style.Font.Charset = ANSI_CHARSET
      Style.Font.Color = clBlue
      Style.Font.Height = -11
      Style.Font.Name = 'Arial'
      Style.Font.Style = []
      Style.ButtonStyle = btsDefault
      Style.ButtonTransparency = ebtHideUnselected
      TabOrder = 3
      Width = 110
    end
    object L05: TcxLabel
      Left = 200
      Top = 64
      AutoSize = False
      Caption = #32852#31995#20154
      Height = 18
      Width = 60
    end
    object D05: TcxButtonEdit
      Left = 258
      Top = 62
      ParentFont = False
      Properties.Buttons = <
        item
          Default = True
          Kind = bkEllipsis
        end>
      Style.BorderStyle = ebsNone
      Style.Color = clInfoBk
      Style.Font.Charset = ANSI_CHARSET
      Style.Font.Color = clBlue
      Style.Font.Height = -11
      Style.Font.Name = 'Arial'
      Style.Font.Style = []
      Style.ButtonStyle = btsDefault
      Style.ButtonTransparency = ebtHideUnselected
      TabOrder = 5
      Width = 110
    end
    object L06: TcxLabel
      Left = 390
      Top = 64
      AutoSize = False
      Caption = #20379#26041#30005#35805
      Height = 18
      Width = 60
    end
    object D06: TcxButtonEdit

⌨️ 快捷键说明

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