frmInitializeStartInput.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 
  2. namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
  3. {
  4. partial class frmInitializeStartInput
  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.textBox1 = new System.Windows.Forms.TextBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.Location = new System.Drawing.Point(39, 43);
  41. this.label1.Name = "label1";
  42. this.label1.Size = new System.Drawing.Size(101, 12);
  43. this.label1.TabIndex = 0;
  44. this.label1.Text = "Start Field No:";
  45. //
  46. // textBox1
  47. //
  48. this.textBox1.Location = new System.Drawing.Point(146, 40);
  49. this.textBox1.Name = "textBox1";
  50. this.textBox1.Size = new System.Drawing.Size(66, 21);
  51. this.textBox1.TabIndex = 1;
  52. this.textBox1.Text = "0";
  53. //
  54. // button1
  55. //
  56. this.button1.Location = new System.Drawing.Point(45, 176);
  57. this.button1.Name = "button1";
  58. this.button1.Size = new System.Drawing.Size(59, 25);
  59. this.button1.TabIndex = 2;
  60. this.button1.Text = "OK";
  61. this.button1.UseVisualStyleBackColor = true;
  62. this.button1.Click += new System.EventHandler(this.button1_Click);
  63. //
  64. // button2
  65. //
  66. this.button2.Location = new System.Drawing.Point(146, 176);
  67. this.button2.Name = "button2";
  68. this.button2.Size = new System.Drawing.Size(59, 25);
  69. this.button2.TabIndex = 3;
  70. this.button2.Text = "Cancel";
  71. this.button2.UseVisualStyleBackColor = true;
  72. this.button2.Click += new System.EventHandler(this.button2_Click);
  73. //
  74. // label2
  75. //
  76. this.label2.AutoSize = true;
  77. this.label2.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label2.Location = new System.Drawing.Point(3, 126);
  79. this.label2.Name = "label2";
  80. this.label2.Size = new System.Drawing.Size(242, 16);
  81. this.label2.TabIndex = 4;
  82. this.label2.Text = " After the Start Field No!";
  83. //
  84. // label3
  85. //
  86. this.label3.AutoSize = true;
  87. this.label3.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.label3.Location = new System.Drawing.Point(12, 102);
  89. this.label3.Name = "label3";
  90. this.label3.Size = new System.Drawing.Size(224, 16);
  91. this.label3.TabIndex = 4;
  92. this.label3.Text = "Will Delete All the Data";
  93. //
  94. // frmInitializeStartInput
  95. //
  96. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  97. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  98. this.ClientSize = new System.Drawing.Size(266, 226);
  99. this.Controls.Add(this.label3);
  100. this.Controls.Add(this.label2);
  101. this.Controls.Add(this.button2);
  102. this.Controls.Add(this.button1);
  103. this.Controls.Add(this.textBox1);
  104. this.Controls.Add(this.label1);
  105. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  106. this.Name = "frmInitializeStartInput";
  107. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  108. this.Text = "Initialize";
  109. this.ResumeLayout(false);
  110. this.PerformLayout();
  111. }
  112. #endregion
  113. private System.Windows.Forms.Label label1;
  114. private System.Windows.Forms.TextBox textBox1;
  115. private System.Windows.Forms.Button button1;
  116. private System.Windows.Forms.Button button2;
  117. private System.Windows.Forms.Label label2;
  118. private System.Windows.Forms.Label label3;
  119. }
  120. }