home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / GenDes / gendesigner.exe / 0 / RCDATA / TPERSON / TPERSON.txt < prev   
Text File  |  1998-06-09  |  9KB  |  456 lines

  1. object Person: TPerson
  2.   Left = 216
  3.   Top = 119
  4.   BorderStyle = bsDialog
  5.   Caption = 'Person'
  6.   ClientHeight = 425
  7.   ClientWidth = 591
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 208
  20.     Top = 11
  21.     Width = 55
  22.     Height = 13
  23.     Caption = 'First Names'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 208
  27.     Top = 33
  28.     Width = 56
  29.     Height = 13
  30.     Caption = 'Last Names'
  31.   end
  32.   object Label7: TLabel
  33.     Left = 488
  34.     Top = 144
  35.     Width = 26
  36.     Height = 13
  37.     Caption = 'Date:'
  38.   end
  39.   object Label8: TLabel
  40.     Left = 208
  41.     Top = 194
  42.     Width = 58
  43.     Height = 13
  44.     Caption = 'Occupation:'
  45.   end
  46.   object Label3: TLabel
  47.     Left = 239
  48.     Top = 74
  49.     Width = 22
  50.     Height = 13
  51.     Caption = 'Born'
  52.   end
  53.   object Label4: TLabel
  54.     Left = 275
  55.     Top = 53
  56.     Width = 23
  57.     Height = 13
  58.     Caption = 'Date'
  59.   end
  60.   object Label5: TLabel
  61.     Left = 341
  62.     Top = 53
  63.     Width = 32
  64.     Height = 13
  65.     Caption = 'Where'
  66.   end
  67.   object Label9: TLabel
  68.     Left = 8
  69.     Top = 224
  70.     Width = 90
  71.     Height = 13
  72.     Caption = 'Picture description:'
  73.   end
  74.   object Label6: TLabel
  75.     Left = 208
  76.     Top = 216
  77.     Width = 53
  78.     Height = 13
  79.     Caption = 'Reference:'
  80.   end
  81.   object Label10: TLabel
  82.     Left = 208
  83.     Top = 145
  84.     Width = 50
  85.     Height = 13
  86.     Caption = 'Married to:'
  87.   end
  88.   object Label11: TLabel
  89.     Left = 208
  90.     Top = 167
  91.     Width = 35
  92.     Height = 13
  93.     Caption = 'Where:'
  94.   end
  95.   object Label12: TLabel
  96.     Left = 221
  97.     Top = 95
  98.     Width = 41
  99.     Height = 13
  100.     Caption = 'Baptized'
  101.   end
  102.   object Button3: TButton
  103.     Left = 480
  104.     Top = 265
  105.     Width = 105
  106.     Height = 25
  107.     Caption = 'Create &new text file'
  108.     TabOrder = 18
  109.     OnClick = Button3Click
  110.   end
  111.   object Edit1: TEdit
  112.     Left = 272
  113.     Top = 7
  114.     Width = 177
  115.     Height = 21
  116.     TabOrder = 0
  117.     Text = 'Edit1'
  118.   end
  119.   object Edit2: TEdit
  120.     Left = 272
  121.     Top = 29
  122.     Width = 177
  123.     Height = 21
  124.     TabOrder = 1
  125.     Text = 'Edit2'
  126.   end
  127.   object Sex: TGroupBox
  128.     Left = 456
  129.     Top = 1
  130.     Width = 129
  131.     Height = 65
  132.     Ctl3D = True
  133.     ParentCtl3D = False
  134.     TabOrder = 2
  135.     object Image1: TImage
  136.       Left = 3
  137.       Top = 11
  138.       Width = 48
  139.       Height = 48
  140.       AutoSize = True
  141.       Picture.Data = {<image000.bmp>}
  142.       Transparent = True
  143.     end
  144.     object Image2: TImage
  145.       Left = 3
  146.       Top = 11
  147.       Width = 48
  148.       Height = 48
  149.       AutoSize = True
  150.       Picture.Data = {<image001.bmp>}
  151.       Transparent = True
  152.       Visible = False
  153.     end
  154.     object RadioButton1: TRadioButton
  155.       Left = 55
  156.       Top = 16
  157.       Width = 61
  158.       Height = 23
  159.       Caption = 'Male'
  160.       Checked = True
  161.       TabOrder = 0
  162.       TabStop = True
  163.       OnClick = RadioButton1Click
  164.     end
  165.     object RadioButton2: TRadioButton
  166.       Left = 55
  167.       Top = 32
  168.       Width = 61
  169.       Height = 23
  170.       Caption = 'Female'
  171.       TabOrder = 1
  172.       OnClick = RadioButton2Click
  173.     end
  174.   end
  175.   object Button2: TButton
  176.     Left = 480
  177.     Top = 393
  178.     Width = 105
  179.     Height = 25
  180.     Cancel = True
  181.     Caption = 'Cancel'
  182.     TabOrder = 22
  183.     OnClick = Button2Click
  184.   end
  185.   object Memo1: TMemo
  186.     Left = 8
  187.     Top = 265
  188.     Width = 465
  189.     Height = 153
  190.     Color = clBtnFace
  191.     Enabled = False
  192.     ScrollBars = ssVertical
  193.     TabOrder = 17
  194.     OnDblClick = Memo1DblClick
  195.   end
  196.   object Edit4: TEdit
  197.     Left = 160
  198.     Top = 317
  199.     Width = 41
  200.     Height = 21
  201.     TabOrder = 23
  202.     Text = 'Edit4'
  203.     Visible = False
  204.     OnChange = Edit4Change
  205.   end
  206.   object Edit3: TEdit
  207.     Left = 160
  208.     Top = 293
  209.     Width = 41
  210.     Height = 21
  211.     TabOrder = 24
  212.     Text = 'Edit3'
  213.     Visible = False
  214.     OnChange = Edit3Change
  215.   end
  216.   object MaskEdit3: TMaskEdit
  217.     Left = 520
  218.     Top = 141
  219.     Width = 65
  220.     Height = 21
  221.     Enabled = False
  222.     TabOrder = 10
  223.     Text = 'MaskEdit3'
  224.     Visible = False
  225.   end
  226.   object Edit7: TEdit
  227.     Left = 272
  228.     Top = 190
  229.     Width = 313
  230.     Height = 21
  231.     TabOrder = 12
  232.     Text = 'Edit7'
  233.   end
  234.   object MaskEdit1: TMaskEdit
  235.     Left = 272
  236.     Top = 70
  237.     Width = 65
  238.     Height = 21
  239.     TabOrder = 3
  240.     Text = 'MaskEdit1'
  241.   end
  242.   object MaskEdit2: TMaskEdit
  243.     Left = 272
  244.     Top = 114
  245.     Width = 65
  246.     Height = 21
  247.     Color = clBtnFace
  248.     Enabled = False
  249.     TabOrder = 8
  250.     Text = 'MaskEdit2'
  251.   end
  252.   object CheckBox1: TCheckBox
  253.     Left = 223
  254.     Top = 116
  255.     Width = 44
  256.     Height = 17
  257.     Caption = 'Died'
  258.     TabOrder = 7
  259.     OnClick = CheckBox1Click
  260.   end
  261.   object Edit5: TEdit
  262.     Left = 338
  263.     Top = 70
  264.     Width = 247
  265.     Height = 21
  266.     MaxLength = 100
  267.     TabOrder = 4
  268.     Text = 'Edit5'
  269.   end
  270.   object Edit6: TEdit
  271.     Left = 338
  272.     Top = 114
  273.     Width = 247
  274.     Height = 21
  275.     Color = clBtnFace
  276.     Enabled = False
  277.     MaxLength = 100
  278.     TabOrder = 9
  279.     Text = 'Edit6'
  280.   end
  281.   object Panel1: TPanel
  282.     Left = 8
  283.     Top = 8
  284.     Width = 185
  285.     Height = 185
  286.     BevelOuter = bvLowered
  287.     Caption = 'Picture'
  288.     Font.Charset = DEFAULT_CHARSET
  289.     Font.Color = clWindowText
  290.     Font.Height = -11
  291.     Font.Name = 'MS Sans Serif'
  292.     Font.Style = []
  293.     ParentFont = False
  294.     TabOrder = 25
  295.     object AdvImage1: TAdvImage
  296.       Left = 1
  297.       Top = 1
  298.       Width = 183
  299.       Height = 183
  300.       Align = alClient
  301.       OnDblClick = AdvImage1Click
  302.       BevelWidth = 1
  303.       GIFAnimate = False
  304.       ShowFrame3D = False
  305.       StretchRatio = True
  306.       CenterView = True
  307.       ShowEmptyLabel = False
  308.       JPEGPixelFormat = jf8Bit
  309.       JPEGScale = jsFullSize
  310.       JPEGGrayscale = False
  311.       JPEGPerformance = jpBestQuality
  312.       JPEGSmoothing = True
  313.       JPEGProgressiveEncoding = False
  314.       JPEGCompressionQuality = 1
  315.       JPEGProgressiveDisplay = False
  316.       Checked = False
  317.       CheckColor = clRed
  318.       GifAnimateSpeed = 10
  319.       EmptyLabel = 'Empty'
  320.     end
  321.   end
  322.   object Edit8: TEdit
  323.     Left = 8
  324.     Top = 238
  325.     Width = 577
  326.     Height = 21
  327.     Color = clBtnFace
  328.     Enabled = False
  329.     MaxLength = 255
  330.     TabOrder = 16
  331.     Text = 'Edit8'
  332.   end
  333.   object Edit9: TEdit
  334.     Left = 272
  335.     Top = 212
  336.     Width = 313
  337.     Height = 21
  338.     TabOrder = 13
  339.     Text = 'Edit9'
  340.   end
  341.   object ComboBox1: TEdit
  342.     Left = 272
  343.     Top = 141
  344.     Width = 209
  345.     Height = 21
  346.     TabStop = False
  347.     Color = clBtnFace
  348.     Ctl3D = True
  349.     ParentCtl3D = False
  350.     ReadOnly = True
  351.     TabOrder = 26
  352.     Text = 'Name'
  353.     OnChange = ComboBox1Change
  354.   end
  355.   object Button1: TButton
  356.     Left = 480
  357.     Top = 365
  358.     Width = 105
  359.     Height = 25
  360.     Caption = 'OK'
  361.     Default = True
  362.     TabOrder = 21
  363.     OnClick = Button1Click
  364.   end
  365.   object Button6: TButton
  366.     Left = 8
  367.     Top = 197
  368.     Width = 89
  369.     Height = 25
  370.     Caption = 'Open &picture'
  371.     TabOrder = 14
  372.     OnClick = Button6Click
  373.   end
  374.   object Button7: TButton
  375.     Left = 104
  376.     Top = 197
  377.     Width = 89
  378.     Height = 25
  379.     Caption = '&Clear'
  380.     TabOrder = 15
  381.     OnClick = Button7Click
  382.   end
  383.   object Button4: TButton
  384.     Left = 480
  385.     Top = 293
  386.     Width = 105
  387.     Height = 25
  388.     Caption = '&Open existing text file'
  389.     TabOrder = 19
  390.     OnClick = Button4Click
  391.   end
  392.   object Button5: TButton
  393.     Left = 480
  394.     Top = 321
  395.     Width = 105
  396.     Height = 25
  397.     Caption = '&Don'#39't use text file'
  398.     TabOrder = 20
  399.     OnClick = Button5Click
  400.   end
  401.   object Edit10: TEdit
  402.     Left = 272
  403.     Top = 163
  404.     Width = 313
  405.     Height = 21
  406.     TabOrder = 11
  407.     Text = 'Edit10'
  408.     Visible = False
  409.   end
  410.   object MaskEdit4: TMaskEdit
  411.     Left = 272
  412.     Top = 92
  413.     Width = 65
  414.     Height = 21
  415.     TabOrder = 5
  416.     Text = 'MaskEdit4'
  417.   end
  418.   object Edit11: TEdit
  419.     Left = 338
  420.     Top = 92
  421.     Width = 247
  422.     Height = 21
  423.     MaxLength = 100
  424.     TabOrder = 6
  425.     Text = 'Edit11'
  426.   end
  427.   object SaveDialog1: TSaveDialog
  428.     DefaultExt = 'txt'
  429.     Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*'
  430.     Options = [ofOverwritePrompt, ofHideReadOnly]
  431.     Title = 'Create new text file'
  432.     Left = 120
  433.     Top = 357
  434.   end
  435.   object OpenDialog1: TOpenDialog
  436.     DefaultExt = 'txt'
  437.     Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*'
  438.     Options = [ofHideReadOnly, ofNoChangeDir]
  439.     Title = 'Open existing text file'
  440.     Left = 88
  441.     Top = 356
  442.   end
  443.   object OpenPictureDialog1: TOpenPictureDialog
  444.     DefaultExt = 'jpg'
  445.     Filter = 
  446.       'All (*.jpg;*.jpeg;*.gif;*.bmp;*.ico;*.emf;*.wmf)|*.jpg;*.jpeg;*.' +
  447.       'gif;*.bmp;*.ico;*.emf;*.wmf|JPEG Image File (*.jpg)|*.jpg|JPEG I' +
  448.       'mage File (*.jpeg)|*.jpeg|Graphics Interchange Format (*.gif)|*.' +
  449.       'gif|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles' +
  450.       ' (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf'
  451.     Options = [ofNoChangeDir]
  452.     Left = 88
  453.     Top = 364
  454.   end
  455. end
  456.