Xinzeng.Designer.cs 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. 
  2. namespace SmartCoalApplication.Setup
  3. {
  4. partial class Xinzeng
  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.textMingcheng = new System.Windows.Forms.TextBox();
  31. this.buttonSave = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // label1
  35. //
  36. this.label1.AutoSize = true;
  37. this.label1.Location = new System.Drawing.Point(24, 29);
  38. this.label1.Name = "label1";
  39. this.label1.Size = new System.Drawing.Size(41, 12);
  40. this.label1.TabIndex = 0;
  41. this.label1.Text = "名稱:";
  42. //
  43. // textMingcheng
  44. //
  45. this.textMingcheng.Location = new System.Drawing.Point(62, 26);
  46. this.textMingcheng.Name = "textMingcheng";
  47. this.textMingcheng.Size = new System.Drawing.Size(169, 21);
  48. this.textMingcheng.TabIndex = 1;
  49. //
  50. // buttonSave
  51. //
  52. this.buttonSave.Location = new System.Drawing.Point(106, 68);
  53. this.buttonSave.Name = "buttonSave";
  54. this.buttonSave.Size = new System.Drawing.Size(75, 23);
  55. this.buttonSave.TabIndex = 2;
  56. this.buttonSave.Text = "保存";
  57. this.buttonSave.UseVisualStyleBackColor = false;
  58. this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
  59. //
  60. // Xinzeng
  61. //
  62. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  63. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  64. this.ClientSize = new System.Drawing.Size(291, 103);
  65. this.Controls.Add(this.buttonSave);
  66. this.Controls.Add(this.textMingcheng);
  67. this.Controls.Add(this.label1);
  68. this.Name = "Xinzeng";
  69. this.Text = "新增";
  70. this.Load += new System.EventHandler(this.Xinzeng_Load);
  71. this.ResumeLayout(false);
  72. this.PerformLayout();
  73. }
  74. #endregion
  75. private System.Windows.Forms.Label label1;
  76. private System.Windows.Forms.TextBox textMingcheng;
  77. private System.Windows.Forms.Button buttonSave;
  78. }
  79. }