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

📄 main.~dfm

📁 Rave Report 查看器,格式转换器,Rave生成的Ndr中文会乱码,用这个查看Ndr文件不会有乱码
💻 ~DFM
字号:
object MainForm: TMainForm
  Left = 227
  Top = 173
  Width = 823
  Height = 602
  Caption = 'MDI Application'
  Color = clHighlightText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'Default'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = InitFormExecute
  PixelsPerInch = 96
  TextHeight = 13
  object imgBack: TImage
    Left = 0
    Top = 25
    Width = 815
    Height = 523
    Align = alClient
  end
  object panButton: TPanel
    Left = 0
    Top = 0
    Width = 815
    Height = 25
    Align = alTop
    Color = clSkyBlue
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
    object rzBtsetProductPrice01: TRzMenuButton
      Left = 1
      Top = 1
      Width = 96
      Height = 23
      Align = alLeft
      Caption = #20135#21697#23450#20215
      Color = clSkyBlue
      TabOrder = 0
      OnClick = ReadFormExecute
      ShowArrow = False
    end
    object rzBtsetCustmerprice01: TRzMenuButton
      Left = 97
      Top = 1
      Width = 96
      Height = 23
      Align = alLeft
      Caption = #23458#25143#25253#20215
      Color = clSkyBlue
      TabOrder = 1
      OnClick = ReadFormExecute
      ShowArrow = False
    end
    object rzBtProduct01: TRzMenuButton
      Left = 193
      Top = 1
      Width = 96
      Height = 23
      Align = alLeft
      Caption = #20135#21697#36164#26009
      Color = clSkyBlue
      TabOrder = 2
      OnClick = ReadFormExecute
      ShowArrow = False
    end
  end
  object Button1: TButton
    Left = 432
    Top = 128
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
  end
  object MainMenu1: TMainMenu
    Left = 40
    Top = 40
    object menuProduct: TMenuItem
      Caption = #20135#21697
      object menuProductPrice: TMenuItem
        Caption = 'b'
        OnClick = ReadFormExecute
      end
      object MenuCustmerProductPrice: TMenuItem
        Caption = 'c'
        OnClick = ReadFormExecute
      end
      object menuProductinfo: TMenuItem
        Caption = 'd'
        OnClick = ReadFormExecute
      end
    end
  end
  object ActionEvent: TActionList
    Left = 272
    Top = 96
    object RegForm: TAction
      Caption = 'RegForm'
      OnExecute = RegFormExecute
    end
    object ReadForm: TAction
      Caption = #35835#21462#31383#20307
      Visible = False
      OnExecute = ReadFormExecute
    end
    object InitForm: TAction
      Caption = 'InitForm'
      OnExecute = InitFormExecute
    end
    object InitMenuAndButton: TAction
      Caption = #26435#38480#25511#21046
      OnExecute = InitMenuAndButtonExecute
    end
    object InitLanguage: TAction
      Caption = #35821#35328#36137#26412
      OnExecute = InitLanguageExecute
    end
    object InitimgFile: TAction
      Caption = #33719#24471#20135#21697#22270#29255#36335#24452
      OnExecute = InitimgFileExecute
    end
  end
  object qtemp: TADOQuery
    Connection = dmquery.cn
    Parameters = <>
    Left = 104
    Top = 80
  end
end

⌨️ 快捷键说明

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