unitmain.dfm

来自「数据倒入导出」· DFM 代码 · 共 237 行

DFM
237
字号
object FormData: TFormData
  Left = 103
  Top = 157
  BorderStyle = bsDialog
  Caption = #22788#29702#25968#25454
  ClientHeight = 406
  ClientWidth = 808
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 691
    Top = 0
    Width = 117
    Height = 406
    Align = alRight
    TabOrder = 0
    object BitBtn2: TBitBtn
      Left = 18
      Top = 234
      Width = 86
      Height = 25
      Caption = #20851#38381
      TabOrder = 0
      OnClick = BitBtn2Click
    end
    object BitBtnBZ: TBitBtn
      Left = 18
      Top = 81
      Width = 86
      Height = 25
      Caption = #23548#20986#25968#25454
      TabOrder = 1
      OnClick = BitBtnBZClick
    end
    object BitBtnConn: TBitBtn
      Left = 18
      Top = 31
      Width = 86
      Height = 25
      Caption = #36830#25509#25968#25454#24211
      TabOrder = 2
      OnClick = BitBtnConnClick
    end
    object BitBtn1: TBitBtn
      Left = 18
      Top = 132
      Width = 86
      Height = 25
      Caption = #23548#20837#25968#25454
      TabOrder = 3
      OnClick = BitBtn1Click
    end
    object BitBtnDel: TBitBtn
      Left = 18
      Top = 183
      Width = 86
      Height = 25
      Caption = #21024#38500#25968#25454
      TabOrder = 4
      OnClick = BitBtnDelClick
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 691
    Height = 406
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 1
    object GroupBoxRestort: TGroupBox
      Left = 226
      Top = 45
      Width = 464
      Height = 360
      Align = alClient
      Caption = #25968#25454#25991#20214#65306
      TabOrder = 0
      object ShellTreeViewRestore: TShellTreeView
        Left = 4
        Top = 16
        Width = 455
        Height = 336
        ObjectTypes = [otFolders]
        Root = 'rfDesktop'
        UseShellImages = True
        AutoRefresh = True
        Indent = 19
        ParentColor = False
        RightClickSelect = True
        ShowRoot = False
        TabOrder = 0
        OnChange = ShellTreeViewRestoreChange
      end
    end
    object Panel3: TPanel
      Left = 1
      Top = 1
      Width = 689
      Height = 44
      Align = alTop
      BevelOuter = bvNone
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 1
      object Label1: TLabel
        Left = 10
        Top = 16
        Width = 36
        Height = 12
        Caption = #26381#21153#22120
      end
      object Label2: TLabel
        Left = 392
        Top = 16
        Width = 24
        Height = 12
        Caption = #29992#25143
      end
      object Label3: TLabel
        Left = 536
        Top = 16
        Width = 24
        Height = 12
        Caption = #23494#30721
      end
      object Label4: TLabel
        Left = 197
        Top = 16
        Width = 36
        Height = 12
        Caption = #25968#25454#24211
      end
      object Edit_DataServer: TEdit
        Left = 53
        Top = 12
        Width = 131
        Height = 20
        Ctl3D = True
        ParentCtl3D = False
        TabOrder = 0
      end
      object EditDataBaseUser: TEdit
        Left = 423
        Top = 12
        Width = 103
        Height = 20
        Ctl3D = True
        ParentCtl3D = False
        TabOrder = 1
        Text = 'sa'
      end
      object Edit_DataBasePass: TEdit
        Left = 567
        Top = 12
        Width = 117
        Height = 20
        Ctl3D = True
        ParentCtl3D = False
        PasswordChar = '*'
        TabOrder = 2
      end
      object ComboBoxDataBase: TComboBox
        Left = 240
        Top = 12
        Width = 145
        Height = 20
        Style = csDropDownList
        ItemHeight = 12
        ItemIndex = 0
        TabOrder = 3
        Text = #32534#21046#25968#25454
        Items.Strings = (
          #32534#21046#25968#25454
          #20853#21592#25968#25454
          #19994#21153#25968#25454
          #38431#20237#25968#25454
          #23454#21147#25968#25454
          #31995#32479#25968#25454)
      end
    end
    object GroupBox1: TGroupBox
      Left = 1
      Top = 45
      Width = 225
      Height = 360
      Align = alLeft
      Caption = #25968#25454#34920#65306
      TabOrder = 2
      object CheckListBoxTable: TCheckListBox
        Left = 4
        Top = 15
        Width = 217
        Height = 309
        OnClickCheck = CheckListBoxTableClickCheck
        ItemHeight = 12
        Sorted = True
        TabOrder = 0
      end
      object ButtonAllTable: TButton
        Left = 32
        Top = 330
        Width = 67
        Height = 23
        Caption = #20840#36873
        TabOrder = 1
        OnClick = ButtonAllTableClick
      end
      object ButtonNoTable: TButton
        Left = 120
        Top = 330
        Width = 67
        Height = 23
        Caption = #21462#28040
        TabOrder = 2
        OnClick = ButtonNoTableClick
      end
    end
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Left = 320
    Top = 208
  end
end

⌨️ 快捷键说明

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