home *** CD-ROM | disk | FTP | other *** search
/ ftp.sanbilgisayar.com / ftp.sanbilgisayar.com.tar / ftp.sanbilgisayar.com / SHOP / ShopImportP.exe / 0 / RCDATA / TGRIDINFOCOLONFORM / TGRIDINFOCOLONFORM.txt
Text File  |  2015-03-03  |  1KB  |  72 lines

  1. object GridInfoColonForm: TGridInfoColonForm
  2.   Left = 554
  3.   Top = 131
  4.   Width = 294
  5.   Height = 449
  6.   ActiveControl = ColumnBox
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Bilgi s'#252'tunlar'#305
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ColumnBox: TCheckListBox
  24.     Left = 0
  25.     Top = 0
  26.     Width = 286
  27.     Height = 398
  28.     Align = alClient
  29.     ItemHeight = 13
  30.     TabOrder = 0
  31.   end
  32.   object BotPanel: TPanel
  33.     Left = 0
  34.     Top = 398
  35.     Width = 286
  36.     Height = 24
  37.     Align = alBottom
  38.     BevelOuter = bvNone
  39.     TabOrder = 1
  40.     object TamamBut: TBitBtn
  41.       Left = 13
  42.       Top = 1
  43.       Width = 80
  44.       Height = 22
  45.       Caption = '&Tamam'
  46.       TabOrder = 0
  47.       OnClick = TamamButClick
  48.       NumGlyphs = 2
  49.     end
  50.     object CikiBut: TBitBtn
  51.       Left = 192
  52.       Top = 1
  53.       Width = 80
  54.       Height = 22
  55.       Caption = '&'#199#305'k'#305#351
  56.       TabOrder = 2
  57.       OnClick = CikiButClick
  58.       NumGlyphs = 2
  59.     end
  60.     object DefBut: TBitBtn
  61.       Left = 102
  62.       Top = 1
  63.       Width = 80
  64.       Height = 22
  65.       Caption = 'Varsay'#305'lan'
  66.       TabOrder = 1
  67.       OnClick = DefButClick
  68.       NumGlyphs = 2
  69.     end
  70.   end
  71. end
  72.