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

📄 unitmersch.dfm

📁 贸易管理系统Delphi源代码(有开发文档) 采用access+delphi设计 软件实现功能:供应商信息的输入
💻 DFM
字号:
object MerSch: TMerSch
  Left = 188
  Top = 97
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '-'#21830#21697#26597#35810
  ClientHeight = 381
  ClientWidth = 605
  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 Splitter2: TSplitter
    Left = 0
    Top = 41
    Width = 605
    Height = 4
    Cursor = crVSplit
    Align = alTop
    Beveled = True
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 605
    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 = 1
      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 = 6
    Top = 48
    Width = 594
    Height = 145
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 60
      Height = 13
      Caption = #21830#21697#32534#21495#65306
    end
    object Label3: TLabel
      Left = 245
      Top = 21
      Width = 60
      Height = 13
      Caption = #21830#21697#21517#31216#65306
    end
    object Splitter1: TSplitter
      Left = -6
      Top = 66
      Width = 599
      Height = 4
      Cursor = crHSplit
      Align = alNone
      Beveled = True
    end
    object CheckBox1: TCheckBox
      Left = 32
      Top = 107
      Width = 121
      Height = 17
      Caption = #25191#34892#27169#31946#26597#35810
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 264
      Top = 104
      Width = 201
      Height = 21
      TabOrder = 1
      Text = #21830#21697#24635#25968':'
    end
    object Edit2: TEdit
      Left = 80
      Top = 16
      Width = 153
      Height = 21
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 320
      Top = 16
      Width = 145
      Height = 21
      TabOrder = 3
    end
  end
  object DBGrid1: TDBGrid
    Left = 6
    Top = 208
    Width = 594
    Height = 169
    DataSource = DataModule1.DaScreMerSch
    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 + -