Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsSingle
  5. Caption = #1041#1072#1083#1076#1072
  6. ClientHeight = 346
  7. ClientWidth = 522
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. OnCreate = FormCreate
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object StringGrid1: TStringGrid
  19. Left = 8
  20. Top = 8
  21. Width = 332
  22. Height = 332
  23. Color = clBtnFace
  24. DefaultRowHeight = 64
  25. FixedCols = 0
  26. FixedRows = 0
  27. Font.Charset = DEFAULT_CHARSET
  28. Font.Color = clWindowText
  29. Font.Height = -11
  30. Font.Name = 'Tahoma'
  31. Font.Style = []
  32. GridLineWidth = 2
  33. Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing]
  34. ParentFont = False
  35. TabOrder = 0
  36. OnSetEditText = StringGrid1SetEditText
  37. end
  38. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement