home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / zkuste / Delphi / D / sce.exe / PRGEDIT.EXE / 0 / RCDATA / TFARBDIALOG / TFARBDIALOG.txt < prev   
Text File  |  1999-01-01  |  7KB  |  350 lines

  1. object FarbDialog: TFarbDialog
  2.   Left = 708
  3.   Top = 100
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Colors'
  7.   ClientHeight = 383
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object Titel: TLabel
  24.     Left = 105
  25.     Top = 9
  26.     Width = 190
  27.     Height = 24
  28.     Caption = 'Agglomeration depths:'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = -20
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 25
  38.     Top = 320
  39.     Width = 112
  40.     Height = 33
  41.     Caption = '&OK'
  42.     TabOrder = 0
  43.     Kind = bkOK
  44.   end
  45.   object BitBtn2: TBitBtn
  46.     Left = 160
  47.     Top = 320
  48.     Width = 113
  49.     Height = 33
  50.     Caption = '&Abort'
  51.     TabOrder = 1
  52.     Kind = bkAbort
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 25
  56.     Top = 48
  57.     Width = 48
  58.     Height = 249
  59.     Color = clWhite
  60.     TabOrder = 2
  61.     object Label1: TLabel
  62.       Left = 16
  63.       Top = 8
  64.       Width = 15
  65.       Height = 24
  66.       Caption = '1:'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -20
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       ParentFont = False
  73.     end
  74.     object Label2: TLabel
  75.       Left = 16
  76.       Top = 48
  77.       Width = 15
  78.       Height = 24
  79.       Caption = '2:'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clWindowText
  82.       Font.Height = -20
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.     end
  87.     object Label3: TLabel
  88.       Left = 16
  89.       Top = 88
  90.       Width = 15
  91.       Height = 24
  92.       Caption = '3:'
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clWindowText
  95.       Font.Height = -20
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       ParentFont = False
  99.     end
  100.     object Label4: TLabel
  101.       Left = 16
  102.       Top = 128
  103.       Width = 15
  104.       Height = 24
  105.       Caption = '4:'
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -20
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ParentFont = False
  112.     end
  113.     object Label5: TLabel
  114.       Left = 16
  115.       Top = 168
  116.       Width = 15
  117.       Height = 24
  118.       Caption = '5:'
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clWindowText
  121.       Font.Height = -20
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = []
  124.       ParentFont = False
  125.     end
  126.     object Label6: TLabel
  127.       Left = 16
  128.       Top = 208
  129.       Width = 15
  130.       Height = 24
  131.       Caption = '6:'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clWindowText
  134.       Font.Height = -20
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ParentFont = False
  138.     end
  139.   end
  140.   object Button1: TButton
  141.     Left = 89
  142.     Top = 57
  143.     Width = 119
  144.     Height = 32
  145.     Caption = 'Change...'
  146.     TabOrder = 3
  147.     OnClick = Button1Click
  148.   end
  149.   object Button2: TButton
  150.     Left = 89
  151.     Top = 96
  152.     Width = 119
  153.     Height = 33
  154.     Caption = 'Change...'
  155.     TabOrder = 4
  156.     OnClick = Button2Click
  157.   end
  158.   object Button3: TButton
  159.     Left = 89
  160.     Top = 137
  161.     Width = 119
  162.     Height = 32
  163.     Caption = 'Change...'
  164.     TabOrder = 5
  165.     OnClick = Button3Click
  166.   end
  167.   object Button4: TButton
  168.     Left = 89
  169.     Top = 176
  170.     Width = 119
  171.     Height = 33
  172.     Caption = 'Change...'
  173.     TabOrder = 6
  174.     OnClick = Button4Click
  175.   end
  176.   object Button5: TButton
  177.     Left = 89
  178.     Top = 217
  179.     Width = 119
  180.     Height = 32
  181.     Caption = 'Change...'
  182.     TabOrder = 7
  183.     OnClick = Button5Click
  184.   end
  185.   object Button6: TButton
  186.     Left = 89
  187.     Top = 256
  188.     Width = 119
  189.     Height = 33
  190.     Caption = 'Change...'
  191.     TabOrder = 8
  192.     OnClick = Button6Click
  193.   end
  194.   object Button7: TButton
  195.     Left = 297
  196.     Top = 57
  197.     Width = 119
  198.     Height = 32
  199.     Caption = 'Change...'
  200.     TabOrder = 9
  201.     OnClick = Button7Click
  202.   end
  203.   object Button8: TButton
  204.     Left = 297
  205.     Top = 96
  206.     Width = 119
  207.     Height = 33
  208.     Caption = 'Change...'
  209.     TabOrder = 10
  210.     OnClick = Button8Click
  211.   end
  212.   object Button9: TButton
  213.     Left = 297
  214.     Top = 137
  215.     Width = 119
  216.     Height = 32
  217.     Caption = 'Change...'
  218.     TabOrder = 11
  219.     OnClick = Button9Click
  220.   end
  221.   object Button10: TButton
  222.     Left = 297
  223.     Top = 176
  224.     Width = 119
  225.     Height = 33
  226.     Caption = 'Change...'
  227.     TabOrder = 12
  228.     OnClick = Button10Click
  229.   end
  230.   object Button11: TButton
  231.     Left = 297
  232.     Top = 217
  233.     Width = 119
  234.     Height = 32
  235.     Caption = 'Change...'
  236.     TabOrder = 13
  237.     OnClick = Button11Click
  238.   end
  239.   object Button12: TButton
  240.     Left = 297
  241.     Top = 256
  242.     Width = 119
  243.     Height = 33
  244.     Caption = 'Change...'
  245.     TabOrder = 14
  246.     OnClick = Button12Click
  247.   end
  248.   object BitBtn3: TBitBtn
  249.     Left = 297
  250.     Top = 320
  251.     Width = 112
  252.     Height = 33
  253.     Caption = '&Help'
  254.     TabOrder = 15
  255.     OnClick = BitBtn3Click
  256.     Kind = bkHelp
  257.   end
  258.   object Panel2: TPanel
  259.     Left = 233
  260.     Top = 48
  261.     Width = 48
  262.     Height = 249
  263.     Color = clWhite
  264.     TabOrder = 16
  265.     object Label7: TLabel
  266.       Left = 16
  267.       Top = 16
  268.       Width = 15
  269.       Height = 24
  270.       Caption = '7:'
  271.       Font.Charset = DEFAULT_CHARSET
  272.       Font.Color = clWindowText
  273.       Font.Height = -20
  274.       Font.Name = 'MS Sans Serif'
  275.       Font.Style = []
  276.       ParentFont = False
  277.     end
  278.     object Label8: TLabel
  279.       Left = 16
  280.       Top = 48
  281.       Width = 15
  282.       Height = 24
  283.       Caption = '8:'
  284.       Font.Charset = DEFAULT_CHARSET
  285.       Font.Color = clWindowText
  286.       Font.Height = -20
  287.       Font.Name = 'MS Sans Serif'
  288.       Font.Style = []
  289.       ParentFont = False
  290.     end
  291.     object Label9: TLabel
  292.       Left = 16
  293.       Top = 88
  294.       Width = 15
  295.       Height = 24
  296.       Caption = '9:'
  297.       Font.Charset = DEFAULT_CHARSET
  298.       Font.Color = clWindowText
  299.       Font.Height = -20
  300.       Font.Name = 'MS Sans Serif'
  301.       Font.Style = []
  302.       ParentFont = False
  303.     end
  304.     object Label10: TLabel
  305.       Left = 14
  306.       Top = 128
  307.       Width = 25
  308.       Height = 24
  309.       Caption = '10:'
  310.       Font.Charset = DEFAULT_CHARSET
  311.       Font.Color = clWindowText
  312.       Font.Height = -20
  313.       Font.Name = 'MS Sans Serif'
  314.       Font.Style = []
  315.       ParentFont = False
  316.     end
  317.     object Label11: TLabel
  318.       Left = 14
  319.       Top = 168
  320.       Width = 25
  321.       Height = 24
  322.       Caption = '11:'
  323.       Font.Charset = DEFAULT_CHARSET
  324.       Font.Color = clWindowText
  325.       Font.Height = -20
  326.       Font.Name = 'MS Sans Serif'
  327.       Font.Style = []
  328.       ParentFont = False
  329.     end
  330.     object Label12: TLabel
  331.       Left = 14
  332.       Top = 208
  333.       Width = 25
  334.       Height = 24
  335.       Caption = '12:'
  336.       Font.Charset = DEFAULT_CHARSET
  337.       Font.Color = clWindowText
  338.       Font.Height = -20
  339.       Font.Name = 'MS Sans Serif'
  340.       Font.Style = []
  341.       ParentFont = False
  342.     end
  343.   end
  344.   object ColorDialog1: TColorDialog
  345.     Ctl3D = True
  346.     Left = 32
  347.     Top = 8
  348.   end
  349. end
  350.