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

📄 search.dfm

📁 省级集邮品管理ERP
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object FRM_Search: TFRM_Search
  Tag = 16100
  Left = 43
  Top = 10
  BorderIcons = [biSystemMenu, biMaximize]
  BorderStyle = bsDialog
  Caption = '邮资票品管理——基础信息查询'
  ClientHeight = 573
  ClientWidth = 792
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 0
    Top = 104
    Width = 792
    Height = 418
    ActivePage = TabSheet2
    Align = alClient
    HotTrack = True
    Images = ImageList1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = '套图信息'
      ImageIndex = 4
      object Splitter1: TSplitter
        Left = 0
        Top = 0
        Width = 3
        Height = 389
        Cursor = crHSplit
      end
      object Panel3: TPanel
        Left = 353
        Top = 0
        Width = 431
        Height = 389
        Align = alClient
        BevelOuter = bvNone
        Caption = 'Panel3'
        TabOrder = 1
        object Panel6: TPanel
          Left = 0
          Top = 0
          Width = 431
          Height = 389
          Align = alClient
          BevelOuter = bvLowered
          Caption = 'Panel6'
          TabOrder = 0
          object Panel4: TPanel
            Left = 1
            Top = 1
            Width = 429
            Height = 387
            Align = alClient
            BevelOuter = bvNone
            Caption = 'Panel4'
            TabOrder = 0
            object RxLabel14: TRxLabel
              Left = 0
              Top = 0
              Width = 429
              Height = 16
              Align = alTop
              Alignment = taCenter
              Caption = '图'
              Color = clBtnFace
              Font.Charset = GB2312_CHARSET
              Font.Color = clWindowText
              Font.Height = -16
              Font.Name = '宋体'
              Font.Style = [fsBold]
              ParentColor = False
              ParentFont = False
              ShadowColor = clAppWorkSpace
              ShadowPos = spRightBottom
            end
            object DG_TuJb: TRxDBGrid
              Left = 0
              Top = 16
              Width = 429
              Height = 139
              Align = alClient
              DataSource = Ds_TuJb
              PopupMenu = data.pm_Export
              ReadOnly = True
              TabOrder = 0
              TitleFont.Charset = GB2312_CHARSET
              TitleFont.Color = clWindowText
              TitleFont.Height = -12
              TitleFont.Name = '宋体'
              TitleFont.Style = []
              OnTitleClick = DG_TaoJbTitleClick
              FixedCols = 1
              Columns = <
                item
                  Expanded = False
                  FieldName = 'ZH'
                  Title.Alignment = taCenter
                  Title.Caption = '图志号'
                  Width = 86
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = 'TUJC'
                  Title.Alignment = taCenter
                  Title.Caption = '图简称'
                  Width = 71
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = 'GG'
                  Title.Alignment = taCenter
                  Title.Caption = '规格'
                  Width = 50
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = 'MZ'
                  Title.Alignment = taCenter
                  Title.Caption = '面值(元)'
                  Width = 51
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = 'SJ'
                  Title.Alignment = taCenter
                  Title.Caption = '售价(元)'
                  Width = 50
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = 'FXL'
                  Title.Alignment = taCenter
                  Title.Caption = '发行量(万枚)'
                  Visible = True
                end>
            end
            object Panel2: TPanel
              Left = 0
              Top = 155
              Width = 429
              Height = 232
              Align = alBottom
              TabOrder = 1
              Visible = False
              object Panel7: TPanel
                Left = 1
                Top = 34
                Width = 427
                Height = 197
                Align = alClient
                Color = clBlack
                TabOrder = 0
                object Image1: TImage
                  Left = 208
                  Top = 88
                  Width = 49
                  Height = 49
                  Stretch = True
                end
              end
              object Panel5: TPanel
                Left = 1
                Top = 1
                Width = 427
                Height = 33
                Align = alTop
                TabOrder = 1
                object DBNavigator1: TDBNavigator
                  Left = 6
                  Top = 6
                  Width = 148
                  Height = 21
                  DataSource = Ds_TuJb
                  VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
                  TabOrder = 0
                end
                object BitBtn3: TBitBtn
                  Left = 170
                  Top = 5
                  Width = 58
                  Height = 23
                  Caption = '背景'
                  TabOrder = 1
                  OnClick = BitBtn3Click
                end
                object BitBtn1: TBitBtn
                  Left = 240
                  Top = 5
                  Width = 58
                  Height = 23
                  Caption = '放大'
                  TabOrder = 2
                  OnClick = BitBtn1Click
                end
                object BitBtn2: TBitBtn
                  Left = 297
                  Top = 5
                  Width = 56
                  Height = 23
                  Caption = '缩小'
                  TabOrder = 3
                  OnClick = BitBtn2Click
                end
                object BitBtn4: TBitBtn
                  Left = 364
                  Top = 5
                  Width = 51
                  Height = 23
                  Caption = '满屏'
                  TabOrder = 4
                  OnClick = BitBtn4Click
                end
              end
            end
          end
        end
      end
      object Panel1: TPanel
        Left = 3
        Top = 0
        Width = 350
        Height = 389
        Align = alLeft
        BevelOuter = bvLowered
        Caption = 'Panel1'
        TabOrder = 0
        object RxLabel6: TRxLabel
          Left = 1
          Top = 1
          Width = 348
          Height = 16
          Align = alTop
          Alignment = taCenter
          Caption = '套'
          Color = clBtnFace
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = '宋体'
          Font.Style = [fsBold]
          Anchors = [akLeft, akTop, akRight, akBottom]
          ParentColor = False
          ParentFont = False
          ShadowColor = clAppWorkSpace
          ShadowPos = spRightBottom
        end
        object DG_TaoJb: TRxDBGrid
          Left = 1
          Top = 17
          Width = 348
          Height = 371
          Align = alClient
          DataSource = Ds_Tao
          PopupMenu = data.pm_Export
          ReadOnly = True
          TabOrder = 0
          TitleFont.Charset = GB2312_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -12
          TitleFont.Name = '宋体'
          TitleFont.Style = []
          OnTitleClick = DG_TaoJbTitleClick
          FixedCols = 1
          Columns = <
            item
              Expanded = False
              FieldName = 'ZH'
              Title.Alignment = taCenter
              Title.Caption = '志号'
              Width = 71
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'TJC'
              Title.Alignment = taCenter
              Title.Caption = '套简称'
              Width = 137
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'XH'
              Title.Alignment = taCenter
              Title.Caption = '序号'
              Visible = False
            end
            item
              Expanded = False
              FieldName = 'TPMS'
              Title.Alignment = taCenter
              Title.Caption = '枚数'
              Width = 42
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'TPMZ'
              Title.Alignment = taCenter
              Title.Caption = '套票面值(元)'
              Width = 74
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'TPSJ'
              Title.Alignment = taCenter
              Title.Caption = '套票售价(元)'
              Width = 79
              Visible = True
            end>
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = '包装信息'
      ImageIndex = 2
      object Splitter3: TSplitter
        Left = 359
        Top = 0
        Width = 3
        Height = 389
        Cursor = crHSplit
      end
      object Panel9: TPanel
        Left = 362
        Top = 0
        Width = 422
        Height = 389
        Align = alClient
        BevelOuter = bvLowered
        Caption = 'Panel9'
        TabOrder = 1
        object Splitter5: TSplitter
          Left = 1
          Top = 206
          Width = 420
          Height = 3
          Cursor = crVSplit
          Align = alTop
        end
        object Panel14: TPanel
          Left = 1
          Top = 1
          Width = 420
          Height = 205
          Align = alTop
          BevelOuter = bvNone
          Caption = 'Panel14'
          TabOrder = 0
          object RLa_ban: TRxLabel
            Left = 0
            Top = 0
            Width = 420
            Height = 16
            Align = alTop
            Alignment = taCenter
            Caption = '版'
            Color = clBtnFace
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = '宋体'
            Font.Style = [fsBold]
            ParentColor = False
            ParentFont = False
            ShadowColor = clAppWorkSpace
            ShadowPos = spRightBottom

⌨️ 快捷键说明

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