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

📄 codetownfrm.dfm

📁 供水营销打印程序源码
💻 DFM
字号:
inherited frmCodeTown: TfrmCodeTown
  Left = 466
  Top = 287
  Caption = 'frmCodeTown'
  PixelsPerInch = 96
  TextHeight = 12
  inherited PageControl: TPageControl
    inherited TabSheet1: TTabSheet
      DesignSize = (
        305
        127)
      inherited Panel1: TPanel
        inherited grdBrowse: TDBGridEh
          DataSource = dmInvPrint.dsTown
          Columns = <
            item
              Alignment = taCenter
              EditButtons = <>
              FieldName = 'TownID'
              Footers = <>
              Title.Caption = #32534#21495
            end
            item
              EditButtons = <>
              FieldName = 'Townname'
              Footers = <>
              Title.Caption = #38215#21306#21517#31216
            end
            item
              EditButtons = <>
              FieldName = 'Modifydate'
              Footers = <>
              Title.Caption = #20462#25913#26102#38388
              Width = 63
            end
            item
              EditButtons = <>
              FieldName = 'Description'
              Footers = <>
              Title.Caption = #22791#27880
              Width = 256
            end>
        end
      end
    end
    inherited TabSheet2: TTabSheet
      DesignSize = (
        305
        127)
      inherited Panel2: TPanel
        object Label1: TLabel
          Left = 8
          Top = 8
          Width = 42
          Height = 12
          Caption = #32534#21495'(&C)'
          FocusControl = edtTownID
        end
        object Label2: TLabel
          Left = 114
          Top = 8
          Width = 66
          Height = 12
          Caption = #38215#21306#21517#31216'(&N)'
          FocusControl = edtTownname
        end
        object Label3: TLabel
          Left = 8
          Top = 48
          Width = 42
          Height = 12
          Caption = #22791#27880'(&M)'
          FocusControl = memDescription
        end
        object edtTownID: TcxDBMaskEdit
          Left = 8
          Top = 21
          Width = 97
          Height = 23
          DataBinding.DataField = 'TownID'
          DataBinding.DataSource = dmInvPrint.dsTown
          Style.Shadow = True
          TabOrder = 0
        end
        object edtTownname: TcxDBMaskEdit
          Left = 112
          Top = 21
          Width = 185
          Height = 23
          Anchors = [akLeft, akTop, akRight]
          DataBinding.DataField = 'Townname'
          DataBinding.DataSource = dmInvPrint.dsTown
          Style.Shadow = True
          TabOrder = 1
        end
        object memDescription: TcxDBMemo
          Left = 8
          Top = 62
          Width = 289
          Height = 55
          Anchors = [akLeft, akTop, akRight]
          DataBinding.DataField = 'Description'
          DataBinding.DataSource = dmInvPrint.dsTown
          Style.Shadow = True
          TabOrder = 2
        end
      end
    end
  end
end

⌨️ 快捷键说明

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