home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TSETLAYERDIALOG / TSETLAYERDIALOG.txt
Text File  |  2001-12-03  |  5KB  |  281 lines

  1. object SetLayerDialog: TSetLayerDialog
  2.   Left = 117
  3.   Top = 94
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Layer - setting'
  6.   ClientHeight = 322
  7.   ClientWidth = 192
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel2: TBevel
  20.     Left = 8
  21.     Top = 136
  22.     Width = 177
  23.     Height = 32
  24.     Shape = bsFrame
  25.     Style = bsRaised
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 192
  31.     Height = 322
  32.     Align = alClient
  33.   end
  34.   object Label1: TLabel
  35.     Left = 8
  36.     Top = 10
  37.     Width = 81
  38.     Height = 13
  39.     Caption = 'Current layer:'
  40.   end
  41.   object Label2: TLabel
  42.     Left = 8
  43.     Top = 35
  44.     Width = 81
  45.     Height = 13
  46.     Caption = 'Outline color:'
  47.   end
  48.   object Label3: TLabel
  49.     Left = 8
  50.     Top = 83
  51.     Width = 81
  52.     Height = 13
  53.     Caption = 'Filled color:'
  54.   end
  55.   object Label4: TLabel
  56.     Left = 8
  57.     Top = 108
  58.     Width = 81
  59.     Height = 13
  60.     Caption = 'Style object'
  61.   end
  62.   object Label5: TLabel
  63.     Left = 14
  64.     Top = 143
  65.     Width = 75
  66.     Height = 13
  67.     Caption = 'ObjectSize:'
  68.   end
  69.   object Label6: TLabel
  70.     Left = 8
  71.     Top = 179
  72.     Width = 81
  73.     Height = 13
  74.     Caption = 'Label field:'
  75.   end
  76.   object ShObjectXx: TShape
  77.     Left = 120
  78.     Top = 144
  79.     Width = 57
  80.     Height = 17
  81.     Brush.Style = bsClear
  82.     Pen.Style = psClear
  83.     OnMouseUp = ShObjectXxMouseUp
  84.   end
  85.   object Bevel3: TBevel
  86.     Left = 8
  87.     Top = 170
  88.     Width = 177
  89.     Height = 111
  90.   end
  91.   object Label7: TLabel
  92.     Left = 16
  93.     Top = 248
  94.     Width = 89
  95.     Height = 16
  96.     Caption = 'AutoLabel:'
  97.     Font.Color = clNavy
  98.     Font.Height = -13
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.   end
  103.   object CBLayer: TComboBox
  104.     Left = 88
  105.     Top = 8
  106.     Width = 97
  107.     Height = 21
  108.     ItemHeight = 13
  109.     TabOrder = 0
  110.     Text = '...'
  111.     OnChange = CBLayerChange
  112.   end
  113.   object CBOline: TComboBox
  114.     Left = 88
  115.     Top = 32
  116.     Width = 97
  117.     Height = 21
  118.     ItemHeight = 13
  119.     Items.Strings = (
  120.       'Aqua   '
  121.       'Black  '
  122.       'Blue   '
  123.       'Fuchsia'
  124.       'Gray   '
  125.       'Green  '
  126.       'Lime   '
  127.       'Maroon '
  128.       'Navy   '
  129.       'Olive  '
  130.       'Purple '
  131.       'Red    '
  132.       'Silver '
  133.       'Teal   '
  134.       'White  '
  135.       'Yellow ')
  136.     TabOrder = 1
  137.     Text = '...'
  138.     OnChange = CBOlineChange
  139.   end
  140.   object CBFill: TComboBox
  141.     Left = 88
  142.     Top = 80
  143.     Width = 97
  144.     Height = 21
  145.     ItemHeight = 13
  146.     Items.Strings = (
  147.       'Aqua   '
  148.       'Black  '
  149.       'Blue   '
  150.       'Fuchsia'
  151.       'Gray   '
  152.       'Green  '
  153.       'Lime   '
  154.       'Maroon '
  155.       'Navy   '
  156.       'Olive  '
  157.       'Purple '
  158.       'Red    '
  159.       'Silver '
  160.       'Teal   '
  161.       'White  '
  162.       'Yellow ')
  163.     TabOrder = 4
  164.     Text = '...'
  165.     OnChange = CBFillChange
  166.   end
  167.   object CBType: TComboBox
  168.     Left = 88
  169.     Top = 104
  170.     Width = 97
  171.     Height = 21
  172.     ItemHeight = 13
  173.     TabOrder = 5
  174.     Text = '...'
  175.     OnChange = CBTypeChange
  176.   end
  177.   object ChBOline1: TCheckBox
  178.     Left = 8
  179.     Top = 58
  180.     Width = 89
  181.     Height = 17
  182.     Caption = 'single outline '
  183.     Color = clBtnFace
  184.     ParentColor = False
  185.     State = cbChecked
  186.     TabOrder = 2
  187.     OnClick = ChBOline1Click
  188.   end
  189.   object ChBOline2: TCheckBox
  190.     Left = 96
  191.     Top = 58
  192.     Width = 89
  193.     Height = 17
  194.     Caption = 'double outline'
  195.     TabOrder = 3
  196.     OnClick = ChBOline2Click
  197.   end
  198.   object ButSet: TButton
  199.     Left = 104
  200.     Top = 292
  201.     Width = 73
  202.     Height = 25
  203.     Caption = 'Accept'
  204.     TabOrder = 7
  205.     OnClick = ButSetClick
  206.   end
  207.   object ESize: TEdit
  208.     Left = 88
  209.     Top = 141
  210.     Width = 25
  211.     Height = 21
  212.     TabOrder = 6
  213.     Text = '10'
  214.     OnExit = ESizeExit
  215.   end
  216.   object CBLabel: TComboBox
  217.     Left = 88
  218.     Top = 176
  219.     Width = 97
  220.     Height = 21
  221.     ItemHeight = 13
  222.     TabOrder = 8
  223.     Text = '...'
  224.   end
  225.   object PFont: TPanel
  226.     Left = 10
  227.     Top = 200
  228.     Width = 173
  229.     Height = 33
  230.     Hint = 'dblClik - setting dialog'
  231.     Caption = 'Set Label font'
  232.     Font.Color = clBlack
  233.     Font.Height = -11
  234.     Font.Name = 'Arial'
  235.     Font.Style = []
  236.     ParentFont = False
  237.     ParentShowHint = False
  238.     ShowHint = True
  239.     TabOrder = 9
  240.     OnDblClick = PFontDblClick
  241.   end
  242.   object DB: TButton
  243.     Left = 16
  244.     Top = 292
  245.     Width = 75
  246.     Height = 25
  247.     Caption = 'Default'
  248.     Enabled = False
  249.     TabOrder = 10
  250.     OnClick = DBClick
  251.   end
  252.   object BLabDraw: TButton
  253.     Left = 104
  254.     Top = 238
  255.     Width = 73
  256.     Height = 19
  257.     Caption = 'Draw'
  258.     TabOrder = 11
  259.     OnClick = BLabDrawClick
  260.   end
  261.   object BLabClear: TButton
  262.     Left = 104
  263.     Top = 257
  264.     Width = 73
  265.     Height = 19
  266.     Caption = 'Clear'
  267.     TabOrder = 12
  268.     OnClick = BLabClearClick
  269.   end
  270.   object FD: TFontDialog
  271.     Font.Color = clWindowText
  272.     Font.Height = -11
  273.     Font.Name = 'MS Sans Serif'
  274.     Font.Style = []
  275.     MinFontSize = 0
  276.     MaxFontSize = 0
  277.     Left = 8
  278.     Top = 200
  279.   end
  280. end
  281.