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

📄 jcamtablevieweditor.dfm

📁 销售软件
💻 DFM
字号:
object frmTableViewEditorForm: TfrmTableViewEditorForm
  Left = 0
  Top = 0
  Align = alClient
  BorderStyle = bsNone
  Caption = 'frmTableViewEditorForm'
  ClientHeight = 353
  ClientWidth = 273
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object tbrBtns: TRzToolbar
    Left = 0
    Top = 0
    Width = 273
    Height = 31
    AutoStyle = False
    Images = frmMain.ils16
    RowHeight = 27
    ButtonWidth = 27
    TextOptions = ttoCustom
    WrapControls = False
    BorderInner = fsNone
    BorderOuter = fsGroove
    BorderSides = [sdLeft, sdTop, sdRight, sdBottom]
    BorderWidth = 0
    TabOrder = 0
    ToolbarControls = (
      btnAdd
      btnDelete
      RzSpacer1
      btnEdit
      btnSave
      btnCancel)
    object btnAdd: TRzToolButton
      Left = 4
      Top = 3
      DisabledIndex = 46
      Action = actAdd
      ParentShowHint = False
      ShowHint = True
    end
    object btnDelete: TRzToolButton
      Left = 31
      Top = 3
      DisabledIndex = 47
      Action = actDelete
      ParentShowHint = False
      ShowHint = True
    end
    object btnEdit: TRzToolButton
      Left = 66
      Top = 3
      DisabledIndex = 42
      Action = actEdit
      ParentShowHint = False
      ShowHint = True
    end
    object btnSave: TRzToolButton
      Left = 93
      Top = 3
      DisabledIndex = 43
      Action = actSave
      ParentShowHint = False
      ShowHint = True
    end
    object btnCancel: TRzToolButton
      Left = 120
      Top = 3
      DisabledIndex = 44
      Action = actCancel
      ParentShowHint = False
      ShowHint = True
    end
    object RzSpacer1: TRzSpacer
      Left = 58
      Top = 3
      Grooved = True
    end
  end
  object sbxInfoList: TScrollBox
    Left = 0
    Top = 31
    Width = 273
    Height = 322
    VertScrollBar.Tracking = True
    Align = alClient
    BorderStyle = bsNone
    TabOrder = 1
    Visible = False
    OnResize = sbxInfoListResize
  end
  object alTableViewEditor: TActionList
    Images = frmMain.ils16
    Left = 36
    Top = 56
    object actAdd: TAction
      Caption = #28155#21152#20449#24687
      Hint = #28155#21152#20449#24687
      ImageIndex = 15
      OnExecute = actAddExecute
    end
    object actDelete: TAction
      Caption = #21024#38500#20449#24687
      Hint = #21024#38500#20449#24687
      ImageIndex = 16
      OnExecute = actDeleteExecute
    end
    object actEdit: TAction
      Caption = #32534#36753#20449#24687
      Hint = #32534#36753#20449#24687
      ImageIndex = 11
      OnExecute = actEditExecute
    end
    object actSave: TAction
      Caption = #20445#23384#20449#24687
      Hint = #20445#23384#20449#24687
      ImageIndex = 12
      OnExecute = actSaveExecute
    end
    object actCancel: TAction
      Caption = #21462#28040#32534#36753
      Hint = #21462#28040#32534#36753
      ImageIndex = 13
      OnExecute = actCancelExecute
    end
  end
end

⌨️ 快捷键说明

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