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

📄 unit10.~dfm

📁 仓库管理系统
💻 ~DFM
字号:
object Form10: TForm10
  Left = 277
  Top = 177
  Width = 696
  Height = 480
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #20986#24211#20449#24687#26597#35810
  Color = clBtnFace
  Constraints.MaxHeight = 480
  Constraints.MaxWidth = 696
  Constraints.MinHeight = 480
  Constraints.MinWidth = 696
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 673
    Height = 113
    Caption = #25353#31867#21035
    TabOrder = 0
    object RadioButton2: TRadioButton
      Left = 32
      Top = 48
      Width = 113
      Height = 17
      Caption = '5'#20803#21040'10'#20803
      TabOrder = 0
    end
    object RadioButton3: TRadioButton
      Left = 32
      Top = 80
      Width = 113
      Height = 17
      Caption = '10'#20803#20197#19979
      TabOrder = 1
    end
    object Button1: TButton
      Left = 488
      Top = 48
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 2
      OnClick = Button1Click
    end
    object RadioButton1: TRadioButton
      Left = 32
      Top = 16
      Width = 113
      Height = 17
      Caption = '5'#20803#20197#19979
      Checked = True
      TabOrder = 3
      TabStop = True
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 128
    Width = 673
    Height = 305
    Caption = #26597#35810#32467#26524
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 16
      Top = 16
      Width = 649
      Height = 281
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 272
    Top = 88
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=course;Data Source=(local)'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 328
    Top = 88
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 384
    Top = 88
  end
end

⌨️ 快捷键说明

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