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

📄 dblink.~dfm

📁 这是用delphi开发的一个物资管理信息系统
💻 ~DFM
字号:
object dblinkfrm: Tdblinkfrm
  Left = 367
  Top = 145
  Width = 301
  Height = 346
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #36830#25509#25968#25454#24211
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 293
    Height = 312
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 40
      Width = 81
      Height = 25
      AutoSize = False
      Caption = #29992#25143#21517
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -21
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label2: TLabel
      Left = 40
      Top = 96
      Width = 64
      Height = 21
      Caption = #23494'  '#30721
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -21
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label3: TLabel
      Left = 40
      Top = 144
      Width = 63
      Height = 21
      Caption = #26381#21153#22120
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -21
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label4: TLabel
      Left = 40
      Top = 184
      Width = 63
      Height = 21
      Caption = #25968#25454#24211
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -21
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object user_ed: TEdit
      Left = 120
      Top = 40
      Width = 113
      Height = 21
      Hint = #35831#36755#20837#29992#25143#21517
      Color = clScrollBar
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object pwd_ed: TEdit
      Left = 120
      Top = 96
      Width = 113
      Height = 21
      Color = clScrollBar
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 1
    end
    object server_ed: TEdit
      Left = 120
      Top = 144
      Width = 113
      Height = 21
      Color = clScrollBar
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object database_ed: TEdit
      Left = 120
      Top = 184
      Width = 113
      Height = 21
      Color = clScrollBar
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
    end
    object connect_btn: TBitBtn
      Left = 40
      Top = 240
      Width = 75
      Height = 25
      Caption = #36830#25509
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = connect_btnClick
      Kind = bkYes
    end
    object cancel_btn: TBitBtn
      Left = 160
      Top = 240
      Width = 75
      Height = 25
      Caption = #21462#28040
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      Kind = bkNo
    end
  end
end

⌨️ 快捷键说明

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