-
Notifications
You must be signed in to change notification settings - Fork 0
/
FormImportSync.dfm
166 lines (166 loc) · 4.18 KB
/
FormImportSync.dfm
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
inherited frmImportSync: TfrmImportSync
Caption = #23548#20837
ClientHeight = 332
ClientWidth = 484
OnActivate = FormActivate
OnDestroy = FormDestroy
OnShow = FormShow
ExplicitWidth = 500
ExplicitHeight = 370
PixelsPerInch = 96
TextHeight = 13
inherited pnlBase: TRzPanel
Width = 484
Height = 332
ExplicitWidth = 484
ExplicitHeight = 332
inherited pnlTitleBar: TRzPanel
Width = 480
ExplicitWidth = 480
inherited imgTitleBackground: TImage
Left = 167
ExplicitLeft = 140
end
inherited lblTitleBase: TLabel
Width = 96
Caption = #21516#27493#21040#32593#32476#25910#34255#22841
ExplicitWidth = 96
end
inherited imgMin: TImage
Left = 423
ExplicitLeft = 396
end
inherited imgClose: TImage
Left = 452
ExplicitLeft = 425
end
end
inherited pnlBottom: TRzPanel
Top = 281
Width = 480
ExplicitTop = 281
ExplicitWidth = 480
object btnOk: TRzBmpButton
Left = 230
Top = 13
Width = 166
Height = 26
Cursor = crHandPoint
Bitmaps.TransparentColor = clOlive
Color = clBtnFace
ShowFocus = False
Caption = #21516#27493#21830#21697', '#24320#21551#36141#29289#20043#26053'(&S)'
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 btnSmall: TRzBmpButton
Left = 408
Top = 13
Width = 60
Height = 26
Cursor = crHandPoint
Bitmaps.TransparentColor = clOlive
Color = clBtnFace
ShowFocus = False
Caption = #21462#28040
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
TabOrder = 1
Visible = False
OnClick = btnSmallClick
end
end
object pnlFrameBase: TPanel
AlignWithMargins = True
Left = 5
Top = 39
Width = 474
Height = 239
Align = alClient
BevelOuter = bvNone
Color = 15389669
ParentBackground = False
TabOrder = 2
inline FrameSyncStep1: TFrameSync1
Left = 22
Top = 21
Width = 91
Height = 73
Color = clWhite
ParentBackground = False
ParentColor = False
TabOrder = 0
ExplicitLeft = 22
ExplicitTop = 21
ExplicitWidth = 91
ExplicitHeight = 73
inherited imgWizard: TImage
Left = 171
ExplicitLeft = 171
end
inherited lblWizard: TLabel
Top = 100
ExplicitTop = 100
end
inherited lblSettingSyncTip: TLabel
Top = 165
ExplicitTop = 165
end
inherited chkAutoSync: TRzCheckBox
Top = 141
ExplicitTop = 141
end
end
inline FrameSyncStep2: TFrameSync2
Left = 136
Top = 21
Width = 143
Height = 73
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 1
ExplicitLeft = 136
ExplicitTop = 21
ExplicitWidth = 143
ExplicitHeight = 73
inherited PageControlStepSync: TPageControl
inherited TabSheet1: TTabSheet
ExplicitLeft = 4
ExplicitTop = 31
ExplicitWidth = 454
ExplicitHeight = 83
end
inherited TabSheet2: TTabSheet
ExplicitLeft = 4
ExplicitTop = 31
ExplicitWidth = 454
ExplicitHeight = 83
end
inherited TabSheet3: TTabSheet
ExplicitLeft = 4
ExplicitTop = 31
ExplicitWidth = 454
ExplicitHeight = 83
end
end
end
end
end
end