home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 8 / Chip_Hitware_Vol_08.iso / chiphit8 / business / 95tpetik / rckonver.exe / 0 / RCDATA / TWAHLDRUCKDLG / TWAHLDRUCKDLG.txt
Text File  |  1996-12-17  |  3KB  |  143 lines

  1. object wahldruckdlg: Twahldruckdlg
  2.   Left = 290
  3.   Top = 174
  4.   Hint = 'Record ausw∩┐╜hlen'
  5.   BorderStyle = bsDialog
  6.   Caption = 'Record ausw∩┐╜hlen'
  7.   ClientHeight = 241
  8.   ClientWidth = 288
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 190
  19.     Top = 0
  20.     Width = 98
  21.     Height = 241
  22.     Align = alRight
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object Button1: TButton
  26.       Left = 16
  27.       Top = 8
  28.       Width = 75
  29.       Height = 25
  30.       Caption = 'OK'
  31.       ModalResult = 1
  32.       TabOrder = 0
  33.       OnClick = Button1Click
  34.     end
  35.     object Button2: TButton
  36.       Left = 16
  37.       Top = 38
  38.       Width = 75
  39.       Height = 25
  40.       Cancel = True
  41.       Caption = 'Abbrechen'
  42.       ModalResult = 2
  43.       TabOrder = 1
  44.     end
  45.   end
  46.   object PageControl1: TPageControl
  47.     Left = 0
  48.     Top = 0
  49.     Width = 190
  50.     Height = 241
  51.     ActivePage = TabSheet1
  52.     Align = alClient
  53.     TabOrder = 1
  54.     object TabSheet1: TTabSheet
  55.       Caption = 'Felder'
  56.       object GroupBox1: TGroupBox
  57.         Left = 5
  58.         Top = 5
  59.         Width = 172
  60.         Height = 39
  61.         Hint = 'Record ausw∩┐╜hlen'
  62.         Caption = 'Records'
  63.         TabOrder = 0
  64.         object RadioButton1: TRadioButton
  65.           Left = 8
  66.           Top = 15
  67.           Width = 57
  68.           Height = 17
  69.           Caption = 'Alle '
  70.           TabOrder = 0
  71.           OnClick = RadioButton1Click
  72.         end
  73.         object RadioButton2: TRadioButton
  74.           Left = 80
  75.           Top = 15
  76.           Width = 81
  77.           Height = 17
  78.           Caption = 'Record Liste'
  79.           TabOrder = 1
  80.           OnClick = RadioButton2Click
  81.         end
  82.       end
  83.       object GroupBox2: TGroupBox
  84.         Left = 5
  85.         Top = 48
  86.         Width = 172
  87.         Height = 160
  88.         Caption = 'Felder'
  89.         TabOrder = 1
  90.         object StringGrid1: TStringGrid
  91.           Left = 8
  92.           Top = 16
  93.           Width = 157
  94.           Height = 137
  95.           Hint = 'Felder zum konvertieren ausw∩┐╜hlen'
  96.           ColCount = 2
  97.           DefaultColWidth = 50
  98.           DefaultRowHeight = 18
  99.           RowCount = 2
  100.           Font.Color = clBlack
  101.           Font.Height = -11
  102.           Font.Name = 'MS Sans Serif'
  103.           Font.Style = []
  104.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goThumbTracking]
  105.           ParentFont = False
  106.           TabOrder = 0
  107.           OnDblClick = StringGrid1DblClick
  108.           OnKeyPress = StringGrid1KeyPress
  109.           RowHeights = (
  110.             18
  111.             18)
  112.         end
  113.       end
  114.     end
  115.     object TabSheet2: TTabSheet
  116.       Caption = 'Record Liste'
  117.       object StringGrid2: TStringGrid
  118.         Left = 10
  119.         Top = 12
  120.         Width = 161
  121.         Height = 193
  122.         Hint = 'Record zum konvertieren ausw∩┐╜hlen'
  123.         ColCount = 2
  124.         DefaultColWidth = 69
  125.         DefaultRowHeight = 18
  126.         RowCount = 2
  127.         Font.Color = clBlack
  128.         Font.Height = -11
  129.         Font.Name = 'MS Sans Serif'
  130.         Font.Style = []
  131.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goThumbTracking]
  132.         ParentFont = False
  133.         TabOrder = 0
  134.         OnDblClick = StringGrid2DblClick
  135.         OnKeyPress = StringGrid2KeyPress
  136.         RowHeights = (
  137.           18
  138.           18)
  139.       end
  140.     end
  141.   end
  142. end
  143.