Camera.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace CameraDemo
  2. {
  3. partial class Camera
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.videoWindow = new System.Windows.Forms.Panel();
  29. this.btn_OpenCapture = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  30. this.btn_GetCapture = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  31. this.btn_CloseCapture = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  32. this.btn_set = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  33. this.btn_kinescope = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  34. this.btn_stopKinescope = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  35. this.groupBox_operation = new System.Windows.Forms.GroupBox();
  36. this.label_prompt = new System.Windows.Forms.Label();
  37. this.groupBox_operation.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // videoWindow
  41. //
  42. this.videoWindow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  43. | System.Windows.Forms.AnchorStyles.Left)
  44. | System.Windows.Forms.AnchorStyles.Right)));
  45. this.videoWindow.AutoScroll = true;
  46. this.videoWindow.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  47. this.videoWindow.Location = new System.Drawing.Point(3, 3);
  48. this.videoWindow.Name = "videoWindow";
  49. this.videoWindow.Size = new System.Drawing.Size(310, 275);
  50. this.videoWindow.TabIndex = 0;
  51. //
  52. // btn_OpenCapture
  53. //
  54. this.btn_OpenCapture.BackColor = System.Drawing.Color.Transparent;
  55. this.btn_OpenCapture.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  56. this.btn_OpenCapture.DownBack = null;
  57. this.btn_OpenCapture.Location = new System.Drawing.Point(6, 57);
  58. this.btn_OpenCapture.MouseBack = null;
  59. this.btn_OpenCapture.Name = "btn_OpenCapture";
  60. this.btn_OpenCapture.NormlBack = null;
  61. this.btn_OpenCapture.Size = new System.Drawing.Size(75, 23);
  62. this.btn_OpenCapture.TabIndex = 1;
  63. this.btn_OpenCapture.Text = "开启";
  64. this.btn_OpenCapture.UseVisualStyleBackColor = true;
  65. this.btn_OpenCapture.Click += new System.EventHandler(this.btn_OpenCapture_Click);
  66. //
  67. // btn_GetCapture
  68. //
  69. this.btn_GetCapture.BackColor = System.Drawing.Color.Transparent;
  70. this.btn_GetCapture.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  71. this.btn_GetCapture.DownBack = null;
  72. this.btn_GetCapture.Location = new System.Drawing.Point(123, 57);
  73. this.btn_GetCapture.MouseBack = null;
  74. this.btn_GetCapture.Name = "btn_GetCapture";
  75. this.btn_GetCapture.NormlBack = null;
  76. this.btn_GetCapture.Size = new System.Drawing.Size(75, 23);
  77. this.btn_GetCapture.TabIndex = 2;
  78. this.btn_GetCapture.Text = "拍照";
  79. this.btn_GetCapture.UseVisualStyleBackColor = true;
  80. this.btn_GetCapture.Click += new System.EventHandler(this.btn_GetCapture_Click);
  81. //
  82. // btn_CloseCapture
  83. //
  84. this.btn_CloseCapture.BackColor = System.Drawing.Color.Transparent;
  85. this.btn_CloseCapture.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  86. this.btn_CloseCapture.DownBack = null;
  87. this.btn_CloseCapture.Location = new System.Drawing.Point(6, 86);
  88. this.btn_CloseCapture.MouseBack = null;
  89. this.btn_CloseCapture.Name = "btn_CloseCapture";
  90. this.btn_CloseCapture.NormlBack = null;
  91. this.btn_CloseCapture.Size = new System.Drawing.Size(75, 23);
  92. this.btn_CloseCapture.TabIndex = 3;
  93. this.btn_CloseCapture.Text = "停止";
  94. this.btn_CloseCapture.UseVisualStyleBackColor = true;
  95. this.btn_CloseCapture.Click += new System.EventHandler(this.btn_CloseCapture_Click);
  96. //
  97. // btn_set
  98. //
  99. this.btn_set.BackColor = System.Drawing.Color.Transparent;
  100. this.btn_set.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  101. this.btn_set.DownBack = null;
  102. this.btn_set.Location = new System.Drawing.Point(123, 86);
  103. this.btn_set.MouseBack = null;
  104. this.btn_set.Name = "btn_set";
  105. this.btn_set.NormlBack = null;
  106. this.btn_set.Size = new System.Drawing.Size(75, 23);
  107. this.btn_set.TabIndex = 4;
  108. this.btn_set.Text = "设置";
  109. this.btn_set.UseVisualStyleBackColor = true;
  110. this.btn_set.Click += new System.EventHandler(this.btn_set_Click);
  111. //
  112. // btn_kinescope
  113. //
  114. this.btn_kinescope.BackColor = System.Drawing.Color.Transparent;
  115. this.btn_kinescope.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  116. this.btn_kinescope.DownBack = null;
  117. this.btn_kinescope.Location = new System.Drawing.Point(229, 57);
  118. this.btn_kinescope.MouseBack = null;
  119. this.btn_kinescope.Name = "btn_kinescope";
  120. this.btn_kinescope.NormlBack = null;
  121. this.btn_kinescope.Size = new System.Drawing.Size(75, 23);
  122. this.btn_kinescope.TabIndex = 5;
  123. this.btn_kinescope.Text = "录像";
  124. this.btn_kinescope.UseVisualStyleBackColor = true;
  125. this.btn_kinescope.Click += new System.EventHandler(this.btn_kinescope_Click);
  126. //
  127. // btn_stopKinescope
  128. //
  129. this.btn_stopKinescope.BackColor = System.Drawing.Color.Transparent;
  130. this.btn_stopKinescope.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  131. this.btn_stopKinescope.DownBack = null;
  132. this.btn_stopKinescope.Location = new System.Drawing.Point(229, 86);
  133. this.btn_stopKinescope.MouseBack = null;
  134. this.btn_stopKinescope.Name = "btn_stopKinescope";
  135. this.btn_stopKinescope.NormlBack = null;
  136. this.btn_stopKinescope.Size = new System.Drawing.Size(75, 23);
  137. this.btn_stopKinescope.TabIndex = 6;
  138. this.btn_stopKinescope.Text = "停止录像";
  139. this.btn_stopKinescope.UseVisualStyleBackColor = true;
  140. this.btn_stopKinescope.Click += new System.EventHandler(this.btn_stopKinescope_Click);
  141. //
  142. // groupBox_operation
  143. //
  144. this.groupBox_operation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  145. | System.Windows.Forms.AnchorStyles.Right)));
  146. this.groupBox_operation.Controls.Add(this.label_prompt);
  147. this.groupBox_operation.Controls.Add(this.btn_OpenCapture);
  148. this.groupBox_operation.Controls.Add(this.btn_stopKinescope);
  149. this.groupBox_operation.Controls.Add(this.btn_GetCapture);
  150. this.groupBox_operation.Controls.Add(this.btn_kinescope);
  151. this.groupBox_operation.Controls.Add(this.btn_CloseCapture);
  152. this.groupBox_operation.Controls.Add(this.btn_set);
  153. this.groupBox_operation.Location = new System.Drawing.Point(3, 284);
  154. this.groupBox_operation.Name = "groupBox_operation";
  155. this.groupBox_operation.Size = new System.Drawing.Size(310, 118);
  156. this.groupBox_operation.TabIndex = 7;
  157. this.groupBox_operation.TabStop = false;
  158. //
  159. // label_prompt
  160. //
  161. this.label_prompt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  162. | System.Windows.Forms.AnchorStyles.Right)));
  163. this.label_prompt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.label_prompt.ForeColor = System.Drawing.Color.Red;
  165. this.label_prompt.Location = new System.Drawing.Point(6, 17);
  166. this.label_prompt.Name = "label_prompt";
  167. this.label_prompt.Size = new System.Drawing.Size(298, 37);
  168. this.label_prompt.TabIndex = 7;
  169. this.label_prompt.Text = "录像过程中,如果鼠标变为沙漏状,说明正在录像,用鼠标左键或右键单击图像显示区域可以结束录像!";
  170. //
  171. // Camera
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  175. this.BackColor = System.Drawing.Color.White;
  176. this.Controls.Add(this.groupBox_operation);
  177. this.Controls.Add(this.videoWindow);
  178. this.MaximumSize = new System.Drawing.Size(317, 405);
  179. this.MinimumSize = new System.Drawing.Size(317, 405);
  180. this.Name = "Camera";
  181. this.Size = new System.Drawing.Size(317, 405);
  182. this.groupBox_operation.ResumeLayout(false);
  183. this.ResumeLayout(false);
  184. }
  185. #endregion
  186. private System.Windows.Forms.Panel videoWindow;
  187. private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_OpenCapture;
  188. private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_GetCapture;
  189. private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_CloseCapture;
  190. private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_set;
  191. private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_kinescope;
  192. private LYFZ.OtherExpansion.SkinControl.SkinButtom btn_stopKinescope;
  193. private System.Windows.Forms.GroupBox groupBox_operation;
  194. private System.Windows.Forms.Label label_prompt;
  195. }
  196. }