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

📄 show_jyp.dfm

📁 省级集邮品管理ERP
💻 DFM
字号:
inherited frmSY_SCGRP: TfrmSY_SCGRP
  Left = 296
  Top = 97
  Caption = '选择票品'
  ClientHeight = 365
  ClientWidth = 510
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel
    Left = 7
    Top = 47
    Width = 72
    Height = 13
    Caption = '集邮票信息:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 306
    Top = 46
    Width = 72
    Height = 13
    Caption = '选中的票品:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Panel2: TPanel
    Left = 0
    Top = 324
    Width = 510
    Height = 41
    Align = alBottom
    BevelOuter = bvLowered
    TabOrder = 6
  end
  object RxDBGrid1: TRxDBGrid
    Left = 4
    Top = 60
    Width = 289
    Height = 255
    DataSource = DataSource1
    ImeName = '中文 (简体) - 全拼'
    PopupMenu = data.pm_Export
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnDblClick = RxDBGrid1DblClick
    Columns = <
      item
        Color = clWhite
        Expanded = False
        FieldName = 'ZH'
        ReadOnly = True
        Title.Caption = '志号'
        Width = 65
        Visible = True
      end
      item
        Color = clWhite
        Expanded = False
        FieldName = 'TMC'
        ReadOnly = True
        Title.Caption = '名称'
        Width = 242
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 510
    Height = 37
    Align = alTop
    BevelOuter = bvLowered
    TabOrder = 1
    object Label1: TLabel
      Left = 25
      Top = 11
      Width = 24
      Height = 12
      Caption = '查找'
    end
    object Label4: TLabel
      Left = 401
      Top = 14
      Width = 72
      Height = 12
      Caption = '双击选中票品'
    end
    object Edit1: TEdit
      Left = 56
      Top = 8
      Width = 121
      Height = 20
      ImeName = '中文 (简体) - 全拼'
      TabOrder = 0
      OnChange = Edit1Change
    end
  end
  object ListBox1: TListBox
    Left = 304
    Top = 61
    Width = 202
    Height = 254
    ImeName = '中文 (简体) - 全拼'
    ItemHeight = 12
    MultiSelect = True
    PopupMenu = data.pm_Export
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 119
    Top = 332
    Width = 75
    Height = 25
    Caption = '确定'
    Default = True
    ModalResult = 1
    TabOrder = 3
    OnClick = BitBtn1Click
    NumGlyphs = 2
  end
  object BitBtn2: TBitBtn
    Left = 393
    Top = 332
    Width = 75
    Height = 25
    Caption = '取消'
    ModalResult = 2
    TabOrder = 4
    OnClick = BitBtn2Click
    NumGlyphs = 2
  end
  object BitBtn3: TBitBtn
    Left = 257
    Top = 332
    Width = 75
    Height = 25
    Caption = '删除'
    TabOrder = 5
    OnClick = BitBtn3Click
    Glyph.Data = {
      76010000424D7601000000000000760000002800000020000000100000000100
      04000000000000010000130B0000130B00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      333333333333333333FF33333333333330003333333333333777333333333333
      300033FFFFFF3333377739999993333333333777777F3333333F399999933333
      3300377777733333337733333333333333003333333333333377333333333333
      3333333333333333333F333333333333330033333F33333333773333C3333333
      330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
      993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
      333333377F33333333FF3333C333333330003333733333333777333333333333
      3000333333333333377733333333333333333333333333333333}
    NumGlyphs = 2
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 88
    Top = 64
  end
  object Query1: TQuery
    DatabaseName = 'yzpp'
    SQL.Strings = (
      'select zh,tdm,tmc,tpmz,tpsj '
      'from tb_yzppxxb '
      'where type = '#39'jttp'#39
      'order by zh')
    Left = 116
    Top = 64
  end
end

⌨️ 快捷键说明

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