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

📄 datarange.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 401
  Height = 471
  Caption = 'Form1'
  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 DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 393
    Height = 265
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 48
    Top = 416
    Width = 75
    Height = 25
    Caption = #31532#19968#26465
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 120
    Top = 416
    Width = 75
    Height = 25
    Caption = #19978#19968#26465
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 192
    Top = 416
    Width = 75
    Height = 25
    Caption = #19979#19968#26465
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 264
    Top = 416
    Width = 75
    Height = 25
    Caption = #26368#21518#19968#26465
    TabOrder = 4
    OnClick = Button5Click
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 272
    Width = 393
    Height = 57
    Caption = #25968#25454#26816#32034
    TabOrder = 5
    object Label1: TLabel
      Left = 24
      Top = 28
      Width = 49
      Height = 13
      Caption = 'CustNo'#20174
    end
    object Label2: TLabel
      Left = 160
      Top = 28
      Width = 14
      Height = 13
      Caption = #33267
    end
    object Edit1: TEdit
      Left = 72
      Top = 20
      Width = 81
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 176
      Top = 20
      Width = 81
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 262
      Top = 16
      Width = 75
      Height = 25
      Caption = #26816#32034
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 336
    Width = 393
    Height = 73
    Caption = #20462#25913#26816#32034#36793#30028
    TabOrder = 6
    object Label4: TLabel
      Left = 16
      Top = 28
      Width = 35
      Height = 13
      Caption = 'CustNo'
    end
    object Label3: TLabel
      Left = 64
      Top = 24
      Width = 42
      Height = 13
      Caption = #24320#22987#65306
    end
    object Label5: TLabel
      Left = 64
      Top = 48
      Width = 42
      Height = 13
      Caption = #32467#26463#65306
    end
    object Edit3: TEdit
      Left = 104
      Top = 20
      Width = 81
      Height = 21
      TabOrder = 0
    end
    object Edit4: TEdit
      Left = 104
      Top = 44
      Width = 81
      Height = 21
      TabOrder = 1
    end
    object Button6: TButton
      Left = 192
      Top = 24
      Width = 75
      Height = 25
      Caption = #26816#32034
      TabOrder = 2
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 272
      Top = 24
      Width = 75
      Height = 25
      Caption = #21462#28040#26816#32034
      TabOrder = 3
      OnClick = Button7Click
    end
  end
  object Table1: TTable
    AutoCalcFields = False
    DatabaseName = 'DBDEMOS'
    Left = 24
    Top = 208
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 56
    Top = 208
  end
end

⌨️ 快捷键说明

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