home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / objects / edits / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  3.3 KB  |  166 lines

  1. object Form1: TForm1
  2.   Left = 146
  3.   Top = 141
  4.   AutoScroll = False
  5.   Caption = 'Edit Selections'
  6.   ClientHeight = 171
  7.   ClientWidth = 435
  8.   Color = clNavy
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 120
  15.   TextHeight = 20
  16.   object Label1: TLabel
  17.     Left = 249
  18.     Top = 10
  19.     Width = 61
  20.     Height = 20
  21.     AutoSize = False
  22.     Caption = 'Sel Start'
  23.     DragCursor = crDefault
  24.     Font.Color = clYellow
  25.     Font.Height = -16
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 235
  33.     Top = 48
  34.     Width = 74
  35.     Height = 20
  36.     AutoSize = False
  37.     Caption = 'Sel Length'
  38.     DragCursor = crDefault
  39.     Font.Color = clYellow
  40.     Font.Height = -16
  41.     Font.Name = 'Times New Roman'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     WordWrap = True
  45.   end
  46.   object Label3: TLabel
  47.     Left = 250
  48.     Top = 88
  49.     Width = 57
  50.     Height = 20
  51.     AutoSize = False
  52.     Caption = 'Sel Text'
  53.     DragCursor = crDefault
  54.     Font.Color = clYellow
  55.     Font.Height = -16
  56.     Font.Name = 'Times New Roman'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     WordWrap = True
  60.   end
  61.   object CreateEd: TButton
  62.     Left = 8
  63.     Top = 128
  64.     Width = 198
  65.     Height = 35
  66.     Caption = '  Create Edit  '
  67.     DragCursor = crDefault
  68.     Font.Color = clSilver
  69.     Font.Height = -21
  70.     Font.Name = 'Times New Roman'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 0
  74.     OnClick = CreateEdClick
  75.   end
  76.   object Edit1: TEdit
  77.     Left = 312
  78.     Top = 9
  79.     Width = 108
  80.     Height = 31
  81.     Cursor = crSizeNESW
  82.     Color = clBlue
  83.     DragCursor = crDefault
  84.     Font.Color = clAqua
  85.     Font.Height = -20
  86.     Font.Name = 'Times New Roman'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 1
  90.     Text = 'Edit1'
  91.   end
  92.   object Edit2: TEdit
  93.     Left = 312
  94.     Top = 48
  95.     Width = 108
  96.     Height = 31
  97.     Color = clBlue
  98.     DragCursor = crDefault
  99.     Font.Color = clAqua
  100.     Font.Height = -20
  101.     Font.Name = 'Times New Roman'
  102.     Font.Style = []
  103.     ParentFont = False
  104.     TabOrder = 2
  105.     Text = 'Edit2'
  106.   end
  107.   object ShowSel: TButton
  108.     Left = 224
  109.     Top = 128
  110.     Width = 198
  111.     Height = 35
  112.     Caption = '  Show Selection  '
  113.     DragCursor = crDefault
  114.     Enabled = False
  115.     Font.Color = clSilver
  116.     Font.Height = -21
  117.     Font.Name = 'Times New Roman'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     TabOrder = 3
  121.     OnClick = ShowSelClick
  122.   end
  123.   object Edit3: TEdit
  124.     Left = 312
  125.     Top = 88
  126.     Width = 108
  127.     Height = 31
  128.     Color = clBlue
  129.     DragCursor = crDefault
  130.     Font.Color = clAqua
  131.     Font.Height = -20
  132.     Font.Name = 'Times New Roman'
  133.     Font.Style = []
  134.     ParentFont = False
  135.     TabOrder = 4
  136.     Text = 'Edit3'
  137.   end
  138.   object Panel1: TPanel
  139.     Left = 8
  140.     Top = 80
  141.     Width = 196
  142.     Height = 41
  143.     BevelWidth = 2
  144.     Caption = 'Panel1'
  145.     TabOrder = 5
  146.     object BoldBox: TCheckBox
  147.       Left = 3
  148.       Top = 3
  149.       Width = 189
  150.       Height = 35
  151.       Caption = 'Bold & Italic'
  152.       Color = clBlue
  153.       DragCursor = crDefault
  154.       Enabled = False
  155.       Font.Color = clAqua
  156.       Font.Height = -20
  157.       Font.Name = 'Times New Roman'
  158.       Font.Style = []
  159.       ParentColor = False
  160.       ParentFont = False
  161.       TabOrder = 0
  162.       OnClick = BoldBoxClick
  163.     end
  164.   end
  165. end
  166.