FrameCameraSet2Control.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. namespace PaintDotNet.ImageCollect.CameraComponent
  2. {
  3. partial class FrameCameraSet2Control
  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.groupBox3 = new System.Windows.Forms.GroupBox();
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.quanfuButton = new System.Windows.Forms.Button();
  31. this.zhongxinButton = new System.Windows.Forms.Button();
  32. this.chicunHTextBox = new System.Windows.Forms.TextBox();
  33. this.chicunWTextBox = new System.Windows.Forms.TextBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.zuobiaoYTextBox = new System.Windows.Forms.TextBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.zuobiaoXTextBox = new System.Windows.Forms.TextBox();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.shuaxinButton = new System.Windows.Forms.Button();
  40. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41. this.groupBox2 = new System.Windows.Forms.GroupBox();
  42. this.cmbResolution = new System.Windows.Forms.ComboBox();
  43. this.groupBox3.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  45. this.groupBox2.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // groupBox3
  49. //
  50. this.groupBox3.Controls.Add(this.label3);
  51. this.groupBox3.Controls.Add(this.quanfuButton);
  52. this.groupBox3.Controls.Add(this.zhongxinButton);
  53. this.groupBox3.Controls.Add(this.chicunHTextBox);
  54. this.groupBox3.Controls.Add(this.chicunWTextBox);
  55. this.groupBox3.Controls.Add(this.label4);
  56. this.groupBox3.Controls.Add(this.zuobiaoYTextBox);
  57. this.groupBox3.Controls.Add(this.label2);
  58. this.groupBox3.Controls.Add(this.zuobiaoXTextBox);
  59. this.groupBox3.Controls.Add(this.label1);
  60. this.groupBox3.Controls.Add(this.shuaxinButton);
  61. this.groupBox3.Controls.Add(this.pictureBox1);
  62. this.groupBox3.Location = new System.Drawing.Point(0, 2);
  63. this.groupBox3.Name = "groupBox3";
  64. this.groupBox3.Size = new System.Drawing.Size(464, 372);
  65. this.groupBox3.TabIndex = 4;
  66. this.groupBox3.TabStop = false;
  67. this.groupBox3.Text = "设置";
  68. //
  69. // label3
  70. //
  71. this.label3.AutoSize = true;
  72. this.label3.Location = new System.Drawing.Point(207, 330);
  73. this.label3.Name = "label3";
  74. this.label3.Size = new System.Drawing.Size(17, 12);
  75. this.label3.TabIndex = 36;
  76. this.label3.Text = "×";
  77. //
  78. // quanfuButton
  79. //
  80. this.quanfuButton.Location = new System.Drawing.Point(328, 326);
  81. this.quanfuButton.Name = "quanfuButton";
  82. this.quanfuButton.Size = new System.Drawing.Size(75, 23);
  83. this.quanfuButton.TabIndex = 35;
  84. this.quanfuButton.Text = "全幅";
  85. this.quanfuButton.UseVisualStyleBackColor = true;
  86. this.quanfuButton.Click += new System.EventHandler(this.quanfuButton_Click);
  87. //
  88. // zhongxinButton
  89. //
  90. this.zhongxinButton.Location = new System.Drawing.Point(328, 290);
  91. this.zhongxinButton.Name = "zhongxinButton";
  92. this.zhongxinButton.Size = new System.Drawing.Size(75, 23);
  93. this.zhongxinButton.TabIndex = 34;
  94. this.zhongxinButton.Text = "中心";
  95. this.zhongxinButton.UseVisualStyleBackColor = true;
  96. this.zhongxinButton.Click += new System.EventHandler(this.zhongxinButton_Click);
  97. //
  98. // chicunHTextBox
  99. //
  100. this.chicunHTextBox.Location = new System.Drawing.Point(238, 326);
  101. this.chicunHTextBox.Name = "chicunHTextBox";
  102. this.chicunHTextBox.Size = new System.Drawing.Size(62, 21);
  103. this.chicunHTextBox.TabIndex = 33;
  104. this.chicunHTextBox.Text = "100";
  105. this.chicunHTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.chicunHTextBox_KeyPress);
  106. this.chicunHTextBox.Leave += new System.EventHandler(this.chicunHTextBox_Leave);
  107. //
  108. // chicunWTextBox
  109. //
  110. this.chicunWTextBox.Location = new System.Drawing.Point(130, 326);
  111. this.chicunWTextBox.Name = "chicunWTextBox";
  112. this.chicunWTextBox.Size = new System.Drawing.Size(62, 21);
  113. this.chicunWTextBox.TabIndex = 32;
  114. this.chicunWTextBox.Text = "100";
  115. this.chicunWTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.chicunWTextBox_KeyPress);
  116. this.chicunWTextBox.Leave += new System.EventHandler(this.chicunWTextBox_Leave);
  117. //
  118. // label4
  119. //
  120. this.label4.AutoSize = true;
  121. this.label4.Location = new System.Drawing.Point(50, 326);
  122. this.label4.Name = "label4";
  123. this.label4.Size = new System.Drawing.Size(65, 12);
  124. this.label4.TabIndex = 31;
  125. this.label4.Text = "图像尺寸:";
  126. //
  127. // zuobiaoYTextBox
  128. //
  129. this.zuobiaoYTextBox.Location = new System.Drawing.Point(238, 293);
  130. this.zuobiaoYTextBox.Name = "zuobiaoYTextBox";
  131. this.zuobiaoYTextBox.Size = new System.Drawing.Size(62, 21);
  132. this.zuobiaoYTextBox.TabIndex = 30;
  133. this.zuobiaoYTextBox.Text = "100";
  134. this.zuobiaoYTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.zuobiaoYTextBox_KeyPress);
  135. this.zuobiaoYTextBox.Leave += new System.EventHandler(this.zuobiaoYTextBox_Leave);
  136. //
  137. // label2
  138. //
  139. this.label2.AutoSize = true;
  140. this.label2.Location = new System.Drawing.Point(207, 296);
  141. this.label2.Name = "label2";
  142. this.label2.Size = new System.Drawing.Size(17, 12);
  143. this.label2.TabIndex = 29;
  144. this.label2.Text = "×";
  145. //
  146. // zuobiaoXTextBox
  147. //
  148. this.zuobiaoXTextBox.Location = new System.Drawing.Point(130, 293);
  149. this.zuobiaoXTextBox.Name = "zuobiaoXTextBox";
  150. this.zuobiaoXTextBox.Size = new System.Drawing.Size(62, 21);
  151. this.zuobiaoXTextBox.TabIndex = 28;
  152. this.zuobiaoXTextBox.Text = "100";
  153. this.zuobiaoXTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.zuobiaoXTextBox_KeyPress);
  154. this.zuobiaoXTextBox.Leave += new System.EventHandler(this.zuobiaoXTextBox_Leave);
  155. //
  156. // label1
  157. //
  158. this.label1.AutoSize = true;
  159. this.label1.Location = new System.Drawing.Point(50, 296);
  160. this.label1.Name = "label1";
  161. this.label1.Size = new System.Drawing.Size(65, 12);
  162. this.label1.TabIndex = 27;
  163. this.label1.Text = "起始坐标:";
  164. //
  165. // shuaxinButton
  166. //
  167. this.shuaxinButton.Location = new System.Drawing.Point(114, 239);
  168. this.shuaxinButton.Name = "shuaxinButton";
  169. this.shuaxinButton.Size = new System.Drawing.Size(242, 23);
  170. this.shuaxinButton.TabIndex = 26;
  171. this.shuaxinButton.Text = "刷新缩略图";
  172. this.shuaxinButton.UseVisualStyleBackColor = true;
  173. this.shuaxinButton.Click += new System.EventHandler(this.shuaxinButton_Click);
  174. //
  175. // pictureBox1
  176. //
  177. this.pictureBox1.BackColor = System.Drawing.Color.White;
  178. this.pictureBox1.Location = new System.Drawing.Point(114, 22);
  179. this.pictureBox1.Name = "pictureBox1";
  180. this.pictureBox1.Size = new System.Drawing.Size(242, 200);
  181. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  182. this.pictureBox1.TabIndex = 25;
  183. this.pictureBox1.TabStop = false;
  184. this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  185. this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  186. this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  187. this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
  188. //
  189. // groupBox2
  190. //
  191. this.groupBox2.Controls.Add(this.cmbResolution);
  192. this.groupBox2.Location = new System.Drawing.Point(0, 2);
  193. this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  194. this.groupBox2.Name = "groupBox2";
  195. this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  196. this.groupBox2.Size = new System.Drawing.Size(464, 66);
  197. this.groupBox2.TabIndex = 5;
  198. this.groupBox2.TabStop = false;
  199. this.groupBox2.Text = "分辨率";
  200. this.groupBox2.Visible = false;
  201. //
  202. // cmbResolution
  203. //
  204. this.cmbResolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  205. this.cmbResolution.FormattingEnabled = true;
  206. this.cmbResolution.Location = new System.Drawing.Point(19, 26);
  207. this.cmbResolution.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  208. this.cmbResolution.Name = "cmbResolution";
  209. this.cmbResolution.Size = new System.Drawing.Size(416, 20);
  210. this.cmbResolution.TabIndex = 0;
  211. this.cmbResolution.SelectedIndexChanged += new System.EventHandler(this.cmbResolution_SelectedIndexChanged);
  212. //
  213. // FrameCameraSet2Control
  214. //
  215. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  216. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  217. this.Controls.Add(this.groupBox2);
  218. this.Controls.Add(this.groupBox3);
  219. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  220. this.Name = "FrameCameraSet2Control";
  221. this.Size = new System.Drawing.Size(470, 377);
  222. this.groupBox3.ResumeLayout(false);
  223. this.groupBox3.PerformLayout();
  224. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  225. this.groupBox2.ResumeLayout(false);
  226. this.ResumeLayout(false);
  227. }
  228. #endregion
  229. private System.Windows.Forms.GroupBox groupBox3;
  230. private System.Windows.Forms.Label label3;
  231. private System.Windows.Forms.Button quanfuButton;
  232. private System.Windows.Forms.Button zhongxinButton;
  233. private System.Windows.Forms.TextBox chicunHTextBox;
  234. private System.Windows.Forms.TextBox chicunWTextBox;
  235. private System.Windows.Forms.Label label4;
  236. private System.Windows.Forms.TextBox zuobiaoYTextBox;
  237. private System.Windows.Forms.Label label2;
  238. private System.Windows.Forms.TextBox zuobiaoXTextBox;
  239. private System.Windows.Forms.Label label1;
  240. private System.Windows.Forms.Button shuaxinButton;
  241. public System.Windows.Forms.PictureBox pictureBox1;
  242. private System.Windows.Forms.GroupBox groupBox2;
  243. private System.Windows.Forms.ComboBox cmbResolution;
  244. }
  245. }