home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 June / CLUB_0696.BIN / share95 / webpagec / wpc.exe / 0 / RCDATA / TADDIMAGE / TADDIMAGE.txt
Text File  |  1996-04-05  |  10KB  |  451 lines

  1. object AddImage: TAddImage
  2.   Left = 246
  3.   Top = 62
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'AddImage'
  7.   ClientHeight = 470
  8.   ClientWidth = 521
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -18
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 20
  21.     Width = 82
  22.     Height = 20
  23.     Alignment = taRightJustify
  24.     Caption = 'File Name:'
  25.     Font.Color = clBlue
  26.     Font.Height = -17
  27.     Font.Name = 'System'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 48
  33.     Top = 414
  34.     Width = 113
  35.     Height = 34
  36.     TabOrder = 8
  37.     OnClick = BitBtn1Click
  38.     Kind = bkOK
  39.   end
  40.   object BitBtn2: TBitBtn
  41.     Left = 360
  42.     Top = 414
  43.     Width = 113
  44.     Height = 34
  45.     TabOrder = 9
  46.     OnClick = BitBtn2Click
  47.     Kind = bkCancel
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 113
  51.     Top = 16
  52.     Width = 288
  53.     Height = 28
  54.     Color = clSilver
  55.     Font.Color = clMaroon
  56.     Font.Height = -17
  57.     Font.Name = 'System'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.     TabOrder = 0
  61.   end
  62.   object BitBtn3: TBitBtn
  63.     Left = 416
  64.     Top = 16
  65.     Width = 89
  66.     Height = 29
  67.     Caption = 'Browse'
  68.     TabOrder = 1
  69.     OnClick = BitBtn3Click
  70.   end
  71.   object GroupBox1: TGroupBox
  72.     Left = 16
  73.     Top = 190
  74.     Width = 489
  75.     Height = 68
  76.     Caption = 'Image Size'
  77.     Color = clSilver
  78.     Font.Color = clBlue
  79.     Font.Height = -17
  80.     Font.Name = 'System'
  81.     Font.Style = [fsBold]
  82.     ParentColor = False
  83.     ParentFont = False
  84.     TabOrder = 4
  85.     object Label2: TLabel
  86.       Left = 200
  87.       Top = 26
  88.       Width = 56
  89.       Height = 20
  90.       Alignment = taRightJustify
  91.       Caption = 'Height:'
  92.     end
  93.     object Label3: TLabel
  94.       Left = 39
  95.       Top = 26
  96.       Width = 49
  97.       Height = 20
  98.       Alignment = taRightJustify
  99.       Caption = 'Width:'
  100.     end
  101.     object SpinEdit1: TSpinEdit
  102.       Left = 265
  103.       Top = 23
  104.       Width = 72
  105.       Height = 31
  106.       Color = clSilver
  107.       Font.Color = clMaroon
  108.       Font.Height = -17
  109.       Font.Name = 'System'
  110.       Font.Style = [fsBold]
  111.       MaxLength = 4
  112.       MaxValue = 1024
  113.       MinValue = 0
  114.       ParentFont = False
  115.       TabOrder = 1
  116.       Value = 0
  117.     end
  118.     object SpinEdit2: TSpinEdit
  119.       Left = 96
  120.       Top = 23
  121.       Width = 73
  122.       Height = 31
  123.       Color = clSilver
  124.       Font.Color = clMaroon
  125.       Font.Height = -17
  126.       Font.Name = 'System'
  127.       Font.Style = [fsBold]
  128.       MaxLength = 3
  129.       MaxValue = 1024
  130.       MinValue = 0
  131.       ParentFont = False
  132.       TabOrder = 0
  133.       Value = 0
  134.     end
  135.     object BitBtn4: TBitBtn
  136.       Left = 376
  137.       Top = 24
  138.       Width = 89
  139.       Height = 29
  140.       Caption = 'From File'
  141.       TabOrder = 2
  142.       OnClick = BitBtn4Click
  143.     end
  144.   end
  145.   object GroupBox2: TGroupBox
  146.     Left = 16
  147.     Top = 263
  148.     Width = 489
  149.     Height = 67
  150.     Caption = 'VSpace and HSpace'
  151.     Color = clSilver
  152.     Font.Color = clBlue
  153.     Font.Height = -17
  154.     Font.Name = 'System'
  155.     Font.Style = [fsBold]
  156.     ParentColor = False
  157.     ParentFont = False
  158.     TabOrder = 5
  159.     object Label4: TLabel
  160.       Left = 71
  161.       Top = 26
  162.       Width = 65
  163.       Height = 20
  164.       Alignment = taRightJustify
  165.       Caption = 'VSpace:'
  166.     end
  167.     object Label5: TLabel
  168.       Left = 262
  169.       Top = 26
  170.       Width = 66
  171.       Height = 20
  172.       Alignment = taRightJustify
  173.       Caption = 'HSpace:'
  174.     end
  175.     object SpinEdit3: TSpinEdit
  176.       Left = 144
  177.       Top = 23
  178.       Width = 73
  179.       Height = 31
  180.       Color = clSilver
  181.       Font.Color = clMaroon
  182.       Font.Height = -17
  183.       Font.Name = 'System'
  184.       Font.Style = [fsBold]
  185.       MaxLength = 2
  186.       MaxValue = 640
  187.       MinValue = 0
  188.       ParentFont = False
  189.       TabOrder = 0
  190.       Value = 0
  191.     end
  192.     object SpinEdit4: TSpinEdit
  193.       Left = 336
  194.       Top = 23
  195.       Width = 73
  196.       Height = 31
  197.       Color = clSilver
  198.       Font.Color = clMaroon
  199.       Font.Height = -17
  200.       Font.Name = 'System'
  201.       Font.Style = [fsBold]
  202.       MaxLength = 2
  203.       MaxValue = 640
  204.       MinValue = 0
  205.       ParentFont = False
  206.       TabOrder = 1
  207.       Value = 0
  208.     end
  209.   end
  210.   object GroupBox3: TGroupBox
  211.     Left = 16
  212.     Top = 334
  213.     Width = 169
  214.     Height = 67
  215.     Caption = 'Border'
  216.     Color = clSilver
  217.     Font.Color = clBlue
  218.     Font.Height = -17
  219.     Font.Name = 'System'
  220.     Font.Style = [fsBold]
  221.     ParentColor = False
  222.     ParentFont = False
  223.     TabOrder = 6
  224.     object Label6: TLabel
  225.       Left = 52
  226.       Top = 26
  227.       Width = 37
  228.       Height = 20
  229.       Alignment = taRightJustify
  230.       Caption = 'Size:'
  231.     end
  232.     object SpinEdit5: TSpinEdit
  233.       Left = 96
  234.       Top = 23
  235.       Width = 57
  236.       Height = 31
  237.       Color = clSilver
  238.       Font.Color = clMaroon
  239.       Font.Height = -17
  240.       Font.Name = 'System'
  241.       Font.Style = [fsBold]
  242.       MaxLength = 2
  243.       MaxValue = 15
  244.       MinValue = 0
  245.       ParentFont = False
  246.       TabOrder = 0
  247.       Value = 0
  248.     end
  249.   end
  250.   object GroupBox4: TGroupBox
  251.     Left = 16
  252.     Top = 78
  253.     Width = 489
  254.     Height = 105
  255.     Caption = 'Alignment'
  256.     Color = clSilver
  257.     Font.Color = clBlue
  258.     Font.Height = -17
  259.     Font.Name = 'System'
  260.     Font.Style = [fsBold]
  261.     ParentColor = False
  262.     ParentFont = False
  263.     TabOrder = 3
  264.     object RadioButton1: TRadioButton
  265.       Left = 56
  266.       Top = 48
  267.       Width = 65
  268.       Height = 17
  269.       Caption = 'Left'
  270.       Color = clSilver
  271.       Font.Color = clMaroon
  272.       Font.Height = -17
  273.       Font.Name = 'System'
  274.       Font.Style = [fsBold]
  275.       ParentColor = False
  276.       ParentFont = False
  277.       TabOrder = 1
  278.     end
  279.     object RadioButton2: TRadioButton
  280.       Left = 56
  281.       Top = 73
  282.       Width = 82
  283.       Height = 20
  284.       Caption = 'Right'
  285.       Color = clSilver
  286.       Font.Color = clMaroon
  287.       Font.Height = -17
  288.       Font.Name = 'System'
  289.       Font.Style = [fsBold]
  290.       ParentColor = False
  291.       ParentFont = False
  292.       TabOrder = 2
  293.     end
  294.     object RadioButton3: TRadioButton
  295.       Left = 184
  296.       Top = 24
  297.       Width = 97
  298.       Height = 17
  299.       Caption = 'Middle'
  300.       Color = clSilver
  301.       Font.Color = clMaroon
  302.       Font.Height = -17
  303.       Font.Name = 'System'
  304.       Font.Style = [fsBold]
  305.       ParentColor = False
  306.       ParentFont = False
  307.       TabOrder = 3
  308.     end
  309.     object RadioButton6: TRadioButton
  310.       Left = 184
  311.       Top = 48
  312.       Width = 65
  313.       Height = 17
  314.       Caption = 'Top'
  315.       Color = clSilver
  316.       Font.Color = clMaroon
  317.       Font.Height = -17
  318.       Font.Name = 'System'
  319.       Font.Style = [fsBold]
  320.       ParentColor = False
  321.       ParentFont = False
  322.       TabOrder = 4
  323.     end
  324.     object RadioButton5: TRadioButton
  325.       Left = 56
  326.       Top = 24
  327.       Width = 82
  328.       Height = 17
  329.       Caption = 'None'
  330.       Checked = True
  331.       Color = clSilver
  332.       Font.Color = clMaroon
  333.       Font.Height = -17
  334.       Font.Name = 'System'
  335.       Font.Style = [fsBold]
  336.       ParentColor = False
  337.       ParentFont = False
  338.       TabOrder = 0
  339.       TabStop = True
  340.     end
  341.     object RadioButton4: TRadioButton
  342.       Left = 184
  343.       Top = 73
  344.       Width = 114
  345.       Height = 16
  346.       Caption = 'Text Top'
  347.       Color = clSilver
  348.       Font.Color = clMaroon
  349.       Font.Height = -17
  350.       Font.Name = 'System'
  351.       Font.Style = [fsBold]
  352.       ParentColor = False
  353.       ParentFont = False
  354.       TabOrder = 5
  355.     end
  356.     object RadioButton7: TRadioButton
  357.       Left = 328
  358.       Top = 24
  359.       Width = 97
  360.       Height = 17
  361.       Caption = 'Baseline'
  362.       Color = clSilver
  363.       Font.Color = clMaroon
  364.       Font.Height = -17
  365.       Font.Name = 'System'
  366.       Font.Style = [fsBold]
  367.       ParentColor = False
  368.       ParentFont = False
  369.       TabOrder = 6
  370.     end
  371.     object RadioButton8: TRadioButton
  372.       Left = 328
  373.       Top = 48
  374.       Width = 121
  375.       Height = 17
  376.       Caption = 'Abs Middle'
  377.       Color = clSilver
  378.       Font.Color = clMaroon
  379.       Font.Height = -17
  380.       Font.Name = 'System'
  381.       Font.Style = [fsBold]
  382.       ParentColor = False
  383.       ParentFont = False
  384.       TabOrder = 7
  385.     end
  386.     object RadioButton9: TRadioButton
  387.       Left = 328
  388.       Top = 73
  389.       Width = 121
  390.       Height = 16
  391.       Caption = 'Abs Bottom'
  392.       Color = clSilver
  393.       Font.Color = clMaroon
  394.       Font.Height = -17
  395.       Font.Name = 'System'
  396.       Font.Style = [fsBold]
  397.       ParentColor = False
  398.       ParentFont = False
  399.       TabOrder = 8
  400.     end
  401.   end
  402.   object CheckBox1: TCheckBox
  403.     Left = 110
  404.     Top = 50
  405.     Width = 291
  406.     Height = 21
  407.     Caption = 'Include Path To Image File'
  408.     Font.Color = clBlue
  409.     Font.Height = -18
  410.     Font.Name = 'System'
  411.     Font.Style = [fsBold]
  412.     ParentFont = False
  413.     TabOrder = 2
  414.   end
  415.   object GroupBox5: TGroupBox
  416.     Left = 200
  417.     Top = 334
  418.     Width = 305
  419.     Height = 67
  420.     Caption = 'Alternate Text'
  421.     Font.Color = clBlue
  422.     Font.Height = -18
  423.     Font.Name = 'System'
  424.     Font.Style = [fsBold]
  425.     ParentFont = False
  426.     TabOrder = 7
  427.     object CheckBox2: TCheckBox
  428.       Left = 24
  429.       Top = 29
  430.       Width = 265
  431.       Height = 22
  432.       Caption = 'Insert Tag For Alternate Text'
  433.       Font.Color = clMaroon
  434.       Font.Height = -18
  435.       Font.Name = 'System'
  436.       Font.Style = [fsBold]
  437.       ParentFont = False
  438.       TabOrder = 0
  439.     end
  440.   end
  441.   object OpenDialog1: TOpenDialog
  442.     FileEditStyle = fsEdit
  443.     Filter = 
  444.       'Image Files|*.gif;*.jpg;*.tif|GIF Images|*.gif|JPEG Images|*.jpg' +
  445.       '|TIFF Images|*.Tif'
  446.     Options = [ofReadOnly, ofPathMustExist, ofFileMustExist, ofNoReadOnlyReturn]
  447.     Left = 256
  448.     Top = 416
  449.   end
  450. end
  451.