Skip to content

Commit 8154d1a

Browse files
committed
Release 1.0.1; Solved extra File with size=0 in some scanners; Fix Settings Form Ok,Cancel Button Negative Top; Added Select Path and other Fix to Demo;
Release 1.0.1; Solved extra File with size=0 in some scanners; Fix Settings Form Ok,Cancel Button Negative Top; Added Select Path and other Fix to Demo;
1 parent 0e2fc35 commit 8154d1a

File tree

11 files changed

+315
-206
lines changed

11 files changed

+315
-206
lines changed

WIA_SettingsForm.lfm

Lines changed: 59 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,20 @@ object WIASettingsSource: TWIASettingsSource
1111
ClientWidth = 679
1212
DesignTimePPI = 120
1313
Position = poScreenCenter
14-
LCLVersion = '4.99.0.0'
1514
object panelButtons: TPanel
1615
Left = 0
1716
Height = 50
18-
Top = 390
19-
Width = 543
17+
Top = 500
18+
Width = 679
2019
Align = alBottom
2120
BevelOuter = bvSpace
2221
ClientHeight = 50
23-
ClientWidth = 543
22+
ClientWidth = 679
2423
TabOrder = 0
2524
object btCancel: TBitBtn
26-
Left = 328
25+
Left = 464
2726
Height = 42
28-
Top = -7
27+
Top = 2
2928
Width = 109
3029
Anchors = [akRight, akBottom]
3130
DefaultCaption = True
@@ -34,9 +33,9 @@ object WIASettingsSource: TWIASettingsSource
3433
TabOrder = 0
3534
end
3635
object btOk: TBitBtn
37-
Left = 441
36+
Left = 577
3837
Height = 42
39-
Top = -7
38+
Top = 2
4039
Width = 94
4140
Anchors = [akRight, akBottom]
4241
Default = True
@@ -471,58 +470,58 @@ object WIASettingsSource: TWIASettingsSource
471470
end
472471
object Panel1: TPanel
473472
Left = 0
474-
Height = 400
473+
Height = 500
475474
Top = 0
476-
Width = 543
475+
Width = 679
477476
Align = alClient
478477
BevelInner = bvRaised
479-
ClientHeight = 400
480-
ClientWidth = 543
478+
ClientHeight = 500
479+
ClientWidth = 679
481480
TabOrder = 1
482481
object PageSourceTypes: TPageControl
483482
Left = 2
484483
Height = 350
485-
Top = 48
486-
Width = 539
484+
Top = 148
485+
Width = 675
487486
ActivePage = tbSource_Scanner
488487
Align = alBottom
489488
TabIndex = 0
490489
TabOrder = 0
491490
object tbSource_Scanner: TTabSheet
492491
Caption = 'Scanner'
493-
ClientHeight = 252
494-
ClientWidth = 531
492+
ClientHeight = 317
493+
ClientWidth = 667
495494
TabVisible = False
496495
object Label2: TLabel
497496
Left = 281
498-
Height = 15
497+
Height = 20
499498
Top = 0
500-
Width = 63
499+
Width = 79
501500
Caption = 'Paper Type :'
502501
end
503502
object cbPaperType: TComboBox
504503
Left = 281
505-
Height = 23
504+
Height = 28
506505
Top = 21
507506
Width = 281
508-
ItemHeight = 15
507+
ItemHeight = 20
509508
Style = csDropDownList
510509
TabOrder = 0
511510
OnChange = cbPaperTypeChange
512511
end
513512
object Label3: TLabel
514513
Left = 2
515-
Height = 15
514+
Height = 20
516515
Top = 56
517-
Width = 62
516+
Width = 77
518517
Caption = 'Resolution :'
519518
end
520519
object cbResolution: TComboBox
521520
Left = 2
522-
Height = 23
521+
Height = 28
523522
Top = 78
524523
Width = 240
525-
ItemHeight = 15
524+
ItemHeight = 20
526525
Style = csDropDownList
527526
TabOrder = 1
528527
end
@@ -540,14 +539,14 @@ object WIASettingsSource: TWIASettingsSource
540539
end
541540
object Label4: TLabel
542541
Left = 2
543-
Height = 15
542+
Height = 20
544543
Top = 170
545-
Width = 61
544+
Width = 75
546545
Caption = 'Brightness :'
547546
end
548547
object edBrightness: TSpinEdit
549548
Left = 180
550-
Height = 23
549+
Height = 28
551550
Top = 191
552551
Width = 62
553552
MaxValue = 1000
@@ -569,7 +568,7 @@ object WIASettingsSource: TWIASettingsSource
569568
end
570569
object edContrast: TSpinEdit
571570
Left = 180
572-
Height = 23
571+
Height = 28
573572
Top = 248
574573
Width = 62
575574
MaxValue = 1000
@@ -579,9 +578,9 @@ object WIASettingsSource: TWIASettingsSource
579578
end
580579
object Label5: TLabel
581580
Left = 2
582-
Height = 15
581+
Height = 20
583582
Top = 226
584-
Width = 51
583+
Width = 62
585584
Caption = 'Contrast :'
586585
end
587586
object btPaperOrientation: TSpeedButton
@@ -602,35 +601,35 @@ object WIASettingsSource: TWIASettingsSource
602601
end
603602
object Label6: TLabel
604603
Left = 2
605-
Height = 15
604+
Height = 20
606605
Top = 114
607-
Width = 55
606+
Width = 70
608607
Caption = 'Bit Depth :'
609608
Visible = False
610609
end
611610
object cbBitDepth: TComboBox
612611
Left = 2
613-
Height = 23
612+
Height = 28
614613
Top = 135
615614
Width = 240
616-
ItemHeight = 15
615+
ItemHeight = 20
617616
Style = csDropDownList
618617
TabOrder = 6
619618
Visible = False
620619
end
621620
object Label7: TLabel
622621
Left = 2
623-
Height = 15
622+
Height = 20
624623
Top = 0
625-
Width = 66
624+
Width = 84
626625
Caption = 'Image Type :'
627626
end
628627
object cbDataType: TComboBox
629628
Left = 2
630-
Height = 23
629+
Height = 28
631630
Top = 21
632631
Width = 240
633-
ItemHeight = 15
632+
ItemHeight = 20
634633
Style = csDropDownList
635634
TabOrder = 7
636635
end
@@ -649,7 +648,7 @@ object WIASettingsSource: TWIASettingsSource
649648
end
650649
object edResolution: TSpinEdit
651650
Left = 180
652-
Height = 23
651+
Height = 28
653652
Top = 78
654653
Width = 62
655654
MaxValue = 1000
@@ -714,7 +713,7 @@ object WIASettingsSource: TWIASettingsSource
714713
Top = 56
715714
Width = 150
716715
Caption = 'Paper Align'
717-
ClientHeight = 92
716+
ClientHeight = 87
718717
ClientWidth = 146
719718
TabOrder = 10
720719
object trHAlign: TTrackBar
@@ -762,21 +761,21 @@ object WIASettingsSource: TWIASettingsSource
762761
Top = 56
763762
Width = 150
764763
Caption = 'Dimensione Carta'
765-
ClientHeight = 92
764+
ClientHeight = 87
766765
ClientWidth = 146
767766
Enabled = False
768767
TabOrder = 11
769768
object edPaperW: TFloatSpinEdit
770769
Left = 10
771-
Height = 23
770+
Height = 28
772771
Top = 5
773772
Width = 100
774773
MaxValue = 100
775774
TabOrder = 0
776775
end
777776
object edPaperH: TFloatSpinEdit
778777
Left = 10
779-
Height = 23
778+
Height = 28
780779
Top = 50
781780
Width = 100
782781
MaxValue = 100
@@ -799,39 +798,39 @@ object WIASettingsSource: TWIASettingsSource
799798
Top = 170
800799
Width = 150
801800
Caption = 'Feeder'
802-
ClientHeight = 120
801+
ClientHeight = 115
803802
ClientWidth = 146
804803
TabOrder = 12
805804
Visible = False
806805
object rbFrontOnly: TRadioButton
807806
Left = 5
808-
Height = 19
807+
Height = 24
809808
Top = 0
810-
Width = 74
809+
Width = 89
811810
Caption = 'Front Only'
812811
TabOrder = 0
813812
end
814813
object rbFrontBack: TRadioButton
815814
Left = 5
816-
Height = 19
815+
Height = 24
817816
Top = 28
818-
Width = 76
817+
Width = 92
819818
Caption = 'Front/Back'
820819
TabOrder = 1
821820
end
822821
object rbBackOnly: TRadioButton
823822
Left = 5
824-
Height = 19
823+
Height = 24
825824
Top = 80
826-
Width = 71
825+
Width = 86
827826
Caption = 'Back Only'
828827
TabOrder = 2
829828
end
830829
object cbBackFirst: TCheckBox
831830
Left = 25
832-
Height = 19
831+
Height = 24
833832
Top = 52
834-
Width = 68
833+
Width = 83
835834
Caption = 'Back First'
836835
Enabled = False
837836
TabOrder = 3
@@ -844,7 +843,7 @@ object WIASettingsSource: TWIASettingsSource
844843
Left = 2
845844
Height = 100
846845
Top = 2
847-
Width = 539
846+
Width = 675
848847
Align = alTop
849848
AutoSort = False
850849
Columns = <>
@@ -861,19 +860,19 @@ object WIASettingsSource: TWIASettingsSource
861860
end
862861
object panelCenter: TPanel
863862
Left = 2
864-
Height = 36
865-
Top = 82
866-
Width = 539
863+
Height = 46
864+
Top = 102
865+
Width = 675
867866
Align = alClient
868867
BevelOuter = bvNone
869-
ClientHeight = 36
870-
ClientWidth = 539
868+
ClientHeight = 46
869+
ClientWidth = 675
871870
TabOrder = 2
872871
object cbUseNativeUI: TCheckBox
873872
Left = 10
874-
Height = 19
873+
Height = 24
875874
Top = 10
876-
Width = 88
875+
Width = 110
877876
Caption = 'Use Native UI'
878877
TabOrder = 0
879878
OnClick = cbUseNativeUIChange

0 commit comments

Comments
 (0)