FrameCameraSetControl.Designer.cs 13 KB

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