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

📄 unit14.~dfm

📁 仓库管理系统
💻 ~DFM
字号:
object Form14: TForm14
  Left = 237
  Top = 195
  Width = 553
  Height = 363
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #21830#21697#31867#21035#31649#29702
  Color = clBtnFace
  Constraints.MaxHeight = 363
  Constraints.MaxWidth = 553
  Constraints.MinHeight = 363
  Constraints.MinWidth = 553
  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 = 289
    Height = 313
    Caption = #21015#34920
    TabOrder = 0
    object ListView1: TListView
      Left = 16
      Top = 16
      Width = 265
      Height = 289
      Columns = <
        item
          Caption = #31867#21035#21495
        end
        item
          Caption = #31867#21035
        end>
      GridLines = True
      TabOrder = 0
      ViewStyle = vsReport
      OnClick = ListView1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 304
    Top = 16
    Width = 225
    Height = 161
    Caption = #25805#20316
    TabOrder = 1
    object RadioButton1: TRadioButton
      Left = 48
      Top = 24
      Width = 113
      Height = 17
      Caption = #28155#21152#31867#21035
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 48
      Top = 72
      Width = 113
      Height = 17
      Caption = #21024#38500#31867#21035
      TabOrder = 1
    end
    object RadioButton3: TRadioButton
      Left = 48
      Top = 120
      Width = 113
      Height = 17
      Caption = #20462#25913#31867#21035
      TabOrder = 2
    end
  end
  object GroupBox3: TGroupBox
    Left = 304
    Top = 184
    Width = 225
    Height = 81
    Caption = #36873#39033
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 39
      Height = 13
      Caption = #31867#21035#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 32
      Top = 56
      Width = 26
      Height = 13
      Caption = #31867#21035
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 80
      Top = 16
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 80
      Top = 48
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 304
    Top = 288
    Width = 75
    Height = 25
    Caption = #21047#26032#21015#34920
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 384
    Top = 288
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 464
    Top = 288
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 5
    OnClick = Button3Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=course;Data Source=(local);Use Procedur' +
      'e for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation' +
      ' ID=AGAN;Use Encryption for Data=False;Tag with column collation' +
      ' when possible=False'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 184
    Top = 112
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from Table7')
    Left = 240
    Top = 112
  end
end

⌨️ 快捷键说明

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