unit8.dfm

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

DFM
158
字号
object Form8: TForm8
  Left = 299
  Top = 138
  Width = 525
  Height = 339
  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 = 505
    Height = 289
    Caption = #21830#21697#20449#24687#24405#20837#65306
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 40
      Width = 69
      Height = 13
      Caption = #21830' '#21697' '#32534' '#21495#65306
    end
    object Label2: TLabel
      Left = 272
      Top = 40
      Width = 48
      Height = 13
      Caption = #21830#21697#21517#65306
    end
    object Label3: TLabel
      Left = 272
      Top = 80
      Width = 54
      Height = 13
      Caption = #21333'      '#20215#65306
    end
    object Label4: TLabel
      Left = 32
      Top = 80
      Width = 72
      Height = 13
      Caption = #20379#24212#32773#32534#21495#65306
    end
    object Label5: TLabel
      Left = 32
      Top = 144
      Width = 72
      Height = 13
      Caption = #23384#25918#20179#24211#21495#65306
    end
    object Label6: TLabel
      Left = 40
      Top = 200
      Width = 66
      Height = 13
      Caption = #24211'   '#23384'   '#37327#65306
    end
    object Label7: TLabel
      Left = 232
      Top = 112
      Width = 60
      Height = 13
      Caption = #38468#21152#35828#26126#65306
    end
    object Edit1: TEdit
      Left = 112
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 328
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 328
      Top = 80
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 112
      Top = 80
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Edit5: TEdit
      Left = 112
      Top = 144
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object Edit6: TEdit
      Left = 112
      Top = 200
      Width = 121
      Height = 21
      TabOrder = 5
    end
    object Memo1: TMemo
      Left = 288
      Top = 128
      Width = 169
      Height = 89
      Lines.Strings = (
        'Memo1')
      TabOrder = 6
    end
    object Button1: TButton
      Left = 80
      Top = 240
      Width = 75
      Height = 25
      Caption = #30830'    '#23450
      TabOrder = 7
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 336
      Top = 240
      Width = 75
      Height = 25
      Caption = #36864'    '#20986
      TabOrder = 8
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 208
      Top = 240
      Width = 75
      Height = 25
      Caption = #37325'    '#22635
      TabOrder = 9
      OnClick = Button3Click
    end
  end
  object Table1: TTable
    DatabaseName = 'localsql'
    TableName = 'dbo.'#21830#21697
    Left = 32
    Top = 32
  end
end

⌨️ 快捷键说明

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