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

📄 umain.dfm

📁 Crlab公司用来连接MySQL数据库的控件
💻 DFM
字号:
inherited fmMain: TfmMain
  Height = 491
  Width = 630
  OnCreate = IWAppFormCreate
  DesignLeft = 232
  DesignTop = 119
  inherited IWRectangle: TIWRectangle
    Width = 609
  end
  inherited lbPageName: TIWLabel
    Left = 581
    Width = 33
    Caption = 'Main'
  end
  inherited rgConnection: TIWRegion
    Width = 604
    inherited IWRectangle4: TIWRectangle
      Width = 602
    end
  end
  object IWRegion4: TIWRegion
    Left = 16
    Top = 127
    Width = 306
    Height = 173
    Anchors = [akLeft, akTop, akRight]
    TabOrder = 1
    Color = clBlack
    DesignSize = (
      306
      173)
    object IWRectangle3: TIWRectangle
      Left = 1
      Top = 1
      Width = 304
      Height = 171
      Anchors = [akLeft, akTop, akRight, akBottom]
      ShowHint = True
      ParentShowHint = False
      ZIndex = -1
      Font.Color = clNone
      Font.Enabled = True
      Font.Size = 10
      Font.Style = []
      Color = 14811135
      Alignment = taLeftJustify
      VAlign = vaMiddle
    end
    object edUsername: TIWEdit
      Left = 112
      Top = 23
      Width = 163
      Height = 21
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      BGColor = clNone
      DoSubmitValidation = True
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edUsername'
      MaxLength = 0
      ReadOnly = False
      Required = False
      ScriptEvents = <>
      TabOrder = 2
      PasswordPrompt = False
    end
    object IWLabel1: TIWLabel
      Left = 20
      Top = 25
      Width = 81
      Height = 16
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = [fsBold]
      Caption = 'Username'
      RawText = False
    end
    object IWLabel2: TIWLabel
      Left = 20
      Top = 60
      Width = 77
      Height = 16
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = [fsBold]
      Caption = 'Password'
      RawText = False
    end
    object edPassword: TIWEdit
      Left = 112
      Top = 58
      Width = 163
      Height = 21
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      BGColor = clNone
      DoSubmitValidation = True
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edPassword'
      MaxLength = 0
      ReadOnly = False
      Required = False
      ScriptEvents = <>
      TabOrder = 3
      PasswordPrompt = True
    end
    object IWLabel3: TIWLabel
      Left = 20
      Top = 95
      Width = 52
      Height = 16
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = [fsBold]
      Caption = 'Server'
      RawText = False
    end
    object edServer: TIWEdit
      Left = 112
      Top = 93
      Width = 163
      Height = 21
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      BGColor = clNone
      DoSubmitValidation = True
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edServer'
      MaxLength = 0
      ReadOnly = False
      Required = False
      ScriptEvents = <>
      TabOrder = 4
      PasswordPrompt = False
    end
    object IWLabel5: TIWLabel
      Left = 21
      Top = 130
      Width = 75
      Height = 16
      ZIndex = 0
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = [fsBold]
      Caption = 'Database'
    end
    object edDatabase: TIWEdit
      Left = 112
      Top = 128
      Width = 163
      Height = 21
      ZIndex = 0
      BGColor = clNone
      DoSubmitValidation = True
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edDatabase'
      MaxLength = 0
      ReadOnly = False
      Required = False
      ScriptEvents = <>
      TabOrder = 5
      PasswordPrompt = False
    end
  end
  object IWRegion1: TIWRegion
    Left = 329
    Top = 127
    Width = 291
    Height = 174
    Anchors = [akTop, akRight]
    TabOrder = 2
    Color = clBlack
    DesignSize = (
      291
      174)
    object IWRectangle1: TIWRectangle
      Left = 1
      Top = 1
      Width = 289
      Height = 172
      Anchors = [akLeft, akTop, akRight, akBottom]
      ShowHint = True
      ParentShowHint = False
      ZIndex = -1
      Font.Color = clNone
      Font.Enabled = True
      Font.Size = 10
      Font.Style = []
      Color = 14811135
      Alignment = taLeftJustify
      VAlign = vaMiddle
    end
    object cbDisconnectedMode: TIWCheckBox
      Left = 8
      Top = 8
      Width = 164
      Height = 21
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      Caption = 'DisconnectedMode'
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = [fsBold]
      ScriptEvents = <>
      DoSubmitValidation = True
      Style = stNormal
      TabOrder = 6
      Checked = False
    end
    object cbFailover: TIWCheckBox
      Left = 8
      Top = 35
      Width = 121
      Height = 21
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      Caption = 'Failover'
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = [fsBold]
      ScriptEvents = <>
      DoSubmitValidation = True
      Style = stNormal
      TabOrder = 7
      Checked = False
    end
    object cbPooling: TIWCheckBox
      Left = 8
      Top = 62
      Width = 121
      Height = 21
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      Caption = 'Pooling'
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = [fsBold]
      ScriptEvents = <>
      DoSubmitValidation = True
      Style = stNormal
      TabOrder = 8
      Checked = False
    end
    object edConnectionLifeTime: TIWEdit
      Left = 157
      Top = 88
      Width = 101
      Height = 21
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      BGColor = clNone
      DoSubmitValidation = True
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edConnectionLifeTime'
      MaxLength = 0
      ReadOnly = False
      Required = False
      ScriptEvents = <>
      TabOrder = 9
      PasswordPrompt = False
      Text = 'edConnectionLifeTime'
    end
    object IWLabel4: TIWLabel
      Left = 26
      Top = 90
      Width = 140
      Height = 16
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      Caption = 'ConnectionLifeTime'
      RawText = False
    end
    object edMaxPoolSize: TIWEdit
      Left = 157
      Top = 115
      Width = 101
      Height = 21
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      BGColor = clNone
      DoSubmitValidation = True
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edMaxPoolSize'
      MaxLength = 0
      ReadOnly = False
      Required = False
      ScriptEvents = <>
      TabOrder = 10
      PasswordPrompt = False
      Text = 'edMaxPoolSize'
    end
    object edMinPoolSize: TIWEdit
      Left = 157
      Top = 142
      Width = 101
      Height = 21
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      BGColor = clNone
      DoSubmitValidation = True
      Editable = True
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      FriendlyName = 'edMinPoolSize'
      MaxLength = 0
      ReadOnly = False
      Required = False
      ScriptEvents = <>
      TabOrder = 11
      PasswordPrompt = False
      Text = 'edMinPoolSize'
    end
    object IWLabel6: TIWLabel
      Left = 26
      Top = 117
      Width = 88
      Height = 16
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      Caption = 'MaxPoolSize'
      RawText = False
    end
    object IWLabel7: TIWLabel
      Left = 26
      Top = 144
      Width = 83
      Height = 16
      ShowHint = True
      ParentShowHint = False
      ZIndex = 0
      Font.Color = clNone
      Font.Enabled = True
      Font.FontName = 'Verdana'
      Font.Size = 10
      Font.Style = []
      Caption = 'MinPoolSize'
      RawText = False
    end
  end
end  

⌨️ 快捷键说明

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