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

📄 extract1.dfm

📁 专家抽取系统1.0 是用Delphi6.0 开发的一款用于招投标,评审过程中从专家库中抽取专家的软件。可以将抽取结果导入到Excel或Word文档中
💻 DFM
字号:
object frmExtract1: TfrmExtract1
  Left = 254
  Top = 103
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #38543#26426#25277#21462
  ClientHeight = 531
  ClientWidth = 670
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 14
    Top = 8
    Width = 84
    Height = 12
    Caption = #36755#20837#25277#36873#20154#25968#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 152
    Width = 84
    Height = 13
    Caption = #36873#20013#24453#25277#19987#23478#65306
  end
  object DBGrid3: TDBGrid
    Left = 13
    Top = 173
    Width = 644
    Height = 332
    DataSource = DataSource3
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid3CellClick
    OnColEnter = DBGrid3ColEnter
    OnColExit = DBGrid3ColExit
    OnDrawColumnCell = DBGrid3DrawColumnCell
    OnKeyDown = DBGrid3KeyDown
    Columns = <
      item
        Expanded = False
        FieldName = #36873#20013
        ReadOnly = True
        Title.Alignment = taCenter
        Visible = True
      end
      item
        Expanded = False
        FieldName = #19987#23478'ID'
        Title.Alignment = taCenter
        Width = 36
        Visible = True
      end
      item
        Expanded = False
        FieldName = #29366#24577
        Width = 34
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32452'ID'
        Title.Alignment = taCenter
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Title.Alignment = taCenter
        Width = 47
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24615#21035
        Title.Alignment = taCenter
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25163#26426
        Title.Alignment = taCenter
        Width = 82
        Visible = True
      end
      item
        Expanded = False
        FieldName = #30005#35805
        ReadOnly = True
        Title.Alignment = taCenter
        Width = 88
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32844#21153
        ReadOnly = True
        Title.Alignment = taCenter
        Width = 173
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32844#31216
        Title.Alignment = taCenter
        Width = 98
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21333#20301#21517#31216
        Title.Alignment = taCenter
        Width = 169
        Visible = True
      end>
  end
  object DBGrid1: TDBGrid
    Left = 12
    Top = 25
    Width = 405
    Height = 104
    BiDiMode = bdLeftToRight
    DataSource = DataSource1
    ParentBiDiMode = False
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnColEnter = DBGrid1ColEnter
    OnColExit = DBGrid1ColExit
    OnExit = DBGrid1Exit
    Columns = <
      item
        Expanded = False
        FieldName = #32452'ID'
        Title.Alignment = taCenter
        Width = 35
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32452#21517
        Title.Alignment = taCenter
        Width = 201
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24635#20154#25968
        ReadOnly = True
        Title.Alignment = taCenter
        Width = 68
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25277#36873#20154#25968
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        Title.Alignment = taCenter
        Width = 58
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 432
    Top = 36
    Width = 97
    Height = 25
    Caption = #24320#22987#25277#21462'(&E)'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 432
    Top = 84
    Width = 97
    Height = 25
    Caption = #36864'   '#20986'(&Q)'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 552
    Top = 36
    Width = 97
    Height = 25
    Caption = #26174#31034#25253#34920'(&S)'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button3Click
  end
  object btnCancel: TButton
    Left = 120
    Top = 144
    Width = 97
    Height = 25
    Caption = #21462#28040#20840#37096#36873#20013
    TabOrder = 5
    OnClick = btnCancelClick
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 48
    Top = 61
  end
  object ADOTable1: TADOTable
    CursorType = ctStatic
    TableName = 'ExpertGroup'
    Left = 13
    Top = 58
    object ADOTable1GroupID: TWideStringField
      FieldName = #32452'ID'
      ReadOnly = True
      Size = 2
    end
    object ADOTable1GroupName: TWideStringField
      FieldName = #32452#21517
      ReadOnly = True
      Size = 50
    end
    object ADOTable1Count: TIntegerField
      Alignment = taCenter
      DisplayLabel = #27491#24120#24635#20154#25968
      FieldName = #24635#20154#25968
    end
    object ADOTable1ExtractCount: TIntegerField
      Alignment = taCenter
      CustomConstraint = #25277#36873#20154#25968' >0'
      FieldName = #25277#36873#20154#25968
      OnChange = ADOTable1ExtractCountChange
    end
  end
  object ADOQuery1: TADOQuery
    Connection = frmMain.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from Expert order by '#32452'ID asc,'#19987#23478'ID asc')
    Left = 16
    Top = 372
    object ADOQuery1ID: TWideStringField
      DisplayWidth = 7
      FieldName = #19987#23478'ID'
      ReadOnly = True
      Size = 4
    end
    object ADOQuery1DSDesigner6: TWideStringField
      FieldName = #29366#24577
      ReadOnly = True
      Size = 50
    end
    object ADOQuery1ID2: TWideStringField
      DisplayWidth = 5
      FieldName = #32452'ID'
      ReadOnly = True
      Size = 2
    end
    object ADOQuery1DSDesigner: TWideStringField
      DisplayWidth = 13
      FieldName = #22995#21517
      ReadOnly = True
      Size = 50
    end
    object ADOQuery1DSDesigner4: TWideStringField
      DisplayWidth = 60
      FieldName = #25163#26426
      ReadOnly = True
      Size = 50
    end
    object ADOQuery1DSDesigner3: TWideStringField
      FieldName = #30005#35805
      Size = 50
    end
    object ADOQuery1DSDesigner5: TWideStringField
      FieldName = #32844#21153
      Size = 50
    end
    object ADOQuery1DSDesigner7: TWideStringField
      DisplayWidth = 60
      FieldName = #32844#31216
      ReadOnly = True
      Size = 50
    end
    object ADOQuery1DSDesigner8: TWideStringField
      DisplayWidth = 60
      FieldName = #21333#20301#21517#31216
      ReadOnly = True
      Size = 50
    end
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery1
    Left = 48
    Top = 372
  end
  object ADOQuery2: TADOQuery
    Connection = frmMain.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from Expert order by '#32452'ID asc,'#19987#23478'ID asc'
      '')
    Left = 16
    Top = 223
    object ADOQuery2DSDesigner: TBooleanField
      FieldName = #36873#20013
    end
    object ADOQuery2ID: TWideStringField
      FieldName = #19987#23478'ID'
      ReadOnly = True
      Size = 4
    end
    object ADOQuery2DSDesigner7: TWideStringField
      FieldName = #29366#24577
      ReadOnly = True
      Size = 50
    end
    object ADOQuery2ID2: TWideStringField
      FieldName = #32452'ID'
      ReadOnly = True
      Size = 2
    end
    object ADOQuery2DSDesigner2: TWideStringField
      FieldName = #22995#21517
      ReadOnly = True
      Size = 50
    end
    object ADOQuery2DSDesigner3: TWideStringField
      FieldName = #24615#21035
      ReadOnly = True
      Size = 2
    end
    object ADOQuery2DSDesigner5: TWideStringField
      FieldName = #25163#26426
      ReadOnly = True
      Size = 50
    end
    object ADOQuery2DSDesigner4: TWideStringField
      FieldName = #30005#35805
      Size = 50
    end
    object ADOQuery2DSDesigner6: TWideStringField
      FieldName = #32844#21153
      Size = 50
    end
    object ADOQuery2DSDesigner8: TWideStringField
      FieldName = #32844#31216
      ReadOnly = True
      Size = 50
    end
    object ADOQuery2DSDesigner9: TWideStringField
      FieldName = #21333#20301#21517#31216
      ReadOnly = True
      Size = 50
    end
  end
  object DataSource3: TDataSource
    DataSet = ADOQuery2
    Left = 48
    Top = 223
  end
end

⌨️ 快捷键说明

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