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

📄 unit1.dfm

📁 库存管理系统,刚做好的,功能还没做全,还望包涵
💻 DFM
字号:
object Form1: TForm1
  Left = 306
  Top = 280
  Width = 455
  Height = 319
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 16
    Width = 360
    Height = 49
    Caption = #27426#36814#20351#29992#26412#31995#32479'  '
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -48
    Font.Name = #21326#25991#29733#29632
    Font.Style = [fsItalic]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 96
    Top = 96
    Width = 60
    Height = 19
    Caption = #29992#25143'ID'
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 112
    Top = 136
    Width = 40
    Height = 19
    Caption = #23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 120
    Top = 200
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 232
    Top = 200
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 176
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 176
    Top = 136
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
  object RadioButton1: TRadioButton
    Left = 144
    Top = 168
    Width = 65
    Height = 17
    Caption = #21592#24037
    Checked = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    TabStop = True
  end
  object RadioButton2: TRadioButton
    Left = 216
    Top = 168
    Width = 113
    Height = 17
    Caption = #31649#29702#21592
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=mis'#23454#39564
    Parameters = <>
    Top = 8
  end
end

⌨️ 快捷键说明

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