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

📄 umain.dfm

📁 将数据库中的记录生成Insert或Update语句
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object frmMain: TfrmMain
  Left = 247
  Top = 177
  Width = 696
  Height = 550
  Caption = #29983#25104'SQL'#35821#21477
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnClose = FormClose
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object plBottom: TSeSkinPanel
    Left = 0
    Top = 475
    Width = 688
    Height = 41
    Performance = kspNoBuffer
    Transparent = True
    Align = alBottom
    AnimateRoll = False
    BevelWidth = 1
    BorderWidth = 3
    ButtonKind = pbkRoll
    Caption = 'plBottom'
    Rolled = False
    ParentRoll = False
    ShowBevel = True
    ShowButton = True
    ShowCaption = False
    SkinEngine = SeSkinEngine1
    SkinObject = 'Panel'
    NormalHeight = {00000000}
    object Progress: TSeSkinProgressBar
      Left = 8
      Top = 8
      Width = 393
      Height = 25
      Performance = kspDoubleBuffer
      Transparent = True
      BorderWidth = 0
      Position = 0
      Orientation = kboHorizontal
      ShowBorder = True
      Smooth = False
      SkinEngine = SeSkinEngine1
      SkinObject = 'ProgressBar'
    end
    object btnGenerate: TSeSkinButton
      Left = 408
      Top = 8
      Width = 75
      Height = 25
      Performance = kspDoubleBuffer
      Transparent = False
      OnClick = lbTablesDblClick
      BlackAndWhiteGlyph = False
      Caption = #29983#25104
      State = kbsNormal
      TabOrder = 1
      WordWrap = False
      ShowCaption = True
      ShowGlyph = True
      SkinEngine = SeSkinEngine1
      SkinObject = 'Button'
    end
    object btnSave: TSeSkinButton
      Left = 488
      Top = 8
      Width = 75
      Height = 25
      Performance = kspDoubleBuffer
      Transparent = False
      OnClick = btnSaveClick
      BlackAndWhiteGlyph = False
      Caption = #20445#23384
      State = kbsNormal
      TabOrder = 2
      WordWrap = False
      ShowCaption = True
      ShowGlyph = True
      SkinEngine = SeSkinEngine1
      SkinObject = 'Button'
    end
    object btnClose: TSeSkinButton
      Left = 608
      Top = 8
      Width = 75
      Height = 25
      Performance = kspDoubleBuffer
      Transparent = False
      OnClick = btnCloseClick
      BlackAndWhiteGlyph = False
      Caption = #20851#38381
      State = kbsNormal
      TabOrder = 3
      WordWrap = False
      ShowCaption = True
      ShowGlyph = True
      SkinEngine = SeSkinEngine1
      SkinObject = 'Button'
    end
  end
  object plClient: TSeSkinPanel
    Left = 0
    Top = 201
    Width = 688
    Height = 274
    Performance = kspNoBuffer
    Transparent = True
    Align = alClient
    AnimateRoll = False
    BevelWidth = 1
    BorderWidth = 3
    ButtonKind = pbkRoll
    Caption = #29983#25104'SQL'
    Rolled = False
    ParentRoll = False
    ShowBevel = True
    ShowButton = False
    ShowCaption = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Panel'
    NormalHeight = {00000000}
    object Splitter1: TSplitter
      Left = 205
      Top = 27
      Width = 8
      Height = 243
      Beveled = True
    end
    object plLeft: TSeSkinPanel
      Left = 4
      Top = 27
      Width = 201
      Height = 243
      Performance = kspNoBuffer
      Transparent = True
      Align = alLeft
      AnimateRoll = False
      BevelWidth = 1
      BorderWidth = 3
      ButtonKind = pbkRoll
      Caption = 'plLeft'
      Rolled = False
      ParentRoll = False
      ShowBevel = True
      ShowButton = True
      ShowCaption = False
      SkinEngine = SeSkinEngine1
      SkinObject = 'Panel'
      NormalHeight = {00000000}
      object lbTables: TSeSkinListBox
        Left = 4
        Top = 4
        Width = 193
        Height = 235
        Performance = kspDoubleBuffer
        Transparent = True
        OnDblClick = lbTablesDblClick
        Align = alClient
        AllowGrayed = False
        AlwaysShowScrlBar = False
        BevelSides = [kbsLeft, kbsTop, kbsRight, kbsBottom]
        BevelInner = kbvLowered
        BevelOuter = kbvLowered
        BevelKind = kbkSingle
        BevelWidth = 1
        BorderWidth = 0
        Columns = 0
        Flat = True
        ItemHeight = 16
        MultiSelect = False
        ShowCheckBoxes = False
        ListStyle = lbStandard
        TabOrder = 0
        WordWrap = False
        SkinEngine = SeSkinEngine1
        SkinObject = 'ListBox'
      end
    end
    object txtSQLS: TSeSkinMemo
      Left = 213
      Top = 27
      Width = 471
      Height = 243
      Align = alClient
      Color = clWhite
      ScrollBars = ssBoth
      TabOrder = 1
      SkinEngine = SeSkinEngine1
      SkinObject = 'Edit'
    end
  end
  object plTop: TSeSkinPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 201
    Performance = kspNoBuffer
    Transparent = True
    Align = alTop
    AnimateRoll = False
    BevelWidth = 1
    BorderWidth = 3
    ButtonKind = pbkRoll
    Caption = '  '#35774#32622
    Rolled = False
    ParentRoll = False
    ShowBevel = True
    ShowButton = True
    ShowCaption = True
    SkinEngine = SeSkinEngine1
    SkinObject = 'Panel'
    NormalHeight = {00000000}
    object lblOrderBy: TSeSkinLabel
      Left = 368
      Top = 76
      Width = 41
      Height = 13
      Performance = kspNoBuffer
      Transparent = True
      Caption = 'Order By'
      Color = clBtnFace
      ParentColor = False
      SkinObject = 'Label'
    end
    object lblWhere: TSeSkinLabel
      Left = 368
      Top = 100
      Width = 32
      Height = 13
      Performance = kspNoBuffer
      Transparent = True
      Caption = 'Where'
      Color = clBtnFace
      ParentColor = False
      SkinObject = 'Label'
    end
    object plOracle: TSeSkinPanel
      Left = 8
      Top = 44
      Width = 353
      Height = 153
      Performance = kspNoBuffer
      Transparent = True
      AnimateRoll = False
      BevelWidth = 1
      BorderWidth = 3
      ButtonKind = pbkRoll
      Caption = 'plOracle'
      Rolled = False
      ParentRoll = False
      ShowBevel = True
      ShowButton = True
      ShowCaption = False

⌨️ 快捷键说明

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