-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrmOperator.frm
More file actions
840 lines (835 loc) · 29.1 KB
/
frmOperator.frm
File metadata and controls
840 lines (835 loc) · 29.1 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
VERSION 5.00
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmOperator
Caption = "操作员信息"
ClientHeight = 4065
ClientLeft = 2835
ClientTop = 3450
ClientWidth = 6045
LinkTopic = "Form1"
LockControls = -1 'True
MDIChild = -1 'True
ScaleHeight = 4065
ScaleWidth = 6045
WindowState = 2 'Maximized
Begin MSDataGridLib.DataGrid dgOperator
Bindings = "frmOperator.frx":0000
Height = 2775
Left = 0
TabIndex = 0
Top = 0
Width = 5895
_ExtentX = 10398
_ExtentY = 4895
_Version = 393216
AllowUpdate = 0 'False
HeadLines = 1
RowHeight = 18
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 40
BeginProperty Column00
DataField = "OprNO"
Caption = "OprNO"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "OprName"
Caption = "OprName"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "OprPW"
Caption = "OprPW"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "OprType"
Caption = "OprType"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column04
DataField = "OprRights"
Caption = "OprRights"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column05
DataField = "OprSex"
Caption = "OprSex"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column06
DataField = "OprAge"
Caption = "OprAge"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column07
DataField = "OprBirthday"
Caption = "OprBirthday"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column08
DataField = "OprPeriod"
Caption = "OprPeriod"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column09
DataField = "OprAddr"
Caption = "OprAddr"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column10
DataField = "OprTel"
Caption = "OprTel"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column11
DataField = "OprPage"
Caption = "OprPage"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column12
DataField = "OprPhone"
Caption = "OprPhone"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column13
DataField = "OprNative"
Caption = "OprNative"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column14
DataField = "OprXL"
Caption = "OprXL"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column15
DataField = "OprCollage"
Caption = "OprCollage"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column16
DataField = "OprZJ"
Caption = "OprZJ"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column17
DataField = "Money"
Caption = "Money"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column18
DataField = "AddMoney"
Caption = "AddMoney"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column19
DataField = "EditMoney"
Caption = "EditMoney"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column20
DataField = "DelMoney"
Caption = "DelMoney"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column21
DataField = "Opr"
Caption = "Opr"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column22
DataField = "AddOpr"
Caption = "AddOpr"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column23
DataField = "EditOpr"
Caption = "EditOpr"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column24
DataField = "DelOpr"
Caption = "DelOpr"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column25
DataField = "Count"
Caption = "Count"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column26
DataField = "AddCount"
Caption = "AddCount"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column27
DataField = "EditCount"
Caption = "EditCount"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column28
DataField = "DelCount"
Caption = "DelCount"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column29
DataField = "Cor"
Caption = "Cor"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column30
DataField = "AddCor"
Caption = "AddCor"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column31
DataField = "EditCor"
Caption = "EditCor"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column32
DataField = "DelCor"
Caption = "DelCor"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column33
DataField = "Restore"
Caption = "Restore"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column34
DataField = "UsedMoney"
Caption = "UsedMoney"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column35
DataField = "Import"
Caption = "Import"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column36
DataField = "ImportRz"
Caption = "ImportRz"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column37
DataField = "ZZ"
Caption = "ZZ"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column38
DataField = "remark"
Caption = "remark"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column39
DataField = "TypeName"
Caption = "TypeName"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
ColumnWidth = 1814.74
EndProperty
BeginProperty Column01
ColumnWidth = 2775.118
EndProperty
BeginProperty Column02
ColumnWidth = 2055.118
EndProperty
BeginProperty Column03
ColumnWidth = 915.024
EndProperty
BeginProperty Column04
ColumnWidth = 1335.118
EndProperty
BeginProperty Column05
ColumnWidth = 854.929
EndProperty
BeginProperty Column06
ColumnWidth = 975.118
EndProperty
BeginProperty Column07
ColumnWidth = 2775.118
EndProperty
BeginProperty Column08
ColumnWidth = 2775.118
EndProperty
BeginProperty Column09
ColumnWidth = 2775.118
EndProperty
BeginProperty Column10
ColumnWidth = 2775.118
EndProperty
BeginProperty Column11
ColumnWidth = 2775.118
EndProperty
BeginProperty Column12
ColumnWidth = 2775.118
EndProperty
BeginProperty Column13
ColumnWidth = 2775.118
EndProperty
BeginProperty Column14
ColumnWidth = 2775.118
EndProperty
BeginProperty Column15
ColumnWidth = 2775.118
EndProperty
BeginProperty Column16
ColumnWidth = 2775.118
EndProperty
BeginProperty Column17
ColumnWidth = 734.74
EndProperty
BeginProperty Column18
ColumnWidth = 1035.213
EndProperty
BeginProperty Column19
ColumnWidth = 1154.835
EndProperty
BeginProperty Column20
ColumnWidth = 1035.213
EndProperty
BeginProperty Column21
ColumnWidth = 734.74
EndProperty
BeginProperty Column22
ColumnWidth = 794.835
EndProperty
BeginProperty Column23
ColumnWidth = 915.024
EndProperty
BeginProperty Column24
ColumnWidth = 794.835
EndProperty
BeginProperty Column25
ColumnWidth = 734.74
EndProperty
BeginProperty Column26
ColumnWidth = 1035.213
EndProperty
BeginProperty Column27
ColumnWidth = 1154.835
EndProperty
BeginProperty Column28
ColumnWidth = 1035.213
EndProperty
BeginProperty Column29
ColumnWidth = 734.74
EndProperty
BeginProperty Column30
ColumnWidth = 794.835
EndProperty
BeginProperty Column31
ColumnWidth = 915.024
EndProperty
BeginProperty Column32
ColumnWidth = 794.835
EndProperty
BeginProperty Column33
ColumnWidth = 915.024
EndProperty
BeginProperty Column34
ColumnWidth = 1154.835
EndProperty
BeginProperty Column35
ColumnWidth = 794.835
EndProperty
BeginProperty Column36
ColumnWidth = 1035.213
EndProperty
BeginProperty Column37
ColumnWidth = 734.74
EndProperty
BeginProperty Column38
ColumnWidth = 2775.118
EndProperty
BeginProperty Column39
ColumnWidth = 2775.118
EndProperty
EndProperty
End
Begin MSAdodcLib.Adodc adcOperator
Height = 495
Left = 1860
Top = 3120
Visible = 0 'False
Width = 2655
_ExtentX = 4683
_ExtentY = 873
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=IpCard"
OLEDBString = "DSN=IpCard"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = "sa"
Password = "iamchinese"
RecordSource = "select * from cxoperator"
Caption = "Operator"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
End
Attribute VB_Name = "frmOperator"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub adcOperator_Error(ByVal ErrorNumber As Long, Description As String, ByVal Scode As Long, ByVal Source As String, ByVal HelpFile As String, ByVal HelpContext As Long, fCancelDisplay As Boolean)
fCancelDisplay = True
End Sub
Private Sub Form_Load()
writeLog Me.Name
Me.Icon = LoadResPicture(101, 1)
IniMenu 1
'adcoperatorRecordSource = "Select * from Corporation where rtrim(OprNo)= '" & gOpr.strOprNo & "'"
'adcOperator.Refresh
'RefreshWindow Me.dgOperator.Columns, Me.Name
setADODC Me.adcOperator
'RefreshWindow Me.dgOperator.Columns, "frmOperator"
RefreshOpr Me.dgOperator.Columns
With adcOperator.Recordset
If Not .EOF Then .MoveLast
End With
End Sub
Private Sub Form_Resize()
If Me.Width < 100 Then Exit Sub
If Me.Height < 500 Then Exit Sub
dgOperator.Width = Me.Width - 120
dgOperator.Height = Me.Height - 400
End Sub
Private Sub Form_Unload(Cancel As Integer)
writeLog Me.Name, "Exit"
IniMenu 11
End Sub
Private Sub RefreshOpr(colColumns As Columns)
On Error Resume Next
With colColumns
.Item("OprNo").Width = 6 * 135
.Item("OprNo").Caption = "编号"
.Item("OprName").Width = 10 * 130
.Item("OprName").Caption = "操作员"
.Item("OprSex").Width = 4 * 130
.Item("OprSex").Caption = "性别"
.Item("OprAge").Width = 4 * 130
.Item("OprAge").Caption = "年龄"
.Item("OprBirthday").Width = 10 * 130
.Item("OprBirthday").Caption = "生日"
.Item("OprPeriod").Width = 10 * 130
.Item("OprPeriod").Caption = "工作时间"
.Item("OprAddr").Width = 20 * 130
.Item("OprAddr").Caption = "家庭住址"
.Item("OprNative").Width = 4 * 130
.Item("OprNative").Caption = "民族"
.Item("OprXL").Width = 4 * 130
.Item("OprXL").Caption = "学历"
.Item("OprCollage").Width = 20 * 130
.Item("OprCollage").Caption = "毕业院校"
.Item("OprZJ").Width = 20 * 130
.Item("OprZJ").Caption = "证件号码"
.Item("OprTel").Width = 10 * 130
.Item("OprTel").Caption = "手机号码"
.Item("OprPage").Width = 10 * 130
.Item("OprPage").Caption = "传呼号码"
.Item("OprPhone").Width = 10 * 130
.Item("OprPhone").Caption = "家庭电话"
.Item("OprPW").Width = 0 ' 10 * 130
.Item("OprPW").Caption = "操作员"
.Item("TypeName").Width = 10 * 130
.Item("TypeName").Caption = "操作员类型"
.Item("OprType").Width = 0 ' 10 * 130
.Item("OprRights").Width = 0 ' 10 * 130
.Item("Money").Width = 0 ' 10 * 130
.Item("AddMoney").Width = 0 ' 10 * 130
.Item("EditMoney").Width = 0 ' 10 * 130
.Item("DelMoney").Width = 0 ' 10 * 130
.Item("Opr").Width = 0 ' 10 * 130
.Item("AddOpr").Width = 0 ' 10 * 130
.Item("EditOpr").Width = 0 ' 10 * 130
.Item("DelOpr").Width = 0 ' 10 * 130
.Item("Count").Width = 0 ' 10 * 130
.Item("AddCount").Width = 0 ' 10 * 130
.Item("EditCount").Width = 0 ' 10 * 130
.Item("DelCount").Width = 0 ' 10 * 130
.Item("Cor").Width = 0 ' 10 * 130
.Item("AddCor").Width = 0 ' 10 * 130
.Item("EditCor").Width = 0 ' 10 * 130
.Item("DelCor").Width = 0 ' 10 * 130
.Item("Restore").Width = 0 ' 10 * 130
.Item("UsedMoney").Width = 0 ' 10 * 130
.Item("Import").Width = 0 ' 10 * 130
.Item("ImportRZ").Width = 0 ' 10 * 130
.Item("ZZ").Width = 0 ' 10 * 130
.Item("Remark").Width = 0 ' 40 * 120
.Item("Remark").Caption = "备注"
End With
End Sub