binary.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. //
  2. // binary.Designer.cs
  3. //
  4. // Authors:
  5. // Sebastien Pouliot <[email protected]>
  6. //
  7. // Copyright (C) 2006 Novell, Inc (http://www.novell.com)
  8. //
  9. // Permission is hereby granted, free of charge, to any person obtaining
  10. // a copy of this software and associated documentation files (the
  11. // "Software"), to deal in the Software without restriction, including
  12. // without limitation the rights to use, copy, modify, merge, publish,
  13. // distribute, sublicense, and/or sell copies of the Software, and to
  14. // permit persons to whom the Software is furnished to do so, subject to
  15. // the following conditions:
  16. //
  17. // The above copyright notice and this permission notice shall be
  18. // included in all copies or substantial portions of the Software.
  19. //
  20. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  21. // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  22. // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  23. // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  24. // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  25. // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  26. // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  27. //
  28. namespace Samples {
  29. public partial class binary {
  30. /// <summary>
  31. /// Required designer variable.
  32. /// </summary>
  33. private System.ComponentModel.IContainer components = null;
  34. /// <summary>
  35. /// Clean up any resources being used.
  36. /// </summary>
  37. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  38. protected override void Dispose (bool disposing)
  39. {
  40. if (disposing && (components != null)) {
  41. components.Dispose ();
  42. }
  43. base.Dispose (disposing);
  44. }
  45. #region Windows Form Designer generated code
  46. /// <summary>
  47. /// Required method for Designer support - do not modify
  48. /// the contents of this method with the code editor.
  49. /// </summary>
  50. private void InitializeComponent ()
  51. {
  52. this.label2 = new System.Windows.Forms.Label ();
  53. this.label1 = new System.Windows.Forms.Label ();
  54. this.shape1ComboBox = new System.Windows.Forms.ComboBox ();
  55. this.shape2ComboBox = new System.Windows.Forms.ComboBox ();
  56. this.matrix1comboBox = new System.Windows.Forms.ComboBox ();
  57. this.matrix2comboBox = new System.Windows.Forms.ComboBox ();
  58. this.label3 = new System.Windows.Forms.Label ();
  59. this.label4 = new System.Windows.Forms.Label ();
  60. this.shape1checkBox = new System.Windows.Forms.CheckBox ();
  61. this.shape2checkBox = new System.Windows.Forms.CheckBox ();
  62. this.infoLabel = new System.Windows.Forms.Label ();
  63. this.shape3checkBox = new System.Windows.Forms.CheckBox ();
  64. this.label5 = new System.Windows.Forms.Label ();
  65. this.matrix3comboBox = new System.Windows.Forms.ComboBox ();
  66. this.label6 = new System.Windows.Forms.Label ();
  67. this.shape3comboBox = new System.Windows.Forms.ComboBox ();
  68. this.SuspendLayout ();
  69. //
  70. // label2
  71. //
  72. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  73. this.label2.ForeColor = System.Drawing.Color.Green;
  74. this.label2.Location = new System.Drawing.Point (157, 249);
  75. this.label2.Name = "label2";
  76. this.label2.Size = new System.Drawing.Size (100, 13);
  77. this.label2.TabIndex = 9;
  78. this.label2.Text = "Shape #2";
  79. //
  80. // label1
  81. //
  82. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  83. this.label1.ForeColor = System.Drawing.Color.Red;
  84. this.label1.Location = new System.Drawing.Point (8, 249);
  85. this.label1.Name = "label1";
  86. this.label1.Size = new System.Drawing.Size (100, 13);
  87. this.label1.TabIndex = 8;
  88. this.label1.Text = "Shape #1";
  89. //
  90. // shape1ComboBox
  91. //
  92. this.shape1ComboBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  93. this.shape1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  94. this.shape1ComboBox.Location = new System.Drawing.Point (11, 265);
  95. this.shape1ComboBox.Name = "shape1ComboBox";
  96. this.shape1ComboBox.Size = new System.Drawing.Size (121, 21);
  97. this.shape1ComboBox.TabIndex = 7;
  98. this.shape1ComboBox.SelectedIndexChanged += new System.EventHandler (this.shape1_Changed);
  99. //
  100. // shape2ComboBox
  101. //
  102. this.shape2ComboBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  103. this.shape2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  104. this.shape2ComboBox.Location = new System.Drawing.Point (160, 265);
  105. this.shape2ComboBox.Name = "shape2ComboBox";
  106. this.shape2ComboBox.Size = new System.Drawing.Size (121, 21);
  107. this.shape2ComboBox.TabIndex = 6;
  108. this.shape2ComboBox.SelectedIndexChanged += new System.EventHandler (this.shape2_Changed);
  109. //
  110. // matrix1comboBox
  111. //
  112. this.matrix1comboBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  113. this.matrix1comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  114. this.matrix1comboBox.Location = new System.Drawing.Point (11, 306);
  115. this.matrix1comboBox.Name = "matrix1comboBox";
  116. this.matrix1comboBox.Size = new System.Drawing.Size (121, 21);
  117. this.matrix1comboBox.TabIndex = 10;
  118. this.matrix1comboBox.SelectedIndexChanged += new System.EventHandler (this.matrix1_Changed);
  119. //
  120. // matrix2comboBox
  121. //
  122. this.matrix2comboBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  123. this.matrix2comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  124. this.matrix2comboBox.Location = new System.Drawing.Point (160, 306);
  125. this.matrix2comboBox.Name = "matrix2comboBox";
  126. this.matrix2comboBox.Size = new System.Drawing.Size (121, 21);
  127. this.matrix2comboBox.TabIndex = 11;
  128. this.matrix2comboBox.SelectedIndexChanged += new System.EventHandler (this.matrix2_Changed);
  129. //
  130. // label3
  131. //
  132. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  133. this.label3.ForeColor = System.Drawing.Color.Red;
  134. this.label3.Location = new System.Drawing.Point (8, 290);
  135. this.label3.Name = "label3";
  136. this.label3.Size = new System.Drawing.Size (100, 13);
  137. this.label3.TabIndex = 18;
  138. this.label3.Text = "Matrix #1";
  139. //
  140. // label4
  141. //
  142. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  143. this.label4.ForeColor = System.Drawing.Color.Green;
  144. this.label4.Location = new System.Drawing.Point (157, 289);
  145. this.label4.Name = "label4";
  146. this.label4.Size = new System.Drawing.Size (100, 13);
  147. this.label4.TabIndex = 19;
  148. this.label4.Text = "Matrix #2";
  149. //
  150. // shape1checkBox
  151. //
  152. this.shape1checkBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  153. this.shape1checkBox.Checked = true;
  154. this.shape1checkBox.CheckState = System.Windows.Forms.CheckState.Checked;
  155. this.shape1checkBox.ForeColor = System.Drawing.Color.Red;
  156. this.shape1checkBox.Location = new System.Drawing.Point (11, 333);
  157. this.shape1checkBox.Name = "shape1checkBox";
  158. this.shape1checkBox.Size = new System.Drawing.Size (121, 17);
  159. this.shape1checkBox.TabIndex = 20;
  160. this.shape1checkBox.Text = "Display Shape #1";
  161. this.shape1checkBox.CheckedChanged += new System.EventHandler (this.OnDisplayChanged);
  162. //
  163. // shape2checkBox
  164. //
  165. this.shape2checkBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  166. this.shape2checkBox.Checked = true;
  167. this.shape2checkBox.CheckState = System.Windows.Forms.CheckState.Checked;
  168. this.shape2checkBox.ForeColor = System.Drawing.Color.Green;
  169. this.shape2checkBox.Location = new System.Drawing.Point (160, 333);
  170. this.shape2checkBox.Name = "shape2checkBox";
  171. this.shape2checkBox.Size = new System.Drawing.Size (121, 17);
  172. this.shape2checkBox.TabIndex = 21;
  173. this.shape2checkBox.Text = "Display Shape #2";
  174. this.shape2checkBox.CheckedChanged += new System.EventHandler (this.OnDisplayChanged);
  175. //
  176. // infoLabel
  177. //
  178. this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  179. | System.Windows.Forms.AnchorStyles.Right)));
  180. this.infoLabel.Location = new System.Drawing.Point (8, 353);
  181. this.infoLabel.Name = "infoLabel";
  182. this.infoLabel.Size = new System.Drawing.Size (422, 15);
  183. this.infoLabel.TabIndex = 22;
  184. this.infoLabel.Text = "-";
  185. //
  186. // shape3checkBox
  187. //
  188. this.shape3checkBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  189. this.shape3checkBox.Checked = true;
  190. this.shape3checkBox.CheckState = System.Windows.Forms.CheckState.Checked;
  191. this.shape3checkBox.ForeColor = System.Drawing.Color.Blue;
  192. this.shape3checkBox.Location = new System.Drawing.Point (308, 333);
  193. this.shape3checkBox.Name = "shape3checkBox";
  194. this.shape3checkBox.Size = new System.Drawing.Size (121, 17);
  195. this.shape3checkBox.TabIndex = 27;
  196. this.shape3checkBox.Text = "Display Shape #3";
  197. this.shape3checkBox.CheckedChanged += new System.EventHandler (this.OnDisplayChanged);
  198. //
  199. // label5
  200. //
  201. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  202. this.label5.ForeColor = System.Drawing.Color.Blue;
  203. this.label5.Location = new System.Drawing.Point (305, 290);
  204. this.label5.Name = "label5";
  205. this.label5.Size = new System.Drawing.Size (100, 13);
  206. this.label5.TabIndex = 26;
  207. this.label5.Text = "Matrix #3";
  208. //
  209. // matrix3comboBox
  210. //
  211. this.matrix3comboBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  212. this.matrix3comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  213. this.matrix3comboBox.Location = new System.Drawing.Point (308, 306);
  214. this.matrix3comboBox.Name = "matrix3comboBox";
  215. this.matrix3comboBox.Size = new System.Drawing.Size (121, 21);
  216. this.matrix3comboBox.TabIndex = 25;
  217. this.matrix3comboBox.SelectedIndexChanged += new System.EventHandler (this.matrix3_Changed);
  218. //
  219. // label6
  220. //
  221. this.label6.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  222. this.label6.ForeColor = System.Drawing.Color.Blue;
  223. this.label6.Location = new System.Drawing.Point (305, 249);
  224. this.label6.Name = "label6";
  225. this.label6.Size = new System.Drawing.Size (100, 13);
  226. this.label6.TabIndex = 24;
  227. this.label6.Text = "Shape #3";
  228. //
  229. // shape3comboBox
  230. //
  231. this.shape3comboBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  232. this.shape3comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  233. this.shape3comboBox.Location = new System.Drawing.Point (308, 265);
  234. this.shape3comboBox.Name = "shape3comboBox";
  235. this.shape3comboBox.Size = new System.Drawing.Size (121, 21);
  236. this.shape3comboBox.TabIndex = 23;
  237. this.shape3comboBox.SelectedIndexChanged += new System.EventHandler (this.shape3_SelectedIndexChanged);
  238. //
  239. // Form1
  240. //
  241. this.ClientSize = new System.Drawing.Size (444, 368);
  242. this.Controls.Add (this.shape3checkBox);
  243. this.Controls.Add (this.label5);
  244. this.Controls.Add (this.matrix3comboBox);
  245. this.Controls.Add (this.label6);
  246. this.Controls.Add (this.shape3comboBox);
  247. this.Controls.Add (this.infoLabel);
  248. this.Controls.Add (this.shape2checkBox);
  249. this.Controls.Add (this.shape1checkBox);
  250. this.Controls.Add (this.label4);
  251. this.Controls.Add (this.label3);
  252. this.Controls.Add (this.matrix2comboBox);
  253. this.Controls.Add (this.matrix1comboBox);
  254. this.Controls.Add (this.label2);
  255. this.Controls.Add (this.label1);
  256. this.Controls.Add (this.shape1ComboBox);
  257. this.Controls.Add (this.shape2ComboBox);
  258. this.Name = "Form1";
  259. this.Text = "GDI+ Region Binary Operations";
  260. this.Paint += new System.Windows.Forms.PaintEventHandler (this.Form1_Paint);
  261. this.ResumeLayout (false);
  262. }
  263. #endregion
  264. private System.Windows.Forms.Label label2;
  265. private System.Windows.Forms.Label label1;
  266. private System.Windows.Forms.ComboBox shape1ComboBox;
  267. private System.Windows.Forms.ComboBox shape2ComboBox;
  268. private System.Windows.Forms.ComboBox matrix1comboBox;
  269. private System.Windows.Forms.ComboBox matrix2comboBox;
  270. private System.Windows.Forms.Label label3;
  271. private System.Windows.Forms.Label label4;
  272. private System.Windows.Forms.CheckBox shape1checkBox;
  273. private System.Windows.Forms.CheckBox shape2checkBox;
  274. private System.Windows.Forms.Label infoLabel;
  275. private System.Windows.Forms.CheckBox shape3checkBox;
  276. private System.Windows.Forms.Label label5;
  277. private System.Windows.Forms.ComboBox matrix3comboBox;
  278. private System.Windows.Forms.Label label6;
  279. private System.Windows.Forms.ComboBox shape3comboBox;
  280. }
  281. }