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

📄 ord150_02.dfm

📁 这是一个功能齐全的,代码完整的ERP企业信息管理系统,现在上传和大家分享
💻 DFM
📖 第 1 页 / 共 5 页
字号:
inherited Ord150_02Form: TOrd150_02Form
  Left = 40
  Top = 5
  Width = 746
  Height = 565
  Caption = #23458#25143#36164#26009#32500#25252
  OldCreateOrder = True
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 12
  object CoolBar1: TCoolBar [0]
    Left = 0
    Top = 0
    Width = 738
    Height = 43
    AutoSize = True
    Bands = <
      item
        Control = ToolBar2
        ImageIndex = -1
        MinHeight = 39
        Width = 734
      end>
    object ToolBar2: TToolBar
      Left = 9
      Top = 0
      Width = 721
      Height = 39
      AutoSize = True
      ButtonHeight = 39
      ButtonWidth = 31
      Caption = 'ToolBar2'
      EdgeBorders = []
      Flat = True
      Images = SYSDM.imgBtn
      ParentShowHint = False
      ShowCaptions = True
      ShowHint = True
      TabOrder = 0
      object tlbFirst: TToolButton
        Left = 0
        Top = 0
        Action = ActFirst
        AutoSize = True
      end
      object tlbPrior: TToolButton
        Left = 35
        Top = 0
        Action = ActPrior
        AutoSize = True
      end
      object tlbNext: TToolButton
        Left = 70
        Top = 0
        Action = ActNext
        AutoSize = True
      end
      object tlbLast: TToolButton
        Left = 105
        Top = 0
        Action = ActLast
        AutoSize = True
      end
      object ToolButton1: TToolButton
        Left = 140
        Top = 0
        Width = 8
        Caption = 'ToolButton1'
        ImageIndex = 13
        Style = tbsSeparator
      end
      object tlbInsert: TToolButton
        Left = 148
        Top = 0
        Action = ActInsert
        AutoSize = True
      end
      object tlbUpdate: TToolButton
        Left = 183
        Top = 0
        Action = ActUpdate
        AutoSize = True
      end
      object tlbDelete: TToolButton
        Left = 218
        Top = 0
        Action = ActDelete
        AutoSize = True
      end
      object ToolButton2: TToolButton
        Left = 253
        Top = 0
        Width = 8
        Caption = 'ToolButton2'
        ImageIndex = 13
        Style = tbsSeparator
      end
      object tlbSave: TToolButton
        Left = 261
        Top = 0
        Action = ActSave
        AutoSize = True
      end
      object tlbCancel: TToolButton
        Left = 296
        Top = 0
        Action = ActCancel
        AutoSize = True
      end
      object ToolButton3: TToolButton
        Left = 331
        Top = 0
        Width = 8
        Caption = 'ToolButton3'
        ImageIndex = 13
        Style = tbsSeparator
      end
      object tlbRefresh: TToolButton
        Left = 339
        Top = 0
        Action = ActRefresh
        AutoSize = True
      end
      object tlbLocate: TToolButton
        Left = 374
        Top = 0
        Action = ActLocate
        AutoSize = True
      end
      object tlbSearch: TToolButton
        Left = 409
        Top = 0
        Action = ActSearch
        AutoSize = True
      end
      object tlbPrint: TToolButton
        Left = 444
        Top = 0
        Action = ActPrint
        AutoSize = True
      end
      object ToolButton6: TToolButton
        Left = 479
        Top = 0
        Width = 8
        Caption = 'ToolButton6'
        ImageIndex = 16
        Style = tbsSeparator
      end
      object tlbExit: TToolButton
        Left = 487
        Top = 0
        Action = ActExit
        AutoSize = True
      end
    end
  end
  object Panel1: TPanel [1]
    Left = 0
    Top = 43
    Width = 738
    Height = 37
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Image1: TImage
      Left = 2
      Top = 2
      Width = 734
      Height = 33
      Align = alClient
      Stretch = True
    end
  end
  object PageControl1: TPageControl [2]
    Left = 0
    Top = 80
    Width = 738
    Height = 458
    ActivePage = TabSheet1
    Align = alClient
    Style = tsFlatButtons
    TabIndex = 0
    TabOrder = 2
    OnChanging = PageControl1Changing
    object TabSheet1: TTabSheet
      Caption = #23458#25143#36164#26009
      object ScrollBox1: TScrollBox
        Left = 0
        Top = 0
        Width = 730
        Height = 428
        Align = alClient
        TabOrder = 0
        object GroupBox1: TGroupBox
          Left = 8
          Top = 4
          Width = 713
          Height = 217
          Caption = #22522#26412#20449#24687
          TabOrder = 0
          object lblCustNo: TLabel
            Tag = 1
            Left = 32
            Top = 24
            Width = 48
            Height = 12
            Caption = #23458#25143#32534#21495
            FocusControl = edtCustNo
          end
          object lblName: TLabel
            Tag = 1
            Left = 32
            Top = 48
            Width = 48
            Height = 12
            Caption = #23458#25143#21517#31216
            FocusControl = edtName
          end
          object lblShort: TLabel
            Tag = 1
            Left = 224
            Top = 24
            Width = 48
            Height = 12
            Caption = #23458#25143#31616#31216
            FocusControl = edtShort
          end
          object lblPhone: TLabel
            Left = 32
            Top = 168
            Width = 48
            Height = 12
            Caption = #30005#35805#21495#30721
            FocusControl = edtPhone
          end
          object lblFax: TLabel
            Left = 248
            Top = 168
            Width = 48
            Height = 12
            Caption = #20256#30495#21495#30721
            FocusControl = edtFax
          end
          object lblEmail: TLabel
            Left = 32
            Top = 192
            Width = 48
            Height = 12
            Caption = #30005#23376#37038#20214
            FocusControl = edtEmail
          end
          object lblSite: TLabel
            Left = 408
            Top = 192
            Width = 48
            Height = 12
            Caption = #20844#21496#32593#22336
            FocusControl = edtSite
          end
          object lblType: TLabel
            Tag = 1
            Left = 496
            Top = 48
            Width = 48
            Height = 12
            Caption = #23458#25143#31867#22411

⌨️ 快捷键说明

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