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

📄 unitprisch.~dfm

📁 贸易管理系统Delphi源代码(有开发文档) 采用access+delphi设计 软件实现功能:供应商信息的输入
💻 ~DFM
字号:
object PriSch: TPriSch
  Left = 195
  Top = 105
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '-'#20379#24212#21830#26597#35810
  ClientHeight = 365
  ClientWidth = 579
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 41
    Width = 579
    Height = 4
    Cursor = crVSplit
    Align = alTop
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 579
    Height = 41
    ButtonHeight = 36
    ButtonWidth = 31
    Caption = 'ToolBar1'
    Flat = True
    Images = DataModule1.ImageList1
    ShowCaptions = True
    TabOrder = 0
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Caption = #26597#35810
      ImageIndex = 0
      OnClick = ToolButton1Click
    end
    object ToolButton2: TToolButton
      Left = 31
      Top = 0
      Caption = #25171#21360
      Enabled = False
      ImageIndex = 8
      Style = tbsDropDown
    end
    object ToolButton3: TToolButton
      Left = 75
      Top = 0
      Caption = #28165#31354
      ImageIndex = 2
      OnClick = ToolButton3Click
    end
    object ToolButton4: TToolButton
      Left = 106
      Top = 0
      Width = 7
      Caption = 'ToolButton4'
      ImageIndex = 3
      Style = tbsDivider
    end
    object ToolButton5: TToolButton
      Left = 113
      Top = 0
      Caption = #20851#38381
      ImageIndex = 3
      OnClick = ToolButton5Click
    end
  end
  object GroupBox1: TGroupBox
    Left = 5
    Top = 48
    Width = 569
    Height = 177
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 20
      Width = 72
      Height = 13
      Caption = #20379#24212#21830#32534#21495#65306
    end
    object Label3: TLabel
      Left = 245
      Top = 21
      Width = 72
      Height = 13
      Caption = #20379#24212#21830#21517#31216#65306
    end
    object Label2: TLabel
      Left = 16
      Top = 72
      Width = 60
      Height = 13
      Caption = #25152#22312#22478#24066#65306
    end
    object Bevel2: TBevel
      Left = -16
      Top = 97
      Width = 569
      Height = 3
    end
    object CheckBox1: TCheckBox
      Left = 40
      Top = 128
      Width = 121
      Height = 17
      Caption = #25191#34892#27169#31946#26597#35810
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 240
      Top = 128
      Width = 201
      Height = 21
      TabOrder = 1
      Text = #20379#36135#21830#25968':'
    end
    object Edit2: TEdit
      Left = 88
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 328
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Edit4: TEdit
      Left = 88
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 4
    end
  end
  object DBGrid1: TDBGrid
    Left = 5
    Top = 232
    Width = 569
    Height = 129
    DataSource = DataModule1.DaScrePriSch
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
end

⌨️ 快捷键说明

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