Last change
on this file since 611 was 453, checked in by Kevin Toppenberg, 16 years ago |
Initial upload of TMG-CPRS 1.0.26.69
|
File size:
1.7 KB
|
Rev | Line | |
---|
[453] | 1 | inherited frmUnflagOrder: TfrmUnflagOrder
|
---|
| 2 | Left = 365
|
---|
| 3 | Top = 389
|
---|
| 4 | Height = 230
|
---|
| 5 | Caption = 'Unflag Order'
|
---|
| 6 | Position = poScreenCenter
|
---|
| 7 | OnCreate = FormCreate
|
---|
| 8 | PixelsPerInch = 96
|
---|
| 9 | TextHeight = 13
|
---|
| 10 | object Label1: TLabel [0]
|
---|
| 11 | Left = 8
|
---|
| 12 | Top = 123
|
---|
| 13 | Width = 90
|
---|
| 14 | Height = 13
|
---|
| 15 | Caption = 'Comment (optional)'
|
---|
| 16 | end
|
---|
| 17 | object txtComment: TCaptionEdit [1]
|
---|
| 18 | Left = 8
|
---|
| 19 | Top = 137
|
---|
| 20 | Width = 411
|
---|
| 21 | Height = 21
|
---|
| 22 | MaxLength = 80
|
---|
| 23 | TabOrder = 0
|
---|
| 24 | Caption = 'Comment (optional)'
|
---|
| 25 | end
|
---|
| 26 | object cmdOK: TButton [2]
|
---|
| 27 | Left = 267
|
---|
| 28 | Top = 174
|
---|
| 29 | Width = 72
|
---|
| 30 | Height = 21
|
---|
| 31 | Caption = 'OK'
|
---|
| 32 | Default = True
|
---|
| 33 | TabOrder = 1
|
---|
| 34 | OnClick = cmdOKClick
|
---|
| 35 | end
|
---|
| 36 | object cmdCancel: TButton [3]
|
---|
| 37 | Left = 347
|
---|
| 38 | Top = 174
|
---|
| 39 | Width = 72
|
---|
| 40 | Height = 21
|
---|
| 41 | Cancel = True
|
---|
| 42 | Caption = 'Cancel'
|
---|
| 43 | TabOrder = 2
|
---|
| 44 | OnClick = cmdCancelClick
|
---|
| 45 | end
|
---|
| 46 | object memReason: TMemo [4]
|
---|
| 47 | Left = 8
|
---|
| 48 | Top = 80
|
---|
| 49 | Width = 411
|
---|
| 50 | Height = 35
|
---|
| 51 | Color = clBtnFace
|
---|
| 52 | ReadOnly = True
|
---|
| 53 | TabOrder = 4
|
---|
| 54 | WantReturns = False
|
---|
| 55 | end
|
---|
| 56 | object memOrder: TMemo [5]
|
---|
| 57 | Left = 8
|
---|
| 58 | Top = 8
|
---|
| 59 | Width = 411
|
---|
| 60 | Height = 56
|
---|
| 61 | Color = clBtnFace
|
---|
| 62 | ReadOnly = True
|
---|
| 63 | TabOrder = 3
|
---|
| 64 | WantReturns = False
|
---|
| 65 | end
|
---|
| 66 | inherited DKLanguageController1: TDKLanguageController
|
---|
| 67 | LangData = {
|
---|
| 68 | 0E0066726D556E666C61674F7264657201010000000100000007004361707469
|
---|
| 69 | 6F6E010600000006004C6162656C31010100000002000000070043617074696F
|
---|
| 70 | 6E000A00747874436F6D6D656E74010100000003000000070043617074696F6E
|
---|
| 71 | 000500636D644F4B010100000004000000070043617074696F6E000900636D64
|
---|
| 72 | 43616E63656C010100000005000000070043617074696F6E0009006D656D5265
|
---|
| 73 | 61736F6E000008006D656D4F726465720000}
|
---|
| 74 | end
|
---|
| 75 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.