12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- object Form1: TForm1
- Left = 324
- Top = 264
- Width = 417
- Height = 229
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 238
- Top = 31
- Width = 54
- Height = 12
- Caption = #26368#22810'255'#20010
- end
- object ldeBudget: TLabeledEdit
- Left = 109
- Top = 84
- Width = 121
- Height = 20
- EditLabel.Width = 72
- EditLabel.Height = 12
- EditLabel.Caption = #27010#39044#31639#25968#37327#65306
- LabelPosition = lpLeft
- TabOrder = 0
- Text = '10'
- end
- object ldeBills: TLabeledEdit
- Left = 109
- Top = 28
- Width = 121
- Height = 20
- EditLabel.Width = 72
- EditLabel.Height = 12
- EditLabel.Caption = #25307#25237#26631#25968#37327#65306
- LabelPosition = lpLeft
- TabOrder = 1
- Text = '10'
- end
- object ldeEstimate: TLabeledEdit
- Left = 108
- Top = 145
- Width = 121
- Height = 20
- EditLabel.Width = 72
- EditLabel.Height = 12
- EditLabel.Caption = #20272#31639#29256#25968#37327#65306
- LabelPosition = lpLeft
- TabOrder = 2
- Text = '10'
- end
- object btnWrite: TButton
- Left = 296
- Top = 143
- Width = 75
- Height = 25
- Caption = #20889#25968#25454
- TabOrder = 3
- OnClick = btnWriteClick
- end
- object btnRead: TButton
- Left = 295
- Top = 88
- Width = 75
- Height = 25
- Caption = #35835#25968#25454
- TabOrder = 4
- OnClick = btnReadClick
- end
- end
|