qisleditor.dfm

来自「QiMidas组件全代码版支持d2006 QiMidas组件全代码版支持d200」· DFM 代码 · 共 59 行

DFM
59
字号
object SQLEditorDlg: TSQLEditorDlg
  Left = 436
  Top = 199
  Width = 515
  Height = 391
  Caption = 'SQL List Editor'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 323
    Width = 507
    Height = 41
    Align = alBottom
    TabOrder = 0
    object BitBtn1: TBitBtn
      Left = 288
      Top = 8
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 408
      Top = 8
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      Kind = bkCancel
    end
  end
  object SQLDefs: TValueListEditor
    Left = 0
    Top = 0
    Width = 507
    Height = 323
    Align = alClient
    KeyOptions = [keyEdit, keyAdd, keyDelete, keyUnique]
    TabOrder = 1
    TitleCaptions.Strings = (
      'SQLTag'
      'SQL')
    ColWidths = (
      104
      397)
  end
end

⌨️ 快捷键说明

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