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

📄 unit1.~dfm

📁 仓库设备管理系统
💻 ~DFM
字号:
object Form1: TForm1
  Left = 182
  Top = 167
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 272
    Top = 96
    Width = 185
    Height = 41
    Caption = 'Panel1'
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 168
    Top = 168
    Width = 401
    Height = 153
    Caption = 'GroupBox1'
    TabOrder = 1
    object Label1: TLabel
      Left = 48
      Top = 48
      Width = 32
      Height = 13
      Caption = 'Label1'
    end
    object Label2: TLabel
      Left = 48
      Top = 96
      Width = 32
      Height = 13
      Caption = 'Label2'
    end
    object Edit1: TEdit
      Left = 152
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 152
      Top = 88
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
      Text = 'Edit2'
    end
  end
  object Button1: TButton
    Left = 208
    Top = 376
    Width = 75
    Height = 25
    Caption = 'Button1'
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 384
    Top = 376
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 3
    OnClick = Button2Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=niu;Data Source=b-049'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 80
    Top = 80
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 80
    Top = 152
  end
end

⌨️ 快捷键说明

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