scan.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. //
  2. // scan.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 scan {
  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.infoLabel = new System.Windows.Forms.Label ();
  53. this.scansCheckBox = new System.Windows.Forms.CheckBox ();
  54. this.label3 = new System.Windows.Forms.Label ();
  55. this.matrixComboBox = new System.Windows.Forms.ComboBox ();
  56. this.label1 = new System.Windows.Forms.Label ();
  57. this.shapeComboBox = new System.Windows.Forms.ComboBox ();
  58. this.scansTextBox = new System.Windows.Forms.TextBox ();
  59. this.SuspendLayout ();
  60. //
  61. // infoLabel
  62. //
  63. this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  64. | System.Windows.Forms.AnchorStyles.Right)));
  65. this.infoLabel.Location = new System.Drawing.Point (300, 6);
  66. this.infoLabel.Name = "infoLabel";
  67. this.infoLabel.Size = new System.Drawing.Size (228, 13);
  68. this.infoLabel.TabIndex = 28;
  69. this.infoLabel.Text = "-";
  70. //
  71. // scansCheckBox
  72. //
  73. this.scansCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  74. this.scansCheckBox.Checked = true;
  75. this.scansCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  76. this.scansCheckBox.ForeColor = System.Drawing.Color.Red;
  77. this.scansCheckBox.Location = new System.Drawing.Point (154, 316);
  78. this.scansCheckBox.Name = "scansCheckBox";
  79. this.scansCheckBox.Size = new System.Drawing.Size (121, 17);
  80. this.scansCheckBox.TabIndex = 27;
  81. this.scansCheckBox.Text = "Display Scans";
  82. this.scansCheckBox.CheckedChanged += new System.EventHandler (this.OnDisplayScans);
  83. //
  84. // label3
  85. //
  86. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  87. this.label3.ForeColor = System.Drawing.Color.Red;
  88. this.label3.Location = new System.Drawing.Point (151, 273);
  89. this.label3.Name = "label3";
  90. this.label3.Size = new System.Drawing.Size (100, 13);
  91. this.label3.TabIndex = 26;
  92. this.label3.Text = "Matrix";
  93. //
  94. // matrixComboBox
  95. //
  96. this.matrixComboBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  97. this.matrixComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  98. this.matrixComboBox.Location = new System.Drawing.Point (154, 289);
  99. this.matrixComboBox.Name = "matrixComboBox";
  100. this.matrixComboBox.Size = new System.Drawing.Size (121, 21);
  101. this.matrixComboBox.TabIndex = 25;
  102. this.matrixComboBox.SelectedIndexChanged += new System.EventHandler (this.OnMatrixChange);
  103. //
  104. // label1
  105. //
  106. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  107. this.label1.ForeColor = System.Drawing.Color.Blue;
  108. this.label1.Location = new System.Drawing.Point (10, 273);
  109. this.label1.Name = "label1";
  110. this.label1.Size = new System.Drawing.Size (100, 13);
  111. this.label1.TabIndex = 24;
  112. this.label1.Text = "Shape";
  113. //
  114. // shapeComboBox
  115. //
  116. this.shapeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  117. this.shapeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  118. this.shapeComboBox.Location = new System.Drawing.Point (13, 289);
  119. this.shapeComboBox.Name = "shapeComboBox";
  120. this.shapeComboBox.Size = new System.Drawing.Size (121, 21);
  121. this.shapeComboBox.TabIndex = 23;
  122. this.shapeComboBox.SelectedIndexChanged += new System.EventHandler (this.OnShapeChange);
  123. //
  124. // scansTextBox
  125. //
  126. this.scansTextBox.Anchor = ((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  127. | System.Windows.Forms.AnchorStyles.Left)
  128. | System.Windows.Forms.AnchorStyles.Right)));
  129. this.scansTextBox.Font = new System.Drawing.Font ("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (0)));
  130. this.scansTextBox.Location = new System.Drawing.Point (300, 22);
  131. this.scansTextBox.Multiline = true;
  132. this.scansTextBox.Name = "scansTextBox";
  133. this.scansTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  134. this.scansTextBox.Size = new System.Drawing.Size (228, 288);
  135. this.scansTextBox.TabIndex = 29;
  136. this.scansTextBox.WordWrap = false;
  137. //
  138. // Form1
  139. //
  140. this.ClientSize = new System.Drawing.Size (539, 345);
  141. this.Controls.Add (this.scansTextBox);
  142. this.Controls.Add (this.infoLabel);
  143. this.Controls.Add (this.scansCheckBox);
  144. this.Controls.Add (this.label3);
  145. this.Controls.Add (this.matrixComboBox);
  146. this.Controls.Add (this.label1);
  147. this.Controls.Add (this.shapeComboBox);
  148. this.Name = "Form1";
  149. this.Text = "GDI+ Scans Tester";
  150. this.Paint += new System.Windows.Forms.PaintEventHandler (this.Form1_Paint);
  151. this.ResumeLayout (false);
  152. this.PerformLayout ();
  153. }
  154. #endregion
  155. private System.Windows.Forms.Label infoLabel;
  156. private System.Windows.Forms.CheckBox scansCheckBox;
  157. private System.Windows.Forms.Label label3;
  158. private System.Windows.Forms.ComboBox matrixComboBox;
  159. private System.Windows.Forms.Label label1;
  160. private System.Windows.Forms.ComboBox shapeComboBox;
  161. private System.Windows.Forms.TextBox scansTextBox;
  162. }
  163. }