home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / system / data1.cab / MapServer / English.dll / 0 / RCDATA / TBITMAPFORM / TBITMAPFORM.txt
Text File  |  2001-08-13  |  2KB  |  133 lines

  1. object BitmapForm: TBitmapForm
  2.   Left = 540
  3.   Top = 208
  4.   Width = 342
  5.   Height = 330
  6.   Caption = 'Kartenbitmaps speichern'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 64
  18.     Top = 256
  19.     Width = 3
  20.     Height = 13
  21.   end
  22.   object Edit1: TEdit
  23.     Left = 208
  24.     Top = 16
  25.     Width = 57
  26.     Height = 21
  27.     TabOrder = 0
  28.     Text = 'Edit1'
  29.     OnChange = Edit2Change
  30.     OnExit = Edit1Exit
  31.   end
  32.   object Edit2: TEdit
  33.     Left = 8
  34.     Top = 128
  35.     Width = 57
  36.     Height = 21
  37.     TabOrder = 1
  38.     Text = 'Edit2'
  39.     OnChange = Edit2Change
  40.     OnExit = Edit2Exit
  41.   end
  42.   object Edit3: TEdit
  43.     Left = 272
  44.     Top = 128
  45.     Width = 57
  46.     Height = 21
  47.     TabOrder = 2
  48.     Text = 'Edit3'
  49.     OnChange = Edit2Change
  50.     OnExit = Edit3Exit
  51.   end
  52.   object Edit4: TEdit
  53.     Left = 208
  54.     Top = 240
  55.     Width = 57
  56.     Height = 21
  57.     TabOrder = 3
  58.     Text = 'Edit4'
  59.     OnChange = Edit2Change
  60.     OnExit = Edit4Exit
  61.   end
  62.   object RadioButton1: TRadioButton
  63.     Left = 8
  64.     Top = 8
  65.     Width = 177
  66.     Height = 17
  67.     Caption = 'aktuellen Ausschnitt verwenden'
  68.     Checked = True
  69.     TabOrder = 4
  70.     TabStop = True
  71.     OnClick = RadioButton1Click
  72.   end
  73.   object RadioButton2: TRadioButton
  74.     Left = 8
  75.     Top = 27
  76.     Width = 161
  77.     Height = 17
  78.     Caption = 'neue Gr∩┐╜∩┐╜e festlegen'
  79.     TabOrder = 5
  80.     OnClick = RadioButton2Click
  81.   end
  82.   object OKButton: TButton
  83.     Left = 240
  84.     Top = 272
  85.     Width = 91
  86.     Height = 25
  87.     Caption = 'Schlie∩┐╜en'
  88.     ModalResult = 1
  89.     TabOrder = 6
  90.   end
  91.   object SaveButton: TButton
  92.     Left = 8
  93.     Top = 240
  94.     Width = 89
  95.     Height = 25
  96.     Caption = 'Speichern'
  97.     TabOrder = 7
  98.     OnClick = SaveButtonClick
  99.   end
  100.   object Panel1: TPanel
  101.     Left = 72
  102.     Top = 48
  103.     Width = 193
  104.     Height = 183
  105.     Caption = 'Panel1'
  106.     TabOrder = 8
  107.     object Image1: TImage
  108.       Left = 1
  109.       Top = 1
  110.       Width = 191
  111.       Height = 181
  112.       Align = alClient
  113.       Stretch = True
  114.     end
  115.   end
  116.   object ShowButton: TButton
  117.     Left = 8
  118.     Top = 272
  119.     Width = 89
  120.     Height = 25
  121.     Caption = 'Anzeigen'
  122.     TabOrder = 9
  123.     OnClick = ShowButtonClick
  124.   end
  125.   object SaveBitmapDialog: TSaveDialog
  126.     DefaultExt = 'bmp'
  127.     Filter = 'Bitmaps (*.bmp)|*.bmp|Alle Dateien (*.*)|*.*'
  128.     Options = [ofPathMustExist]
  129.     Left = 24
  130.     Top = 184
  131.   end
  132. end
  133.