dlg2.dfm

来自「1. 发卡服务端:Server 项目文件:autojet.prj 2」· DFM 代码 · 共 68 行

DFM
68
字号
object Frm_Dlg2: TFrm_Dlg2
  Left = 295
  Top = 157
  ActiveControl = Edt_Cname
  BorderStyle = bsDialog
  ClientHeight = 203
  ClientWidth = 316
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 40
    Top = 20
    Width = 144
    Height = 12
    Caption = #21463#25511#30005#33041#30340#21517#31216#25110'IP'#22320#22336#65306
  end
  object Label2: TLabel
    Left = 40
    Top = 85
    Width = 72
    Height = 12
    Caption = #20805#20837#30340#37329#39069#65306
  end
  object Btn_Ok: TButton
    Left = 78
    Top = 153
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 2
    OnClick = Btn_OkClick
  end
  object Btn_Cancel: TButton
    Left = 166
    Top = 153
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 3
  end
  object Edt_Cname: TEdit
    Left = 40
    Top = 38
    Width = 147
    Height = 20
    TabOrder = 0
  end
  object edt_Mon: TEdit
    Left = 40
    Top = 102
    Width = 86
    Height = 29
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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