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

📄 u_export.~dfm

📁 orcl与sql的数据转移
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
object Frm_Export: TFrm_Export
  Left = 72
  Top = 123
  Width = 875
  Height = 534
  Caption = #25968#25454#36716#31227
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object grp1: TGroupBox
    Left = 432
    Top = 14
    Width = 425
    Height = 449
    Caption = 'Sql'#25968#25454#24211
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object pnl1: TPanel
      Left = 2
      Top = 16
      Width = 421
      Height = 431
      Align = alClient
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 0
      object lbl1: TLabel
        Left = 18
        Top = 23
        Width = 154
        Height = 14
        Caption = 'SQLSERVER '#26381#21153#22120#21517#31216#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object lbl2: TLabel
        Left = 18
        Top = 58
        Width = 154
        Height = 14
        Caption = 'SQL SERVER  '#29992#25143#21517#31216#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object lbl3: TLabel
        Left = 18
        Top = 93
        Width = 154
        Height = 14
        Caption = 'SQL SERVER  '#29992#25143#21475#20196#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object lbl5: TLabel
        Left = 56
        Top = 162
        Width = 84
        Height = 14
        Caption = #36873#25321#25968#25454#34920#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object lbl4: TLabel
        Left = 29
        Top = 127
        Width = 133
        Height = 14
        Caption = 'SQL SERVER '#25968#25454#24211#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object SpdBtn_GetServerList: TSpeedButton
        Left = 318
        Top = 18
        Width = 23
        Height = 21
        Caption = '...'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        Visible = False
        OnClick = SpdBtn_GetServerListClick
      end
      object Ed_ServerName: TEdit
        Left = 168
        Top = 19
        Width = 145
        Height = 22
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
      object Ed_UserName: TEdit
        Left = 168
        Top = 54
        Width = 145
        Height = 22
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        Text = 'sa'
      end
      object Ed_UserPass: TEdit
        Left = 168
        Top = 89
        Width = 145
        Height = 22
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        PasswordChar = '*'
        TabOrder = 2
      end
      object CB_Table: TComboBox
        Left = 168
        Top = 158
        Width = 145
        Height = 22
        Style = csDropDownList
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ItemHeight = 14
        ParentFont = False
        TabOrder = 3
        OnChange = CB_TableChange
      end
      object Btn_Test: TButton
        Left = 319
        Top = 122
        Width = 75
        Height = 25
        Caption = #27979#35797#36830#25509
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 4
        OnClick = Btn_TestClick
      end
      object Ed_DBName: TEdit
        Left = 168
        Top = 123
        Width = 145
        Height = 22
        TabOrder = 5
      end
      object pnl3: TPanel
        Left = 2
        Top = 192
        Width = 417
        Height = 237
        Align = alBottom
        BevelInner = bvLowered
        BevelOuter = bvSpace
        TabOrder = 6
        object dbgrid: TDBGrid
          Left = 2
          Top = 2
          Width = 413
          Height = 233
          Align = alClient
          ReadOnly = True
          TabOrder = 0
          TitleFont.Charset = ANSI_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -14
          TitleFont.Name = #23435#20307
          TitleFont.Style = []
        end
      end
      object Button4: TButton
        Left = 320
        Top = 88
        Width = 75
        Height = 25
        Caption = #21019#24314#20020#26102#34920
        TabOrder = 7
        Visible = False
        OnClick = Button4Click
      end
    end
  end
  object Btn_Cancel: TButton
    Left = 442
    Top = 473
    Width = 75
    Height = 25
    Caption = #20851#38381
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Btn_CancelClick
  end
  object grp2: TGroupBox
    Left = 10
    Top = 14
    Width = 417
    Height = 449
    Caption = 'Oracle'#25968#25454#24211
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object pnl2: TPanel
      Left = 2
      Top = 16
      Width = 413
      Height = 431
      Align = alClient
      BevelInner = bvRaised
      BevelOuter = bvLowered
      TabOrder = 0
      object lbl6: TLabel
        Left = 18
        Top = 23
        Width = 133
        Height = 14
        Caption = 'Oracle '#26381#21153#22120#21517#31216#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object lbl7: TLabel
        Left = 18
        Top = 58
        Width = 126
        Height = 14
        Caption = 'Oracle  '#29992#25143#21517#31216#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object lbl8: TLabel
        Left = 18
        Top = 93
        Width = 126
        Height = 14
        Caption = 'Oracle  '#29992#25143#21475#20196#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object lbl10: TLabel
        Left = 32
        Top = 129
        Width = 112
        Height = 14
        Caption = #36873#25321#25968#25454#34920#21517#31216#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Ed_SName: TEdit
        Left = 160
        Top = 19
        Width = 145
        Height = 22
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
      object Ed_UName: TEdit
        Left = 160
        Top = 54
        Width = 145
        Height = 22
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
      object Ed_UPass: TEdit
        Left = 160
        Top = 89
        Width = 145
        Height = 22
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        PasswordChar = '*'

⌨️ 快捷键说明

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