queryidtrain.~dfm

来自「该程序不能实现全程售票」· ~DFM 代码 · 共 86 行

~DFM
86
字号
object QueryIdTrainFrm: TQueryIdTrainFrm
  Left = 289
  Top = 200
  Width = 696
  Height = 480
  Caption = #20056#23458#38656#27714#26597#35810
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 64
    Top = 16
    Width = 345
    Height = 177
    Caption = #36755#20837#26597#35810#26465#20214
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 33
      Height = 13
      Caption = #36215#28857'   '
    end
    object Label2: TLabel
      Left = 24
      Top = 80
      Width = 33
      Height = 13
      Caption = #32456#28857'   '
    end
    object Edit1: TEdit
      Left = 136
      Top = 32
      Width = 137
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 136
      Top = 80
      Width = 137
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 24
      Top = 136
      Width = 49
      Height = 25
      Caption = #30830#23450
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 136
      Top = 136
      Width = 49
      Height = 25
      Caption = #21462#28040
      TabOrder = 3
      OnClick = Button2Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 200
    Width = 641
    Height = 225
    Caption = #32467#26524
    TabOrder = 1
    object StringGrid1: TStringGrid
      Left = 32
      Top = 24
      Width = 561
      Height = 169
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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