unitservice.~dfm

来自「这是一个SQL的物资管理系统 这是一个SQL的物资管理系统」· ~DFM 代码 · 共 187 行

~DFM
187
字号
object FrmService: TFrmService
  Left = 173
  Top = 166
  Width = 804
  Height = 583
  Caption = #32500#20462#21333
  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 = 64
    Top = 32
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 64
    Top = 80
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 64
    Top = 128
    Width = 32
    Height = 13
    Caption = 'Label3'
  end
  object Label4: TLabel
    Left = 64
    Top = 176
    Width = 32
    Height = 13
    Caption = 'Label4'
  end
  object Label5: TLabel
    Left = 64
    Top = 224
    Width = 32
    Height = 13
    Caption = 'Label5'
  end
  object Label6: TLabel
    Left = 64
    Top = 272
    Width = 32
    Height = 13
    Caption = 'Label6'
  end
  object Label7: TLabel
    Left = 64
    Top = 320
    Width = 32
    Height = 13
    Caption = 'Label7'
  end
  object Label8: TLabel
    Left = 64
    Top = 368
    Width = 32
    Height = 13
    Caption = 'Label8'
  end
  object Label9: TLabel
    Left = 384
    Top = 32
    Width = 32
    Height = 17
    Caption = 'Label9'
  end
  object Label10: TLabel
    Left = 384
    Top = 80
    Width = 38
    Height = 13
    Caption = 'Label10'
  end
  object Label11: TLabel
    Left = 384
    Top = 128
    Width = 38
    Height = 13
    Caption = 'Label11'
  end
  object Label12: TLabel
    Left = 384
    Top = 176
    Width = 38
    Height = 13
    Caption = 'Label12'
  end
  object Edit1: TEdit
    Left = 160
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 160
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 160
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 160
    Top = 168
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 160
    Top = 216
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edit6: TEdit
    Left = 160
    Top = 264
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object Edit7: TEdit
    Left = 160
    Top = 312
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object Edit8: TEdit
    Left = 160
    Top = 360
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object TEdit
    Left = 480
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object ComboBox1: TComboBox
    Left = 480
    Top = 72
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 9
  end
  object Edit9: TEdit
    Left = 480
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 10
  end
  object ComboBox2: TComboBox
    Left = 480
    Top = 168
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 11
  end
end

⌨️ 快捷键说明

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