AboutForm.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace FastReport.Forms
  2. {
  3. partial class AboutForm
  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(AboutForm));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.labelLine1 = new FastReport.Controls.LabelLine();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // btnOk
  40. //
  41. this.btnOk.Location = new System.Drawing.Point(104, 192);
  42. this.btnOk.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  43. //
  44. // btnCancel
  45. //
  46. this.btnCancel.Visible = false;
  47. //
  48. // pictureBox1
  49. //
  50. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  51. this.pictureBox1.Location = new System.Drawing.Point(16, 16);
  52. this.pictureBox1.Name = "pictureBox1";
  53. this.pictureBox1.Size = new System.Drawing.Size(48, 48);
  54. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  55. this.pictureBox1.TabIndex = 1;
  56. this.pictureBox1.TabStop = false;
  57. //
  58. // label1
  59. //
  60. this.label1.AutoSize = true;
  61. this.label1.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  62. this.label1.Location = new System.Drawing.Point(80, 12);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(191, 25);
  65. this.label1.TabIndex = 2;
  66. this.label1.Text = "FastReport.Net";
  67. //
  68. // label2
  69. //
  70. this.label2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.label2.Location = new System.Drawing.Point(100, 48);
  72. this.label2.Name = "label2";
  73. this.label2.Size = new System.Drawing.Size(164, 43);
  74. this.label2.TabIndex = 3;
  75. this.label2.Text = "Version";
  76. this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
  77. //
  78. // label3
  79. //
  80. this.label3.Location = new System.Drawing.Point(0, 91);
  81. this.label3.Name = "label3";
  82. this.label3.Size = new System.Drawing.Size(248, 25);
  83. this.label3.TabIndex = 4;
  84. this.label3.Text = "(c) 2008-2021 Fast Reports Inc.";
  85. this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  86. //
  87. // labelLine1
  88. //
  89. this.labelLine1.Location = new System.Drawing.Point(12, 116);
  90. this.labelLine1.Name = "labelLine1";
  91. this.labelLine1.Size = new System.Drawing.Size(252, 23);
  92. this.labelLine1.TabIndex = 5;
  93. //
  94. // label4
  95. //
  96. this.label4.Location = new System.Drawing.Point(0, 140);
  97. this.label4.Name = "label4";
  98. this.label4.Size = new System.Drawing.Size(248, 13);
  99. this.label4.TabIndex = 6;
  100. this.label4.Text = "Visit our webpage for more info:";
  101. this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  102. //
  103. // label5
  104. //
  105. this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
  106. this.label5.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  107. this.label5.ForeColor = System.Drawing.Color.Blue;
  108. this.label5.Location = new System.Drawing.Point(0, 160);
  109. this.label5.Name = "label5";
  110. this.label5.Size = new System.Drawing.Size(248, 20);
  111. this.label5.TabIndex = 6;
  112. this.label5.Text = "https://www.fast-report.com";
  113. this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  114. this.label5.Click += new System.EventHandler(this.label5_Click);
  115. //
  116. // AboutForm
  117. //
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  120. this.BackColor = System.Drawing.SystemColors.Window;
  121. this.CancelButton = null;
  122. this.ClientSize = new System.Drawing.Size(279, 225);
  123. this.Controls.Add(this.pictureBox1);
  124. this.Controls.Add(this.label2);
  125. this.Controls.Add(this.label3);
  126. this.Controls.Add(this.label1);
  127. this.Controls.Add(this.labelLine1);
  128. this.Controls.Add(this.label4);
  129. this.Controls.Add(this.label5);
  130. this.KeyPreview = true;
  131. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  132. this.Name = "AboutForm";
  133. this.Text = "About";
  134. this.Shown += new System.EventHandler(this.AboutForm_Shown);
  135. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AboutForm_KeyDown);
  136. this.Controls.SetChildIndex(this.label5, 0);
  137. this.Controls.SetChildIndex(this.label4, 0);
  138. this.Controls.SetChildIndex(this.btnOk, 0);
  139. this.Controls.SetChildIndex(this.labelLine1, 0);
  140. this.Controls.SetChildIndex(this.label1, 0);
  141. this.Controls.SetChildIndex(this.label3, 0);
  142. this.Controls.SetChildIndex(this.label2, 0);
  143. this.Controls.SetChildIndex(this.pictureBox1, 0);
  144. this.Controls.SetChildIndex(this.btnCancel, 0);
  145. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. #endregion
  150. private System.Windows.Forms.PictureBox pictureBox1;
  151. private System.Windows.Forms.Label label1;
  152. private System.Windows.Forms.Label label2;
  153. private System.Windows.Forms.Label label3;
  154. private FastReport.Controls.LabelLine labelLine1;
  155. private System.Windows.Forms.Label label4;
  156. private System.Windows.Forms.Label label5;
  157. }
  158. }