unit9.dfm

来自「商品销售管理系统」· DFM 代码 · 共 158 行

DFM
158
字号
object Form9: TForm9
  Left = 299
  Top = 137
  Width = 488
  Height = 315
  Caption = #24405#20837#26694
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 465
    Height = 265
    Caption = #35831#36755#20837#20179#24211#20449#24687#65306
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 60
      Height = 13
      Caption = #20179#24211#32534#21495#65306
    end
    object Label2: TLabel
      Left = 248
      Top = 24
      Width = 48
      Height = 13
      Caption = #20179#24211#21517#65306
    end
    object Label3: TLabel
      Left = 24
      Top = 64
      Width = 60
      Height = 13
      Caption = #20179#24211#22320#22336#65306
    end
    object Label4: TLabel
      Left = 24
      Top = 104
      Width = 60
      Height = 13
      Caption = #21830#21697#32534#21495#65306
    end
    object Label5: TLabel
      Left = 24
      Top = 184
      Width = 60
      Height = 13
      Caption = #32852#31995#30005#35805#65306
    end
    object Label6: TLabel
      Left = 224
      Top = 96
      Width = 60
      Height = 13
      Caption = #38468#21152#35828#26126#65306
    end
    object Label7: TLabel
      Left = 8
      Top = 144
      Width = 72
      Height = 13
      Caption = #20179#24211#31649#29702#21592#65306
    end
    object Edit1: TEdit
      Left = 88
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 296
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 88
      Top = 64
      Width = 329
      Height = 21
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 88
      Top = 104
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Edit5: TEdit
      Left = 88
      Top = 144
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object Memo1: TMemo
      Left = 232
      Top = 120
      Width = 185
      Height = 81
      Lines.Strings = (
        'Memo1')
      TabOrder = 5
    end
    object Edit6: TEdit
      Left = 88
      Top = 184
      Width = 121
      Height = 21
      TabOrder = 6
    end
    object Button1: TButton
      Left = 72
      Top = 224
      Width = 75
      Height = 25
      Caption = #30830'   '#23450
      TabOrder = 7
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 312
      Top = 224
      Width = 75
      Height = 25
      Caption = #36864'   '#20986
      TabOrder = 8
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 192
      Top = 224
      Width = 75
      Height = 25
      Caption = #37325#22635
      TabOrder = 9
      OnClick = Button3Click
    end
  end
  object Table1: TTable
    DatabaseName = 'localsql'
    TableName = 'dbo.'#20179#24211
    Left = 40
    Top = 56
  end
end

⌨️ 快捷键说明

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