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

📄 mainunit.dfm

📁 一个简单的ORACLE 转换工具,可以解决不少实际问题哦
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object frmMain: TfrmMain
  Left = 119
  Top = 119
  Align = alCustom
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Oracle10g'#12289'9i'#23450#26102#23548#20837#23548#20986#24037#20855
  ClientHeight = 380
  ClientWidth = 660
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 660
    Height = 281
    ActivePage = TabSheet1
    Align = alTop
    Images = ImageList1
    Style = tsFlatButtons
    TabOrder = 0
    OnChange = PageControl1Change
    object TabSheet1: TTabSheet
      Caption = #25968#25454#23548#20986
      ImageIndex = 5
      object FlatGroupBox1: TFlatGroupBox
        Left = 0
        Top = 0
        Width = 652
        Height = 49
        Align = alTop
        Caption = #36873#25321'Oracle'#26381#21153#22120#31471#25968#25454#24211#31867#22411
        TabOrder = 0
        object frbOracle9i1: TFlatRadioButton
          Left = 244
          Top = 24
          Width = 121
          Height = 17
          Caption = 'Oracle9i'
          Checked = True
          TabOrder = 0
          TabStop = True
        end
        object frbOracle811: TFlatRadioButton
          Left = 448
          Top = 24
          Width = 121
          Height = 17
          Caption = 'Oracle8.1x'
          TabOrder = 1
        end
        object frbOracle10g1: TFlatRadioButton
          Left = 40
          Top = 24
          Width = 121
          Height = 17
          Caption = 'Oracle10g'
          TabOrder = 2
        end
      end
      object FlatGroupBox2: TFlatGroupBox
        Left = 0
        Top = 49
        Width = 652
        Height = 49
        Align = alTop
        Caption = #25968#25454#24211#30331#24405#20449#24687
        TabOrder = 1
        object Label6: TLabel
          Left = 22
          Top = 24
          Width = 48
          Height = 13
          Caption = #29992#25143#21517#65306
        end
        object Label7: TLabel
          Left = 211
          Top = 24
          Width = 42
          Height = 13
          Caption = #21475'  '#20196#65306
        end
        object Label8: TLabel
          Left = 397
          Top = 24
          Width = 48
          Height = 13
          Caption = #26381#21153#21517#65306
        end
        object fedtUserName: TFlatEdit
          Left = 70
          Top = 20
          Width = 121
          Height = 19
          ColorFlat = clBtnFace
          ParentColor = True
          TabOrder = 0
          Text = 'SYSTEM'
          OnExit = fedtUserNameExit
        end
        object fedtPassword: TFlatEdit
          Left = 256
          Top = 20
          Width = 121
          Height = 19
          ColorFlat = clBtnFace
          ParentColor = True
          PasswordChar = '*'
          TabOrder = 1
          Text = 'MANAGER'
          OnExit = fedtPasswordExit
        end
        object fedtSvcName: TFlatEdit
          Left = 448
          Top = 20
          Width = 121
          Height = 19
          Hint = #22914#26524#26159'9I'#22791#20221','#35831#22312#27492#22635#20889#20840#23616#25968#25454#24211#21517
          ColorFlat = clBtnFace
          ParentColor = True
          CharCase = ecUpperCase
          ParentShowHint = False
          ShowHint = True
          TabOrder = 2
          Text = 'KLHEALTH'
          OnExit = fedtSvcNameExit
        end
      end
      object FlatPanel1: TFlatPanel
        Left = 0
        Top = 98
        Width = 652
        Height = 143
        ParentColor = True
        Align = alTop
        TabOrder = 2
        object FlatSplitter1: TFlatSplitter
          Left = 186
          Top = 1
          Width = 5
          Height = 141
          Cursor = crHSplit
          AdvColorBorder = 0
          AdvColorFocused = 0
          UseAdvColors = True
        end
        object FlatSplitter2: TFlatSplitter
          Left = 409
          Top = 1
          Width = 5
          Height = 141
          Cursor = crHSplit
          AdvColorBorder = 0
          AdvColorFocused = 0
          UseAdvColors = True
        end
        object FlatGroupBox3: TFlatGroupBox
          Left = 1
          Top = 1
          Width = 185
          Height = 141
          Align = alLeft
          Caption = #36873#25321#23548#20986#36873#39033
          TabOrder = 0
          object frbExpFull: TFlatRadioButton
            Left = 42
            Top = 24
            Width = 121
            Height = 17
            Caption = #25972#24211#26041#24335
            TabOrder = 0
            OnClick = frbExpFullClick
          end
          object frbExpUser: TFlatRadioButton
            Left = 42
            Top = 61
            Width = 121
            Height = 17
            Caption = #29992#25143#26041#24335
            Checked = True
            TabOrder = 1
            TabStop = True
            OnClick = frbExpUserClick
          end
          object frbExpTable: TFlatRadioButton
            Left = 42
            Top = 98
            Width = 121
            Height = 17
            Caption = #34920#26041#24335
            TabOrder = 2
            OnClick = frbExpTableClick
          end
        end
        object FlatGroupBox4: TFlatGroupBox
          Left = 191
          Top = 1
          Width = 218
          Height = 141
          Align = alLeft
          Caption = #25351#23450#36873#39033
          TabOrder = 1
          object Label3: TLabel
            Left = 16
            Top = 25
            Width = 72
            Height = 13
            Caption = #25351#23450#29992#25143#21517#65306
          end
          object Label4: TLabel
            Left = 16
            Top = 65
            Width = 72
            Height = 13
            Caption = #25351#23450#25968#25454#34920#65306
          end
          object Label2: TLabel
            Left = 16
            Top = 104
            Width = 60
            Height = 13
            Caption = #25991#20214#21517#31216#65306
          end
          object fedtExpUser: TFlatEdit
            Left = 88
            Top = 21
            Width = 121
            Height = 19
            Hint = #23548#20986#22810#20010#29992#25143#26102#29992#36887#21495#38548#24320
            ColorFlat = clBtnFace
            ParentColor = True
            Enabled = False
            ParentShowHint = False
            ShowHint = True
            TabOrder = 0
          end
          object fedtExpTables: TFlatEdit
            Left = 88
            Top = 61
            Width = 121
            Height = 19
            Hint = #23548#20986#22810#20010#34920#26102#29992#36887#21495#38548#24320
            ColorFlat = clBtnFace
            ParentColor = True
            Enabled = False
            ParentShowHint = False
            ShowHint = True
            TabOrder = 1
          end
          object fedtExpFile: TFlatEdit
            Left = 88
            Top = 101
            Width = 121
            Height = 19
            ColorFlat = clBtnFace
            ParentColor = True
            Enabled = False
            TabOrder = 2
          end
          object fcbGetFileName: TFlatCheckBox
            Left = 24
            Top = 124
            Width = 121
            Height = 17
            Caption = #33258#21160#33719#21462#25991#20214#21517
            Checked = True
            TabOrder = 3
            TabStop = True
            OnClick = fcbGetFileNameClick
          end
        end
        object FlatGroupBox5: TFlatGroupBox
          Left = 414
          Top = 1
          Width = 237
          Height = 141
          Align = alClient
          Caption = #23548#20986
          TabOrder = 2
          object fbtnExpSQL: TFlatButton
            Left = 40
            Top = 32
            Width = 81
            Height = 25
            Caption = #33719#21462'SQL'
            TabOrder = 0
            OnClick = fbtnExpSQLClick
          end
          object fbtnExport: TFlatButton
            Left = 40
            Top = 72
            Width = 81
            Height = 25
            Caption = #23548#20986#25991#20214
            TabOrder = 1

⌨️ 快捷键说明

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