Unit1.dfm 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. object Form1: TForm1
  2. Left = 324
  3. Top = 264
  4. Width = 417
  5. Height = 229
  6. Color = clBtnFace
  7. Font.Charset = ANSI_CHARSET
  8. Font.Color = clWindowText
  9. Font.Height = -12
  10. Font.Name = #23435#20307
  11. Font.Style = []
  12. OldCreateOrder = False
  13. PixelsPerInch = 96
  14. TextHeight = 12
  15. object Label1: TLabel
  16. Left = 238
  17. Top = 31
  18. Width = 54
  19. Height = 12
  20. Caption = #26368#22810'255'#20010
  21. end
  22. object ldeBudget: TLabeledEdit
  23. Left = 109
  24. Top = 84
  25. Width = 121
  26. Height = 20
  27. EditLabel.Width = 72
  28. EditLabel.Height = 12
  29. EditLabel.Caption = #27010#39044#31639#25968#37327#65306
  30. LabelPosition = lpLeft
  31. TabOrder = 0
  32. Text = '10'
  33. end
  34. object ldeBills: TLabeledEdit
  35. Left = 109
  36. Top = 28
  37. Width = 121
  38. Height = 20
  39. EditLabel.Width = 72
  40. EditLabel.Height = 12
  41. EditLabel.Caption = #25307#25237#26631#25968#37327#65306
  42. LabelPosition = lpLeft
  43. TabOrder = 1
  44. Text = '10'
  45. end
  46. object ldeEstimate: TLabeledEdit
  47. Left = 108
  48. Top = 145
  49. Width = 121
  50. Height = 20
  51. EditLabel.Width = 72
  52. EditLabel.Height = 12
  53. EditLabel.Caption = #20272#31639#29256#25968#37327#65306
  54. LabelPosition = lpLeft
  55. TabOrder = 2
  56. Text = '10'
  57. end
  58. object btnWrite: TButton
  59. Left = 296
  60. Top = 143
  61. Width = 75
  62. Height = 25
  63. Caption = #20889#25968#25454
  64. TabOrder = 3
  65. OnClick = btnWriteClick
  66. end
  67. object btnRead: TButton
  68. Left = 295
  69. Top = 88
  70. Width = 75
  71. Height = 25
  72. Caption = #35835#25968#25454
  73. TabOrder = 4
  74. OnClick = btnReadClick
  75. end
  76. end