Unit1.~dfm 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. object Form1: TForm1
  2. Left = 192
  3. Top = 130
  4. Width = 718
  5. Height = 455
  6. BorderIcons = [biSystemMenu, biMinimize]
  7. BorderStyle = bsSizeToolWin
  8. Caption = 'test'
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. OnClose = FormClose
  17. OnShow = FormShow
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object Label1: TLabel
  21. Left = 488
  22. Top = 16
  23. Width = 24
  24. Height = 13
  25. Caption = #35774#22791
  26. end
  27. object Label2: TLabel
  28. Left = 488
  29. Top = 56
  30. Width = 36
  31. Height = 13
  32. Caption = #20998#36776#29575
  33. end
  34. object Label3: TLabel
  35. Left = 496
  36. Top = 168
  37. Width = 18
  38. Height = 13
  39. Caption = 'DPI'
  40. end
  41. object CamCaptureCtl1: TCamCaptureCtl
  42. Left = 8
  43. Top = 8
  44. Width = 457
  45. Height = 353
  46. TabOrder = 0
  47. ControlData = {000001003B2F00007C24000000000000}
  48. end
  49. object ComboBox1: TComboBox
  50. Left = 528
  51. Top = 16
  52. Width = 145
  53. Height = 21
  54. ItemHeight = 13
  55. TabOrder = 1
  56. OnChange = ComboBox1Change
  57. end
  58. object ComboBox2: TComboBox
  59. Left = 528
  60. Top = 56
  61. Width = 145
  62. Height = 21
  63. ItemHeight = 13
  64. TabOrder = 2
  65. OnChange = ComboBox2Change
  66. end
  67. object Button1: TButton
  68. Left = 488
  69. Top = 112
  70. Width = 75
  71. Height = 25
  72. Caption = #25171#24320#35774#22791
  73. TabOrder = 3
  74. OnClick = Button1Click
  75. end
  76. object Button2: TButton
  77. Left = 600
  78. Top = 112
  79. Width = 75
  80. Height = 25
  81. Caption = #20851#38381#35774#22791
  82. TabOrder = 4
  83. OnClick = Button2Click
  84. end
  85. object ComboBox3: TComboBox
  86. Left = 528
  87. Top = 168
  88. Width = 145
  89. Height = 21
  90. ItemHeight = 13
  91. ItemIndex = 2
  92. TabOrder = 5
  93. Text = '300'
  94. OnChange = ComboBox3Change
  95. Items.Strings = (
  96. '100'
  97. '200'
  98. '300'
  99. '400'
  100. '500'
  101. '600')
  102. end
  103. object Button3: TButton
  104. Left = 536
  105. Top = 336
  106. Width = 75
  107. Height = 25
  108. Caption = #25293#29031
  109. TabOrder = 6
  110. OnClick = Button3Click
  111. end
  112. object GroupBox1: TGroupBox
  113. Left = 496
  114. Top = 208
  115. Width = 177
  116. Height = 105
  117. Caption = #35009#20999#26041#24335
  118. TabOrder = 7
  119. object RadioButton1: TRadioButton
  120. Left = 32
  121. Top = 24
  122. Width = 113
  123. Height = 17
  124. Caption = #19981#35009#20999
  125. Checked = True
  126. TabOrder = 0
  127. TabStop = True
  128. OnClick = RadioButton1Click
  129. end
  130. object RadioButton2: TRadioButton
  131. Left = 32
  132. Top = 48
  133. Width = 113
  134. Height = 17
  135. Caption = #33258#21160#35009#20999
  136. TabOrder = 1
  137. OnClick = RadioButton2Click
  138. end
  139. object RadioButton3: TRadioButton
  140. Left = 32
  141. Top = 72
  142. Width = 113
  143. Height = 17
  144. Caption = #25163#21160#35009#20999
  145. TabOrder = 2
  146. OnClick = RadioButton3Click
  147. end
  148. end
  149. end