RingGdiDataInput.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. 
  2. namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
  3. {
  4. partial class RingGdiDataInput
  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.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.txtDiameter = new System.Windows.Forms.TextBox();
  32. this.txtWidth = new System.Windows.Forms.TextBox();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.Location = new System.Drawing.Point(27, 33);
  41. this.label1.Name = "label1";
  42. this.label1.Size = new System.Drawing.Size(149, 12);
  43. this.label1.TabIndex = 0;
  44. this.label1.Text = "请输入环形外径(微米):";
  45. //
  46. // label2
  47. //
  48. this.label2.AutoSize = true;
  49. this.label2.Location = new System.Drawing.Point(27, 78);
  50. this.label2.Name = "label2";
  51. this.label2.Size = new System.Drawing.Size(149, 12);
  52. this.label2.TabIndex = 0;
  53. this.label2.Text = "请输入环形宽度(微米):";
  54. //
  55. // txtDiameter
  56. //
  57. this.txtDiameter.Location = new System.Drawing.Point(238, 30);
  58. this.txtDiameter.Name = "txtDiameter";
  59. this.txtDiameter.Size = new System.Drawing.Size(75, 21);
  60. this.txtDiameter.TabIndex = 1;
  61. this.txtDiameter.Text = "10000";
  62. this.txtDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  63. //
  64. // txtWidth
  65. //
  66. this.txtWidth.Location = new System.Drawing.Point(238, 75);
  67. this.txtWidth.Name = "txtWidth";
  68. this.txtWidth.Size = new System.Drawing.Size(75, 21);
  69. this.txtWidth.TabIndex = 1;
  70. this.txtWidth.Text = "1000";
  71. this.txtWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  72. //
  73. // button1
  74. //
  75. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  76. this.button1.Location = new System.Drawing.Point(68, 118);
  77. this.button1.Name = "button1";
  78. this.button1.Size = new System.Drawing.Size(86, 29);
  79. this.button1.TabIndex = 2;
  80. this.button1.Text = "确定";
  81. this.button1.UseVisualStyleBackColor = true;
  82. this.button1.Click += new System.EventHandler(this.button1_Click);
  83. //
  84. // button2
  85. //
  86. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  87. this.button2.Location = new System.Drawing.Point(190, 118);
  88. this.button2.Name = "button2";
  89. this.button2.Size = new System.Drawing.Size(86, 29);
  90. this.button2.TabIndex = 2;
  91. this.button2.Text = "取消";
  92. this.button2.UseVisualStyleBackColor = true;
  93. this.button2.Click += new System.EventHandler(this.button2_Click);
  94. //
  95. // RingGdiDataInput
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.ClientSize = new System.Drawing.Size(334, 172);
  100. this.Controls.Add(this.button2);
  101. this.Controls.Add(this.button1);
  102. this.Controls.Add(this.txtWidth);
  103. this.Controls.Add(this.txtDiameter);
  104. this.Controls.Add(this.label2);
  105. this.Controls.Add(this.label1);
  106. this.Name = "RingGdiDataInput";
  107. this.ShowIcon = false;
  108. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  109. this.Text = "RingGdiDataInput";
  110. this.ResumeLayout(false);
  111. this.PerformLayout();
  112. }
  113. #endregion
  114. private System.Windows.Forms.Label label1;
  115. private System.Windows.Forms.Label label2;
  116. private System.Windows.Forms.TextBox txtDiameter;
  117. private System.Windows.Forms.TextBox txtWidth;
  118. private System.Windows.Forms.Button button1;
  119. private System.Windows.Forms.Button button2;
  120. }
  121. }