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

📄 unitcussch.~dfm

📁 贸易管理系统Delphi源代码(有开发文档) 采用access+delphi设计 软件实现功能:供应商信息的输入
💻 ~DFM
字号:
object CusSch: TCusSch
  Left = 201
  Top = 139
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '-'#39038#23458#26597#35810
  ClientHeight = 364
  ClientWidth = 563
  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 = 563
    Height = 4
    Cursor = crVSplit
    Align = alTop
    Beveled = True
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 563
    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
      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 = 5
    Top = 48
    Width = 553
    Height = 177
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 60
      Height = 13
      Caption = #39038#23458#32534#21495#65306
    end
    object Label3: TLabel
      Left = 245
      Top = 21
      Width = 60
      Height = 13
      Caption = #20844#21496#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 = 136
      Width = 97
      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 = #39038#23458#24635#25968#65306
    end
    object Edit2: TEdit
      Left = 86
      Top = 17
      Width = 147
      Height = 21
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 312
      Top = 16
      Width = 145
      Height = 21
      TabOrder = 3
    end
    object Edit4: TEdit
      Left = 87
      Top = 67
      Width = 144
      Height = 21
      TabOrder = 4
    end
  end
  object DBGrid1: TDBGrid
    Left = 6
    Top = 235
    Width = 552
    Height = 129
    DataSource = DataModule1.DaScreCusSch
    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 + -