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

📄 unit_charindex.dfm

📁 传奇3最新的登陆器 delphi原码 希望大家拿去好好利用
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -