unit_charindex.dfm

来自「传奇3封外挂客户端+登陆器+配置器源码.....................」· DFM 代码 · 共 101 行

DFM
101
字号
object Frm_charIndex: TFrm_charIndex
  Left = 244
  Top = 194
  Width = 273
  Height = 288
  Caption = #25351#23450#19981#21442#19982#25490#34892'ID'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 128
    Top = 8
    Width = 92
    Height = 13
    Caption = #19981#21442#19982#25490#34892'ID'#65306
  end
  object List_IdxId: TListBox
    Left = 0
    Top = 0
    Width = 121
    Height = 261
    Align = alLeft
    ItemHeight = 13
    TabOrder = 0
    OnClick = List_IdxIdClick
  end
  object Edit_id: TEdit
    Left = 125
    Top = 32
    Width = 121
    Height = 21
    Enabled = False
    TabOrder = 1
  end
  object Bt_add: TButton
    Left = 168
    Top = 64
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 2
    OnClick = Bt_addClick
  end
  object Bt_edit: TButton
    Left = 168
    Top = 96
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
    OnClick = Bt_editClick
  end
  object Bt_del: TButton
    Left = 168
    Top = 128
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 4
    OnClick = Bt_delClick
  end
  object Bt_Ok: TButton
    Left = 168
    Top = 160
    Width = 75
    Height = 25
    Caption = #30830#35748
    Enabled = False
    TabOrder = 5
    OnClick = Bt_OkClick
  end
  object Bt_Cancel: TButton
    Left = 168
    Top = 192
    Width = 75
    Height = 25
    Caption = #25918#24323
    Enabled = False
    TabOrder = 6
    OnClick = Bt_CancelClick
  end
  object Bt_Close: TButton
    Left = 168
    Top = 224
    Width = 75
    Height = 25
    Caption = #36864#20986
    Enabled = False
    TabOrder = 7
    OnClick = Bt_CloseClick
  end
end

⌨️ 快捷键说明

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