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

📄 arcedit.dfm

📁 DelphiHelper---Delphi帮助源代码
💻 DFM
字号:
object frmarcedit: Tfrmarcedit
  Left = 440
  Top = 203
  BorderStyle = bsDialog
  Caption = #32534#36753#25216#26415#25991#31456
  ClientHeight = 356
  ClientWidth = 492
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object RzLabel1: TRzLabel
    Left = 8
    Top = 13
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25991#31456#31867#21035
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object RzLabel2: TRzLabel
    Left = 8
    Top = 52
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25991#31456#26631#39064
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object RzLabel3: TRzLabel
    Left = 8
    Top = 87
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25991#31456#20869#23481
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object RzBitBtn1: TRzBitBtn
    Left = 297
    Top = 323
    Caption = #21462#28040
    TabOrder = 4
    OnClick = RzBitBtn1Click
    DisabledIndex = 9
    ImageIndex = 8
    Images = frmmain.ImageList1
  end
  object RzBitBtn2: TRzBitBtn
    Left = 385
    Top = 323
    Caption = #30830#23450
    TabOrder = 3
    OnClick = RzBitBtn2Click
    DisabledIndex = 7
    ImageIndex = 6
    Images = frmmain.ImageList1
  end
  object RzDBEdit1: TRzDBEdit
    Left = 80
    Top = 48
    Width = 400
    Height = 21
    DataSource = DM.DS_Arc_edit
    DataField = 'Article_Title'
    Color = clInfoBk
    FrameVisible = True
    TabOrder = 1
  end
  object RzDBComboBox1: TRzDBComboBox
    Left = 80
    Top = 9
    Width = 160
    Height = 21
    DataField = 'Article_Type'
    DataSource = DM.DS_Arc_edit
    Color = clInfoBk
    Ctl3D = False
    FlatButtons = True
    FrameVisible = True
    ItemHeight = 13
    ParentCtl3D = False
    TabOrder = 0
  end
  object RzDBRichEdit1: TRzDBMemo
    Left = 80
    Top = 87
    Width = 400
    Height = 226
    Color = clInfoBk
    DataField = 'Article_text'
    DataSource = DM.DS_Arc_edit
    ScrollBars = ssVertical
    TabOrder = 2
    WantTabs = True
    FrameVisible = True
  end
end

⌨️ 快捷键说明

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