CMNForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 454
  5.   Height = 282
  6.   Caption = 'CMNTest'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 104
  18.     Top = 136
  19.     Width = 273
  20.     Height = 89
  21.   end
  22.   object Label1: TLabel
  23.     Left = 160
  24.     Top = 152
  25.     Width = 51
  26.     Height = 13
  27.     Caption = 'Shortcuts: '
  28.   end
  29.   object Label2: TLabel
  30.     Left = 104
  31.     Top = 24
  32.     Width = 23
  33.     Height = 13
  34.     Caption = '&One:'
  35.     FocusControl = Edit1
  36.   end
  37.   object Label3: TLabel
  38.     Left = 104
  39.     Top = 64
  40.     Width = 21
  41.     Height = 13
  42.     Caption = '&Two'
  43.     FocusControl = Edit2
  44.   end
  45.   object Label4: TLabel
  46.     Left = 104
  47.     Top = 104
  48.     Width = 28
  49.     Height = 13
  50.     Caption = 'Th&ree'
  51.     FocusControl = Edit3
  52.   end
  53.   object Label5: TLabel
  54.     Left = 160
  55.     Top = 184
  56.     Width = 29
  57.     Height = 13
  58.     Caption = 'Focus'
  59.   end
  60.   object Edit1: TEdit
  61.     Left = 160
  62.     Top = 24
  63.     Width = 121
  64.     Height = 21
  65.     Color = clWindow
  66.     TabOrder = 0
  67.     Text = 'Edit1'
  68.   end
  69.   object Edit2: TEdit
  70.     Left = 160
  71.     Top = 64
  72.     Width = 121
  73.     Height = 21
  74.     Color = clWindow
  75.     TabOrder = 1
  76.     Text = 'Edit2'
  77.   end
  78.   object Edit3: TEdit
  79.     Left = 160
  80.     Top = 104
  81.     Width = 121
  82.     Height = 21
  83.     Color = clWindow
  84.     TabOrder = 2
  85.     Text = 'Edit3'
  86.   end
  87. end