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

📄 unit2.~dfm

📁 库存管理系统,刚做好的,功能还没做全,还望包涵
💻 ~DFM
字号:
object Form2: TForm2
  Left = 214
  Top = 187
  Width = 696
  Height = 480
  Caption = 'Form2'
  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 = 136
    Top = 16
    Width = 294
    Height = 48
    Caption = #29992#25143#20449#24687#31649#29702
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -48
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 80
    Top = 392
    Width = 24
    Height = 13
    Caption = #22791#27880
  end
  object Label4: TLabel
    Left = 80
    Top = 356
    Width = 24
    Height = 13
    Caption = #26435#38480
  end
  object Label2: TLabel
    Left = 72
    Top = 326
    Width = 35
    Height = 13
    Caption = #29992#25143'ID'
  end
  object Label3: TLabel
    Left = 256
    Top = 326
    Width = 24
    Height = 13
    Caption = #22995#21517
  end
  object Button1: TButton
    Left = 424
    Top = 272
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 64
    Top = 72
    Width = 441
    Height = 177
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = #29992#25143'ID'
        Title.Alignment = taCenter
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = #22995#21517
        Title.Alignment = taCenter
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = #26435#38480
        Title.Alignment = taCenter
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = #22791#27880
        Title.Alignment = taCenter
        Visible = True
      end>
  end
  object Button2: TButton
    Left = 56
    Top = 272
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 152
    Top = 272
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
  end
  object Button4: TButton
    Left = 248
    Top = 272
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 4
  end
  object Button5: TButton
    Left = 336
    Top = 272
    Width = 75
    Height = 25
    Caption = #26356#26032
    TabOrder = 5
    OnClick = Button5Click
  end
  object Edit5: TEdit
    Left = 112
    Top = 384
    Width = 297
    Height = 21
    TabOrder = 6
  end
  object Edit4: TEdit
    Left = 112
    Top = 352
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object Edit1: TEdit
    Left = 112
    Top = 322
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object Edit2: TEdit
    Left = 288
    Top = 322
    Width = 121
    Height = 21
    TabOrder = 9
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=mis'#23454#39564
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#29992#25143#34920)
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 24
  end
end

⌨️ 快捷键说明

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