/Gma.QrCodeNet/Gma.QrCodeNet.Demo/MainForm.Designer.cs

http://qrcodenet.codeplex.com · C# · 138 lines · 99 code · 7 blank · 32 comment · 3 complexity · 91e8d823113d1a5e3150c43f9a38d42a MD5 · raw file

  1. namespace Gma.QrCodeNet.Demo
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.textBoxInput = new System.Windows.Forms.TextBox();
  30. this.buttonSave = new System.Windows.Forms.Button();
  31. this.checkBoxArtistic = new System.Windows.Forms.CheckBox();
  32. this.qrCodeImgControl1 = new Gma.QrCodeNet.Encoding.Windows.Forms.QrCodeImgControl();
  33. this.qrCodeGraphicControl1 = new Gma.QrCodeNet.Encoding.Windows.Forms.QrCodeGraphicControl();
  34. this.button1 = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.qrCodeImgControl1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // textBoxInput
  39. //
  40. this.textBoxInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  41. | System.Windows.Forms.AnchorStyles.Right)));
  42. this.textBoxInput.Location = new System.Drawing.Point(12, 13);
  43. this.textBoxInput.Multiline = true;
  44. this.textBoxInput.Name = "textBoxInput";
  45. this.textBoxInput.Size = new System.Drawing.Size(469, 38);
  46. this.textBoxInput.TabIndex = 0;
  47. this.textBoxInput.Text = "QrCode.Net";
  48. this.textBoxInput.TextChanged += new System.EventHandler(this.textBoxInput_TextChanged);
  49. //
  50. // buttonSave
  51. //
  52. this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  53. this.buttonSave.Image = global::Gma.QrCodeNet.Demo.Properties.Resources.save;
  54. this.buttonSave.Location = new System.Drawing.Point(487, 13);
  55. this.buttonSave.Name = "buttonSave";
  56. this.buttonSave.Size = new System.Drawing.Size(36, 38);
  57. this.buttonSave.TabIndex = 2;
  58. this.buttonSave.UseVisualStyleBackColor = true;
  59. this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
  60. //
  61. // checkBoxArtistic
  62. //
  63. this.checkBoxArtistic.AutoSize = true;
  64. this.checkBoxArtistic.Location = new System.Drawing.Point(13, 56);
  65. this.checkBoxArtistic.Name = "checkBoxArtistic";
  66. this.checkBoxArtistic.Size = new System.Drawing.Size(57, 17);
  67. this.checkBoxArtistic.TabIndex = 4;
  68. this.checkBoxArtistic.Text = "Artistic";
  69. this.checkBoxArtistic.UseVisualStyleBackColor = true;
  70. this.checkBoxArtistic.CheckedChanged += new System.EventHandler(this.checkBoxArtistic_CheckedChanged);
  71. //
  72. // qrCodeImgControl1
  73. //
  74. this.qrCodeImgControl1.ErrorCorrectLevel = Gma.QrCodeNet.Encoding.ErrorCorrectionLevel.M;
  75. this.qrCodeImgControl1.Image = ((System.Drawing.Image)(resources.GetObject("qrCodeImgControl1.Image")));
  76. this.qrCodeImgControl1.Location = new System.Drawing.Point(13, 303);
  77. this.qrCodeImgControl1.Name = "qrCodeImgControl1";
  78. this.qrCodeImgControl1.QuietZoneModule = Gma.QrCodeNet.Encoding.Windows.Render.QuietZoneModules.Two;
  79. this.qrCodeImgControl1.Size = new System.Drawing.Size(442, 192);
  80. this.qrCodeImgControl1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  81. this.qrCodeImgControl1.TabIndex = 6;
  82. this.qrCodeImgControl1.TabStop = false;
  83. //
  84. // qrCodeGraphicControl1
  85. //
  86. this.qrCodeGraphicControl1.BackColor = System.Drawing.SystemColors.Control;
  87. this.qrCodeGraphicControl1.ErrorCorrectLevel = Gma.QrCodeNet.Encoding.ErrorCorrectionLevel.M;
  88. this.qrCodeGraphicControl1.Location = new System.Drawing.Point(13, 92);
  89. this.qrCodeGraphicControl1.Name = "qrCodeGraphicControl1";
  90. this.qrCodeGraphicControl1.QuietZoneModule = Gma.QrCodeNet.Encoding.Windows.Render.QuietZoneModules.Two;
  91. this.qrCodeGraphicControl1.Size = new System.Drawing.Size(442, 153);
  92. this.qrCodeGraphicControl1.TabIndex = 5;
  93. //
  94. // button1
  95. //
  96. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  97. this.button1.Location = new System.Drawing.Point(426, 57);
  98. this.button1.Name = "button1";
  99. this.button1.Size = new System.Drawing.Size(97, 38);
  100. this.button1.TabIndex = 7;
  101. this.button1.Text = "Byte Array Test";
  102. this.button1.UseVisualStyleBackColor = true;
  103. this.button1.Click += new System.EventHandler(this.button1_Click);
  104. //
  105. // MainForm
  106. //
  107. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  109. this.ClientSize = new System.Drawing.Size(535, 519);
  110. this.Controls.Add(this.button1);
  111. this.Controls.Add(this.qrCodeImgControl1);
  112. this.Controls.Add(this.qrCodeGraphicControl1);
  113. this.Controls.Add(this.checkBoxArtistic);
  114. this.Controls.Add(this.buttonSave);
  115. this.Controls.Add(this.textBoxInput);
  116. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  117. this.Name = "MainForm";
  118. this.Text = "QrCode.Net Demo";
  119. ((System.ComponentModel.ISupportInitialize)(this.qrCodeImgControl1)).EndInit();
  120. this.ResumeLayout(false);
  121. this.PerformLayout();
  122. }
  123. #endregion
  124. private System.Windows.Forms.TextBox textBoxInput;
  125. private System.Windows.Forms.Button buttonSave;
  126. private System.Windows.Forms.CheckBox checkBoxArtistic;
  127. private Encoding.Windows.Forms.QrCodeGraphicControl qrCodeGraphicControl1;
  128. private Encoding.Windows.Forms.QrCodeImgControl qrCodeImgControl1;
  129. private System.Windows.Forms.Button button1;
  130. }
  131. }