source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fOrdersCV.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.8 KB
Line 
1object frmChgEvent: TfrmChgEvent
2 Left = 256
3 Top = 148
4 Width = 562
5 Height = 428
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 OnClose = FormClose
15 OnCreate = FormCreate
16 PixelsPerInch = 96
17 TextHeight = 13
18 object pnlTop: TPanel
19 Left = 0
20 Top = 0
21 Width = 554
22 Height = 38
23 Align = alTop
24 AutoSize = True
25 TabOrder = 0
26 object lblPtInfo: TLabel
27 Left = 1
28 Top = 1
29 Width = 552
30 Height = 36
31 Align = alTop
32 Color = clBtnFace
33 Constraints.MinHeight = 36
34 ParentColor = False
35 Layout = tlCenter
36 end
37 end
38 object pnlBottom: TPanel
39 Left = 0
40 Top = 38
41 Width = 554
42 Height = 356
43 Align = alClient
44 TabOrder = 1
45 DesignSize = (
46 554
47 356)
48 object cboSpecialty: TORComboBox
49 Left = 12
50 Top = 8
51 Width = 443
52 Height = 344
53 Anchors = [akLeft, akTop, akRight, akBottom]
54 Style = orcsSimple
55 AutoSelect = True
56 Color = clWindow
57 DropDownCount = 8
58 ItemHeight = 13
59 ItemTipColor = clWindow
60 ItemTipEnable = True
61 ListItemsOnly = False
62 LongList = False
63 LookupPiece = 0
64 MaxLength = 0
65 Pieces = '9'
66 Sorted = False
67 SynonymChars = '<>'
68 TabOrder = 0
69 OnChange = cboSpecialtyChange
70 OnDblClick = cboSpecialtyDblClick
71 CharsNeedMatch = 1
72 end
73 object btnCancel: TButton
74 Left = 466
75 Top = 331
76 Width = 75
77 Height = 20
78 Anchors = [akRight, akBottom]
79 Cancel = True
80 Caption = 'Cancel'
81 TabOrder = 1
82 OnClick = btnCancelClick
83 end
84 object btnAction: TButton
85 Left = 466
86 Top = 303
87 Width = 75
88 Height = 20
89 Anchors = [akRight, akBottom]
90 TabOrder = 2
91 Visible = False
92 OnClick = btnActionClick
93 end
94 end
95 object DKLanguageController1: TDKLanguageController
96 Left = 264
97 Top = 200
98 LangData = {
99 0B0066726D4368674576656E74010100000001000000070043617074696F6E01
100 060000000600706E6C546F70000009006C626C5074496E666F00000900706E6C
101 426F74746F6D00000C0063626F5370656369616C74790000090062746E43616E
102 63656C010100000002000000070043617074696F6E00090062746E416374696F
103 6E0000}
104 end
105 object DKLanguageController2: TDKLanguageController
106 Left = 272
107 Top = 208
108 LangData = {
109 0B0066726D4368674576656E74010100000001000000070043617074696F6E01
110 060000000600706E6C546F70000009006C626C5074496E666F00000900706E6C
111 426F74746F6D00000C0063626F5370656369616C74790000090062746E43616E
112 63656C010100000002000000070043617074696F6E00090062746E416374696F
113 6E0000}
114 end
115end
Note: See TracBrowser for help on using the repository browser.