home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TMDICHILDFORM / TMDICHILDFORM.txt
Encoding:
Text File  |  2000-10-20  |  7.2 KB  |  281 lines

  1. object MDIChildForm: TMDIChildForm
  2.   Left = 193
  3.   Top = 156
  4.   Width = 443
  5.   Height = 273
  6.   Caption = 'Child'
  7.   Color = clAppWorkSpace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnPaint = FormPaint
  23.   OnResize = FormResize
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 435
  30.     Height = 23
  31.     Align = alTop
  32.     BevelOuter = bvNone
  33.     TabOrder = 0
  34.     object Panel4: TPanel
  35.       Left = 23
  36.       Top = 0
  37.       Width = 412
  38.       Height = 23
  39.       Align = alClient
  40.       BevelInner = bvLowered
  41.       BorderWidth = 2
  42.       TabOrder = 0
  43.       object HorzRuler: TSMRuler
  44.         Left = 4
  45.         Top = 4
  46.         Width = 404
  47.         Height = 15
  48.         Direction = smdHorizontal
  49.         Measure = smmInch
  50.         PPI = 100
  51.         MarginStart = 0
  52.         MarginEnd = 0
  53.         MarginColor = clBtnShadow
  54.         Scale = 100
  55.         Position = 0
  56.         PositionColor = clWhite
  57.         PositionStep = 0
  58.         OffsetStart = -6
  59.         OffsetEnd = 0
  60.         Align = alClient
  61.         Color = clWhite
  62.         Font.Charset = ANSI_CHARSET
  63.         Font.Color = clWindowText
  64.         Font.Height = -9
  65.         Font.Name = 'Arial'
  66.         Font.Style = []
  67.         ParentColor = False
  68.         ParentFont = False
  69.       end
  70.     end
  71.     object Panel5: TPanel
  72.       Left = 0
  73.       Top = 0
  74.       Width = 23
  75.       Height = 23
  76.       Align = alLeft
  77.       BorderWidth = 1
  78.       TabOrder = 1
  79.       object UnitPanel: TPanel
  80.         Left = 2
  81.         Top = 2
  82.         Width = 19
  83.         Height = 19
  84.         Align = alLeft
  85.         BevelOuter = bvNone
  86.         BorderStyle = bsSingle
  87.         Caption = 'I'
  88.         Color = clAqua
  89.         Font.Charset = ANSI_CHARSET
  90.         Font.Color = clWindowText
  91.         Font.Height = -7
  92.         Font.Name = 'Small Fonts'
  93.         Font.Style = []
  94.         ParentFont = False
  95.         TabOrder = 0
  96.       end
  97.     end
  98.   end
  99.   object Panel2: TPanel
  100.     Left = 0
  101.     Top = 23
  102.     Width = 23
  103.     Height = 223
  104.     Align = alLeft
  105.     BevelInner = bvLowered
  106.     BorderWidth = 2
  107.     TabOrder = 1
  108.     object Panel3: TPanel
  109.       Left = 4
  110.       Top = 4
  111.       Width = 15
  112.       Height = 215
  113.       Align = alClient
  114.       BevelInner = bvLowered
  115.       BevelOuter = bvNone
  116.       Color = clWhite
  117.       TabOrder = 0
  118.       object VertRuler: TSMRuler
  119.         Left = 1
  120.         Top = 1
  121.         Width = 13
  122.         Height = 213
  123.         Direction = smdVertical
  124.         Measure = smmInch
  125.         PPI = 100
  126.         MarginStart = 0
  127.         MarginEnd = 0
  128.         MarginColor = clBtnShadow
  129.         Scale = 100
  130.         Position = 0
  131.         PositionColor = clWhite
  132.         PositionStep = 1
  133.         OffsetStart = -6
  134.         OffsetEnd = 0
  135.         Align = alClient
  136.         Color = clWhite
  137.         Font.Charset = ANSI_CHARSET
  138.         Font.Color = clWindowText
  139.         Font.Height = -9
  140.         Font.Name = 'Arial'
  141.         Font.Style = []
  142.         ParentColor = False
  143.         ParentFont = False
  144.       end
  145.     end
  146.   end
  147.   object ScrollBox: TNewScrlBox
  148.     Left = 23
  149.     Top = 23
  150.     Width = 412
  151.     Height = 223
  152.     HorzScrollBar.Tracking = True
  153.     VertScrollBar.Tracking = True
  154.     Align = alClient
  155.     BorderStyle = bsNone
  156.     TabOrder = 2
  157.     OnScrollHorz = ScrollBoxScrollHorz
  158.     OnScrollVert = ScrollBoxScrollVert
  159.     object StatusLabel: TLabel
  160.       Left = 16
  161.       Top = 16
  162.       Width = 50
  163.       Height = 24
  164.       Caption = 'Status'
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clRed
  167.       Font.Height = -19
  168.       Font.Name = 'MS Sans Serif'
  169.       Font.Style = []
  170.       ParentFont = False
  171.       Visible = False
  172.     end
  173.     object CardPanel: TGridPanel
  174.       Left = 3
  175.       Top = 3
  176.       Width = 350
  177.       Height = 200
  178.       BevelOuter = bvNone
  179.       Color = clWhite
  180.       TabOrder = 0
  181.       OnDblClick = CardPanelDblClick
  182.       OnMouseDown = CardPanelMouseDown
  183.       OnMouseMove = CardPanelMouseMove
  184.       ShowGrid = False
  185.       MarginLeft = 0
  186.       MarginTop = 0
  187.       MarginRight = 0
  188.       MarginBottom = 0
  189.       object Handles: TStretchHandle
  190.         Left = 320
  191.         Top = 4
  192.         Width = 24
  193.         Height = 24
  194.         SecondaryColor = clRed
  195.         SnapToGrid = True
  196.         Enabled = False
  197.         Visible = False
  198.         OnMouseDown = HandlesMouseDown
  199.         OnMouseMove = HandlesMouseMove
  200.         OnMouseUp = HandlesMouseUp
  201.       end
  202.     end
  203.   end
  204.   object PreviewPrinter: TPreviewPrinter
  205.     TextOptions.MarginLeft = 0.750000000000000000
  206.     TextOptions.MarginTop = 0.500000000000000000
  207.     TextOptions.MarginRight = 0.750000000000000000
  208.     TextOptions.MarginBottom = 0.500000000000000000
  209.     TextOptions.BodyFont.Charset = DEFAULT_CHARSET
  210.     TextOptions.BodyFont.Color = clWindowText
  211.     TextOptions.BodyFont.Height = -13
  212.     TextOptions.BodyFont.Name = 'Arial'
  213.     TextOptions.BodyFont.Style = []
  214.     TextOptions.HeaderFont.Charset = DEFAULT_CHARSET
  215.     TextOptions.HeaderFont.Color = clWindowText
  216.     TextOptions.HeaderFont.Height = -24
  217.     TextOptions.HeaderFont.Name = 'Arial'
  218.     TextOptions.HeaderFont.Style = [fsBold]
  219.     TextOptions.FooterFont.Charset = DEFAULT_CHARSET
  220.     TextOptions.FooterFont.Color = clWindowText
  221.     TextOptions.FooterFont.Height = -11
  222.     TextOptions.FooterFont.Name = 'Arial'
  223.     TextOptions.FooterFont.Style = [fsItalic]
  224.     TextOptions.PageNumFont.Charset = DEFAULT_CHARSET
  225.     TextOptions.PageNumFont.Color = clWindowText
  226.     TextOptions.PageNumFont.Height = -11
  227.     TextOptions.PageNumFont.Name = 'Arial'
  228.     TextOptions.PageNumFont.Style = [fsItalic]
  229.     TextOptions.HeaderMargin = 0.500000000000000000
  230.     TextOptions.FooterMargin = 0.500000000000000000
  231.     TextOptions.HeaderAlign = taCenter
  232.     TextOptions.FooterAlign = taCenter
  233.     TextOptions.PrintPageNumber = pnNone
  234.     TextOptions.PageNumAlign = taRightJustify
  235.     TextOptions.PageNumText = 'Page %d'
  236.     TextOptions.Columns = 2
  237.     TextOptions.ColumnWidth = 3.500000000000000000
  238.     TextOptions.Rows = 5
  239.     TextOptions.RowHeight = 2.000000000000000000
  240.     TextOptions.Border = 0
  241.     TextOptions.CropMarks = False
  242.     TextOptions.AllowEditUnits = True
  243.     TextOptions.AllowEditMargins = True
  244.     TextOptions.AllowEditOrientation = True
  245.     TextOptions.AllowEditPageNum = False
  246.     TextOptions.AllowEditHeader = False
  247.     TextOptions.AllowEditFooter = False
  248.     TextOptions.AllowEditElements = True
  249.     TextOptions.AllowSetup = True
  250.     Units = unInches
  251.     ShowGrid = False
  252.     ZoomOption = zoFitToPage
  253.     ZoomVal = 100
  254.     OnDrawElement = PreviewPrinterDrawElement
  255.     Left = 392
  256.     Top = 40
  257.   end
  258.   object SaveDialog: TSaveDialog
  259.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  260.     Left = 392
  261.     Top = 72
  262.   end
  263.   object OpenDialog: TOpenDialog
  264.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  265.     Left = 391
  266.     Top = 103
  267.   end
  268.   object FontDialog: TFontDialog
  269.     Font.Charset = DEFAULT_CHARSET
  270.     Font.Color = clWindowText
  271.     Font.Height = -11
  272.     Font.Name = 'MS Sans Serif'
  273.     Font.Style = []
  274.     MinFontSize = 0
  275.     MaxFontSize = 0
  276.     Options = [fdTrueTypeOnly, fdEffects]
  277.     Left = 392
  278.     Top = 136
  279.   end
  280. end
  281.