home *** CD-ROM | disk | FTP | other *** search
/ Freelog 1 / Freelog001.iso / Logs / Educatif / Declic / Declic32.exe / 0 / RCDATA / TASPECTPOINTSDLG / TASPECTPOINTSDLG.txt < prev   
Text File  |  1998-12-20  |  6KB  |  337 lines

  1. object AspectPointsDlg: TAspectPointsDlg
  2.   Left = 206
  3.   Top = 108
  4.   Cursor = crArrow
  5.   HelpContext = 208
  6.   ActiveControl = EditNom
  7.   BorderIcons = []
  8.   BorderStyle = bsDialog
  9.   Caption = 'Aspect'
  10.   ClientHeight = 274
  11.   ClientWidth = 334
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clBlack
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ImageDot: TImage
  23.     Left = 167
  24.     Top = 272
  25.     Width = 110
  26.     Height = 1
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.     Visible = False
  30.   end
  31.   object ImageSolid: TImage
  32.     Left = 170
  33.     Top = 280
  34.     Width = 110
  35.     Height = 1
  36.     AutoSize = True
  37.     Picture.Data = {<image001.bmp>}
  38.     Visible = False
  39.   end
  40.   object ImageDash: TImage
  41.     Left = 169
  42.     Top = 295
  43.     Width = 110
  44.     Height = 1
  45.     AutoSize = True
  46.     Picture.Data = {<image002.bmp>}
  47.     Visible = False
  48.   end
  49.   object Imagedashdot: TImage
  50.     Left = 165
  51.     Top = 301
  52.     Width = 110
  53.     Height = 1
  54.     AutoSize = True
  55.     Picture.Data = {<image003.bmp>}
  56.     Visible = False
  57.   end
  58.   object Imagedashdotdot: TImage
  59.     Left = 168
  60.     Top = 311
  61.     Width = 110
  62.     Height = 1
  63.     AutoSize = True
  64.     Picture.Data = {<image004.bmp>}
  65.     Visible = False
  66.   end
  67.   object ImageUnQuart: TImage
  68.     Left = 163
  69.     Top = 265
  70.     Width = 85
  71.     Height = 1
  72.     AutoSize = True
  73.     Picture.Data = {<image005.bmp>}
  74.     Visible = False
  75.   end
  76.   object ImageUnDemi: TImage
  77.     Left = 57
  78.     Top = 272
  79.     Width = 85
  80.     Height = 1
  81.     AutoSize = True
  82.     Picture.Data = {<image006.bmp>}
  83.     Visible = False
  84.   end
  85.   object ImageTroisQuart: TImage
  86.     Left = 59
  87.     Top = 286
  88.     Width = 85
  89.     Height = 1
  90.     AutoSize = True
  91.     Picture.Data = {<image007.bmp>}
  92.     Visible = False
  93.   end
  94.   object ImageUn: TImage
  95.     Left = 59
  96.     Top = 296
  97.     Width = 85
  98.     Height = 1
  99.     AutoSize = True
  100.     Picture.Data = {<image008.bmp>}
  101.     Visible = False
  102.   end
  103.   object ImageDeux: TImage
  104.     Left = 59
  105.     Top = 308
  106.     Width = 85
  107.     Height = 2
  108.     AutoSize = True
  109.     Picture.Data = {<image009.bmp>}
  110.     Visible = False
  111.   end
  112.   object ImageTrois: TImage
  113.     Left = 59
  114.     Top = 317
  115.     Width = 85
  116.     Height = 3
  117.     AutoSize = True
  118.     Picture.Data = {<image010.bmp>}
  119.     Visible = False
  120.   end
  121.   object OKBtn: TBitBtn
  122.     Left = 84
  123.     Top = 244
  124.     Width = 77
  125.     Height = 27
  126.     TabOrder = 3
  127.     Kind = bkOK
  128.     Margin = 2
  129.     Style = bsNew
  130.     Spacing = -1
  131.     IsControl = True
  132.   end
  133.   object CancelBtn: TBitBtn
  134.     Left = 174
  135.     Top = 244
  136.     Width = 77
  137.     Height = 27
  138.     TabOrder = 4
  139.     Kind = bkCancel
  140.     Margin = 2
  141.     Style = bsNew
  142.     Spacing = -1
  143.     IsControl = True
  144.   end
  145.   object GroupNature: TGroupBox
  146.     Left = 5
  147.     Top = 3
  148.     Width = 185
  149.     Height = 105
  150.     Caption = 'Nature'
  151.     TabOrder = 0
  152.     object LabelNomText: TLabel
  153.       Left = 14
  154.       Top = 20
  155.       Width = 43
  156.       Height = 13
  157.       Caption = 'Il s'#39'agit d'#39
  158.     end
  159.     object Label1: TLabel
  160.       Left = 14
  161.       Top = 61
  162.       Width = 59
  163.       Height = 13
  164.       Caption = 'Son nom est'
  165.     end
  166.     object LabelNature: TLabel
  167.       Left = 58
  168.       Top = 20
  169.       Width = 71
  170.       Height = 13
  171.       AutoSize = False
  172.     end
  173.     object CheckVisible: TCheckBox
  174.       Left = 15
  175.       Top = 37
  176.       Width = 60
  177.       Height = 17
  178.       Caption = 'Visible'
  179.       State = cbChecked
  180.       TabOrder = 1
  181.     end
  182.     object EditNom: TEdit
  183.       Left = 91
  184.       Top = 58
  185.       Width = 86
  186.       Height = 21
  187.       MaxLength = 80
  188.       TabOrder = 0
  189.     end
  190.   end
  191.   object GroupTrait: TGroupBox
  192.     Left = 5
  193.     Top = 114
  194.     Width = 323
  195.     Height = 124
  196.     Caption = 'Trait'
  197.     TabOrder = 1
  198.     object LabelStyle: TLabel
  199.       Left = 20
  200.       Top = 70
  201.       Width = 29
  202.       Height = 13
  203.       Caption = 'Style :'
  204.     end
  205.     object LabelEpais: TLabel
  206.       Left = 19
  207.       Top = 20
  208.       Width = 52
  209.       Height = 13
  210.       Caption = 'Epaisseur :'
  211.     end
  212.     object LabelCouleur: TLabel
  213.       Left = 197
  214.       Top = 18
  215.       Width = 42
  216.       Height = 13
  217.       Caption = 'Couleur :'
  218.     end
  219.     object ColorGrid: TColorGrid
  220.       Left = 195
  221.       Top = 37
  222.       Width = 108
  223.       Height = 72
  224.       BackgroundEnabled = False
  225.       TabOrder = 0
  226.     end
  227.     object ComboMyStyle: TComboBox
  228.       Left = 19
  229.       Top = 89
  230.       Width = 146
  231.       Height = 19
  232.       Style = csOwnerDrawFixed
  233.       DropDownCount = 6
  234.       ItemHeight = 13
  235.       MaxLength = 30
  236.       TabOrder = 1
  237.       OnDrawItem = ComboMyStyleDrawItem
  238.     end
  239.     object ComboEpais: TComboBox
  240.       Left = 19
  241.       Top = 41
  242.       Width = 146
  243.       Height = 21
  244.       Style = csOwnerDrawFixed
  245.       DropDownCount = 6
  246.       ItemHeight = 15
  247.       MaxLength = 30
  248.       TabOrder = 2
  249.       OnDrawItem = ComboEpaisDrawItem
  250.     end
  251.   end
  252.   object GroupPlace: TGroupBox
  253.     Left = 197
  254.     Top = 3
  255.     Width = 130
  256.     Height = 105
  257.     Caption = 'Position'
  258.     TabOrder = 2
  259.     object Imageplace: TImage
  260.       Left = 59
  261.       Top = 45
  262.       Width = 16
  263.       Height = 16
  264.       AutoSize = True
  265.       Center = True
  266.       Picture.Data = {<image011.bmp>}
  267.     end
  268.     object RadioPlace1: TRadioButton
  269.       Left = 59
  270.       Top = 18
  271.       Width = 17
  272.       Height = 17
  273.       Checked = True
  274.       TabOrder = 0
  275.       TabStop = True
  276.     end
  277.     object RadioPlace2: TRadioButton
  278.       Left = 78
  279.       Top = 26
  280.       Width = 17
  281.       Height = 17
  282.       TabOrder = 1
  283.     end
  284.     object RadioPlace3: TRadioButton
  285.       Left = 88
  286.       Top = 44
  287.       Width = 17
  288.       Height = 17
  289.       TabOrder = 2
  290.     end
  291.     object RadioPlace4: TRadioButton
  292.       Left = 79
  293.       Top = 63
  294.       Width = 17
  295.       Height = 17
  296.       TabOrder = 3
  297.     end
  298.     object RadioPlace5: TRadioButton
  299.       Left = 59
  300.       Top = 71
  301.       Width = 17
  302.       Height = 17
  303.       TabOrder = 4
  304.     end
  305.     object RadioPlace6: TRadioButton
  306.       Left = 40
  307.       Top = 63
  308.       Width = 17
  309.       Height = 17
  310.       TabOrder = 5
  311.     end
  312.     object RadioPlace7: TRadioButton
  313.       Left = 32
  314.       Top = 44
  315.       Width = 17
  316.       Height = 17
  317.       TabOrder = 6
  318.     end
  319.     object RadioPlace8: TRadioButton
  320.       Left = 40
  321.       Top = 26
  322.       Width = 17
  323.       Height = 17
  324.       TabOrder = 7
  325.     end
  326.   end
  327.   object CheckNomVisible: TCheckBox
  328.     Left = 20
  329.     Top = 84
  330.     Width = 60
  331.     Height = 17
  332.     Caption = 'Visible'
  333.     State = cbChecked
  334.     TabOrder = 5
  335.   end
  336. end
  337.