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

📄 unit1.~dfm

📁 sql server 2005书中11到16章的全部代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 202
  Top = 115
  Width = 544
  Height = 413
  Caption = #25968#25454#24211#25968#25454#30340#31579#36873
  Color = clBtnFace
  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 = 112
    Top = 8
    Width = 233
    Height = 24
    AutoSize = False
    Caption = #25968#25454#24211#25968#25454#30340#31579#36873
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 312
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #23383#27573#21517#31216
  end
  object Label3: TLabel
    Left = 160
    Top = 312
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #26465#20214#31526#21495
  end
  object Label4: TLabel
    Left = 312
    Top = 312
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #26465#20214#20540
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 48
    Width = 465
    Height = 249
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #23398#21495
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #33521#35821
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25968#23398
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = #35821#25991
        Width = 60
        Visible = True
      end>
  end
  object ComboBox1: TComboBox
    Left = 80
    Top = 312
    Width = 65
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = #35831#36873#25321
  end
  object ComboBox2: TComboBox
    Left = 224
    Top = 312
    Width = 73
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = '>'
    Items.Strings = (
      '>='
      '<'
      '<='
      '='
      '<>'
      '>')
  end
  object Edit1: TEdit
    Left = 360
    Top = 312
    Width = 73
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 40
    Top = 352
    Width = 49
    Height = 25
    Caption = #31579' '#36873
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 352
    Width = 49
    Height = 25
    Caption = #19978#19968#26465
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 200
    Top = 352
    Width = 49
    Height = 25
    Caption = #19979#19968#26465
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 288
    Top = 352
    Width = 89
    Height = 25
    Caption = #26174#31034#20840#37096#25968#25454
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = Button4Click
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=datbase.mdb;Persist' +
      ' Security Info=False'
    CursorType = ctStatic
    OnFilterRecord = ADOTable1FilterRecord
    TableName = 'stu'
    Left = 384
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 432
    Top = 8
  end
end

⌨️ 快捷键说明

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