FormNewLJFile.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. 
  2. namespace OTSIncAReportApp.OTSMgrInfo
  3. {
  4. partial class FormNewLJFile
  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.label3 = new System.Windows.Forms.Label();
  32. this.tb_FlieName = new System.Windows.Forms.TextBox();
  33. this.tb_new_ljm = new System.Windows.Forms.TextBox();
  34. this.tb_new_ljz = new System.Windows.Forms.TextBox();
  35. this.bt_save = new System.Windows.Forms.Button();
  36. this.bt_export = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // label1
  40. //
  41. this.label1.AutoSize = true;
  42. this.label1.Location = new System.Drawing.Point(51, 24);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(41, 12);
  45. this.label1.TabIndex = 0;
  46. this.label1.Text = "文件名";
  47. //
  48. // label2
  49. //
  50. this.label2.AutoSize = true;
  51. this.label2.Location = new System.Drawing.Point(51, 56);
  52. this.label2.Name = "label2";
  53. this.label2.Size = new System.Drawing.Size(41, 12);
  54. this.label2.TabIndex = 0;
  55. this.label2.Text = "粒级名";
  56. //
  57. // label3
  58. //
  59. this.label3.AutoSize = true;
  60. this.label3.Location = new System.Drawing.Point(51, 88);
  61. this.label3.Name = "label3";
  62. this.label3.Size = new System.Drawing.Size(41, 12);
  63. this.label3.TabIndex = 0;
  64. this.label3.Text = "粒级值";
  65. //
  66. // tb_FlieName
  67. //
  68. this.tb_FlieName.Location = new System.Drawing.Point(97, 21);
  69. this.tb_FlieName.Margin = new System.Windows.Forms.Padding(2);
  70. this.tb_FlieName.Name = "tb_FlieName";
  71. this.tb_FlieName.Size = new System.Drawing.Size(209, 21);
  72. this.tb_FlieName.TabIndex = 13;
  73. //
  74. // tb_new_ljm
  75. //
  76. this.tb_new_ljm.Location = new System.Drawing.Point(97, 53);
  77. this.tb_new_ljm.Margin = new System.Windows.Forms.Padding(2);
  78. this.tb_new_ljm.Name = "tb_new_ljm";
  79. this.tb_new_ljm.Size = new System.Drawing.Size(209, 21);
  80. this.tb_new_ljm.TabIndex = 14;
  81. //
  82. // tb_new_ljz
  83. //
  84. this.tb_new_ljz.Location = new System.Drawing.Point(97, 85);
  85. this.tb_new_ljz.Margin = new System.Windows.Forms.Padding(2);
  86. this.tb_new_ljz.Name = "tb_new_ljz";
  87. this.tb_new_ljz.Size = new System.Drawing.Size(209, 21);
  88. this.tb_new_ljz.TabIndex = 15;
  89. //
  90. // bt_save
  91. //
  92. this.bt_save.Location = new System.Drawing.Point(72, 143);
  93. this.bt_save.Name = "bt_save";
  94. this.bt_save.Size = new System.Drawing.Size(75, 23);
  95. this.bt_save.TabIndex = 16;
  96. this.bt_save.Text = "Save";
  97. this.bt_save.UseVisualStyleBackColor = true;
  98. this.bt_save.Click += new System.EventHandler(this.bt_save_Click);
  99. //
  100. // bt_export
  101. //
  102. this.bt_export.Location = new System.Drawing.Point(215, 143);
  103. this.bt_export.Name = "bt_export";
  104. this.bt_export.Size = new System.Drawing.Size(75, 23);
  105. this.bt_export.TabIndex = 16;
  106. this.bt_export.Text = "Export";
  107. this.bt_export.UseVisualStyleBackColor = true;
  108. this.bt_export.Click += new System.EventHandler(this.bt_export_Click);
  109. //
  110. // FormNewLJFile
  111. //
  112. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  113. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  114. this.ClientSize = new System.Drawing.Size(386, 206);
  115. this.Controls.Add(this.bt_export);
  116. this.Controls.Add(this.bt_save);
  117. this.Controls.Add(this.tb_new_ljz);
  118. this.Controls.Add(this.tb_new_ljm);
  119. this.Controls.Add(this.tb_FlieName);
  120. this.Controls.Add(this.label3);
  121. this.Controls.Add(this.label2);
  122. this.Controls.Add(this.label1);
  123. this.Name = "FormNewLJFile";
  124. this.Text = "FormNewLJFile";
  125. this.ResumeLayout(false);
  126. this.PerformLayout();
  127. }
  128. #endregion
  129. private System.Windows.Forms.Label label1;
  130. private System.Windows.Forms.Label label2;
  131. private System.Windows.Forms.Label label3;
  132. public System.Windows.Forms.TextBox tb_FlieName;
  133. public System.Windows.Forms.TextBox tb_new_ljm;
  134. public System.Windows.Forms.TextBox tb_new_ljz;
  135. private System.Windows.Forms.Button bt_save;
  136. private System.Windows.Forms.Button bt_export;
  137. }
  138. }