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

📄 loginunit.dfm

📁 航班管理
💻 DFM
字号:
object Form3: TForm3
  Left = 264
  Top = 113
  BorderStyle = bsDialog
  Caption = #30331#38470#30028#38754
  ClientHeight = 330
  ClientWidth = 498
  Color = clGradientActiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 128
    Top = 248
    Width = 81
    Height = 25
    Caption = #30830#35748
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 264
    Top = 248
    Width = 81
    Height = 25
    Caption = #21462#28040
    OnClick = SpeedButton2Click
  end
  object Panel1: TPanel
    Left = 80
    Top = 48
    Width = 337
    Height = 169
    Color = clCaptionText
    TabOrder = 0
    object Label1: TLabel
      Left = 48
      Top = 32
      Width = 54
      Height = 16
      Caption = #29992#25143#21517'      '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 48
      Top = 88
      Width = 39
      Height = 16
      Caption = #23494#30721'     '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 136
      Top = 32
      Width = 129
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 136
      Top = 88
      Width = 137
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object DataSource1: TDataSource
    Left = 424
    Top = 160
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source='#33322#29677#31649#29702#25968#25454#24211'.mdb;Mode=Re' +
      'adWrite;Persist Security Info=False'
    CursorType = ctStatic
    DataSource = DataSource1
    Parameters = <>
    SQL.Strings = (
      'select * from '#31649#29702#21592#34920)
    Left = 392
    Top = 160
  end
end

⌨️ 快捷键说明

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