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

📄 sz_txtpsrtjfx.dfm

📁 省级集邮品管理ERP
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Frmz_txtpsrtjfx: TFrmz_txtpsrtjfx
  Left = -1
  Top = 9
  Width = 800
  Height = 600
  Caption = '邮资票品管理信息系统——综合查询'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 792
    Height = 191
    Align = alTop
    TabOrder = 0
    object XttxTitle: TRxLabel
      Left = 245
      Top = 5
      Width = 253
      Height = 24
      Caption = '通信贴票收入统计分析'
      Font.Charset = GB2312_CHARSET
      Font.Color = clGreen
      Font.Height = -24
      Font.Name = '楷体_GB2312'
      Font.Style = [fsBold, fsUnderline]
      ParentFont = False
    end
    object GroupBox1: TGroupBox
      Left = 3
      Top = 45
      Width = 377
      Height = 139
      Caption = '集邮收入统计条件'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object Label2: TLabel
        Left = 12
        Top = 50
        Width = 4
        Height = 16
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = 'System'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Label3: TLabel
        Left = 12
        Top = 21
        Width = 4
        Height = 16
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'System'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Label4: TLabel
        Left = 45
        Top = 85
        Width = 60
        Height = 12
        Caption = '下级单位:'
      end
      object Label1: TLabel
        Left = 132
        Top = 24
        Width = 60
        Height = 12
        Caption = '起始日期:'
      end
      object Label5: TLabel
        Left = 132
        Top = 52
        Width = 60
        Height = 12
        Caption = '结束日期:'
      end
      object Label6: TLabel
        Left = 273
        Top = 24
        Width = 12
        Height = 12
        Caption = '年'
      end
      object Label7: TLabel
        Left = 273
        Top = 52
        Width = 12
        Height = 12
        Caption = '年'
      end
      object Label8: TLabel
        Left = 344
        Top = 52
        Width = 12
        Height = 12
        Caption = '月'
      end
      object Label9: TLabel
        Left = 344
        Top = 24
        Width = 12
        Height = 12
        Caption = '月'
      end
      object Label11: TLabel
        Left = 45
        Top = 112
        Width = 60
        Height = 12
        Caption = '票品类别:'
      end
      object ND_Start: TSpinEdit
        Left = 200
        Top = 20
        Width = 69
        Height = 21
        MaxValue = 0
        MinValue = 0
        TabOrder = 0
        Value = 0
      end
      object ND_End: TSpinEdit
        Left = 200
        Top = 48
        Width = 69
        Height = 21
        MaxValue = 0
        MinValue = 0
        TabOrder = 1
        Value = 0
      end
      object Check_TQ: TCheckBox
        Left = 8
        Top = 24
        Width = 121
        Height = 17
        Caption = '同期比较分析'
        TabOrder = 2
        OnClick = Check_TQClick
      end
      object CB_DW: TCheckComboBox
        Left = 124
        Top = 80
        Width = 222
        Height = 20
        TabOrder = 3
        DropDownCount = 7
        Flat = True
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        Color = clWindow
        Style = lbStandard
        Sorted = False
        TabWidth = 0
        ItemHeight = 12
        AllowGrayed = False
        TopIndex = 0
        ShowHint = False
        ReadOnly = False
      end
      object CB_PPLB: TComboBox
        Left = 124
        Top = 108
        Width = 222
        Height = 20
        DropDownCount = 7
        ItemHeight = 12
        TabOrder = 4
      end
      object CB_DWTQ: TComboBoxDB
        Left = 124
        Top = 128
        Width = 222
        Height = 20
        Style = csDropDownList
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 12
        ParentFont = False
        TabOrder = 5
        Visible = False
        SQL.Strings = (
          'select DWMC,DWDM from TGS_GXDWSJB where ZJXJ='#39'1'#39
          'order by DWDM')
        DatabaseName = 'yzpp'
        Active = False
      end
    end
    object GroupBox3: TGroupBox
      Left = 536
      Top = 45
      Width = 100
      Height = 139
      Caption = '状态选择'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      object RB_2D: TRadioButton
        Left = 12
        Top = 25
        Width = 55
        Height = 17
        Caption = '平面'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
      object RB_3D: TRadioButton
        Left = 12
        Top = 51
        Width = 55
        Height = 17
        Caption = '立体'
        Checked = True
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        TabStop = True
      end
    end
    object BBt_Send: TBitBtn
      Left = 668
      Top = 73
      Width = 90
      Height = 25
      Caption = '分析(&A)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = BBt_SendClick
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000120B0000120B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000333300
        0000377777FFFF7777770FFFF099990FFFF07FFFF777777FFFF7000000333300
        00007777773333777777307703333330770337FF7F333337FF7F300003333330
        0003377773333337777333993333333399333F7FFFF3333FF7FF000000333300
        0000777777F3337777770FFFF033330FFFF07FFFF7F3337FFFF7000000333300

⌨️ 快捷键说明

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