source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fODChangeEvtDisp.dfm@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 2.1 KB
Line 
1object frmChangeEventDisp: TfrmChangeEventDisp
2 Left = 344
3 Top = 230
4 Width = 408
5 Height = 444
6 Caption = 'Change release event'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = False
14 Position = poDesktopCenter
15 PixelsPerInch = 96
16 TextHeight = 13
17 object lblTop: TMemo
18 Left = 0
19 Top = 0
20 Width = 400
21 Height = 37
22 TabStop = False
23 Align = alTop
24 BorderStyle = bsNone
25 Color = clBtnFace
26 ReadOnly = True
27 TabOrder = 2
28 end
29 object pnlTop: TPanel
30 Left = 0
31 Top = 37
32 Width = 400
33 Height = 332
34 Align = alClient
35 BorderStyle = bsSingle
36 TabOrder = 0
37 object lstCVOrders: TCaptionListBox
38 Left = 1
39 Top = 1
40 Width = 394
41 Height = 326
42 Style = lbOwnerDrawVariable
43 Align = alClient
44 ItemHeight = 13
45 TabOrder = 0
46 OnDrawItem = lstCVOrdersDrawItem
47 OnMeasureItem = lstCVOrdersMeasureItem
48 end
49 end
50 object pnlBottom: TPanel
51 Left = 0
52 Top = 369
53 Width = 400
54 Height = 41
55 Align = alBottom
56 TabOrder = 1
57 DesignSize = (
58 400
59 41)
60 object cmdOK: TButton
61 Left = 230
62 Top = 12
63 Width = 75
64 Height = 21
65 Anchors = [akRight, akBottom]
66 Caption = 'OK'
67 TabOrder = 0
68 OnClick = cmdOKClick
69 end
70 object cmdCancel: TButton
71 Left = 314
72 Top = 12
73 Width = 75
74 Height = 21
75 Anchors = [akRight, akBottom]
76 Caption = 'Cancel'
77 TabOrder = 1
78 OnClick = cmdCancelClick
79 end
80 end
81 object DKLanguageController1: TDKLanguageController
82 Left = 192
83 Top = 208
84 LangData = {
85 120066726D4368616E67654576656E7444697370010100000001000000070043
86 617074696F6E010600000006006C626C546F7000000600706E6C546F7000000B
87 006C737443564F726465727300000900706E6C426F74746F6D00000500636D64
88 4F4B010100000002000000070043617074696F6E000900636D6443616E63656C
89 010100000003000000070043617074696F6E00}
90 end
91end
Note: See TracBrowser for help on using the repository browser.