CNAS取数仪器端升级
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

74 líneas
2.6KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmInstrumentCode
  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.txtCode = new System.Windows.Forms.TextBox();
  29. this.btnOK = new System.Windows.Forms.Button();
  30. this.SuspendLayout();
  31. //
  32. // txtCode
  33. //
  34. this.txtCode.Location = new System.Drawing.Point(21, 23);
  35. this.txtCode.Name = "txtCode";
  36. this.txtCode.Size = new System.Drawing.Size(292, 21);
  37. this.txtCode.TabIndex = 0;
  38. //
  39. // btnOK
  40. //
  41. this.btnOK.Location = new System.Drawing.Point(334, 23);
  42. this.btnOK.Name = "btnOK";
  43. this.btnOK.Size = new System.Drawing.Size(75, 23);
  44. this.btnOK.TabIndex = 1;
  45. this.btnOK.Text = "确定";
  46. this.btnOK.UseVisualStyleBackColor = true;
  47. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  48. //
  49. // frmInstrumentCode
  50. //
  51. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  52. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  53. this.ClientSize = new System.Drawing.Size(432, 66);
  54. this.Controls.Add(this.btnOK);
  55. this.Controls.Add(this.txtCode);
  56. this.MaximizeBox = false;
  57. this.MinimizeBox = false;
  58. this.Name = "frmInstrumentCode";
  59. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  60. this.Text = "请填写仪器编号";
  61. this.ResumeLayout(false);
  62. this.PerformLayout();
  63. }
  64. #endregion
  65. private System.Windows.Forms.TextBox txtCode;
  66. private System.Windows.Forms.Button btnOK;
  67. }
  68. }