home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / megapanl.exe / SAMPLE.ZIP / TEST3.DFM / TEST3.txt
Encoding:
Text File  |  1996-04-30  |  3.0 KB  |  134 lines

  1. object Form3: TForm3
  2.   Left = 337
  3.   Top = 365
  4.   Width = 231
  5.   Height = 269
  6.   ActiveControl = Edit2
  7.   Caption = 'GroupBox'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object MegaPanel2: TMegaPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 223
  18.     Height = 242
  19.     AutoCenter = acControls
  20.     Caption = 'MegaPanel'#13'GroupBox'
  21.     CaptionBevelMargin = 0
  22.     CaptionBevelWidth = 0
  23.     CaptionBorderWidth = 2
  24.     CaptionFont.Color = clBlack
  25.     CaptionFont.Height = -11
  26.     CaptionFont.Name = 'MS Sans Serif'
  27.     CaptionFont.Style = [fsBold]
  28.     CaptionHorzJustify = hjCenter
  29.     CaptionStyle = csGroupBox
  30.     CtlShadow.UseShadow = True
  31.     DividerWidth = 1
  32.     FixClasses.Strings = (
  33.       '111TEdit'
  34.       '001TMemo'
  35.       '101TComboBox'
  36.       '111TMaskEdit')
  37.     LabelControlY = 2
  38.     LabelFocusEffect.UseEffects = True
  39.     LabelFocusEffect.LabelBackground = clYellow
  40.     LabelFocusEffect.LabelFontColor = clBlue
  41.     LabelFont.Color = clSilver
  42.     LabelFont.Height = -13
  43.     LabelFont.Name = 'Arial'
  44.     LabelFont.Style = [fsBold, fsItalic]
  45.     LabelStyle = lsInControl
  46.     LabelWidth = 100
  47.     PanelBevelInner = bvRaised
  48.     PanelBevelMargin = 4
  49.     PanelBevelOuter = bvLowered
  50.     ParentFont = False
  51.     TagUsage = tuLabelColor
  52.     Align = alClient
  53.     TabOrder = 0
  54.     object Edit2: TEdit
  55.       Tag = 536870911
  56.       Left = 19
  57.       Top = 40
  58.       Width = 184
  59.       Height = 22
  60.       Hint = '|&Enter Some Text'
  61.       Color = clWhite
  62.       Ctl3D = False
  63.       Font.Color = clBlack
  64.       Font.Height = -13
  65.       Font.Name = 'System'
  66.       Font.Style = [fsBold]
  67.       ParentCtl3D = False
  68.       ParentFont = False
  69.       TabOrder = 0
  70.     end
  71.     object MemoBox2: TMemo
  72.       Tag = 255
  73.       Left = 19
  74.       Top = 72
  75.       Width = 185
  76.       Height = 89
  77.       Hint = '|&You Must Enter Text Here'
  78.       Color = clWhite
  79.       Ctl3D = False
  80.       Font.Color = clBlack
  81.       Font.Height = -13
  82.       Font.Name = 'System'
  83.       Font.Style = [fsBold]
  84.       ParentCtl3D = False
  85.       ParentFont = False
  86.       TabOrder = 1
  87.     end
  88.     object ComboBox2: TComboBox
  89.       Tag = 536870911
  90.       Left = 19
  91.       Top = 168
  92.       Width = 184
  93.       Height = 24
  94.       Hint = '|&Select From the List'
  95.       Color = clWhite
  96.       Ctl3D = False
  97.       Font.Color = clBlack
  98.       Font.Height = -13
  99.       Font.Name = 'System'
  100.       Font.Style = [fsBold]
  101.       ItemHeight = 16
  102.       Items.Strings = (
  103.         'Item 1'
  104.         'Item 2'
  105.         'Item 3'
  106.         'Item 4'
  107.         'Item 5')
  108.       ParentCtl3D = False
  109.       ParentFont = False
  110.       ParentShowHint = False
  111.       ShowHint = False
  112.       TabOrder = 2
  113.     end
  114.     object MaskEdit1: TMaskEdit
  115.       Tag = 536870911
  116.       Left = 19
  117.       Top = 200
  118.       Width = 184
  119.       Height = 22
  120.       Hint = '|&A Mask Edit'
  121.       Color = clWhite
  122.       Ctl3D = False
  123.       Font.Color = clBlack
  124.       Font.Height = -13
  125.       Font.Name = 'System'
  126.       Font.Style = [fsBold]
  127.       MaxLength = 0
  128.       ParentCtl3D = False
  129.       ParentFont = False
  130.       TabOrder = 3
  131.     end
  132.   end
  133. end
  134.