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:
2.5 KB
|
Rev | Line | |
---|
[453] | 1 | object frmDefaultEvent: TfrmDefaultEvent
|
---|
| 2 | Left = 311
|
---|
| 3 | Top = 193
|
---|
| 4 | BorderStyle = bsSingle
|
---|
| 5 | Caption = 'Set/Change Default Release Event'
|
---|
| 6 | ClientHeight = 317
|
---|
| 7 | ClientWidth = 394
|
---|
| 8 | Color = clBtnFace
|
---|
| 9 | Font.Charset = DEFAULT_CHARSET
|
---|
| 10 | Font.Color = clWindowText
|
---|
| 11 | Font.Height = -11
|
---|
| 12 | Font.Name = 'MS Sans Serif'
|
---|
| 13 | Font.Style = []
|
---|
| 14 | OldCreateOrder = False
|
---|
| 15 | OnCreate = FormCreate
|
---|
| 16 | PixelsPerInch = 96
|
---|
| 17 | TextHeight = 13
|
---|
| 18 | object pnlTop: TPanel
|
---|
| 19 | Left = 0
|
---|
| 20 | Top = 0
|
---|
| 21 | Width = 394
|
---|
| 22 | Height = 25
|
---|
| 23 | Align = alTop
|
---|
| 24 | TabOrder = 0
|
---|
| 25 | object lblCaption: TLabel
|
---|
| 26 | Left = 1
|
---|
| 27 | Top = 1
|
---|
| 28 | Width = 392
|
---|
| 29 | Height = 23
|
---|
| 30 | Align = alClient
|
---|
| 31 | Caption =
|
---|
| 32 | ' Select an event from the following list as your personal defaul' +
|
---|
| 33 | 't release event:'
|
---|
| 34 | WordWrap = True
|
---|
| 35 | end
|
---|
| 36 | end
|
---|
| 37 | object cboEvents: TORComboBox
|
---|
| 38 | Left = 0
|
---|
| 39 | Top = 25
|
---|
| 40 | Width = 394
|
---|
| 41 | Height = 261
|
---|
| 42 | Style = orcsSimple
|
---|
| 43 | Align = alClient
|
---|
| 44 | AutoSelect = False
|
---|
| 45 | Caption =
|
---|
| 46 | ' Select an event from the following list as your personal defaul' +
|
---|
| 47 | 't release event:'
|
---|
| 48 | Color = clWindow
|
---|
| 49 | DropDownCount = 8
|
---|
| 50 | ItemHeight = 13
|
---|
| 51 | ItemTipColor = clWindow
|
---|
| 52 | ItemTipEnable = True
|
---|
| 53 | ListItemsOnly = True
|
---|
| 54 | LongList = False
|
---|
| 55 | LookupPiece = 0
|
---|
| 56 | MaxLength = 0
|
---|
| 57 | ParentShowHint = False
|
---|
| 58 | Pieces = '9'
|
---|
| 59 | ShowHint = True
|
---|
| 60 | Sorted = True
|
---|
| 61 | SynonymChars = '<>'
|
---|
| 62 | TabOrder = 1
|
---|
| 63 | CheckEntireLine = True
|
---|
| 64 | CharsNeedMatch = 1
|
---|
| 65 | end
|
---|
| 66 | object pnlBottom: TPanel
|
---|
| 67 | Left = 0
|
---|
| 68 | Top = 286
|
---|
| 69 | Width = 394
|
---|
| 70 | Height = 31
|
---|
| 71 | Align = alBottom
|
---|
| 72 | TabOrder = 2
|
---|
| 73 | object btnOK: TButton
|
---|
| 74 | Left = 212
|
---|
| 75 | Top = 6
|
---|
| 76 | Width = 75
|
---|
| 77 | Height = 20
|
---|
| 78 | Caption = 'OK'
|
---|
| 79 | TabOrder = 0
|
---|
| 80 | OnClick = btnOKClick
|
---|
| 81 | end
|
---|
| 82 | object btnCancel: TButton
|
---|
| 83 | Left = 296
|
---|
| 84 | Top = 6
|
---|
| 85 | Width = 75
|
---|
| 86 | Height = 20
|
---|
| 87 | Cancel = True
|
---|
| 88 | Caption = 'Cancel'
|
---|
| 89 | TabOrder = 1
|
---|
| 90 | OnClick = btnCancelClick
|
---|
| 91 | end
|
---|
| 92 | end
|
---|
| 93 | object DKLanguageController1: TDKLanguageController
|
---|
| 94 | Left = 184
|
---|
| 95 | Top = 160
|
---|
| 96 | LangData = {
|
---|
| 97 | 0F0066726D44656661756C744576656E74010100000001000000070043617074
|
---|
| 98 | 696F6E01060000000600706E6C546F7000000A006C626C43617074696F6E0101
|
---|
| 99 | 00000002000000070043617074696F6E00090063626F4576656E747301010000
|
---|
| 100 | 0003000000070043617074696F6E000900706E6C426F74746F6D000005006274
|
---|
| 101 | 6E4F4B010100000004000000070043617074696F6E00090062746E43616E6365
|
---|
| 102 | 6C010100000005000000070043617074696F6E00}
|
---|
| 103 | end
|
---|
| 104 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.