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

📄 codeareafrm.dfm

📁 供水营销打印程序源码
💻 DFM
字号:
inherited frmCodeArea: TfrmCodeArea
  Caption = 'frmCodeArea'
  PixelsPerInch = 96
  TextHeight = 12
  inherited PageControl: TPageControl
    inherited TabSheet1: TTabSheet
      inherited Panel1: TPanel
        inherited grdBrowse: TDBGridEh
          DataSource = dmInvPrint.dsArea
          Columns = <
            item
              Alignment = taCenter
              EditButtons = <>
              FieldName = 'AreaID'
              Footers = <>
              Title.Caption = #32534#21495
            end
            item
              EditButtons = <>
              FieldName = 'Areaname'
              Footers = <>
              Title.Caption = #21306#22495#21517#31216
              Width = 150
            end
            item
              EditButtons = <>
              FieldName = 'Address'
              Footers = <>
              Title.Caption = #22320#22336#21015#34920
              Width = 128
            end
            item
              EditButtons = <>
              FieldName = 'Modifydate'
              Footers = <>
              Title.Caption = #20462#25913#26102#38388
              Width = 64
            end
            item
              EditButtons = <>
              FieldName = 'Description'
              Footers = <>
              Title.Caption = #22791#27880
              Width = 256
            end>
        end
      end
    end
    inherited TabSheet2: TTabSheet
      inherited Panel2: TPanel
        object Label1: TLabel
          Left = 10
          Top = 8
          Width = 66
          Height = 12
          Caption = #21306#22495#32534#21495'(&C)'
          FocusControl = edtAreaID
        end
        object Label2: TLabel
          Left = 114
          Top = 8
          Width = 66
          Height = 12
          Caption = #21306#22495#21517#31216'(&N)'
          FocusControl = edtAreaname
        end
        object Label3: TLabel
          Left = 10
          Top = 46
          Width = 66
          Height = 12
          Caption = #22320#22336#21015#34920'(&L)'
          FocusControl = edtAddress
        end
        object Label4: TLabel
          Left = 10
          Top = 84
          Width = 42
          Height = 12
          Caption = #22791#27880'(&M)'
          FocusControl = edtDescription
        end
        object edtAreaID: TcxDBMaskEdit
          Left = 8
          Top = 20
          Width = 97
          Height = 23
          DataBinding.DataField = 'AreaID'
          DataBinding.DataSource = dmInvPrint.dsArea
          Style.Shadow = True
          TabOrder = 0
        end
        object edtAreaname: TcxDBMaskEdit
          Left = 112
          Top = 20
          Width = 185
          Height = 23
          Anchors = [akLeft, akTop, akRight]
          DataBinding.DataField = 'Areaname'
          DataBinding.DataSource = dmInvPrint.dsArea
          Style.Shadow = True
          TabOrder = 1
        end
        object edtAddress: TcxDBMaskEdit
          Left = 8
          Top = 58
          Width = 289
          Height = 23
          Anchors = [akLeft, akTop, akRight]
          DataBinding.DataField = 'Address'
          DataBinding.DataSource = dmInvPrint.dsArea
          Style.Shadow = True
          TabOrder = 2
        end
        object edtDescription: TcxDBMaskEdit
          Left = 8
          Top = 96
          Width = 289
          Height = 23
          Anchors = [akLeft, akTop, akRight]
          DataBinding.DataField = 'Description'
          DataBinding.DataSource = dmInvPrint.dsArea
          Style.Shadow = True
          TabOrder = 3
        end
      end
    end
  end
end

⌨️ 快捷键说明

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