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

📄 dbset_unit.~dfm

📁 ceshi de bu yao xiazai
💻 ~DFM
字号:
object dbset_form: Tdbset_form
  Left = 222
  Top = 203
  Width = 528
  Height = 315
  BorderIcons = [biSystemMenu]
  Caption = 'DBSET'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 520
    Height = 249
    Align = alTop
    Caption = 'Panel1'
    TabOrder = 0
    object GroupBox2: TGroupBox
      Left = 249
      Top = 1
      Width = 270
      Height = 247
      Align = alClient
      Caption = 'TIPTOP'#36039#26009#24235
      TabOrder = 0
      object Label4: TLabel
        Left = 24
        Top = 32
        Width = 121
        Height = 13
        AutoSize = False
        Caption = #35531#36984#25799'TIPTOP'#36039#26009#24235':'
      end
      object TIPTEST: TButton
        Left = 96
        Top = 208
        Width = 75
        Height = 25
        Caption = #28204#35430#36899#25509
        TabOrder = 0
        OnClick = TIPTESTClick
      end
      object tiptopdb: TComboBox
        Left = 56
        Top = 104
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 1
        OnKeyPress = SFCDBKeyPress
      end
    end
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 248
      Height = 247
      Align = alLeft
      Caption = 'SFC'#36039#26009#24235
      TabOrder = 1
      object Label1: TLabel
        Left = 16
        Top = 32
        Width = 137
        Height = 13
        AutoSize = False
        Caption = #35531#36984#25799'SFC'#36039#26009#24235':'
      end
      object Label2: TLabel
        Left = 16
        Top = 88
        Width = 65
        Height = 13
        AutoSize = False
        Caption = #29992#25142#21517':'
      end
      object Label3: TLabel
        Left = 16
        Top = 144
        Width = 32
        Height = 13
        AutoSize = False
        Caption = #23494#30908':'
      end
      object SFCDB: TComboBox
        Left = 24
        Top = 56
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        OnChange = SFCDBChange
        OnKeyPress = SFCDBKeyPress
      end
      object SFCUSER: TEdit
        Left = 24
        Top = 112
        Width = 145
        Height = 21
        TabOrder = 1
        OnKeyPress = SFCUSERKeyPress
      end
      object SFCPASS: TEdit
        Left = 24
        Top = 168
        Width = 145
        Height = 21
        PasswordChar = '*'
        TabOrder = 2
        OnKeyPress = SFCPASSKeyPress
      end
      object SFCTEST: TButton
        Left = 56
        Top = 208
        Width = 75
        Height = 25
        Caption = #28204#35430#36899#25509
        TabOrder = 3
        OnClick = SFCTESTClick
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 249
    Width = 520
    Height = 39
    Align = alClient
    TabOrder = 1
    object Button1: TButton
      Left = 112
      Top = 8
      Width = 75
      Height = 25
      Caption = #30906#23450
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 304
      Top = 8
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = Button2Click
    end
  end
  object testdatabase: TDatabase
    AliasName = 'fox'
    DatabaseName = 'test'
    LoginPrompt = False
    Params.Strings = (
      'USER NAME='
      'PASSWORD=')
    SessionName = 'Default'
    Left = 200
    Top = 120
  end
end

⌨️ 快捷键说明

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