12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- object WebNewTenderForm: TWebNewTenderForm
- Left = 534
- Top = 268
- BorderStyle = bsDialog
- Caption = #26032#24314#26631#27573
- ClientHeight = 158
- ClientWidth = 314
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object lbl1: TLabel
- Left = 16
- Top = 11
- Width = 54
- Height = 12
- Caption = #35831#36755#20837'KEY'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object lbl2: TLabel
- Left = 16
- Top = 58
- Width = 48
- Height = 12
- Caption = #26631#27573#21517#31216
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object btnOK: TButton
- Left = 144
- Top = 120
- Width = 75
- Height = 25
- Caption = #30830#23450
- ModalResult = 1
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 219
- Top = 120
- Width = 75
- Height = 25
- Caption = #21462#28040
- ModalResult = 2
- TabOrder = 1
- end
- object edtKey: TEdit
- Left = 16
- Top = 27
- Width = 285
- Height = 20
- TabOrder = 2
- end
- object edtTenderName: TEdit
- Left = 16
- Top = 74
- Width = 285
- Height = 20
- TabOrder = 3
- end
- end
|