版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

116 satır
5.0 KiB

  1. namespace AssistClient
  2. {
  3. partial class FrmRepairInfo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.tbInfo = new System.Windows.Forms.TextBox();
  31. this.btnSave = new System.Windows.Forms.Button();
  32. this.btnCancel = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // label1
  36. //
  37. this.label1.AutoSize = true;
  38. this.label1.Location = new System.Drawing.Point(51, 86);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(77, 12);
  41. this.label1.TabIndex = 0;
  42. this.label1.Text = "异常情况描述";
  43. //
  44. // label2
  45. //
  46. this.label2.AutoSize = true;
  47. this.label2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.label2.Location = new System.Drawing.Point(159, 9);
  49. this.label2.Name = "label2";
  50. this.label2.Size = new System.Drawing.Size(201, 28);
  51. this.label2.TabIndex = 1;
  52. this.label2.Text = "修复台修复情况汇总";
  53. //
  54. // tbInfo
  55. //
  56. this.tbInfo.Location = new System.Drawing.Point(164, 66);
  57. this.tbInfo.Multiline = true;
  58. this.tbInfo.Name = "tbInfo";
  59. this.tbInfo.Size = new System.Drawing.Size(398, 60);
  60. this.tbInfo.TabIndex = 2;
  61. this.tbInfo.Text = "断线,破洞";
  62. //
  63. // btnSave
  64. //
  65. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.btnSave.Location = new System.Drawing.Point(165, 155);
  67. this.btnSave.Name = "btnSave";
  68. this.btnSave.Size = new System.Drawing.Size(110, 40);
  69. this.btnSave.TabIndex = 7;
  70. this.btnSave.Text = "异常确认";
  71. this.btnSave.UseVisualStyleBackColor = true;
  72. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  73. //
  74. // btnCancel
  75. //
  76. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.btnCancel.Location = new System.Drawing.Point(342, 155);
  78. this.btnCancel.Name = "btnCancel";
  79. this.btnCancel.Size = new System.Drawing.Size(110, 40);
  80. this.btnCancel.TabIndex = 8;
  81. this.btnCancel.Text = "无异常";
  82. this.btnCancel.UseVisualStyleBackColor = true;
  83. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  84. //
  85. // FrmRepairInfo
  86. //
  87. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  88. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  89. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  90. this.ClientSize = new System.Drawing.Size(613, 228);
  91. this.Controls.Add(this.btnCancel);
  92. this.Controls.Add(this.btnSave);
  93. this.Controls.Add(this.tbInfo);
  94. this.Controls.Add(this.label2);
  95. this.Controls.Add(this.label1);
  96. this.Name = "FrmRepairInfo";
  97. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  98. this.Text = "情况汇总";
  99. this.Load += new System.EventHandler(this.FrmRepairInfo_Load);
  100. this.ResumeLayout(false);
  101. this.PerformLayout();
  102. }
  103. #endregion
  104. private System.Windows.Forms.Label label1;
  105. private System.Windows.Forms.Label label2;
  106. private System.Windows.Forms.TextBox tbInfo;
  107. private System.Windows.Forms.Button btnSave;
  108. private System.Windows.Forms.Button btnCancel;
  109. }
  110. }