home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TSETLAYERDIALOG / TSETLAYERDIALOG.txt < prev   
Text File  |  2002-02-12  |  5KB  |  283 lines

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