home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Grafika / Escreen / escreen.exe / 0 / RCDATA / TFRMTEXT / TFRMTEXT.txt < prev   
Text File  |  1998-08-19  |  7KB  |  295 lines

  1. object Frmtext: TFrmtext
  2.   Left = 68
  3.   Top = 12
  4.   Width = 459
  5.   Height = 396
  6.   Caption = 'EasyScreen - Add Some Text'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -16
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 20
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 409
  21.     Height = 65
  22.     AutoSize = False
  23.     Caption = 
  24.       'The text you enter below will be displayed on your cropped pictu' +
  25.       're!  You also have many options on how you want the text to appe' +
  26.       'ar.  Don'#39't worry if you make a mistake, as EasyScreen returns yo' +
  27.       'u back to the unmarked image whenever you enter this screen!'
  28.     Font.Charset = OEM_CHARSET
  29.     Font.Color = clNavy
  30.     Font.Height = -12
  31.     Font.Name = 'Terminal'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object Edbox1: TEdit
  37.     Left = 16
  38.     Top = 94
  39.     Width = 409
  40.     Height = 28
  41.     MaxLength = 75
  42.     TabOrder = 0
  43.   end
  44.   object BitBtn1: TBitBtn
  45.     Left = 128
  46.     Top = 331
  47.     Width = 81
  48.     Height = 25
  49.     TabOrder = 1
  50.     OnClick = BitBtn1Click
  51.     Kind = bkCancel
  52.   end
  53.   object BitBtn2: TBitBtn
  54.     Left = 224
  55.     Top = 331
  56.     Width = 81
  57.     Height = 25
  58.     TabOrder = 2
  59.     OnClick = BitBtn2Click
  60.     Kind = bkOK
  61.   end
  62.   object GroupBox1: TGroupBox
  63.     Left = 33
  64.     Top = 135
  65.     Width = 185
  66.     Height = 90
  67.     Caption = 'Where should the text start?'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clWindowText
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 3
  75.     object radleft: TRadioButton
  76.       Left = 12
  77.       Top = 21
  78.       Width = 165
  79.       Height = 17
  80.       Caption = 'Left side of the picture'
  81.       TabOrder = 0
  82.     end
  83.     object rad25: TRadioButton
  84.       Left = 12
  85.       Top = 37
  86.       Width = 165
  87.       Height = 17
  88.       Caption = '1/4 way across the pictrue'
  89.       TabOrder = 1
  90.     end
  91.     object rad50: TRadioButton
  92.       Left = 12
  93.       Top = 53
  94.       Width = 165
  95.       Height = 17
  96.       Caption = '1/2 way across the picture'
  97.       TabOrder = 2
  98.     end
  99.     object rad75: TRadioButton
  100.       Left = 12
  101.       Top = 69
  102.       Width = 165
  103.       Height = 17
  104.       Caption = '3/4 way across the picture'
  105.       TabOrder = 3
  106.     end
  107.   end
  108.   object GroupBox2: TGroupBox
  109.     Left = 241
  110.     Top = 136
  111.     Width = 185
  112.     Height = 89
  113.     Caption = 'Where should the text be at?'
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clWindowText
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     TabOrder = 4
  121.     object radtop: TRadioButton
  122.       Left = 12
  123.       Top = 20
  124.       Width = 157
  125.       Height = 17
  126.       Caption = 'Top of picture'
  127.       TabOrder = 0
  128.     end
  129.     object radbot: TRadioButton
  130.       Left = 12
  131.       Top = 52
  132.       Width = 165
  133.       Height = 17
  134.       Caption = 'Bottom of picture'
  135.       TabOrder = 1
  136.     end
  137.     object radmid: TRadioButton
  138.       Left = 12
  139.       Top = 36
  140.       Width = 165
  141.       Height = 17
  142.       Caption = 'Middle of picture'
  143.       TabOrder = 2
  144.     end
  145.   end
  146.   object GroupBox3: TGroupBox
  147.     Left = 33
  148.     Top = 232
  149.     Width = 185
  150.     Height = 89
  151.     Caption = 'What sized text do you want?'
  152.     Font.Charset = DEFAULT_CHARSET
  153.     Font.Color = clWindowText
  154.     Font.Height = -11
  155.     Font.Name = 'MS Sans Serif'
  156.     Font.Style = []
  157.     ParentFont = False
  158.     TabOrder = 5
  159.     object radsmall: TRadioButton
  160.       Left = 13
  161.       Top = 20
  162.       Width = 113
  163.       Height = 17
  164.       Caption = ' Small'
  165.       Font.Charset = ANSI_CHARSET
  166.       Font.Color = clWindowText
  167.       Font.Height = -11
  168.       Font.Name = 'MS Sans Serif'
  169.       Font.Style = []
  170.       ParentFont = False
  171.       TabOrder = 0
  172.     end
  173.     object radmedium: TRadioButton
  174.       Left = 13
  175.       Top = 40
  176.       Width = 113
  177.       Height = 17
  178.       Caption = ' Medium'
  179.       Font.Charset = DEFAULT_CHARSET
  180.       Font.Color = clWindowText
  181.       Font.Height = -13
  182.       Font.Name = 'MS Sans Serif'
  183.       Font.Style = []
  184.       ParentFont = False
  185.       TabOrder = 1
  186.     end
  187.     object radlarge: TRadioButton
  188.       Left = 13
  189.       Top = 60
  190.       Width = 113
  191.       Height = 21
  192.       Caption = 'Large'
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = clWindowText
  195.       Font.Height = -16
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = []
  198.       ParentFont = False
  199.       TabOrder = 2
  200.     end
  201.   end
  202.   object GroupBox4: TGroupBox
  203.     Left = 242
  204.     Top = 232
  205.     Width = 185
  206.     Height = 89
  207.     Caption = 'What color text?'
  208.     Font.Charset = DEFAULT_CHARSET
  209.     Font.Color = clWindowText
  210.     Font.Height = -11
  211.     Font.Name = 'MS Sans Serif'
  212.     Font.Style = []
  213.     ParentFont = False
  214.     TabOrder = 6
  215.     object radred: TRadioButton
  216.       Left = 11
  217.       Top = 20
  218.       Width = 46
  219.       Height = 17
  220.       Caption = 'Red'
  221.       Font.Charset = DEFAULT_CHARSET
  222.       Font.Color = clRed
  223.       Font.Height = -11
  224.       Font.Name = 'MS Sans Serif'
  225.       Font.Style = []
  226.       ParentFont = False
  227.       TabOrder = 0
  228.     end
  229.     object radblue: TRadioButton
  230.       Left = 11
  231.       Top = 36
  232.       Width = 46
  233.       Height = 17
  234.       Caption = 'Blue'
  235.       Font.Charset = DEFAULT_CHARSET
  236.       Font.Color = clBlue
  237.       Font.Height = -11
  238.       Font.Name = 'MS Sans Serif'
  239.       Font.Style = []
  240.       ParentFont = False
  241.       TabOrder = 1
  242.     end
  243.     object radblack: TRadioButton
  244.       Left = 11
  245.       Top = 52
  246.       Width = 54
  247.       Height = 17
  248.       Caption = 'Black'
  249.       TabOrder = 2
  250.     end
  251.     object radgreen: TRadioButton
  252.       Left = 91
  253.       Top = 20
  254.       Width = 54
  255.       Height = 17
  256.       Caption = 'Green'
  257.       Font.Charset = DEFAULT_CHARSET
  258.       Font.Color = clGreen
  259.       Font.Height = -11
  260.       Font.Name = 'MS Sans Serif'
  261.       Font.Style = []
  262.       ParentFont = False
  263.       TabOrder = 3
  264.     end
  265.     object radnavy: TRadioButton
  266.       Left = 91
  267.       Top = 36
  268.       Width = 46
  269.       Height = 17
  270.       Caption = 'Navy'
  271.       Font.Charset = DEFAULT_CHARSET
  272.       Font.Color = clNavy
  273.       Font.Height = -11
  274.       Font.Name = 'MS Sans Serif'
  275.       Font.Style = []
  276.       ParentFont = False
  277.       TabOrder = 4
  278.     end
  279.     object radaqua: TRadioButton
  280.       Left = 91
  281.       Top = 52
  282.       Width = 54
  283.       Height = 17
  284.       Caption = 'Aqua'
  285.       Font.Charset = DEFAULT_CHARSET
  286.       Font.Color = clAqua
  287.       Font.Height = -11
  288.       Font.Name = 'MS Sans Serif'
  289.       Font.Style = []
  290.       ParentFont = False
  291.       TabOrder = 5
  292.     end
  293.   end
  294. end
  295.