home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / Chip_2002-07_cd1.bin / sharewar / cwriter / Imgcpwrt.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2001-08-15  |  7KB  |  363 lines

  1. object Form1: TForm1
  2.   Left = 290
  3.   Top = 185
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Copyright Writer 1.0'
  8.   ClientHeight = 366
  9.   ClientWidth = 587
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 292
  22.     Width = 48
  23.     Height = 13
  24.     Caption = 'Output Dir'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 9
  28.     Top = 324
  29.     Width = 68
  30.     Height = 13
  31.     Caption = 'Copyright Text'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 473
  35.     Top = 177
  36.     Width = 26
  37.     Height = 13
  38.     Caption = 'Prefix'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 473
  42.     Top = 152
  43.     Width = 20
  44.     Height = 13
  45.     Caption = 'Size'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 474
  49.     Top = 296
  50.     Width = 44
  51.     Height = 13
  52.     Caption = 'Font Size'
  53.   end
  54.   object Label6: TLabel
  55.     Left = 474
  56.     Top = 270
  57.     Width = 24
  58.     Height = 13
  59.     Caption = 'Color'
  60.   end
  61.   object Label7: TLabel
  62.     Left = 470
  63.     Top = 4
  64.     Width = 107
  65.     Height = 20
  66.     Caption = 'www.infojet.cz'
  67.     Color = clBtnFace
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clRed
  70.     Font.Height = -16
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentColor = False
  74.     ParentFont = False
  75.   end
  76.   object Label9: TLabel
  77.     Left = 480
  78.     Top = 25
  79.     Width = 86
  80.     Height = 13
  81.     Caption = 'info@infojet.cz'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = [fsBold]
  87.     ParentFont = False
  88.   end
  89.   object Label11: TLabel
  90.     Left = 478
  91.     Top = 40
  92.     Width = 90
  93.     Height = 13
  94.     Caption = 'Czech Republic'
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWindowText
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = [fsBold]
  100.     ParentFont = False
  101.   end
  102.   object Bevel1: TBevel
  103.     Left = 471
  104.     Top = 100
  105.     Width = 110
  106.     Height = 10
  107.     Shape = bsBottomLine
  108.   end
  109.   object Label10: TLabel
  110.     Left = 479
  111.     Top = 71
  112.     Width = 94
  113.     Height = 29
  114.     Caption = 'Freeware!'
  115.     Font.Charset = ANSI_CHARSET
  116.     Font.Color = clBlue
  117.     Font.Height = -24
  118.     Font.Name = 'Arial Narrow'
  119.     Font.Style = [fsBold]
  120.     ParentFont = False
  121.   end
  122.   object Label12: TLabel
  123.     Left = 477
  124.     Top = 72
  125.     Width = 94
  126.     Height = 29
  127.     Caption = 'Freeware!'
  128.     Font.Charset = ANSI_CHARSET
  129.     Font.Color = clLime
  130.     Font.Height = -24
  131.     Font.Name = 'Arial Narrow'
  132.     Font.Style = [fsBold]
  133.     ParentFont = False
  134.     Transparent = True
  135.   end
  136.   object Label8: TLabel
  137.     Left = 8
  138.     Top = 305
  139.     Width = 66
  140.     Height = 13
  141.     Caption = 'without end. \'
  142.   end
  143.   object Button1: TButton
  144.     Left = 156
  145.     Top = 5
  146.     Width = 80
  147.     Height = 25
  148.     Caption = 'Select Images'
  149.     TabOrder = 0
  150.     OnClick = Button1Click
  151.   end
  152.   object Panel1: TPanel
  153.     Left = 243
  154.     Top = 4
  155.     Width = 223
  156.     Height = 161
  157.     BevelInner = bvLowered
  158.     BorderWidth = 5
  159.     Caption = 'No Images '
  160.     TabOrder = 1
  161.     object Image1: TImage
  162.       Left = 7
  163.       Top = 7
  164.       Width = 209
  165.       Height = 147
  166.       Center = True
  167.       IncrementalDisplay = True
  168.       Stretch = True
  169.     end
  170.   end
  171.   object DirectoryListBox1: TDirectoryListBox
  172.     Left = 3
  173.     Top = 4
  174.     Width = 145
  175.     Height = 154
  176.     ItemHeight = 16
  177.     TabOrder = 2
  178.     OnChange = DirectoryListBox1Change
  179.   end
  180.   object Button2: TButton
  181.     Left = 156
  182.     Top = 37
  183.     Width = 80
  184.     Height = 25
  185.     Caption = 'Clear List'
  186.     TabOrder = 3
  187.     OnClick = Button2Click
  188.   end
  189.   object Panel2: TPanel
  190.     Left = 3
  191.     Top = 165
  192.     Width = 463
  193.     Height = 124
  194.     BevelInner = bvLowered
  195.     BorderWidth = 5
  196.     Caption = 'Panel2'
  197.     TabOrder = 4
  198.     object CheckListBox1: TCheckListBox
  199.       Left = 7
  200.       Top = 7
  201.       Width = 449
  202.       Height = 110
  203.       Align = alClient
  204.       BorderStyle = bsNone
  205.       ItemHeight = 13
  206.       Sorted = True
  207.       TabOrder = 0
  208.       OnClick = CheckListBox1Click
  209.     end
  210.   end
  211.   object Button3: TButton
  212.     Left = 156
  213.     Top = 69
  214.     Width = 80
  215.     Height = 25
  216.     Caption = 'Pick All '
  217.     TabOrder = 5
  218.     OnClick = Button3Click
  219.   end
  220.   object Button4: TButton
  221.     Left = 156
  222.     Top = 102
  223.     Width = 80
  224.     Height = 25
  225.     Caption = 'Start'
  226.     Font.Charset = DEFAULT_CHARSET
  227.     Font.Color = clRed
  228.     Font.Height = -11
  229.     Font.Name = 'MS Sans Serif'
  230.     Font.Style = [fsBold]
  231.     ParentFont = False
  232.     TabOrder = 6
  233.     OnClick = Button4Click
  234.   end
  235.   object Edit1: TEdit
  236.     Left = 84
  237.     Top = 295
  238.     Width = 379
  239.     Height = 21
  240.     TabOrder = 7
  241.   end
  242.   object Edit2: TEdit
  243.     Left = 84
  244.     Top = 321
  245.     Width = 379
  246.     Height = 21
  247.     TabOrder = 8
  248.   end
  249.   object CheckBox1: TCheckBox
  250.     Left = 471
  251.     Top = 125
  252.     Width = 110
  253.     Height = 17
  254.     Caption = 'Create Thumbnails'
  255.     TabOrder = 9
  256.   end
  257.   object UpDown1: TUpDown
  258.     Left = 565
  259.     Top = 148
  260.     Width = 15
  261.     Height = 21
  262.     Associate = Edit3
  263.     Min = 100
  264.     Max = 250
  265.     Position = 125
  266.     TabOrder = 10
  267.     Wrap = False
  268.   end
  269.   object Edit3: TEdit
  270.     Left = 505
  271.     Top = 148
  272.     Width = 60
  273.     Height = 21
  274.     TabOrder = 11
  275.     Text = '125'
  276.   end
  277.   object Edit5: TEdit
  278.     Left = 505
  279.     Top = 174
  280.     Width = 75
  281.     Height = 21
  282.     TabOrder = 12
  283.     Text = 'th_'
  284.   end
  285.   object Button6: TButton
  286.     Left = 470
  287.     Top = 320
  288.     Width = 114
  289.     Height = 23
  290.     Caption = 'Select Font '
  291.     TabOrder = 13
  292.     OnClick = Button6Click
  293.   end
  294.   object Edit4: TEdit
  295.     Left = 521
  296.     Top = 293
  297.     Width = 46
  298.     Height = 21
  299.     TabOrder = 14
  300.     Text = '10'
  301.   end
  302.   object UpDown2: TUpDown
  303.     Left = 567
  304.     Top = 293
  305.     Width = 15
  306.     Height = 21
  307.     Associate = Edit4
  308.     Min = 6
  309.     Max = 72
  310.     Increment = 2
  311.     Position = 10
  312.     TabOrder = 15
  313.     Wrap = False
  314.   end
  315.   object ProgressBar1: TProgressBar
  316.     Left = 0
  317.     Top = 350
  318.     Width = 587
  319.     Height = 16
  320.     Align = alBottom
  321.     Min = 0
  322.     Max = 100
  323.     TabOrder = 16
  324.   end
  325.   object Panel3: TPanel
  326.     Left = 523
  327.     Top = 270
  328.     Width = 59
  329.     Height = 14
  330.     Color = clBlack
  331.     TabOrder = 17
  332.   end
  333.   object RadioGroup1: TRadioGroup
  334.     Left = 472
  335.     Top = 203
  336.     Width = 111
  337.     Height = 59
  338.     Caption = 'Place Text'
  339.     ItemIndex = 1
  340.     Items.Strings = (
  341.       'Top Left'
  342.       'Bottom Left')
  343.     TabOrder = 18
  344.   end
  345.   object OpenPictureDialog1: TOpenPictureDialog
  346.     Filter = 'JPEG Image File (*.jpeg, *.jpg)|*.jpeg;*.jpg'
  347.     Options = [ofHideReadOnly, ofAllowMultiSelect]
  348.     Left = 51
  349.     Top = 189
  350.   end
  351.   object FontDialog1: TFontDialog
  352.     Font.Charset = DEFAULT_CHARSET
  353.     Font.Color = clWindowText
  354.     Font.Height = -11
  355.     Font.Name = 'MS Sans Serif'
  356.     Font.Style = []
  357.     MinFontSize = 0
  358.     MaxFontSize = 0
  359.     Left = 153
  360.     Top = 189
  361.   end
  362. end
  363.