终端一体化运控平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

135 lignes
5.5 KiB

  1. namespace ComputerTestDemo
  2. {
  3. partial class Form1
  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.button1 = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.comboBox1 = new System.Windows.Forms.ComboBox();
  31. this.comboBox2 = new System.Windows.Forms.ComboBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.Location = new System.Drawing.Point(203, 173);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(121, 37);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "设定值";
  44. this.button1.UseVisualStyleBackColor = true;
  45. this.button1.Click += new System.EventHandler(this.button1_Click);
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Font = new System.Drawing.Font("华文楷体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  51. this.label1.Location = new System.Drawing.Point(100, 40);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(115, 23);
  54. this.label1.TabIndex = 1;
  55. this.label1.Text = "选择设备:";
  56. //
  57. // comboBox1
  58. //
  59. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  60. this.comboBox1.FormattingEnabled = true;
  61. this.comboBox1.Location = new System.Drawing.Point(203, 40);
  62. this.comboBox1.Name = "comboBox1";
  63. this.comboBox1.Size = new System.Drawing.Size(121, 25);
  64. this.comboBox1.TabIndex = 2;
  65. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  66. //
  67. // comboBox2
  68. //
  69. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  70. this.comboBox2.FormattingEnabled = true;
  71. this.comboBox2.Location = new System.Drawing.Point(203, 80);
  72. this.comboBox2.Name = "comboBox2";
  73. this.comboBox2.Size = new System.Drawing.Size(121, 25);
  74. this.comboBox2.TabIndex = 3;
  75. //
  76. // label2
  77. //
  78. this.label2.AutoSize = true;
  79. this.label2.Font = new System.Drawing.Font("华文楷体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  80. this.label2.Location = new System.Drawing.Point(100, 80);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(115, 23);
  83. this.label2.TabIndex = 4;
  84. this.label2.Text = "选择变量:";
  85. //
  86. // label3
  87. //
  88. this.label3.AutoSize = true;
  89. this.label3.Font = new System.Drawing.Font("华文楷体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  90. this.label3.Location = new System.Drawing.Point(79, 120);
  91. this.label3.Name = "label3";
  92. this.label3.Size = new System.Drawing.Size(136, 23);
  93. this.label3.TabIndex = 5;
  94. this.label3.Text = "设定变量值:";
  95. //
  96. // textBox1
  97. //
  98. this.textBox1.Location = new System.Drawing.Point(203, 120);
  99. this.textBox1.Name = "textBox1";
  100. this.textBox1.Size = new System.Drawing.Size(121, 23);
  101. this.textBox1.TabIndex = 6;
  102. //
  103. // Form1
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.ClientSize = new System.Drawing.Size(500, 263);
  108. this.Controls.Add(this.textBox1);
  109. this.Controls.Add(this.comboBox2);
  110. this.Controls.Add(this.comboBox1);
  111. this.Controls.Add(this.label3);
  112. this.Controls.Add(this.label2);
  113. this.Controls.Add(this.label1);
  114. this.Controls.Add(this.button1);
  115. this.Name = "Form1";
  116. this.Text = "Form1";
  117. this.ResumeLayout(false);
  118. this.PerformLayout();
  119. }
  120. #endregion
  121. private Button button1;
  122. private Label label1;
  123. private ComboBox comboBox1;
  124. private ComboBox comboBox2;
  125. private Label label2;
  126. private Label label3;
  127. private TextBox textBox1;
  128. }
  129. }