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

📄 unit11.dfm

📁 基于ACESS数据库的小型进销存管理软件。
💻 DFM
字号:
object Form11: TForm11
  Left = 209
  Top = 89
  Width = 425
  Height = 300
  AutoSize = True
  Caption = 'Form11'
  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 = 8
    Top = 200
    Width = 41
    Height = 13
    AutoSize = False
    Caption = #21697#31181#21517
  end
  object Label2: TLabel
    Left = 200
    Top = 200
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #20493#25968
  end
  object Label3: TLabel
    Left = 8
    Top = 224
    Width = 41
    Height = 17
    AutoSize = False
    Caption = ' '#33410' '#38271
  end
  object Label4: TLabel
    Left = 200
    Top = 224
    Width = 33
    Height = 13
    AutoSize = False
    Caption = ' '#33410#36317
  end
  object Label5: TLabel
    Left = 8
    Top = 248
    Width = 41
    Height = 13
    AutoSize = False
    Caption = ' '#33410'/6m'
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 417
    Height = 193
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'PZ'
        Title.Caption = #21697#31181#21517
        Width = 77
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'BS'
        Title.Caption = #20493#25968
        Width = 78
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'JC'
        Title.Caption = #33410#38271
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'JJ'
        Title.Caption = #33410#36317
        Width = 67
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'J'
        Title.Caption = #33410'/6m'
        Width = 95
        Visible = True
      end>
  end
  object Edit1: TEdit
    Left = 64
    Top = 200
    Width = 121
    Height = 21
    AutoSize = False
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 256
    Top = 200
    Width = 121
    Height = 21
    AutoSize = False
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 64
    Top = 224
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 256
    Top = 224
    Width = 121
    Height = 21
    AutoSize = False
    TabOrder = 4
  end
  object Edit5: TEdit
    Left = 64
    Top = 248
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object Button1: TButton
    Left = 200
    Top = 248
    Width = 65
    Height = 25
    Caption = #28155#21152
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 304
    Top = 248
    Width = 67
    Height = 25
    Caption = #21024#38500
    TabOrder = 7
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Top = 64
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=MS Ac' +
      'cess Database;Initial Catalog=jxc'
    CursorType = ctStatic
    TableName = 'GY'
    Top = 40
  end
end

⌨️ 快捷键说明

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