home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / NOticeManager / NoticeManager.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-04-12  |  3KB  |  132 lines

  1. object Form3: TForm3
  2.   Left = 221
  3.   Top = 146
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'New Notice'
  6.   ClientHeight = 269
  7.   ClientWidth = 237
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 3
  19.     Top = 0
  20.     Width = 23
  21.     Height = 13
  22.     Caption = 'Title:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 0
  26.     Top = 40
  27.     Width = 24
  28.     Height = 13
  29.     Caption = 'Text:'
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 0
  33.     Top = 16
  34.     Width = 235
  35.     Height = 21
  36.     TabOrder = 0
  37.   end
  38.   object Memo1: TMemo
  39.     Left = 0
  40.     Top = 56
  41.     Width = 236
  42.     Height = 161
  43.     MaxLength = 256
  44.     ScrollBars = ssVertical
  45.     TabOrder = 1
  46.   end
  47.   object DateTimePicker1: TDateTimePicker
  48.     Left = 19
  49.     Top = 223
  50.     Width = 86
  51.     Height = 21
  52.     CalAlignment = dtaLeft
  53.     Date = 0.335762499998963900
  54.     Time = 0.335762499998963900
  55.     DateFormat = dfShort
  56.     DateMode = dmComboBox
  57.     Kind = dtkDate
  58.     ParseInput = False
  59.   end
  60.   object DateTimePicker2: TDateTimePicker
  61.     Left = 19
  62.     Top = 247
  63.     Width = 86
  64.     Height = 21
  65.     CalAlignment = dtaLeft
  66.     Date = 35848.335762500000000000
  67.     Time = 35848.335762500000000000
  68.     DateFormat = dfShort
  69.     DateMode = dmComboBox
  70.     Kind = dtkTime
  71.     ParseInput = False
  72.   end
  73.   object CheckBox1: TCheckBox
  74.     Left = 3
  75.     Top = 225
  76.     Width = 17
  77.     Height = 17
  78.     TabOrder = 4
  79.     OnClick = CheckBox1Click
  80.   end
  81.   object CheckBox2: TCheckBox
  82.     Left = 3
  83.     Top = 249
  84.     Width = 17
  85.     Height = 17
  86.     Caption = 'CheckBox2'
  87.     TabOrder = 5
  88.     OnClick = CheckBox1Click
  89.   end
  90.   object BitBtn1: TBitBtn
  91.     Left = 115
  92.     Top = 244
  93.     Width = 121
  94.     Height = 24
  95.     Caption = 'Icon'
  96.     TabOrder = 6
  97.     OnClick = BitBtn1Click
  98.   end
  99.   object BitBtn3: TBitBtn
  100.     Left = 169
  101.     Top = 219
  102.     Width = 67
  103.     Height = 25
  104.     TabOrder = 7
  105.     OnClick = Button2Click
  106.     Kind = bkCancel
  107.   end
  108.   object BitBtn2: TBitBtn
  109.     Left = 116
  110.     Top = 219
  111.     Width = 53
  112.     Height = 25
  113.     Caption = 'Add'
  114.     TabOrder = 8
  115.     OnClick = Button1Click
  116.     Glyph.Data = {
  117.       76010000424D7601000000000000760000002800000020000000100000000100
  118.       04000000000000010000120B0000120B00001000000000000000000000000000
  119.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  120.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  121.       555555555555555555555555555555555555555555FF55555555555559055555
  122.       55555555577FF5555555555599905555555555557777F5555555555599905555
  123.       555555557777FF5555555559999905555555555777777F555555559999990555
  124.       5555557777777FF5555557990599905555555777757777F55555790555599055
  125.       55557775555777FF5555555555599905555555555557777F5555555555559905
  126.       555555555555777FF5555555555559905555555555555777FF55555555555579
  127.       05555555555555777FF5555555555557905555555555555777FF555555555555
  128.       5990555555555555577755555555555555555555555555555555}
  129.     NumGlyphs = 2
  130.   end
  131. end
  132.