home *** CD-ROM | disk | FTP | other *** search
/ Freelog 34 / Freelog034.iso / Bas / Internet / Netedit / _SETUP.1 / netedit.exe / 0 / RCDATA / TCHIMAGE / TCHIMAGE.txt
Encoding:
Text File  |  2002-01-17  |  4.9 KB  |  267 lines

  1. object chimage: Tchimage
  2.   Left = 94
  3.   Top = 77
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'Choix d'#39'une image'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 128
  24.     Height = 13
  25.     Caption = 'G:\Developpement\netedit'
  26.   end
  27.   object DriveComboBox1: TDriveComboBox
  28.     Left = 168
  29.     Top = 136
  30.     Width = 145
  31.     Height = 19
  32.     DirList = DirectoryListBox1
  33.     TabOrder = 4
  34.   end
  35.   object FilterComboBox1: TFilterComboBox
  36.     Left = 8
  37.     Top = 136
  38.     Width = 145
  39.     Height = 21
  40.     FileList = FileListBox1
  41.     Filter = 
  42.       'Fichiers Images (*.gif,*.jpg,*.png)|*.gif;*.jpg;*.png|Fichiers B' +
  43.       'itmap (*.bmp)|*.bmp|Tous les fichiers (*.*)|*.*'
  44.     TabOrder = 2
  45.   end
  46.   object DirectoryListBox1: TDirectoryListBox
  47.     Left = 168
  48.     Top = 24
  49.     Width = 145
  50.     Height = 105
  51.     DirLabel = Label1
  52.     FileList = FileListBox1
  53.     ItemHeight = 16
  54.     TabOrder = 3
  55.     OnChange = DirectoryListBox1Change
  56.   end
  57.   object FileListBox1: TFileListBox
  58.     Left = 8
  59.     Top = 48
  60.     Width = 145
  61.     Height = 81
  62.     FileEdit = Edit1
  63.     ItemHeight = 16
  64.     Mask = '*.gif;*.jpg;*.png'
  65.     TabOrder = 1
  66.     OnChange = FileListBox1Change
  67.     OnDblClick = FileListBox1DblClick
  68.   end
  69.   object Edit1: TEdit
  70.     Left = 8
  71.     Top = 24
  72.     Width = 145
  73.     Height = 21
  74.     TabOrder = 0
  75.     Text = '*.gif;*.jpg;*.png'
  76.   end
  77.   object GroupBox1: TGroupBox
  78.     Left = 8
  79.     Top = 160
  80.     Width = 305
  81.     Height = 177
  82.     Caption = 'Caract∩┐╜ristiques de l'#39'image'
  83.     TabOrder = 5
  84.     object Label2: TLabel
  85.       Left = 16
  86.       Top = 32
  87.       Width = 38
  88.       Height = 13
  89.       Caption = 'Hauteur'
  90.     end
  91.     object Label3: TLabel
  92.       Left = 16
  93.       Top = 64
  94.       Width = 36
  95.       Height = 13
  96.       Caption = 'Largeur'
  97.     end
  98.     object Label4: TLabel
  99.       Left = 16
  100.       Top = 128
  101.       Width = 92
  102.       Height = 13
  103.       Caption = 'Texte de sustitution'
  104.     end
  105.     object Edit2: TEdit
  106.       Left = 144
  107.       Top = 24
  108.       Width = 121
  109.       Height = 21
  110.       TabOrder = 0
  111.     end
  112.     object Edit3: TEdit
  113.       Left = 144
  114.       Top = 56
  115.       Width = 121
  116.       Height = 21
  117.       TabOrder = 1
  118.     end
  119.     object CheckBox1: TCheckBox
  120.       Left = 16
  121.       Top = 96
  122.       Width = 97
  123.       Height = 17
  124.       Caption = 'Border'
  125.       Checked = True
  126.       State = cbChecked
  127.       TabOrder = 2
  128.       OnClick = CheckBox1Click
  129.     end
  130.     object ComboBox1: TComboBox
  131.       Left = 144
  132.       Top = 88
  133.       Width = 121
  134.       Height = 21
  135.       ItemHeight = 13
  136.       TabOrder = 3
  137.       Text = '0'
  138.       Items.Strings = (
  139.         '0'
  140.         '1'
  141.         '2'
  142.         '3'
  143.         '4'
  144.         '5'
  145.         '6'
  146.         '7'
  147.         '8'
  148.         '9')
  149.     end
  150.     object Edit4: TEdit
  151.       Left = 144
  152.       Top = 120
  153.       Width = 121
  154.       Height = 21
  155.       TabOrder = 4
  156.     end
  157.   end
  158.   object Panel1: TPanel
  159.     Left = 328
  160.     Top = 8
  161.     Width = 297
  162.     Height = 441
  163.     TabOrder = 11
  164.     object ScrollBox1: TScrollBox
  165.       Left = 1
  166.       Top = 1
  167.       Width = 295
  168.       Height = 439
  169.       Align = alClient
  170.       TabOrder = 0
  171.       object Image1: TImage
  172.         Left = 0
  173.         Top = 0
  174.         Width = 161
  175.         Height = 217
  176.         AutoSize = True
  177.       end
  178.     end
  179.   end
  180.   object BitBtn1: TBitBtn
  181.     Left = 40
  182.     Top = 416
  183.     Width = 75
  184.     Height = 25
  185.     TabOrder = 8
  186.     Kind = bkOK
  187.   end
  188.   object BitBtn2: TBitBtn
  189.     Left = 120
  190.     Top = 416
  191.     Width = 75
  192.     Height = 25
  193.     TabOrder = 9
  194.     Kind = bkCancel
  195.   end
  196.   object BitBtn3: TBitBtn
  197.     Left = 200
  198.     Top = 416
  199.     Width = 75
  200.     Height = 25
  201.     TabOrder = 10
  202.     OnClick = BitBtn3Click
  203.     Kind = bkHelp
  204.   end
  205.   object GroupBox2: TGroupBox
  206.     Left = 8
  207.     Top = 344
  208.     Width = 177
  209.     Height = 65
  210.     Caption = 'Conversion en Jpeg'
  211.     TabOrder = 6
  212.     object Label5: TLabel
  213.       Left = 80
  214.       Top = 32
  215.       Width = 8
  216.       Height = 13
  217.       Caption = '%'
  218.     end
  219.     object ComboBox2: TComboBox
  220.       Left = 8
  221.       Top = 24
  222.       Width = 65
  223.       Height = 21
  224.       ItemHeight = 13
  225.       TabOrder = 0
  226.       Text = '80'
  227.       Items.Strings = (
  228.         '10'
  229.         '20'
  230.         '30'
  231.         '40'
  232.         '50'
  233.         '60'
  234.         '70'
  235.         '80'
  236.         '90'
  237.         '100')
  238.     end
  239.     object BitBtn4: TBitBtn
  240.       Left = 96
  241.       Top = 24
  242.       Width = 75
  243.       Height = 25
  244.       Caption = 'Convertir'
  245.       TabOrder = 1
  246.       OnClick = BitBtn4Click
  247.     end
  248.   end
  249.   object GroupBox3: TGroupBox
  250.     Left = 192
  251.     Top = 344
  252.     Width = 121
  253.     Height = 65
  254.     Caption = 'Conversion en Png'
  255.     TabOrder = 7
  256.     object BitBtn5: TBitBtn
  257.       Left = 24
  258.       Top = 24
  259.       Width = 75
  260.       Height = 25
  261.       Caption = 'Convertir'
  262.       TabOrder = 0
  263.       OnClick = BitBtn5Click
  264.     end
  265.   end
  266. end
  267.