-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFormUpdate.dfm
More file actions
143 lines (143 loc) · 3.64 KB
/
Copy pathFormUpdate.dfm
File metadata and controls
143 lines (143 loc) · 3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
inherited frmUpdate: TfrmUpdate
Left = 320
Top = 145
Caption = #36719#20214#21319#32423
ClientHeight = 383
ClientWidth = 564
Position = poDesigned
OnActivate = FormActivate
OnShow = FormShow
ExplicitWidth = 580
ExplicitHeight = 421
PixelsPerInch = 96
TextHeight = 13
inherited pnlBase: TRzPanel
Width = 564
Height = 383
ExplicitWidth = 564
ExplicitHeight = 383
object lblAppName: TLabel [0]
Left = 32
Top = 53
Width = 98
Height = 19
Caption = #26377#26032#30340#29256#26412#21457#24067
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lblUpdateTip: TLabel [1]
Left = 32
Top = 266
Width = 147
Height = 20
Anchors = [akLeft, akBottom]
Caption = #26159#21542#29616#22312#21319#32423#21040#26368#26032#29256'?'
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentColor = False
ParentFont = False
end
inherited pnlTitleBar: TRzPanel
Width = 560
ExplicitWidth = 560
inherited imgTitleBackground: TImage
Left = 247
ExplicitLeft = 196
end
inherited lblTitleBase: TLabel
Width = 64
Caption = #26377#26032#30340#29256#26412'!'
ExplicitWidth = 64
end
inherited imgMin: TImage
Left = 503
Visible = False
ExplicitLeft = 452
end
inherited imgClose: TImage
Left = 532
ExplicitLeft = 481
end
end
inherited pnlBottom: TRzPanel
Top = 332
Width = 560
ExplicitTop = 332
ExplicitWidth = 560
object btnOk: TRzBmpButton
Left = 202
Top = 13
Width = 166
Height = 26
Cursor = crHandPoint
Bitmaps.TransparentColor = clOlive
Color = clBtnFace
ShowFocus = False
Anchors = [akTop, akRight]
Caption = #31435#21051#21319#32423'(&U)...'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btnOkClick
end
object btnCancel: TRzBmpButton
Left = 384
Top = 13
Width = 166
Height = 26
Cursor = crHandPoint
Bitmaps.TransparentColor = clOlive
Color = clBtnFace
ShowFocus = False
Anchors = [akTop, akRight]
Caption = #31245#20505#20877#35828'(&C)...'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btnCancelClick
end
end
object memoUpdateInfo: TRzMemo
Left = 32
Top = 94
Width = 502
Height = 158
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 2
FrameColor = 13465037
FrameHotColor = 15386346
FrameHotStyle = fsFlat
FrameHotTrack = True
FrameVisible = True
FramingPreference = fpCustomFraming
ReadOnlyColor = clWhite
end
end
end