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

📄 unit2.~dfm

📁 是用delphi与sql一块作的
💻 ~DFM
字号:
object yh: Tyh
  Left = 202
  Top = 227
  BiDiMode = bdRightToLeftNoAlign
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#24405
  ClientHeight = 255
  ClientWidth = 316
  Color = clMedGray
  TransparentColor = True
  TransparentColorValue = clGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  ParentBiDiMode = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 112
    Top = 216
    Width = 71
    Height = 30
    Caption = 'Label4'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -29
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
    Transparent = False
  end
  object Panel1: TPanel
    Left = 16
    Top = 56
    Width = 281
    Height = 153
    BevelOuter = bvLowered
    BorderStyle = bsSingle
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 16
      Width = 137
      Height = 19
      Caption = #35831#36755#20837#24080#21495#23494#30721':  '
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #21326#25991#20013#23435
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 40
      Top = 48
      Width = 46
      Height = 16
      Caption = #24080#21495':  '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
    end
    object Label3: TLabel
      Left = 40
      Top = 80
      Width = 46
      Height = 16
      Caption = #23494#30721':  '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
    end
    object zh: TEdit
      Left = 104
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object mm: TEdit
      Left = 104
      Top = 80
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object Button1: TButton
      Left = 24
      Top = 112
      Width = 75
      Height = 25
      BiDiMode = bdLeftToRight
      Caption = #30331#24405
      ParentBiDiMode = False
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 112
      Top = 112
      Width = 75
      Height = 25
      Caption = #28165#38500
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 200
      Top = 112
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
      OnClick = Button3Click
    end
  end
  object Panel2: TPanel
    Left = 40
    Top = 8
    Width = 225
    Height = 41
    BevelOuter = bvNone
    Color = clBtnHighlight
    TabOrder = 1
    object Label5: TLabel
      Left = 5
      Top = 10
      Width = 225
      Height = 24
      Caption = #22914#26377#19981#36275#25964#35831#25351#27491#65281
      Font.Charset = GB2312_CHARSET
      Font.Color = clGreen
      Font.Height = -24
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
    end
    object Label6: TLabel
      Left = 2
      Top = 10
      Width = 225
      Height = 24
      Caption = #27426#36814#20351#29992#27492#31995#32479#65281#65281
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -24
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
    end
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 8
    Top = 16
  end
  object Timer1: TTimer
    Interval = 20
    OnTimer = Timer1Timer
    Top = 224
  end
  object Timer2: TTimer
    Interval = 20
    OnTimer = Timer2Timer
    Left = 248
    Top = 232
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#20225#19994#20154#21147#36164#28304#31649#29702#31995#32479
    Provider = 'SQLOLEDB.1'
    Left = 272
    Top = 16
  end
end

⌨️ 快捷键说明

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