|
Last change
on this file was 24, checked in by chronos, 13 years ago |
- Opraveno: Ladění komunikačního protokolu s terminálem BF-630.
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | object FormEdit: TFormEdit
|
|---|
| 2 | Left = 297
|
|---|
| 3 | Height = 368
|
|---|
| 4 | Top = 145
|
|---|
| 5 | Width = 664
|
|---|
| 6 | Caption = 'Edit item'
|
|---|
| 7 | ClientHeight = 368
|
|---|
| 8 | ClientWidth = 664
|
|---|
| 9 | OnCreate = FormCreate
|
|---|
| 10 | OnDestroy = FormDestroy
|
|---|
| 11 | LCLVersion = '1.1'
|
|---|
| 12 | object ButtonOk: TButton
|
|---|
| 13 | Left = 582
|
|---|
| 14 | Height = 25
|
|---|
| 15 | Top = 291
|
|---|
| 16 | Width = 75
|
|---|
| 17 | Anchors = [akRight, akBottom]
|
|---|
| 18 | Caption = 'Ok'
|
|---|
| 19 | ModalResult = 1
|
|---|
| 20 | TabOrder = 0
|
|---|
| 21 | end
|
|---|
| 22 | object ButtonCancel: TButton
|
|---|
| 23 | Left = 582
|
|---|
| 24 | Height = 25
|
|---|
| 25 | Top = 251
|
|---|
| 26 | Width = 75
|
|---|
| 27 | Anchors = [akRight, akBottom]
|
|---|
| 28 | Caption = 'Cancel'
|
|---|
| 29 | ModalResult = 2
|
|---|
| 30 | TabOrder = 1
|
|---|
| 31 | end
|
|---|
| 32 | object PanelControls: TPanel
|
|---|
| 33 | Left = 8
|
|---|
| 34 | Height = 308
|
|---|
| 35 | Top = 8
|
|---|
| 36 | Width = 567
|
|---|
| 37 | Align = alLeft
|
|---|
| 38 | Anchors = [akTop, akLeft, akRight, akBottom]
|
|---|
| 39 | BorderSpacing.Around = 8
|
|---|
| 40 | BevelOuter = bvNone
|
|---|
| 41 | TabOrder = 2
|
|---|
| 42 | end
|
|---|
| 43 | object ToolBarActions: TToolBar
|
|---|
| 44 | Left = 0
|
|---|
| 45 | Height = 44
|
|---|
| 46 | Top = 324
|
|---|
| 47 | Width = 664
|
|---|
| 48 | Align = alBottom
|
|---|
| 49 | ButtonHeight = 40
|
|---|
| 50 | ButtonWidth = 44
|
|---|
| 51 | Images = FormMain.ImageList1
|
|---|
| 52 | ParentShowHint = False
|
|---|
| 53 | ShowCaptions = True
|
|---|
| 54 | ShowHint = True
|
|---|
| 55 | TabOrder = 3
|
|---|
| 56 | end
|
|---|
| 57 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.