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

📄 ucustomer.~dfm

📁 DELPHI开发的寝室管理系统
💻 ~DFM
字号:
object frmcustomer: Tfrmcustomer
  Left = 197
  Top = 117
  Width = 691
  Height = 469
  Caption = #26469#35775#35760#24405
  Color = clBtnFace
  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 = 128
    Top = 32
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 120
    Top = 72
    Width = 3
    Height = 13
    Caption = '.'
  end
  object Label3: TLabel
    Left = 128
    Top = 144
    Width = 3
    Height = 13
    Caption = '.'
  end
  object Label4: TLabel
    Left = 408
    Top = 32
    Width = 3
    Height = 13
    Caption = '.'
  end
  object Label5: TLabel
    Left = 408
    Top = 88
    Width = 3
    Height = 13
    Caption = '.'
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 681
    Height = 433
    Color = clGradientActiveCaption
    TabOrder = 4
    object GroupBox1: TGroupBox
      Left = 328
      Top = 8
      Width = 353
      Height = 425
      Caption = #26469#35775#30331#35760
      TabOrder = 0
      object Label7: TLabel
        Left = 16
        Top = 32
        Width = 65
        Height = 13
        AutoSize = False
        Caption = #35775#38382#32534#21495
      end
      object Label8: TLabel
        Left = 16
        Top = 64
        Width = 57
        Height = 13
        AutoSize = False
        Caption = #35775#38382#26102#38388
      end
      object Label9: TLabel
        Left = 16
        Top = 96
        Width = 57
        Height = 13
        AutoSize = False
        Caption = #35775#38382#20154#21592
      end
      object Label10: TLabel
        Left = 8
        Top = 128
        Width = 68
        Height = 13
        AutoSize = False
        Caption = #31649#29702#21592#32534#21495
      end
      object Label11: TLabel
        Left = 8
        Top = 160
        Width = 65
        Height = 13
        AutoSize = False
        Caption = #31163#24320#26102#38388
      end
      object Edit2: TEdit
        Left = 80
        Top = 32
        Width = 121
        Height = 21
        TabOrder = 0
      end
      object Edit3: TEdit
        Left = 80
        Top = 64
        Width = 121
        Height = 21
        TabOrder = 1
      end
      object Edit4: TEdit
        Left = 80
        Top = 96
        Width = 121
        Height = 21
        TabOrder = 2
      end
      object Edit5: TEdit
        Left = 80
        Top = 128
        Width = 121
        Height = 21
        TabOrder = 3
      end
      object Edit6: TEdit
        Left = 80
        Top = 160
        Width = 121
        Height = 21
        TabOrder = 4
      end
      object Button3: TButton
        Left = 224
        Top = 144
        Width = 75
        Height = 33
        Caption = #28155#21152
        TabOrder = 5
        OnClick = Button3Click
      end
      object DBGrid2: TDBGrid
        Left = 16
        Top = 192
        Width = 321
        Height = 217
        DataSource = DataSource2
        TabOrder = 6
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
      end
    end
    object GroupBox2: TGroupBox
      Left = 16
      Top = 8
      Width = 297
      Height = 145
      Caption = #26597#35810#26469#35775#20449#24687
      TabOrder = 1
      object Label6: TLabel
        Left = 8
        Top = 56
        Width = 65
        Height = 13
        AutoSize = False
        Caption = #35775#38382#32534#21495
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 152
    Width = 297
    Height = 281
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 88
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 224
    Top = 56
    Width = 75
    Height = 33
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 104
    Width = 75
    Height = 33
    Caption = #36820#22238
    TabOrder = 3
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 168
    Top = 112
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from visiting')
    Left = 104
    Top = 112
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=SD-MI' +
      'S'
    LoginPrompt = False
    Left = 48
    Top = 112
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 536
    Top = 24
  end
  object ADOQuery2: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from visiting')
    Left = 592
    Top = 24
  end
end

⌨️ 快捷键说明

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