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

📄 unit9.~dfm

📁 这是我给一单位开以的支票打印系统,开发环境为delphi,控件为fastreport
💻 ~DFM
字号:
object Form9: TForm9
  Left = 423
  Top = 198
  Width = 288
  Height = 283
  BorderIcons = [biSystemMenu]
  Caption = #36873#25321#21333#20301
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnShow = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 226
    Width = 26
    Height = 13
    Caption = #31616#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object BitBtn1: TBitBtn
    Left = 205
    Top = 220
    Width = 65
    Height = 25
    Caption = #30830#23450
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object dwxz: TDBGrid
    Left = 0
    Top = 0
    Width = 280
    Height = 209
    Hint = #21452#20987#36873#25321#21333#20301
    Align = alTop
    DataSource = DataSource1
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = BitBtn1Click
    Columns = <
      item
        Expanded = False
        FieldName = 'skdw'
        Title.Alignment = taCenter
        Title.Caption = #25910#27454#21333#20301#21015#34920
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clGreen
        Title.Font.Height = -13
        Title.Font.Name = #23435#20307
        Title.Font.Style = []
        Width = 242
        Visible = True
      end>
  end
  object cjm: TEdit
    Left = 59
    Top = 224
    Width = 118
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnExit = cjmExit
  end
  object DataSource1: TDataSource
    DataSet = Form8.adskdw
    Left = 152
    Top = 40
  end
end

⌨️ 快捷键说明

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