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

📄 sy_ckjhdzd_xzdw.dfm

📁 省级集邮品管理ERP
💻 DFM
字号:
object FrmY_CKJHDZD_XZDW: TFrmY_CKJHDZD_XZDW
  Left = 95
  Top = 114
  BorderStyle = bsDialog
  Caption = '选择单位'
  ClientHeight = 343
  ClientWidth = 542
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 60
    Height = 12
    Caption = '选择单位:'
  end
  object BitBtn1: TBitBtn
    Left = 360
    Top = 312
    Width = 75
    Height = 25
    Caption = '确定'
    Default = True
    ModalResult = 1
    TabOrder = 0
    NumGlyphs = 2
  end
  object BitBtn2: TBitBtn
    Left = 436
    Top = 312
    Width = 75
    Height = 25
    Cancel = True
    Caption = '取消'
    ModalResult = 2
    TabOrder = 1
    NumGlyphs = 2
  end
  object DBGrid1: TDBGrid
    Left = 6
    Top = 24
    Width = 530
    Height = 281
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
    PopupMenu = data.pm_Export
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'DWJC'
        Title.Alignment = taCenter
        Title.Caption = '单位名称'
        Width = 158
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'LXR'
        Title.Alignment = taCenter
        Title.Caption = '联系人'
        Width = 70
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DH'
        Title.Alignment = taCenter
        Title.Caption = '电话'
        Width = 108
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'EMAIL'
        Title.Alignment = taCenter
        Title.Caption = 'E_Mail'
        Width = 154
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = Qry_Static
    Left = 162
    Top = 147
  end
  object Qry_Static: TQuery
    DatabaseName = 'yzpp'
    SQL.Strings = (
      'SELECT * FROM TGS_GXDWSJB'
      ''
      '')
    Left = 194
    Top = 149
  end
end

⌨️ 快捷键说明

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