Unit1.dfm
上传用户:doudou6666
上传日期:2022-05-28
资源大小:363k
文件大小:1k
- object Form1: TForm1
- Left = 454
- Top = 302
- Width = 870
- Height = 640
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 184
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Camera: TComboBox
- Left = 176
- Top = 64
- Width = 337
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- Text = 'Camera'
- end
- object Button2: TButton
- Left = 192
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Button2'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Panel2: TPanel
- Left = 568
- Top = 64
- Width = 225
- Height = 209
- Caption = 'Panel2'
- TabOrder = 3
- end
- end