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

📄 unit15.dfm

📁 一个可以用于书店的图书信息管理系统
💻 DFM
字号:
object Form15: TForm15
  Left = 264
  Top = 140
  Width = 586
  Height = 420
  Caption = #29992#25143#31649#29702
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 40
    Width = 40
    Height = 19
    Caption = #31561#32423
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label2: TLabel
    Left = 32
    Top = 96
    Width = 60
    Height = 19
    Caption = #29992#25143#21517
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label3: TLabel
    Left = 320
    Top = 176
    Width = 40
    Height = 19
    Caption = #31561#32423
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label4: TLabel
    Left = 312
    Top = 224
    Width = 60
    Height = 19
    Caption = #29992#25143#21517
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label5: TLabel
    Left = 320
    Top = 288
    Width = 40
    Height = 19
    Caption = #23494#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label6: TLabel
    Left = 48
    Top = 152
    Width = 34
    Height = 16
    Caption = #23494#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 112
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 112
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 40
    Top = 192
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 40
    Top = 272
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 40
    Top = 312
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 4
    OnClick = Button3Click
  end
  object DBEdit1: TDBEdit
    Left = 392
    Top = 176
    Width = 121
    Height = 21
    DataField = #31561#32423
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit2: TDBEdit
    Left = 392
    Top = 232
    Width = 121
    Height = 21
    DataField = #29992#25143#21517
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit3: TDBEdit
    Left = 392
    Top = 288
    Width = 121
    Height = 21
    DataField = #23494#30721
    DataSource = DataSource1
    TabOrder = 7
  end
  object Button4: TButton
    Left = 40
    Top = 352
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 8
    OnClick = Button4Click
  end
  object DBGrid1: TDBGrid
    Left = 272
    Top = 16
    Width = 305
    Height = 113
    DataSource = DataSource1
    TabOrder = 9
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit3: TEdit
    Left = 112
    Top = 152
    Width = 121
    Height = 21
    TabOrder = 10
  end
  object Button5: TButton
    Left = 40
    Top = 232
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 11
    OnClick = Button5Click
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;User ID=sa;Initial Catalog='#22270#20070#20449#24687#31649#29702';Data Source=LANREN'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#29992#25143#31649#29702)
    Left = 24
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 64
  end
end

⌨️ 快捷键说明

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