ResultViewPreview.Designer.cs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 
  2. namespace SmartCoalApplication.AutomaticMeasurement
  3. {
  4. partial class ResultViewPreview
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panelResultViewPreview = new System.Windows.Forms.Panel();
  30. this.SuspendLayout();
  31. //
  32. // panelResultViewPreview
  33. //
  34. this.panelResultViewPreview.AutoScroll = true;
  35. this.panelResultViewPreview.BackColor = System.Drawing.SystemColors.HighlightText;
  36. this.panelResultViewPreview.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.panelResultViewPreview.Location = new System.Drawing.Point(0, 0);
  38. this.panelResultViewPreview.Name = "panelResultViewPreview";
  39. this.panelResultViewPreview.Size = new System.Drawing.Size(978, 699);
  40. this.panelResultViewPreview.TabIndex = 1;
  41. //
  42. // ResultViewPreview
  43. //
  44. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  45. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  46. this.ClientSize = new System.Drawing.Size(978, 699);
  47. this.Controls.Add(this.panelResultViewPreview);
  48. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  49. this.Location = new System.Drawing.Point(0, 0);
  50. this.MaximizeBox = false;
  51. this.MinimizeBox = false;
  52. this.Name = "ResultViewPreview";
  53. this.Text = "ResultViewPreview";
  54. this.Controls.SetChildIndex(this.panelResultViewPreview, 0);
  55. this.ResumeLayout(false);
  56. }
  57. #endregion
  58. private System.Windows.Forms.Panel panelResultViewPreview;
  59. }
  60. }