123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- namespace CameraDemo
- {
- partial class Camera
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.videoWindow = new System.Windows.Forms.Panel();
- this.btn_OpenCapture = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn_GetCapture = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn_CloseCapture = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn_set = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn_kinescope = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn_stopKinescope = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.groupBox_operation = new System.Windows.Forms.GroupBox();
- this.label_prompt = new System.Windows.Forms.Label();
- this.groupBox_operation.SuspendLayout();
- this.SuspendLayout();
- //
- // videoWindow
- //
- this.videoWindow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.videoWindow.AutoScroll = true;
- this.videoWindow.BackColor = System.Drawing.SystemColors.ControlDarkDark;
- this.videoWindow.Location = new System.Drawing.Point(3, 3);
- this.videoWindow.Name = "videoWindow";
- this.videoWindow.Size = new System.Drawing.Size(310, 275);
- this.videoWindow.TabIndex = 0;
- //
- // btn_OpenCapture
- //
- this.btn_OpenCapture.BackColor = System.Drawing.Color.Transparent;
- this.btn_OpenCapture.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn_OpenCapture.DownBack = null;
- this.btn_OpenCapture.Location = new System.Drawing.Point(6, 57);
- this.btn_OpenCapture.MouseBack = null;
- this.btn_OpenCapture.Name = "btn_OpenCapture";
- this.btn_OpenCapture.NormlBack = null;
- this.btn_OpenCapture.Size = new System.Drawing.Size(75, 23);
- this.btn_OpenCapture.TabIndex = 1;
- this.btn_OpenCapture.Text = "开启";
- this.btn_OpenCapture.UseVisualStyleBackColor = true;
- this.btn_OpenCapture.Click += new System.EventHandler(this.btn_OpenCapture_Click);
- //
- // btn_GetCapture
- //
- this.btn_GetCapture.BackColor = System.Drawing.Color.Transparent;
- this.btn_GetCapture.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn_GetCapture.DownBack = null;
- this.btn_GetCapture.Location = new System.Drawing.Point(123, 57);
- this.btn_GetCapture.MouseBack = null;
- this.btn_GetCapture.Name = "btn_GetCapture";
- this.btn_GetCapture.NormlBack = null;
- this.btn_GetCapture.Size = new System.Drawing.Size(75, 23);
- this.btn_GetCapture.TabIndex = 2;
- this.btn_GetCapture.Text = "拍照";
- this.btn_GetCapture.UseVisualStyleBackColor = true;
- this.btn_GetCapture.Click += new System.EventHandler(this.btn_GetCapture_Click);
- //
- // btn_CloseCapture
- //
- this.btn_CloseCapture.BackColor = System.Drawing.Color.Transparent;
- this.btn_CloseCapture.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn_CloseCapture.DownBack = null;
- this.btn_CloseCapture.Location = new System.Drawing.Point(6, 86);
- this.btn_CloseCapture.MouseBack = null;
- this.btn_CloseCapture.Name = "btn_CloseCapture";
- this.btn_CloseCapture.NormlBack = null;
- this.btn_CloseCapture.Size = new System.Drawing.Size(75, 23);
- this.btn_CloseCapture.TabIndex = 3;
- this.btn_CloseCapture.Text = "停止";
- this.btn_CloseCapture.UseVisualStyleBackColor = true;
- this.btn_CloseCapture.Click += new System.EventHandler(this.btn_CloseCapture_Click);
- //
- // btn_set
- //
- this.btn_set.BackColor = System.Drawing.Color.Transparent;
- this.btn_set.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn_set.DownBack = null;
- this.btn_set.Location = new System.Drawing.Point(123, 86);
- this.btn_set.MouseBack = null;
- this.btn_set.Name = "btn_set";
- this.btn_set.NormlBack = null;
- this.btn_set.Size = new System.Drawing.Size(75, 23);
- this.btn_set.TabIndex = 4;
- this.btn_set.Text = "设置";
- this.btn_set.UseVisualStyleBackColor = true;
- this.btn_set.Click += new System.EventHandler(this.btn_set_Click);
- //
- // btn_kinescope
- //
- this.btn_kinescope.BackColor = System.Drawing.Color.Transparent;
- this.btn_kinescope.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn_kinescope.DownBack = null;
- this.btn_kinescope.Location = new System.Drawing.Point(229, 57);
- this.btn_kinescope.MouseBack = null;
- this.btn_kinescope.Name = "btn_kinescope";
- this.btn_kinescope.NormlBack = null;
- this.btn_kinescope.Size = new System.Drawing.Size(75, 23);
- this.btn_kinescope.TabIndex = 5;
- this.btn_kinescope.Text = "录像";
- this.btn_kinescope.UseVisualStyleBackColor = true;
- this.btn_kinescope.Click += new System.EventHandler(this.btn_kinescope_Click);
- //
- // btn_stopKinescope
- //
- this.btn_stopKinescope.BackColor = System.Drawing.Color.Transparent;
- this.btn_stopKinescope.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn_stopKinescope.DownBack = null;
- this.btn_stopKinescope.Location = new System.Drawing.Point(229, 86);
- this.btn_stopKinescope.MouseBack = null;
- this.btn_stopKinescope.Name = "btn_stopKinescope";
- this.btn_stopKinescope.NormlBack = null;
- this.btn_stopKinescope.Size = new System.Drawing.Size(75, 23);
- this.btn_stopKinescope.TabIndex = 6;
- this.btn_stopKinescope.Text = "停止录像";
- this.btn_stopKinescope.UseVisualStyleBackColor = true;
- this.btn_stopKinescope.Click += new System.EventHandler(this.btn_stopKinescope_Click);
- //
- // groupBox_operation
- //
- this.groupBox_operation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox_operation.Controls.Add(this.label_prompt);
- this.groupBox_operation.Controls.Add(this.btn_OpenCapture);
- this.groupBox_operation.Controls.Add(this.btn_stopKinescope);
- this.groupBox_operation.Controls.Add(this.btn_GetCapture);
- this.groupBox_operation.Controls.Add(this.btn_kinescope);
- this.groupBox_operation.Controls.Add(this.btn_CloseCapture);
- this.groupBox_operation.Controls.Add(this.btn_set);
- this.groupBox_operation.Location = new System.Drawing.Point(3, 284);
- this.groupBox_operation.Name = "groupBox_operation";
- this.groupBox_operation.Size = new System.Drawing.Size(310, 118);
- this.groupBox_operation.TabIndex = 7;
- this.groupBox_operation.TabStop = false;
- //
- // label_prompt
- //
- this.label_prompt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label_prompt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label_prompt.ForeColor = System.Drawing.Color.Red;
- this.label_prompt.Location = new System.Drawing.Point(6, 17);
- this.label_prompt.Name = "label_prompt";
- this.label_prompt.Size = new System.Drawing.Size(298, 37);
- this.label_prompt.TabIndex = 7;
- this.label_prompt.Text = "录像过程中,如果鼠标变为沙漏状,说明正在录像,用鼠标左键或右键单击图像显示区域可以结束录像!";
- //
- // Camera
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.Color.White;
- this.Controls.Add(this.groupBox_operation);
- this.Controls.Add(this.videoWindow);
- this.MaximumSize = new System.Drawing.Size(317, 405);
- this.MinimumSize = new System.Drawing.Size(317, 405);
- this.Name = "Camera";
- this.Size = new System.Drawing.Size(317, 405);
- this.groupBox_operation.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel videoWindow;
- private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_OpenCapture;
- private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_GetCapture;
- private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_CloseCapture;
- private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_set;
- private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_kinescope;
- private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_stopKinescope;
- private System.Windows.Forms.GroupBox groupBox_operation;
- private System.Windows.Forms.Label label_prompt;
- }
- }
|