NewFileName.Designer.cs 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. 
  2. namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
  3. {
  4. partial class NewFileName
  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.textBox1 = new System.Windows.Forms.TextBox();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // textBox1
  34. //
  35. this.textBox1.Location = new System.Drawing.Point(12, 12);
  36. this.textBox1.Name = "textBox1";
  37. this.textBox1.Size = new System.Drawing.Size(121, 21);
  38. this.textBox1.TabIndex = 0;
  39. //
  40. // button1
  41. //
  42. this.button1.Location = new System.Drawing.Point(139, 10);
  43. this.button1.Name = "button1";
  44. this.button1.Size = new System.Drawing.Size(75, 23);
  45. this.button1.TabIndex = 1;
  46. this.button1.Text = "创建";
  47. this.button1.UseVisualStyleBackColor = true;
  48. this.button1.Click += new System.EventHandler(this.button1_Click);
  49. //
  50. // NewFileName
  51. //
  52. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  53. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  54. this.ClientSize = new System.Drawing.Size(223, 45);
  55. this.Controls.Add(this.button1);
  56. this.Controls.Add(this.textBox1);
  57. this.MaximizeBox = false;
  58. this.MinimizeBox = false;
  59. this.Name = "NewFileName";
  60. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  61. this.Text = "文件名称";
  62. this.TopMost = true;
  63. this.Load += new System.EventHandler(this.NewFileName_Load);
  64. this.ResumeLayout(false);
  65. this.PerformLayout();
  66. }
  67. #endregion
  68. private System.Windows.Forms.TextBox textBox1;
  69. private System.Windows.Forms.Button button1;
  70. }
  71. }