home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TNEWPUBFORM / TNEWPUBFORM.txt
Encoding:
Text File  |  1997-02-27  |  5.3 KB  |  214 lines

  1. object NewPubForm: TNewPubForm
  2.   Left = 359
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Publication'
  7.   ClientHeight = 340
  8.   ClientWidth = 341
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 12
  20.     Width = 285
  21.     Height = 15
  22.     Caption = 'Select the Screen Size (in pixels) for this Publication:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 192
  26.     Top = 148
  27.     Width = 17
  28.     Height = 15
  29.     Alignment = taCenter
  30.     Caption = 'x'
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 16
  34.     Top = 32
  35.     Width = 9
  36.     Height = 141
  37.     Shape = bsLeftLine
  38.   end
  39.   object Label3: TLabel
  40.     Left = 8
  41.     Top = 192
  42.     Width = 262
  43.     Height = 15
  44.     Caption = 'Select the Number of Colors for this Publication:'
  45.   end
  46.   object Bevel2: TBevel
  47.     Left = 16
  48.     Top = 212
  49.     Width = 9
  50.     Height = 73
  51.     Shape = bsLeftLine
  52.   end
  53.   object OkBtn: TBitBtn
  54.     Left = 76
  55.     Top = 304
  56.     Width = 81
  57.     Height = 28
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 7
  62.     Glyph.Data = {
  63.       F6000000424DF600000000000000760000002800000010000000100000000100
  64.       0400000000008000000000000000000000001000000010000000000000000000
  65.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  66.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  67.       3333333333333333300033333333333000B0330000300000E00030BFB70FBFB0
  68.       E0003000000BFBF0E00030BFB70FBFB0E0003000000BFBF0E00030BFB70F0FB0
  69.       E00030000000FBF0E00030BFB700BFB0E0003300000BFB0000003333330FB033
  70.       33333333330B033333333333330F833333333333333083333333}
  71.   end
  72.   object CancelBtn: TBitBtn
  73.     Left = 164
  74.     Top = 304
  75.     Width = 81
  76.     Height = 28
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 8
  81.     Glyph.Data = {
  82.       F6000000424DF600000000000000760000002800000010000000100000000100
  83.       0400000000008000000000000000000000001000000010000000000000000000
  84.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  85.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333
  86.       33333333330F833333333333330B033330003333330FB03000B03380000BFB00
  87.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0
  88.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000
  89.       0000333333333333333333333333333333333333333333333333}
  90.   end
  91.   object RadioButton1: TRadioButton
  92.     Left = 24
  93.     Top = 36
  94.     Width = 77
  95.     Height = 17
  96.     Caption = '&320 x 200'
  97.     TabOrder = 0
  98.     OnClick = RadioButton1Click
  99.   end
  100.   object RadioButton2: TRadioButton
  101.     Left = 24
  102.     Top = 64
  103.     Width = 77
  104.     Height = 17
  105.     Caption = '&640 x 480'
  106.     TabOrder = 1
  107.     OnClick = RadioButton2Click
  108.   end
  109.   object RadioButton3: TRadioButton
  110.     Left = 24
  111.     Top = 92
  112.     Width = 77
  113.     Height = 17
  114.     Caption = '&800 x 600'
  115.     TabOrder = 2
  116.     OnClick = RadioButton3Click
  117.   end
  118.   object RadioButton4: TRadioButton
  119.     Left = 24
  120.     Top = 120
  121.     Width = 85
  122.     Height = 17
  123.     Caption = '&1024 x 768'
  124.     TabOrder = 3
  125.     OnClick = RadioButton4Click
  126.   end
  127.   object RadioButton5: TRadioButton
  128.     Left = 24
  129.     Top = 148
  130.     Width = 93
  131.     Height = 17
  132.     Caption = '&Custom Size:'
  133.     TabOrder = 4
  134.   end
  135.   object WidthEdit: TSpinEdit
  136.     Left = 120
  137.     Top = 144
  138.     Width = 69
  139.     Height = 24
  140.     AutoSize = False
  141.     MaxValue = 2000
  142.     MinValue = 150
  143.     TabOrder = 5
  144.     Value = 150
  145.     OnExit = WidthEditExit
  146.   end
  147.   object HeightEdit: TSpinEdit
  148.     Left = 212
  149.     Top = 144
  150.     Width = 69
  151.     Height = 24
  152.     AutoSize = False
  153.     MaxValue = 2000
  154.     MinValue = 150
  155.     TabOrder = 6
  156.     Value = 150
  157.     OnExit = WidthEditExit
  158.   end
  159.   object Panel1: TPanel
  160.     Left = 20
  161.     Top = 212
  162.     Width = 269
  163.     Height = 73
  164.     BevelOuter = bvNone
  165.     TabOrder = 9
  166.     object Color16Btn: TRadioButton
  167.       Left = 4
  168.       Top = 4
  169.       Width = 77
  170.       Height = 17
  171.       Caption = '16 C&olors'
  172.       TabOrder = 0
  173.     end
  174.     object Color256Btn: TRadioButton
  175.       Left = 4
  176.       Top = 28
  177.       Width = 85
  178.       Height = 17
  179.       Caption = '2&56 Colors'
  180.       TabOrder = 1
  181.     end
  182.     object Color16MBtn: TRadioButton
  183.       Left = 4
  184.       Top = 52
  185.       Width = 113
  186.       Height = 17
  187.       Caption = '16 &Million Colors'
  188.       TabOrder = 2
  189.     end
  190.   end
  191.   object HelpBtn: TBitBtn
  192.     Left = 252
  193.     Top = 304
  194.     Width = 81
  195.     Height = 28
  196.     Caption = '&Help'
  197.     TabOrder = 10
  198.     OnClick = HelpBtnClick
  199.     Glyph.Data = {
  200.       76010000424D760100000000000076000000280000001B000000100000000100
  201.       0400000000000001000000000000000000001000000010000000000000000000
  202.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  203.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  204.       3300003333333330000033333333333300BFBF00333333300000333333333330
  205.       FBF00BFB03333330000033333333330FBFBFBFBFB0333330000033333333300B
  206.       FBFBFBFBF003333000003333333000BFBFB00FBFBF00033000003333330BF0FB
  207.       FB0BF0FBFB0BF03000003CC330BF80BF000FBF00BF08BF0000003CC330FBF0F0
  208.       FF00F0FF0B0BFB000000333330BF00B0F00FB0F00F00BF0000003CC3330030F0
  209.       000BF0000B03003000003CCC3333300F00BFBF00B00333300000333CC333330B
  210.       FBF00BFBF03333300000CC3CC3333330BFBF0FBF033333300000CCCCC3333333
  211.       00FBFB003333333000003CCC3333333333000033333333300000}
  212.   end
  213. end
  214.