CNAS取数仪器端升级
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

92 行
3.7KB

  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInstrumentCode));
  29. this.txtCode = new System.Windows.Forms.TextBox();
  30. this.btnOK = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // txtCode
  35. //
  36. this.txtCode.Location = new System.Drawing.Point(83, 25);
  37. this.txtCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  38. this.txtCode.Name = "txtCode";
  39. this.txtCode.Size = new System.Drawing.Size(275, 23);
  40. this.txtCode.TabIndex = 0;
  41. //
  42. // btnOK
  43. //
  44. this.btnOK.Location = new System.Drawing.Point(293, 66);
  45. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  46. this.btnOK.Name = "btnOK";
  47. this.btnOK.Size = new System.Drawing.Size(90, 30);
  48. this.btnOK.TabIndex = 1;
  49. this.btnOK.Text = "确定";
  50. this.btnOK.UseVisualStyleBackColor = true;
  51. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  52. //
  53. // label1
  54. //
  55. this.label1.AutoSize = true;
  56. this.label1.Location = new System.Drawing.Point(11, 28);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(68, 17);
  59. this.label1.TabIndex = 2;
  60. this.label1.Text = "仪器编号:";
  61. //
  62. // frmInstrumentCode
  63. //
  64. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  65. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  66. this.ClientSize = new System.Drawing.Size(395, 101);
  67. this.Controls.Add(this.label1);
  68. this.Controls.Add(this.btnOK);
  69. this.Controls.Add(this.txtCode);
  70. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  72. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  73. this.MaximizeBox = false;
  74. this.MinimizeBox = false;
  75. this.Name = "frmInstrumentCode";
  76. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  77. this.Text = "请填写仪器编号";
  78. this.ResumeLayout(false);
  79. this.PerformLayout();
  80. }
  81. #endregion
  82. private System.Windows.Forms.TextBox txtCode;
  83. private System.Windows.Forms.Button btnOK;
  84. private System.Windows.Forms.Label label1;
  85. }
  86. }