home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap28 / object4 / selldlgs.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  2.2 KB  |  123 lines

  1. object SellDlg: TSellDlg
  2.   Left = 201
  3.   Top = 102
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sell Dialog'
  7.   ClientHeight = 179
  8.   ClientWidth = 346
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 24
  19.     Top = 8
  20.     Width = 225
  21.     Height = 161
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 48
  27.     Top = 32
  28.     Width = 26
  29.     Height = 13
  30.     Caption = 'Blue'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 32
  34.     Top = 64
  35.     Width = 38
  36.     Height = 13
  37.     Caption = 'Yellow'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 40
  41.     Top = 96
  42.     Width = 35
  43.     Height = 13
  44.     Caption = 'Green'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 40
  48.     Top = 128
  49.     Width = 33
  50.     Height = 13
  51.     Caption = 'Voilet'
  52.   end
  53.   object OKBtn: TBitBtn
  54.     Left = 252
  55.     Top = 8
  56.     Width = 77
  57.     Height = 27
  58.     TabOrder = 4
  59.     Kind = bkOK
  60.     Margin = 2
  61.     Spacing = -1
  62.     IsControl = True
  63.   end
  64.   object CancelBtn: TBitBtn
  65.     Left = 252
  66.     Top = 40
  67.     Width = 77
  68.     Height = 27
  69.     TabOrder = 5
  70.     Kind = bkCancel
  71.     Margin = 2
  72.     Spacing = -1
  73.     IsControl = True
  74.   end
  75.   object HelpBtn: TBitBtn
  76.     Left = 252
  77.     Top = 72
  78.     Width = 77
  79.     Height = 27
  80.     TabOrder = 6
  81.     Kind = bkHelp
  82.     Margin = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object MaskEdit1: TMaskEdit
  87.     Left = 80
  88.     Top = 32
  89.     Width = 121
  90.     Height = 20
  91.     EditMask = '######;0;_'
  92.     MaxLength = 6
  93.     TabOrder = 0
  94.   end
  95.   object MaskEdit2: TMaskEdit
  96.     Left = 80
  97.     Top = 64
  98.     Width = 121
  99.     Height = 20
  100.     EditMask = '######;0;_'
  101.     MaxLength = 6
  102.     TabOrder = 1
  103.   end
  104.   object MaskEdit3: TMaskEdit
  105.     Left = 80
  106.     Top = 96
  107.     Width = 121
  108.     Height = 20
  109.     EditMask = '######;0;_'
  110.     MaxLength = 6
  111.     TabOrder = 2
  112.   end
  113.   object MaskEdit4: TMaskEdit
  114.     Left = 80
  115.     Top = 128
  116.     Width = 121
  117.     Height = 20
  118.     EditMask = '######;0;_'
  119.     MaxLength = 6
  120.     TabOrder = 3
  121.   end
  122. end
  123.