FormMeasureTest.Designer.cs 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. namespace HOZProject
  2. {
  3. partial class FormMeasureTest
  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. this.NewMeasureFile = new System.Windows.Forms.Button();
  29. this.LoadCutHole = new System.Windows.Forms.Button();
  30. this.SuspendLayout();
  31. //
  32. // NewMeasureFile
  33. //
  34. this.NewMeasureFile.Location = new System.Drawing.Point(29, 23);
  35. this.NewMeasureFile.Name = "NewMeasureFile";
  36. this.NewMeasureFile.Size = new System.Drawing.Size(136, 35);
  37. this.NewMeasureFile.TabIndex = 1;
  38. this.NewMeasureFile.Text = "新建测量文件";
  39. this.NewMeasureFile.UseVisualStyleBackColor = true;
  40. this.NewMeasureFile.Click += new System.EventHandler(this.button1_Click);
  41. //
  42. // LoadCutHole
  43. //
  44. this.LoadCutHole.Location = new System.Drawing.Point(199, 23);
  45. this.LoadCutHole.Name = "LoadCutHole";
  46. this.LoadCutHole.Size = new System.Drawing.Size(147, 35);
  47. this.LoadCutHole.TabIndex = 2;
  48. this.LoadCutHole.Text = "导入切孔";
  49. this.LoadCutHole.UseVisualStyleBackColor = true;
  50. this.LoadCutHole.Click += new System.EventHandler(this.LoadCutHole_Click);
  51. //
  52. // FormMeasureTest
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.ClientSize = new System.Drawing.Size(800, 450);
  57. this.Controls.Add(this.LoadCutHole);
  58. this.Controls.Add(this.NewMeasureFile);
  59. this.Name = "FormMeasureTest";
  60. this.Text = "测量流程测试";
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private System.Windows.Forms.Button NewMeasureFile;
  65. private System.Windows.Forms.Button LoadCutHole;
  66. }
  67. }