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

📄 addcustomer.dfm

📁 完整的delphi书籍源代码,大家有空的时候自己慢慢看看
💻 DFM
字号:
object AddCustomerFrm: TAddCustomerFrm
  Left = 172
  Top = 101
  Width = 489
  Height = 283
  Caption = #28155#21152#39038#23458#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Customer_GroupBox: TGroupBox
    Left = 8
    Top = 8
    Width = 465
    Height = 241
    Caption = #39038#23458#20449#24687
    TabOrder = 0
    object CompanyName_Label: TLabel
      Left = 20
      Top = 28
      Width = 48
      Height = 13
      Caption = #20844#21496#21517#31216
    end
    object LinkMan_Label: TLabel
      Left = 20
      Top = 57
      Width = 60
      Height = 13
      Caption = #32852#31995#20154#22995#21517
    end
    object Address_Label: TLabel
      Left = 20
      Top = 86
      Width = 48
      Height = 13
      Caption = #32852#31995#22320#22336
    end
    object City_Label: TLabel
      Left = 20
      Top = 116
      Width = 48
      Height = 13
      Caption = #25152#22312#22478#24066
    end
    object Region_Label: TLabel
      Left = 20
      Top = 145
      Width = 48
      Height = 13
      Caption = #25152#22312#22320#21306
    end
    object ZipCode_Label: TLabel
      Left = 20
      Top = 174
      Width = 48
      Height = 13
      Caption = #37038#25919#32534#30721
    end
    object Tel_Label: TLabel
      Left = 20
      Top = 204
      Width = 48
      Height = 13
      Caption = #32852#31995#30005#35805
    end
    object Homepage_Label: TLabel
      Left = 247
      Top = 59
      Width = 48
      Height = 13
      Caption = #20844#21496#20027#39029
    end
    object Fax_Label: TLabel
      Left = 246
      Top = 27
      Width = 48
      Height = 13
      Caption = #20256#30495#21495#30721
    end
    object CustomerRemark_GroupBox: TGroupBox
      Left = 256
      Top = 80
      Width = 193
      Height = 113
      Caption = #22791#27880#20449#24687
      TabOrder = 0
      object CustomerRemark_Edit: TEdit
        Left = 8
        Top = 16
        Width = 169
        Height = 89
        Cursor = crIBeam
        AutoSize = False
        TabOrder = 0
      end
    end
    object CompanyName_Edit: TEdit
      Left = 83
      Top = 24
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 1
    end
    object LinkMan_Edit: TEdit
      Left = 83
      Top = 53
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 2
    end
    object CustomerAdd_BitBtn: TBitBtn
      Left = 270
      Top = 200
      Width = 71
      Height = 25
      Cursor = crHandPoint
      Caption = #28155#21152
      TabOrder = 3
      OnClick = CustomerAdd_BitBtnClick
      Kind = bkOK
    end
    object CustomerReturn_BitBtn: TBitBtn
      Left = 368
      Top = 200
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #36820#22238
      TabOrder = 4
      OnClick = CustomerReturn_BitBtnClick
      Kind = bkClose
    end
    object Address_Edit: TEdit
      Left = 85
      Top = 82
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 5
    end
    object City_Edit: TEdit
      Left = 85
      Top = 112
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 6
    end
    object Region_Edit: TEdit
      Left = 85
      Top = 141
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 7
    end
    object ZipCode_Edit: TEdit
      Left = 85
      Top = 170
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 8
    end
    object Tel_Edit: TEdit
      Left = 85
      Top = 200
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 9
    end
    object Homepage_Edit: TEdit
      Left = 317
      Top = 54
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 10
    end
    object Fax_Edit: TEdit
      Left = 317
      Top = 22
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 11
    end
  end
  object AddCustomer_Table: TTable
    Active = True
    DatabaseName = 'venditiondatabase'
    TableName = 'Customer'
    Left = 224
    Top = 48
  end
  object AddCustomer_Query: TQuery
    Active = True
    DatabaseName = 'venditiondatabase'
    SQL.Strings = (
      'select * from customer')
    Left = 232
    Top = 96
  end
end

⌨️ 快捷键说明

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