home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / Bas / Internet / StripMail / Project1.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2000-03-04  |  3KB  |  175 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Strip-mail'
  6.   ClientHeight = 195
  7.   ClientWidth = 400
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 385
  21.     Height = 177
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     Caption = 'Panel1'
  25.     Color = clGray
  26.     TabOrder = 0
  27.     object Label4: TLabel
  28.       Left = 24
  29.       Top = 16
  30.       Width = 75
  31.       Height = 13
  32.       Caption = 'Fichier source : '
  33.     end
  34.     object Label1: TLabel
  35.       Left = 16
  36.       Top = 40
  37.       Width = 80
  38.       Height = 13
  39.       Caption = 'Fichier de sortie :'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 40
  43.       Top = 80
  44.       Width = 58
  45.       Height = 13
  46.       Caption = 'S∩┐╜parateur :'
  47.     end
  48.     object Image1: TImage
  49.       Left = 16
  50.       Top = 128
  51.       Width = 33
  52.       Height = 33
  53.       Picture.Data = {<image000.ico>}
  54.     end
  55.     object Edit1: TEdit
  56.       Left = 104
  57.       Top = 8
  58.       Width = 225
  59.       Height = 21
  60.       Color = clSilver
  61.       TabOrder = 0
  62.     end
  63.     object Button1: TButton
  64.       Left = 336
  65.       Top = 8
  66.       Width = 41
  67.       Height = 25
  68.       Caption = 'Ouvrir'
  69.       TabOrder = 1
  70.       OnClick = Button4Click
  71.     end
  72.     object Edit2: TEdit
  73.       Left = 104
  74.       Top = 40
  75.       Width = 225
  76.       Height = 21
  77.       Color = clSilver
  78.       TabOrder = 2
  79.     end
  80.     object Button2: TButton
  81.       Left = 336
  82.       Top = 40
  83.       Width = 41
  84.       Height = 25
  85.       Caption = 'Ouvrir'
  86.       TabOrder = 3
  87.       OnClick = Button5Click
  88.     end
  89.     object Button3: TButton
  90.       Left = 272
  91.       Top = 80
  92.       Width = 97
  93.       Height = 25
  94.       Caption = 'Vas-y !'
  95.       TabOrder = 4
  96.       OnClick = Button1Click
  97.     end
  98.     object Button4: TButton
  99.       Left = 272
  100.       Top = 112
  101.       Width = 97
  102.       Height = 25
  103.       Caption = 'J'#39'ai Fini'
  104.       TabOrder = 5
  105.       OnClick = Button2Click
  106.     end
  107.     object Button5: TButton
  108.       Left = 272
  109.       Top = 144
  110.       Width = 97
  111.       Height = 25
  112.       Cursor = crHelp
  113.       Caption = 'A propos de'
  114.       TabOrder = 6
  115.       OnClick = Button3Click
  116.     end
  117.   end
  118.   object RadioButton1: TRadioButton
  119.     Left = 112
  120.     Top = 80
  121.     Width = 113
  122.     Height = 25
  123.     Caption = 'Point-virgule (;)'
  124.     Checked = True
  125.     Color = clGray
  126.     ParentColor = False
  127.     TabOrder = 1
  128.     TabStop = True
  129.     OnClick = RadioButton1Click
  130.   end
  131.   object RadioButton2: TRadioButton
  132.     Left = 112
  133.     Top = 104
  134.     Width = 105
  135.     Height = 25
  136.     Caption = 'Virgule (,)'
  137.     Color = clGray
  138.     ParentColor = False
  139.     TabOrder = 2
  140.     OnClick = RadioButton2Click
  141.   end
  142.   object RadioButton3: TRadioButton
  143.     Left = 112
  144.     Top = 128
  145.     Width = 105
  146.     Height = 25
  147.     Caption = 'Espace ( )'
  148.     Color = clGray
  149.     ParentColor = False
  150.     TabOrder = 3
  151.     OnClick = RadioButton3Click
  152.   end
  153.   object RadioButton4: TRadioButton
  154.     Left = 112
  155.     Top = 152
  156.     Width = 105
  157.     Height = 25
  158.     Caption = 'Retour chariot (\n)'
  159.     Color = clGray
  160.     ParentColor = False
  161.     TabOrder = 4
  162.     OnClick = RadioButton4Click
  163.   end
  164.   object OpenDialog1: TOpenDialog
  165.     Title = 'Strip-Mail: Choisis le fichier source'
  166.     Left = 24
  167.     Top = 104
  168.   end
  169.   object OpenDialog2: TOpenDialog
  170.     Title = 'Strip-Mail: Choisis le fichier de sortie'
  171.     Left = 64
  172.     Top = 104
  173.   end
  174. end
  175.