1 | inherited frmRenewOrders: TfrmRenewOrders
|
---|
2 | Left = 434
|
---|
3 | Top = 232
|
---|
4 | HorzScrollBar.Tracking = True
|
---|
5 | HorzScrollBar.Visible = True
|
---|
6 | VertScrollBar.Tracking = True
|
---|
7 | AutoScroll = False
|
---|
8 | Caption = 'Renew Orders'
|
---|
9 | ClientHeight = 416
|
---|
10 | ClientWidth = 592
|
---|
11 | Position = poScreenCenter
|
---|
12 | Scaled = False
|
---|
13 | OnClose = FormClose
|
---|
14 | OnCreate = FormCreate
|
---|
15 | OnShow = FormShow
|
---|
16 | PixelsPerInch = 96
|
---|
17 | TextHeight = 13
|
---|
18 | object hdrOrders: THeaderControl [0]
|
---|
19 | Left = 0
|
---|
20 | Top = 0
|
---|
21 | Width = 592
|
---|
22 | Height = 17
|
---|
23 | Constraints.MinHeight = 17
|
---|
24 | Sections = <
|
---|
25 | item
|
---|
26 | AutoSize = True
|
---|
27 | ImageIndex = -1
|
---|
28 | Text = 'Order to be Renewed'
|
---|
29 | Width = 296
|
---|
30 | end
|
---|
31 | item
|
---|
32 | AutoSize = True
|
---|
33 | ImageIndex = -1
|
---|
34 | Text = 'Start/Stop Time'
|
---|
35 | Width = 296
|
---|
36 | end>
|
---|
37 | OnSectionResize = hdrOrdersSectionResize
|
---|
38 | end
|
---|
39 | object pnlBottom: TPanel [1]
|
---|
40 | Left = 0
|
---|
41 | Top = 393
|
---|
42 | Width = 592
|
---|
43 | Height = 23
|
---|
44 | Align = alBottom
|
---|
45 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
46 | AutoSize = True
|
---|
47 | TabOrder = 2
|
---|
48 | DesignSize = (
|
---|
49 | 592
|
---|
50 | 23)
|
---|
51 | object cmdCancel: TButton
|
---|
52 | Left = 512
|
---|
53 | Top = 1
|
---|
54 | Width = 72
|
---|
55 | Height = 21
|
---|
56 | Anchors = [akTop, akRight]
|
---|
57 | Cancel = True
|
---|
58 | Caption = 'Cancel'
|
---|
59 | Constraints.MinHeight = 21
|
---|
60 | TabOrder = 0
|
---|
61 | OnClick = cmdCancelClick
|
---|
62 | end
|
---|
63 | object cmdOK: TButton
|
---|
64 | Left = 424
|
---|
65 | Top = 1
|
---|
66 | Width = 72
|
---|
67 | Height = 21
|
---|
68 | Anchors = [akTop, akRight]
|
---|
69 | Caption = 'OK'
|
---|
70 | Constraints.MinHeight = 21
|
---|
71 | Default = True
|
---|
72 | TabOrder = 1
|
---|
73 | OnClick = cmdOKClick
|
---|
74 | end
|
---|
75 | object cmdChange: TButton
|
---|
76 | Left = 8
|
---|
77 | Top = 1
|
---|
78 | Width = 145
|
---|
79 | Height = 21
|
---|
80 | Caption = 'Change...'
|
---|
81 | Constraints.MinHeight = 21
|
---|
82 | Enabled = False
|
---|
83 | TabOrder = 2
|
---|
84 | OnClick = cmdChangeClick
|
---|
85 | end
|
---|
86 | end
|
---|
87 | object lstOrders: TCaptionListBox [2]
|
---|
88 | Left = 0
|
---|
89 | Top = 17
|
---|
90 | Width = 592
|
---|
91 | Height = 376
|
---|
92 | Style = lbOwnerDrawVariable
|
---|
93 | Align = alClient
|
---|
94 | Anchors = []
|
---|
95 | Color = clCream
|
---|
96 | Ctl3D = True
|
---|
97 | ExtendedSelect = False
|
---|
98 | Font.Charset = DEFAULT_CHARSET
|
---|
99 | Font.Color = clWindowText
|
---|
100 | Font.Height = -11
|
---|
101 | Font.Name = 'MS Sans Serif'
|
---|
102 | Font.Style = []
|
---|
103 | ItemHeight = 24
|
---|
104 | ParentCtl3D = False
|
---|
105 | ParentFont = False
|
---|
106 | ParentShowHint = False
|
---|
107 | ShowHint = True
|
---|
108 | TabOrder = 1
|
---|
109 | OnClick = lstOrdersClick
|
---|
110 | OnDrawItem = lstOrdersDrawItem
|
---|
111 | OnMeasureItem = lstOrdersMeasureItem
|
---|
112 | HintOnItem = True
|
---|
113 | end
|
---|
114 | inherited DKLanguageController1: TDKLanguageController
|
---|
115 | LangData = {
|
---|
116 | 0E0066726D52656E65774F726465727301010000000100000007004361707469
|
---|
117 | 6F6E010600000009006864724F72646572730102000000020000001000536563
|
---|
118 | 74696F6E735B305D2E5465787403000000100053656374696F6E735B315D2E54
|
---|
119 | 657874000900706E6C426F74746F6D00000900636D6443616E63656C01010000
|
---|
120 | 0004000000070043617074696F6E000500636D644F4B01010000000500000007
|
---|
121 | 0043617074696F6E000900636D644368616E6765010100000006000000070043
|
---|
122 | 617074696F6E0009006C73744F72646572730000}
|
---|
123 | end
|
---|
124 | end
|
---|