telezoneinfo.dfm

来自「一套BCB6开发的电话管理系统」· DFM 代码 · 共 158 行

DFM
158
字号
object DlgTeleZoneInfo: TDlgTeleZoneInfo
  Left = 268
  Top = 254
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #38651#35441#21312#34399#20449#24687
  ClientHeight = 148
  ClientWidth = 422
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 18
    Top = 16
    Width = 60
    Height = 13
    Caption = #39006#22411#65306#12288#12288
  end
  object Label2: TLabel
    Left = 207
    Top = 16
    Width = 84
    Height = 13
    Caption = #38651#35441#21312#34399#65306#12288#12288
  end
  object Label3: TLabel
    Left = 17
    Top = 51
    Width = 60
    Height = 13
    Caption = #22320#21312#65306#12288#12288
  end
  object Label4: TLabel
    Left = 235
    Top = 51
    Width = 60
    Height = 13
    Caption = #20301#32622#65306#12288#12288
  end
  object Label5: TLabel
    Left = 16
    Top = 87
    Width = 60
    Height = 13
    Caption = #21934#20729#65306#12288#12288
  end
  object Label6: TLabel
    Left = 207
    Top = 87
    Width = 84
    Height = 13
    Caption = #35336#36027#21934#20301#65306#12288#12288
  end
  object CBType: TComboBox
    Left = 57
    Top = 12
    Width = 116
    Height = 21
    Enabled = False
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      '0 : '#24066#35441
      '1 : '#23616#21521#38651#35441
      '2 : '#22283#20839#38263#36884
      '3 : '#22283#38555#38263#36884
      '4 : '#28207#28595#33274#38263#36884
      '5 : '#22806#22320#25163#27231)
  end
  object ETCode: TEdit
    Left = 275
    Top = 11
    Width = 121
    Height = 21
    MaxLength = 20
    ReadOnly = True
    TabOrder = 1
  end
  object ETZone: TEdit
    Left = 55
    Top = 46
    Width = 120
    Height = 21
    TabOrder = 2
  end
  object ETLocation: TEdit
    Left = 275
    Top = 46
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object ETPrice: TEdit
    Left = 56
    Top = 83
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object ETUnit: TEdit
    Left = 275
    Top = 81
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object OKBtn: TBitBtn
    Left = 113
    Top = 114
    Width = 78
    Height = 25
    Caption = #30906#23450
    TabOrder = 6
    OnClick = OKBtnClick
    Glyph.Data = {
      4E010000424D4E01000000000000760000002800000012000000120000000100
      040000000000D800000000000000000000001000000000000000000000000000
      8000008000000080800080000000800080008080000080808000C0C0C0000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
      8888880000008888844888888888880000008888422488888888880000008884
      2222488888888800000088422222248888888800000084222A22224888888800
      00008222A8A222488888880000008A2A888A222488888800000088A88888A222
      488888000000888888888A222488880000008888888888A22248880000008888
      8888888A222488000000888888888888A222480000008888888888888A224800
      000088888888888888A228000000888888888888888A88000000888888888888
      888888000000888888888888888888000000}
  end
  object CancelBtn: TBitBtn
    Left = 229
    Top = 114
    Width = 78
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 7
    Glyph.Data = {
      4E010000424D4E01000000000000760000002800000012000000120000000100
      040000000000D800000000000000000000001000000000000000000000000000
      8000008000000080800080000000800080008080000080808000C0C0C0000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
      8888880000008887788888888888880000008891178888897888880000008891
      1178889117888800000088911117891111788800000088891111711111788800
      0000888891111111178888000000888889111111788888000000888888111117
      8888880000008888889111178888880000008888891111178888880000008888
      9111711178888800000088891117891117888800000088891178889111788800
      0000888891888889111888000000888888888888919888000000888888888888
      888888000000888888888888888888000000}
  end
end

⌨️ 快捷键说明

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