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

📄 unit13.~dfm

📁 仓库管理系统
💻 ~DFM
字号:
object Form13: TForm13
  Left = 206
  Top = 203
  Width = 656
  Height = 344
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #21830#21697#20449#24687#31649#29702
  Color = clBtnFace
  Constraints.MaxHeight = 344
  Constraints.MaxWidth = 656
  Constraints.MinHeight = 344
  Constraints.MinWidth = 656
  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 = 633
    Height = 297
    Caption = #21015#34920
    TabOrder = 0
    object ListView1: TListView
      Left = 8
      Top = 16
      Width = 377
      Height = 265
      Color = clMenu
      Columns = <
        item
          Caption = #21830#21697#21495
        end
        item
          Caption = #21830#21697#21517
        end
        item
          Caption = #31867#21035#21495
        end
        item
          Caption = #21333#20215
        end>
      GridLines = True
      TabOrder = 0
      ViewStyle = vsReport
      OnClick = ListView1Click
    end
    object Button1: TButton
      Left = 392
      Top = 264
      Width = 75
      Height = 25
      Caption = #21047#26032#21015#34920
      TabOrder = 1
      OnClick = Button1Click
    end
    object GroupBox2: TGroupBox
      Left = 408
      Top = 8
      Width = 217
      Height = 89
      Caption = #25805#20316
      TabOrder = 2
      object RadioButton1: TRadioButton
        Left = 72
        Top = 16
        Width = 113
        Height = 17
        Caption = #28155#21152#21830#21697
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = RadioButton1Click
      end
      object RadioButton2: TRadioButton
        Left = 72
        Top = 40
        Width = 113
        Height = 17
        Caption = #21024#38500#21830#21697
        TabOrder = 1
      end
      object RadioButton3: TRadioButton
        Left = 72
        Top = 64
        Width = 113
        Height = 17
        Caption = #20462#25913#21830#21697
        TabOrder = 2
      end
    end
    object GroupBox3: TGroupBox
      Left = 408
      Top = 104
      Width = 217
      Height = 153
      Caption = #36873#39033
      TabOrder = 3
      object Label1: TLabel
        Left = 32
        Top = 16
        Width = 39
        Height = 13
        Caption = #21830#21697#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 = 48
        Width = 39
        Height = 13
        Caption = #21830#21697#21517
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Label3: TLabel
        Left = 32
        Top = 80
        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 Label4: TLabel
        Left = 40
        Top = 112
        Width = 26
        Height = 13
        Caption = #21333#20215
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Edit1: TEdit
        Left = 88
        Top = 16
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
      end
      object Edit2: TEdit
        Left = 88
        Top = 48
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 1
      end
      object Edit3: TEdit
        Left = 88
        Top = 80
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 2
      end
      object Edit4: TEdit
        Left = 88
        Top = 112
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 3
      end
    end
    object Button2: TButton
      Left = 472
      Top = 264
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 4
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 552
      Top = 264
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 5
      OnClick = Button3Click
    end
  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 = 224
    Top = 224
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select *'
      'from Table6'
      '')
    Left = 272
    Top = 224
  end
end

⌨️ 快捷键说明

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