CNAS取数仪器端升级
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

frmIfThenParams.Designer.cs 10KB

4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. namespace CNAS_DBSync
  2. {
  3. partial class frmIfThenParams
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.pnlAll = new System.Windows.Forms.Panel();
  31. this.btnOK = new System.Windows.Forms.Button();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.cbxInstrument = new System.Windows.Forms.ComboBox();
  34. this.btnDelete = new System.Windows.Forms.Button();
  35. this.dgvIfThen = new System.Windows.Forms.DataGridView();
  36. this.btnAdd = new System.Windows.Forms.Button();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.CalcuCondition = new System.Windows.Forms.DataGridViewComboBoxColumn();
  39. this.ColumnValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.CurrentValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.pnlAll.SuspendLayout();
  43. this.groupBox1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvIfThen)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // pnlAll
  48. //
  49. this.pnlAll.Controls.Add(this.btnOK);
  50. this.pnlAll.Controls.Add(this.groupBox1);
  51. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  53. this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  54. this.pnlAll.Name = "pnlAll";
  55. this.pnlAll.Size = new System.Drawing.Size(738, 476);
  56. this.pnlAll.TabIndex = 1;
  57. //
  58. // btnOK
  59. //
  60. this.btnOK.Location = new System.Drawing.Point(625, 434);
  61. this.btnOK.Name = "btnOK";
  62. this.btnOK.Size = new System.Drawing.Size(90, 30);
  63. this.btnOK.TabIndex = 1;
  64. this.btnOK.Text = "确定";
  65. this.btnOK.UseVisualStyleBackColor = true;
  66. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  67. //
  68. // groupBox1
  69. //
  70. this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
  71. this.groupBox1.Controls.Add(this.cbxInstrument);
  72. this.groupBox1.Controls.Add(this.btnDelete);
  73. this.groupBox1.Controls.Add(this.dgvIfThen);
  74. this.groupBox1.Controls.Add(this.btnAdd);
  75. this.groupBox1.Controls.Add(this.label1);
  76. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  77. this.groupBox1.Name = "groupBox1";
  78. this.groupBox1.Size = new System.Drawing.Size(703, 404);
  79. this.groupBox1.TabIndex = 0;
  80. this.groupBox1.TabStop = false;
  81. this.groupBox1.Text = "条件XXX参数";
  82. //
  83. // cbxInstrument
  84. //
  85. this.cbxInstrument.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  86. this.cbxInstrument.FormattingEnabled = true;
  87. this.cbxInstrument.Location = new System.Drawing.Point(80, 24);
  88. this.cbxInstrument.Name = "cbxInstrument";
  89. this.cbxInstrument.Size = new System.Drawing.Size(354, 28);
  90. this.cbxInstrument.TabIndex = 9;
  91. //
  92. // btnDelete
  93. //
  94. this.btnDelete.Location = new System.Drawing.Point(580, 17);
  95. this.btnDelete.Name = "btnDelete";
  96. this.btnDelete.Size = new System.Drawing.Size(66, 30);
  97. this.btnDelete.TabIndex = 8;
  98. this.btnDelete.Text = "删除条件";
  99. this.btnDelete.UseVisualStyleBackColor = true;
  100. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  101. //
  102. // dgvIfThen
  103. //
  104. this.dgvIfThen.AllowUserToAddRows = false;
  105. this.dgvIfThen.BackgroundColor = System.Drawing.Color.White;
  106. this.dgvIfThen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  107. this.dgvIfThen.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  108. this.CalcuCondition,
  109. this.ColumnValue,
  110. this.CurrentValue,
  111. this.ID});
  112. this.dgvIfThen.Location = new System.Drawing.Point(9, 55);
  113. this.dgvIfThen.MultiSelect = false;
  114. this.dgvIfThen.Name = "dgvIfThen";
  115. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  116. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  117. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  119. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  120. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  121. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  122. this.dgvIfThen.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
  123. this.dgvIfThen.RowHeadersVisible = false;
  124. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  125. this.dgvIfThen.RowsDefaultCellStyle = dataGridViewCellStyle2;
  126. this.dgvIfThen.RowTemplate.Height = 23;
  127. this.dgvIfThen.Size = new System.Drawing.Size(688, 343);
  128. this.dgvIfThen.TabIndex = 7;
  129. //
  130. // btnAdd
  131. //
  132. this.btnAdd.Location = new System.Drawing.Point(490, 17);
  133. this.btnAdd.Name = "btnAdd";
  134. this.btnAdd.Size = new System.Drawing.Size(66, 30);
  135. this.btnAdd.TabIndex = 6;
  136. this.btnAdd.Text = "新增条件";
  137. this.btnAdd.UseVisualStyleBackColor = true;
  138. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  139. //
  140. // label1
  141. //
  142. this.label1.AutoSize = true;
  143. this.label1.Location = new System.Drawing.Point(6, 29);
  144. this.label1.Name = "label1";
  145. this.label1.Size = new System.Drawing.Size(84, 20);
  146. this.label1.TabIndex = 1;
  147. this.label1.Text = "条件列名:";
  148. //
  149. // CalcuCondition
  150. //
  151. this.CalcuCondition.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
  152. this.CalcuCondition.HeaderText = "条件";
  153. this.CalcuCondition.Items.AddRange(new object[] {
  154. "等于"});
  155. this.CalcuCondition.Name = "CalcuCondition";
  156. this.CalcuCondition.Width = 200;
  157. //
  158. // ColumnValue
  159. //
  160. this.ColumnValue.HeaderText = "条件列值";
  161. this.ColumnValue.Name = "ColumnValue";
  162. this.ColumnValue.Width = 200;
  163. //
  164. // CurrentValue
  165. //
  166. this.CurrentValue.HeaderText = "当前列值";
  167. this.CurrentValue.Name = "CurrentValue";
  168. this.CurrentValue.Width = 200;
  169. //
  170. // ID
  171. //
  172. this.ID.HeaderText = "ID";
  173. this.ID.Name = "ID";
  174. this.ID.ReadOnly = true;
  175. this.ID.Visible = false;
  176. //
  177. // frmIfThenParams
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(738, 476);
  182. this.Controls.Add(this.pnlAll);
  183. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  185. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  186. this.MaximizeBox = false;
  187. this.MinimizeBox = false;
  188. this.Name = "frmIfThenParams";
  189. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  190. this.Text = "添加参数(IFThen)";
  191. this.Load += new System.EventHandler(this.frmIfThenParams_Load);
  192. this.pnlAll.ResumeLayout(false);
  193. this.groupBox1.ResumeLayout(false);
  194. this.groupBox1.PerformLayout();
  195. ((System.ComponentModel.ISupportInitialize)(this.dgvIfThen)).EndInit();
  196. this.ResumeLayout(false);
  197. }
  198. #endregion
  199. private System.Windows.Forms.Panel pnlAll;
  200. private System.Windows.Forms.Button btnOK;
  201. private System.Windows.Forms.GroupBox groupBox1;
  202. private System.Windows.Forms.Button btnAdd;
  203. private System.Windows.Forms.Label label1;
  204. private System.Windows.Forms.DataGridView dgvIfThen;
  205. private System.Windows.Forms.Button btnDelete;
  206. private System.Windows.Forms.ComboBox cbxInstrument;
  207. private System.Windows.Forms.DataGridViewComboBoxColumn CalcuCondition;
  208. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnValue;
  209. private System.Windows.Forms.DataGridViewTextBoxColumn CurrentValue;
  210. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  211. }
  212. }