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

📄 unit2.dfm

📁 商场客户管理系统: 该系统为数据库上机实验操作。 主要是针对数据库查询
💻 DFM
字号:
object Form2: TForm2
  Left = 250
  Top = 233
  Width = 696
  Height = 480
  Caption = #23458#25143#20449#24687#32500#25252
  Color = clInactiveCaptionText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 30
    Top = 80
    Width = 60
    Height = 13
    Caption = #23458#25143#32534#21495#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 128
    Width = 60
    Height = 13
    Caption = #23458#25143#22995#21517#65306
  end
  object Label3: TLabel
    Left = 35
    Top = 170
    Width = 54
    Height = 13
    Caption = '  '#24615'  '#21035'  '#65306
  end
  object Label4: TLabel
    Left = 37
    Top = 217
    Width = 54
    Height = 13
    Caption = ' '#24180'  '#40836'   '#65306
  end
  object Label5: TLabel
    Left = 238
    Top = 82
    Width = 48
    Height = 13
    Caption = ' '#21333'  '#20301' '#65306
  end
  object Label6: TLabel
    Left = 240
    Top = 126
    Width = 45
    Height = 13
    Caption = #20303'  '#22336' '#65306
  end
  object Label7: TLabel
    Left = 231
    Top = 172
    Width = 60
    Height = 13
    Caption = #32852#31995#30005#35805#65306
  end
  object Label8: TLabel
    Left = 236
    Top = 216
    Width = 48
    Height = 13
    Caption = #22791'  '#27880'  '#65306
  end
  object Edit1: TEdit
    Left = 97
    Top = 74
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 97
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit4: TEdit
    Left = 100
    Top = 214
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit5: TEdit
    Left = 290
    Top = 71
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit6: TEdit
    Left = 290
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edit7: TEdit
    Left = 291
    Top = 166
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object Edit8: TEdit
    Left = 292
    Top = 212
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object Button1: TButton
    Left = 528
    Top = 72
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 7
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 528
    Top = 120
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 8
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 528
    Top = 168
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 9
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 528
    Top = 216
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 10
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 528
    Top = 360
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 11
    OnClick = Button5Click
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 296
    Width = 441
    Height = 120
    DataSource = DataSource1
    TabOrder = 12
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ComboBox1: TComboBox
    Left = 96
    Top = 168
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 13
    Items.Strings = (
      #30007
      #22899)
  end
  object Button6: TButton
    Left = 528
    Top = 264
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 14
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 528
    Top = 312
    Width = 75
    Height = 25
    Caption = #32479#35745
    TabOrder = 15
    OnClick = Button7Click
  end
  object ADOQuery1: TADOQuery
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 176
    Top = 16
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 216
    Top = 16
  end
end

⌨️ 快捷键说明

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