123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- object Form1: TForm1
- Left = 192
- Top = 130
- Width = 718
- Height = 455
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSizeToolWin
- Caption = 'test'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 488
- Top = 16
- Width = 24
- Height = 13
- Caption = #35774#22791
- end
- object Label2: TLabel
- Left = 488
- Top = 56
- Width = 36
- Height = 13
- Caption = #20998#36776#29575
- end
- object Label3: TLabel
- Left = 496
- Top = 168
- Width = 18
- Height = 13
- Caption = 'DPI'
- end
- object CamCaptureCtl1: TCamCaptureCtl
- Left = 8
- Top = 8
- Width = 457
- Height = 353
- TabOrder = 0
- ControlData = {000001003B2F00007C24000000000000}
- end
- object ComboBox1: TComboBox
- Left = 528
- Top = 16
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- OnChange = ComboBox1Change
- end
- object ComboBox2: TComboBox
- Left = 528
- Top = 56
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- OnChange = ComboBox2Change
- end
- object Button1: TButton
- Left = 488
- Top = 112
- Width = 75
- Height = 25
- Caption = #25171#24320#35774#22791
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 600
- Top = 112
- Width = 75
- Height = 25
- Caption = #20851#38381#35774#22791
- TabOrder = 4
- OnClick = Button2Click
- end
- object ComboBox3: TComboBox
- Left = 528
- Top = 168
- Width = 145
- Height = 21
- ItemHeight = 13
- ItemIndex = 2
- TabOrder = 5
- Text = '300'
- OnChange = ComboBox3Change
- Items.Strings = (
- '100'
- '200'
- '300'
- '400'
- '500'
- '600')
- end
- object Button3: TButton
- Left = 536
- Top = 336
- Width = 75
- Height = 25
- Caption = #25293#29031
- TabOrder = 6
- OnClick = Button3Click
- end
- object GroupBox1: TGroupBox
- Left = 496
- Top = 208
- Width = 177
- Height = 105
- Caption = #35009#20999#26041#24335
- TabOrder = 7
- object RadioButton1: TRadioButton
- Left = 32
- Top = 24
- Width = 113
- Height = 17
- Caption = #19981#35009#20999
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Left = 32
- Top = 48
- Width = 113
- Height = 17
- Caption = #33258#21160#35009#20999
- TabOrder = 1
- OnClick = RadioButton2Click
- end
- object RadioButton3: TRadioButton
- Left = 32
- Top = 72
- Width = 113
- Height = 17
- Caption = #25163#21160#35009#20999
- TabOrder = 2
- OnClick = RadioButton3Click
- end
- end
- end
|