source: cprs/trunk/CPRS-Chart/Orders/fOrderUnflag.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 1.8 KB
Line 
1inherited frmUnflagOrder: TfrmUnflagOrder
2 Left = 365
3 Top = 389
4 Caption = 'Unflag Order'
5 ClientHeight = 203
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 ExplicitWidth = 320
9 ExplicitHeight = 230
10 PixelsPerInch = 96
11 TextHeight = 13
12 object Label1: TLabel [0]
13 Left = 8
14 Top = 123
15 Width = 90
16 Height = 13
17 Caption = 'Comment (optional)'
18 end
19 object txtComment: TCaptionEdit [1]
20 Left = 8
21 Top = 137
22 Width = 411
23 Height = 21
24 MaxLength = 80
25 TabOrder = 0
26 Caption = 'Comment (optional)'
27 end
28 object cmdOK: TButton [2]
29 Left = 267
30 Top = 174
31 Width = 72
32 Height = 21
33 Caption = 'OK'
34 Default = True
35 TabOrder = 1
36 OnClick = cmdOKClick
37 end
38 object cmdCancel: TButton [3]
39 Left = 347
40 Top = 174
41 Width = 72
42 Height = 21
43 Cancel = True
44 Caption = 'Cancel'
45 TabOrder = 2
46 OnClick = cmdCancelClick
47 end
48 object memReason: TMemo [4]
49 Left = 8
50 Top = 80
51 Width = 411
52 Height = 35
53 Color = clBtnFace
54 ReadOnly = True
55 TabOrder = 4
56 WantReturns = False
57 end
58 object memOrder: TMemo [5]
59 Left = 8
60 Top = 8
61 Width = 411
62 Height = 56
63 Color = clBtnFace
64 ReadOnly = True
65 TabOrder = 3
66 WantReturns = False
67 end
68 inherited amgrMain: TVA508AccessibilityManager
69 Data = (
70 (
71 'Component = txtComment'
72 'Status = stsDefault')
73 (
74 'Component = cmdOK'
75 'Status = stsDefault')
76 (
77 'Component = cmdCancel'
78 'Status = stsDefault')
79 (
80 'Component = memReason'
81 'Status = stsDefault')
82 (
83 'Component = memOrder'
84 'Status = stsDefault')
85 (
86 'Component = frmUnflagOrder'
87 'Status = stsDefault'))
88 end
89end
Note: See TracBrowser for help on using the repository browser.