home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / objects / edits / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  5.1 KB  |  190 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 = {
  14.     0000010001002020100000000000E80200001600000028000000200000004000
  15.     0000010004000000000000020000000000000000000000000000000000000000
  16.     0000000080000080000000808000800000008000800080800000C0C0C0008080
  17.     80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
  18.     00000000000000000000000000000ECECC0FFFFFFFFF770000CCCC0C0FF00EEC
  19.     CCC07FFFF00000CCCCCCCC0C07700CCCCCC00FFF00CEECEECCCCC00C0F700CEC
  20.     ECCC077FF00CCECECCCCC0000F700EECCC000F7FF7000EECCCCCC0C077700CC0
  21.     00CE0F7FFFF00CCECCCCC0C0FFF00C0EEC00077FFFF700EECECC0000F77000CE
  22.     000FFFFFFFF7F0CCECCC0C0777F00E000FFFF7777FF7FF0CCECC000FFFF0000F
  23.     FF7777FF7FF777700CEC007FF770077FFF7FFFFF7FFFFFFF00C0007777F00000
  24.     0F7FF7777FFFF77770000FFFFFF00440000777FFFFFFF7FFFF000FFF77700C5C
  25.     0000FFF7777FF7FF77FFFFFF7FF00CC5C5500777FF7FF7777FFFFFFF7FF00CCC
  26.     5C450FFFFF7FFFFFFF7777FF77700CCCC5C440F7777FFFF7777FF7FFFFF00CCC
  27.     CCCC5077FFFFFFF7FFFFF7FFFFF00CCCCCC5C0FFF7777FF7FF00000FF8800CCC
  28.     CCCC407777FF7FF7704C445088800CECCCCCC07FFFFF7FFF0CC5C5C409500ECE
  29.     CCCC0F7FF7777FFF0CCCCC5405900EECECCC0F7777FFFFF70CCCCCC505500EEE
  30.     CCC0FFFFFFFFFFF80CECCCCC05500CCCC007FFFFFFFFF8850CCEECCC05500000
  31.     0777FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
  32.     F888889999599955595555555550088885959595959555559595959555500999
  33.     9999595559595555555555555550000000000000000000000000000000000000
  34.     0000000000000000000000000000000000000000000000000000000000000000
  35.     0000000000000000000000000000000000000000000000000000000000000000
  36.     0000000000000000000000000000000000000000000000000000000000000000
  37.     000000000000000000000000000000000000000000000000000000000000}
  38.   PixelsPerInch = 120
  39.   TextHeight = 20
  40.   object Label1: TLabel
  41.     Left = 249
  42.     Top = 10
  43.     Width = 61
  44.     Height = 20
  45.     AutoSize = False
  46.     Caption = 'Sel Start'
  47.     DragCursor = crDefault
  48.     Font.Color = clYellow
  49.     Font.Height = -16
  50.     Font.Name = 'Times New Roman'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     WordWrap = True
  54.   end
  55.   object Label2: TLabel
  56.     Left = 235
  57.     Top = 48
  58.     Width = 74
  59.     Height = 20
  60.     AutoSize = False
  61.     Caption = 'Sel Length'
  62.     DragCursor = crDefault
  63.     Font.Color = clYellow
  64.     Font.Height = -16
  65.     Font.Name = 'Times New Roman'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.     WordWrap = True
  69.   end
  70.   object Label3: TLabel
  71.     Left = 250
  72.     Top = 88
  73.     Width = 57
  74.     Height = 20
  75.     AutoSize = False
  76.     Caption = 'Sel Text'
  77.     DragCursor = crDefault
  78.     Font.Color = clYellow
  79.     Font.Height = -16
  80.     Font.Name = 'Times New Roman'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     WordWrap = True
  84.   end
  85.   object CreateEd: TButton
  86.     Left = 8
  87.     Top = 128
  88.     Width = 198
  89.     Height = 35
  90.     Caption = '  Create Edit  '
  91.     DragCursor = crDefault
  92.     Font.Color = clSilver
  93.     Font.Height = -21
  94.     Font.Name = 'Times New Roman'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 0
  98.     OnClick = CreateEdClick
  99.   end
  100.   object Edit1: TEdit
  101.     Left = 312
  102.     Top = 9
  103.     Width = 108
  104.     Height = 31
  105.     Cursor = crSizeNESW
  106.     Color = clBlue
  107.     DragCursor = crDefault
  108.     Font.Color = clAqua
  109.     Font.Height = -20
  110.     Font.Name = 'Times New Roman'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 1
  114.     Text = 'Edit1'
  115.   end
  116.   object Edit2: TEdit
  117.     Left = 312
  118.     Top = 48
  119.     Width = 108
  120.     Height = 31
  121.     Color = clBlue
  122.     DragCursor = crDefault
  123.     Font.Color = clAqua
  124.     Font.Height = -20
  125.     Font.Name = 'Times New Roman'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     TabOrder = 2
  129.     Text = 'Edit2'
  130.   end
  131.   object ShowSel: TButton
  132.     Left = 224
  133.     Top = 128
  134.     Width = 198
  135.     Height = 35
  136.     Caption = '  Show Selection  '
  137.     DragCursor = crDefault
  138.     Enabled = False
  139.     Font.Color = clSilver
  140.     Font.Height = -21
  141.     Font.Name = 'Times New Roman'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     TabOrder = 3
  145.     OnClick = ShowSelClick
  146.   end
  147.   object Edit3: TEdit
  148.     Left = 312
  149.     Top = 88
  150.     Width = 108
  151.     Height = 31
  152.     Color = clBlue
  153.     DragCursor = crDefault
  154.     Font.Color = clAqua
  155.     Font.Height = -20
  156.     Font.Name = 'Times New Roman'
  157.     Font.Style = []
  158.     ParentFont = False
  159.     TabOrder = 4
  160.     Text = 'Edit3'
  161.   end
  162.   object Panel1: TPanel
  163.     Left = 8
  164.     Top = 80
  165.     Width = 196
  166.     Height = 41
  167.     BevelWidth = 2
  168.     Caption = 'Panel1'
  169.     TabOrder = 5
  170.     object BoldBox: TCheckBox
  171.       Left = 3
  172.       Top = 3
  173.       Width = 189
  174.       Height = 35
  175.       Caption = 'Bold & Italic'
  176.       Color = clBlue
  177.       DragCursor = crDefault
  178.       Enabled = False
  179.       Font.Color = clAqua
  180.       Font.Height = -20
  181.       Font.Name = 'Times New Roman'
  182.       Font.Style = []
  183.       ParentColor = False
  184.       ParentFont = False
  185.       TabOrder = 0
  186.       OnClick = BoldBoxClick
  187.     end
  188.   end
  189. end
  190.