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

📄 untadolinksetting.dfm

📁 车辆管理系统
💻 DFM
字号:
inherited frmADOLinkSetting: TfrmADOLinkSetting
  Left = 351
  Top = 38
  ActiveControl = Edit1
  Caption = 'ADOLinkSetting'
  ClientHeight = 489
  ClientWidth = 419
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object GroupBox1: TGroupBox
    Left = 17
    Top = 14
    Width = 386
    Height = 413
    Caption = 'General'
    TabOrder = 2
    object Label1: TLabel
      Left = 16
      Top = 29
      Width = 88
      Height = 15
      Caption = 'Server Name'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 36
      Top = 110
      Width = 56
      Height = 15
      Caption = 'Connect'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 73
      Top = 199
      Width = 80
      Height = 15
      Caption = 'Login Name'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Bevel1: TBevel
      Left = 103
      Top = 117
      Width = 228
      Height = 2
    end
    object Label4: TLabel
      Left = 73
      Top = 235
      Width = 64
      Height = 15
      Caption = 'PassWord'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Bevel2: TBevel
      Left = 76
      Top = 315
      Width = 292
      Height = 2
    end
    object Label5: TLabel
      Left = 15
      Top = 308
      Width = 56
      Height = 15
      Caption = 'Options'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 82
      Top = 371
      Width = 104
      Height = 15
      Caption = 'Connectimeout'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 254
      Top = 371
      Width = 48
      Height = 15
      Caption = 'Second'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 16
      Top = 69
      Width = 64
      Height = 15
      Caption = 'App Name'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 107
      Top = 27
      Width = 164
      Height = 24
      TabOrder = 0
    end
    object RadioButton1: TRadioButton
      Left = 36
      Top = 135
      Width = 255
      Height = 19
      Caption = 'Use Windows authentication'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 36
      Top = 162
      Width = 273
      Height = 19
      Caption = 'Use SQL Server authentication'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = RadioButton2Click
    end
    object Edit2: TEdit
      Left = 172
      Top = 199
      Width = 137
      Height = 24
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 4
    end
    object Edit3: TEdit
      Left = 172
      Top = 230
      Width = 137
      Height = 24
      PasswordChar = '*'
      TabOrder = 5
    end
    object CheckBox1: TCheckBox
      Left = 18
      Top = 272
      Width = 355
      Height = 19
      Caption = 'Always prompt for login nameand password'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
      TabOrder = 6
    end
    object CheckBox2: TCheckBox
      Left = 82
      Top = 335
      Width = 155
      Height = 20
      Caption = 'KeepConnection'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
      TabOrder = 7
    end
    object Edit4: TEdit
      Left = 190
      Top = 365
      Width = 56
      Height = 24
      TabOrder = 8
    end
    object Edit5: TEdit
      Left = 107
      Top = 63
      Width = 268
      Height = 24
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 231
    Top = 445
    Width = 85
    Height = 29
    Caption = 'OK'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 317
    Top = 445
    Width = 85
    Height = 29
    Caption = 'Cancel'
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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