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

📄 edit_report.dfm

📁 采购管理系统:delphi+sql实现了企业采购自动化作业流程
💻 DFM
字号:
object edit_repor: Tedit_repor
  Left = -4
  Top = 86
  Width = 325
  Height = 226
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #20462#25913#35352#37636
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 4
    Top = 56
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #20462#25913#26085#26399#24478
  end
  object Label2: TLabel
    Left = 161
    Top = 56
    Width = 64
    Height = 13
    AutoSize = False
    Caption = #20462#25913#26085#26399#21040
  end
  object Label3: TLabel
    Left = 240
    Top = 96
    Width = 57
    Height = 25
    Caption = 'Label3'
  end
  object RadioButton1: TRadioButton
    Left = 42
    Top = 15
    Width = 57
    Height = 19
    Caption = #35330#36092#21934
    TabOrder = 0
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 170
    Top = 15
    Width = 65
    Height = 20
    Caption = #35531#36092#21934
    TabOrder = 1
    OnClick = RadioButton2Click
  end
  object t1: TMaskEdit
    Left = 65
    Top = 52
    Width = 86
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 2
    Text = '    /  /  '
    OnKeyPress = t1KeyPress
  end
  object t2: TMaskEdit
    Left = 225
    Top = 52
    Width = 86
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 3
    Text = '    /  /  '
    OnKeyPress = t2KeyPress
  end
  object BitBtn1: TBitBtn
    Left = 99
    Top = 102
    Width = 110
    Height = 25
    Caption = #21015#21360
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 99
    Top = 158
    Width = 110
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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