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

📄 xt_sjhf_frm_main.dfm

📁 一个不错的源程序DELPHI开发的,功能比较好的客户管理系统
💻 DFM
字号:
object xt_sjhf_main: Txt_sjhf_main
  Left = 78
  Top = 153
  Width = 632
  Height = 479
  Caption = '系统数据恢复'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Splitter1: TSplitter
    Left = 161
    Top = 42
    Width = 3
    Height = 381
    Cursor = crHSplit
    AutoSnap = False
  end
  object Panel3: TPanel
    Left = 0
    Top = 0
    Width = 624
    Height = 42
    Align = alTop
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 8
      Top = 3
      Width = 345
      Height = 35
      Caption = '恢复方式'
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object RB_Part: TRadioButton
        Left = 15
        Top = 13
        Width = 76
        Height = 17
        Caption = '方案恢复'
        Checked = True
        TabOrder = 0
        TabStop = True
      end
      object RB_All: TRadioButton
        Left = 128
        Top = 12
        Width = 80
        Height = 17
        Caption = '数据库恢复'
        TabOrder = 1
      end
    end
  end
  object Panel1: TPanel
    Left = 164
    Top = 42
    Width = 460
    Height = 381
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 1
    object Splitter2: TSplitter
      Left = 0
      Top = 129
      Width = 460
      Height = 3
      Cursor = crVSplit
      Align = alTop
    end
    object DBGrid1: TDBGrid
      Left = 0
      Top = 132
      Width = 460
      Height = 249
      Align = alClient
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'BYWM'
          Title.Caption = '表英文名字'
          Title.Font.Charset = ANSI_CHARSET
          Title.Font.Color = clBlack
          Title.Font.Height = -12
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Width = 172
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'BZWM'
          Title.Caption = '表中文名字'
          Title.Font.Charset = ANSI_CHARSET
          Title.Font.Color = clBlack
          Title.Font.Height = -12
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Width = 258
          Visible = True
        end>
    end
    object ScrollBox1: TScrollBox
      Left = 0
      Top = 0
      Width = 460
      Height = 129
      Align = alTop
      TabOrder = 1
      object Label2: TLabel
        Left = 14
        Top = 10
        Width = 48
        Height = 12
        Caption = '方案编号'
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label3: TLabel
        Left = 14
        Top = 88
        Width = 48
        Height = 12
        Caption = '方案描述'
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label6: TLabel
        Left = 14
        Top = 37
        Width = 48
        Height = 12
        Caption = '方案名称'
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Edit_fabh: TEdit
        Left = 70
        Top = 7
        Width = 210
        Height = 20
        TabOrder = 0
        Text = 'Edit_fabh'
      end
      object Edit_famc: TEdit
        Left = 70
        Top = 32
        Width = 369
        Height = 20
        TabOrder = 1
        Text = 'Edit1'
      end
      object Memo_fams: TMemo
        Left = 70
        Top = 56
        Width = 369
        Height = 59
        Lines.Strings = (
          'Memo_fams')
        TabOrder = 2
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 423
    Width = 624
    Height = 29
    Align = alBottom
    TabOrder = 2
    object btn_restore: TButton
      Left = 0
      Top = 2
      Width = 50
      Height = 25
      Caption = '恢复(&A)'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = btn_restoreClick
    end
    object btn_query: TButton
      Left = 49
      Top = 2
      Width = 50
      Height = 25
      Caption = '查询(&Q)'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = btn_queryClick
    end
    object btn_sort: TButton
      Left = 98
      Top = 2
      Width = 50
      Height = 25
      Caption = '排序(&O)'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = btn_sortClick
    end
    object btn_first: TButton
      Left = 147
      Top = 2
      Width = 50
      Height = 25
      Caption = '首条(&F)'
      TabOrder = 3
      OnClick = btn_firstClick
    end
    object btn_prior: TButton
      Left = 196
      Top = 2
      Width = 50
      Height = 25
      Caption = '上条(&M)'
      TabOrder = 4
      OnClick = btn_priorClick
    end
    object btn_next: TButton
      Left = 245
      Top = 2
      Width = 50
      Height = 25
      Caption = '下条(&N)'
      TabOrder = 5
      OnClick = btn_nextClick
    end
    object btn_last: TButton
      Left = 294
      Top = 2
      Width = 50
      Height = 25
      Caption = '末条(&L)'
      TabOrder = 6
      OnClick = btn_lastClick
    end
    object btn_print: TButton
      Left = 343
      Top = 2
      Width = 50
      Height = 25
      Caption = '打印(&P)'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 7
      OnClick = btn_printClick
    end
    object btn_refresh: TButton
      Left = 392
      Top = 2
      Width = 50
      Height = 25
      Caption = '刷新(&R)'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 8
      OnClick = btn_refreshClick
    end
    object Button1: TButton
      Left = 441
      Top = 2
      Width = 50
      Height = 25
      Caption = '关闭(&X)'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 9
      OnClick = Button1Click
    end
  end
  object TreeView1: TTreeView
    Left = 0
    Top = 42
    Width = 161
    Height = 381
    Align = alLeft
    Images = ImageList1
    Indent = 19
    ReadOnly = True
    TabOrder = 3
    OnChange = TreeView1Change
  end
  object Query: TQuery
    DatabaseName = 'db_vipdl'
    Left = 16
    Top = 128
  end
  object ImageList1: TImageList
    Left = 23
    Top = 71
    Bitmap = {
      494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000001000000001001000000000000008
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000001F00
      0000000000000000000000000000000000000000000000000000000000000000
      1F0000001F000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000000000001F000000
      1F0000000000000000000000000000000000000000000000000000001F001F00
      0000FF7F00001F00000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000000000001F000000FF7F
      00001F00000000000000000000000000000000000000000000001F0000000000
      FF7F0000FF7F00001F0000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000001F000000FF7FFF7F
      FF7F00001F000000000000000000000000000000000000001F0000000000FF7F
      FF7FFF7F0000FF7F00001F000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000001F001F001F000000FF7F
      FF7FFF7F00001F000000000000000000000000001F001F000000FF7FFF7FFF7F
      FF7FFF7FFF7F0000FF7F00001F00000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000001F001F001F001F001F000000
      FF7FFF7FFF7F00001F0000000000000000001F0000000000FF7F0000FF7FFF7F
      FF7FFF7FFF7FFF7F0000FF7F00001F0000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000010001F001F001F001F001F001F00
      0000FF7FFF7FFF7F00001F0000000000000000000000FF7FFF7FFF7F0000FF7F
      FF7FFF7FFF7FFF7FFF7F0000FF7F00001F000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000001F0010001F001F001F001F001F00
      1F000000FF7FFF7FFF7F00001F00000000000000FF7FFF7FFF7FFF7FFF7F0000
      FF7FFF7FFF7FFF7FFF7FFF7F0000FF7F00000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000001F0010001F001F0000001F00
      1F001F000000FF7FFF7FFF7F00001F00000000000000FF7FFF7FFF7FFF7FFF7F
      0000FF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000001F0010001F001F001F00
      00001F001F000000FF7F00001F0000000000000000000000FF7FFF7FFF7FFF7F
      FF7F0000FF7FFF7FFF7F00000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000001F0010001F000000
      00001F001F001F00000000000000000000000000000000000000FF7FFF7FFF7F
      FF7FFF7F00000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000000000001F0010001F00
      1F001F001F001F001F00000000000000000000000000000000000000FF7FFF7F
      FF7F000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000000000001F001000
      1F001F001F001F00000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000001F00
      10001F0000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000424D3E000000000000003E000000
      2800000040000000100000000100010000000000800000000000000000000000
      000000000000000000000000FFFFFF00FFFFFFFF00000000FDFFFE3F00000000
      F8FFF81F00000000F07FF40F00000000E03FE00700000000C01F800300000000
      800F400100000000000700000000000000030000000000008001800100000000
      C003C00300000000E00FE00F00000000F00FF07F00000000F81FF8FF00000000
      FC7FFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
      000000000000}
  end
  object qry_TB_XTGL_FAZB: TQuery
    DatabaseName = 'db_vipdl'
    SQL.Strings = (
      'select * from TB_XTGL_FAZB')
    Left = 112
    Top = 98
  end
  object DataSource1: TDataSource
    DataSet = qry_TB_XTGL_FACB
    Left = 19
    Top = 162
  end
  object qry_TB_XTGL_FACB: TQuery
    DatabaseName = 'db_vipdl'
    SQL.Strings = (
      'select * from TB_XTGL_FACB')
    Left = 112
    Top = 130
    object qry_TB_XTGL_FACBFABH: TStringField
      FieldName = 'FABH'
      Origin = 'MYBFS.TB_XTGL_FACB.FABH'
      Size = 10
    end
    object qry_TB_XTGL_FACBJLID: TStringField
      FieldName = 'JLID'
      Origin = 'MYBFS.TB_XTGL_FACB.JLID'
      Size = 10
    end
    object qry_TB_XTGL_FACBBYWM: TStringField
      FieldName = 'BYWM'
      Origin = 'MYBFS.TB_XTGL_FACB.BYWM'
      Size = 50
    end
    object qry_TB_XTGL_FACBBZWM: TStringField
      FieldName = 'BZWM'
      Origin = 'MYBFS.TB_XTGL_FACB.BZWM'
      Size = 100
    end
  end
end

⌨️ 快捷键说明

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