touristchange.~dfm

来自「毕业论文源码 毕业论文源码 毕业论文源码」· ~DFM 代码 · 共 58 行

~DFM
58
字号
object TouristChangeForm: TTouristChangeForm
  Left = 245
  Top = 172
  Width = 219
  Height = 92
  AutoSize = True
  Caption = #26356#25442#25151#38388
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 3
    Width = 32
    Height = 16
    Caption = #22995#21517
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 72
    Top = 0
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object btnOK: TButton
    Left = 0
    Top = 40
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 136
    Top = 40
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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