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

📄 title.dfm

📁 一个delphi开发的库存管理系统源代码
💻 DFM
字号:
object ftitle: Tftitle
  Left = 366
  Top = 241
  Width = 514
  Height = 260
  Caption = #26631#39064#35774#32622#31383#21475
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 28
    Top = 58
    Width = 28
    Height = 14
    Caption = #26631#39064
  end
  object Label3: TLabel
    Left = 28
    Top = 90
    Width = 28
    Height = 14
    Caption = #23383#20307
  end
  object Label4: TLabel
    Left = 213
    Top = 90
    Width = 49
    Height = 14
    Caption = #22914':'#23435#20307
  end
  object Label5: TLabel
    Left = 28
    Top = 122
    Width = 28
    Height = 14
    Caption = #23383#21495
  end
  object Label6: TLabel
    Left = 213
    Top = 122
    Width = 189
    Height = 14
    Caption = #22914':18,'#26368#22823#20026'72,'#36229#36807#36820#22238#20026'72'
  end
  object Label7: TLabel
    Left = 27
    Top = 154
    Width = 28
    Height = 14
    Caption = #39068#33394
  end
  object Label8: TLabel
    Left = 70
    Top = 154
    Width = 7
    Height = 14
    Caption = 'R'
  end
  object Label9: TLabel
    Left = 115
    Top = 154
    Width = 7
    Height = 14
    Caption = 'G'
  end
  object Label10: TLabel
    Left = 160
    Top = 154
    Width = 7
    Height = 14
    Caption = 'B'
  end
  object Label11: TLabel
    Left = 214
    Top = 152
    Width = 266
    Height = 14
    Caption = #27880':'#21482#33021#22635#20889'0-255'#20219#20309#25968#25454','#36229#36807#36820#22238#20026'255'
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 506
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    Color = clCream
    TabOrder = 8
    object Label2: TLabel
      Left = 18
      Top = 14
      Width = 287
      Height = 14
      Caption = #35774#32622#32972#26223#20013#26174#31034#30340#25991#23383','#22914#26524#26631#39064#20026#31354#21017#19981#26174#31034
    end
  end
  object t1: TEdit
    Left = 70
    Top = 52
    Width = 407
    Height = 22
    TabOrder = 0
    OnKeyPress = t1KeyPress
  end
  object f1: TEdit
    Left = 70
    Top = 84
    Width = 133
    Height = 22
    TabOrder = 1
    OnKeyPress = f1KeyPress
  end
  object s1: TEdit
    Left = 70
    Top = 116
    Width = 133
    Height = 22
    TabOrder = 2
    OnExit = s1Exit
    OnKeyPress = s1KeyPress
  end
  object c1: TEdit
    Left = 79
    Top = 149
    Width = 34
    Height = 22
    TabOrder = 3
    OnExit = c1Exit
    OnKeyPress = c1KeyPress
  end
  object c2: TEdit
    Left = 124
    Top = 149
    Width = 34
    Height = 22
    TabOrder = 4
    OnExit = c2Exit
    OnKeyPress = c2KeyPress
  end
  object c3: TEdit
    Left = 169
    Top = 149
    Width = 34
    Height = 22
    TabOrder = 5
    OnExit = c3Exit
    OnKeyPress = c3KeyPress
  end
  object Button1: TButton
    Left = 74
    Top = 190
    Width = 75
    Height = 25
    Caption = #30830#23450'[&O]'
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 164
    Top = 190
    Width = 75
    Height = 25
    Caption = #21462#28040'[&C]'
    TabOrder = 7
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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