CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

256 lines
12KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmCNASValue
  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(frmCNASValue));
  29. this.pnlLeft = new System.Windows.Forms.Panel();
  30. this.pnlTop = new System.Windows.Forms.Panel();
  31. this.pnlBottom = new System.Windows.Forms.Panel();
  32. this.pnlRight = new System.Windows.Forms.Panel();
  33. this.pnlCenter = new System.Windows.Forms.Panel();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.dgvCnas = new System.Windows.Forms.DataGridView();
  36. this.pnlCenterBottom = new System.Windows.Forms.Panel();
  37. this.btnDelete = new System.Windows.Forms.Button();
  38. this.btnOK = new System.Windows.Forms.Button();
  39. this.TableName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.TableColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.DataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.condition = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.pnlCenter.SuspendLayout();
  45. this.groupBox1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).BeginInit();
  47. this.pnlCenterBottom.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // pnlLeft
  51. //
  52. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  53. this.pnlLeft.Location = new System.Drawing.Point(0, 0);
  54. this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  55. this.pnlLeft.Name = "pnlLeft";
  56. this.pnlLeft.Size = new System.Drawing.Size(10, 403);
  57. this.pnlLeft.TabIndex = 0;
  58. //
  59. // pnlTop
  60. //
  61. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  62. this.pnlTop.Location = new System.Drawing.Point(10, 0);
  63. this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  64. this.pnlTop.Name = "pnlTop";
  65. this.pnlTop.Size = new System.Drawing.Size(512, 10);
  66. this.pnlTop.TabIndex = 1;
  67. //
  68. // pnlBottom
  69. //
  70. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  71. this.pnlBottom.Location = new System.Drawing.Point(10, 393);
  72. this.pnlBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  73. this.pnlBottom.Name = "pnlBottom";
  74. this.pnlBottom.Size = new System.Drawing.Size(512, 10);
  75. this.pnlBottom.TabIndex = 1;
  76. //
  77. // pnlRight
  78. //
  79. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  80. this.pnlRight.Location = new System.Drawing.Point(512, 10);
  81. this.pnlRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  82. this.pnlRight.Name = "pnlRight";
  83. this.pnlRight.Size = new System.Drawing.Size(10, 383);
  84. this.pnlRight.TabIndex = 1;
  85. //
  86. // pnlCenter
  87. //
  88. this.pnlCenter.Controls.Add(this.groupBox1);
  89. this.pnlCenter.Controls.Add(this.pnlCenterBottom);
  90. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.pnlCenter.Location = new System.Drawing.Point(10, 10);
  92. this.pnlCenter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  93. this.pnlCenter.Name = "pnlCenter";
  94. this.pnlCenter.Size = new System.Drawing.Size(502, 383);
  95. this.pnlCenter.TabIndex = 2;
  96. //
  97. // groupBox1
  98. //
  99. this.groupBox1.Controls.Add(this.dgvCnas);
  100. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  102. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  103. this.groupBox1.Name = "groupBox1";
  104. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  105. this.groupBox1.Size = new System.Drawing.Size(502, 344);
  106. this.groupBox1.TabIndex = 1;
  107. this.groupBox1.TabStop = false;
  108. this.groupBox1.Text = "CNAS列";
  109. //
  110. // dgvCnas
  111. //
  112. this.dgvCnas.AllowUserToAddRows = false;
  113. this.dgvCnas.BackgroundColor = System.Drawing.Color.White;
  114. this.dgvCnas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  115. this.dgvCnas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  116. this.TableName,
  117. this.TableColumn,
  118. this.DataType,
  119. this.condition,
  120. this.Value});
  121. this.dgvCnas.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.dgvCnas.Location = new System.Drawing.Point(3, 20);
  123. this.dgvCnas.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  124. this.dgvCnas.Name = "dgvCnas";
  125. this.dgvCnas.RowTemplate.Height = 23;
  126. this.dgvCnas.Size = new System.Drawing.Size(496, 320);
  127. this.dgvCnas.TabIndex = 0;
  128. this.dgvCnas.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellClick);
  129. this.dgvCnas.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellDoubleClick);
  130. this.dgvCnas.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellEndEdit);
  131. this.dgvCnas.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellValueChanged);
  132. this.dgvCnas.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvCnas_RowPostPaint);
  133. //
  134. // pnlCenterBottom
  135. //
  136. this.pnlCenterBottom.Controls.Add(this.btnDelete);
  137. this.pnlCenterBottom.Controls.Add(this.btnOK);
  138. this.pnlCenterBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  139. this.pnlCenterBottom.Location = new System.Drawing.Point(0, 344);
  140. this.pnlCenterBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  141. this.pnlCenterBottom.Name = "pnlCenterBottom";
  142. this.pnlCenterBottom.Size = new System.Drawing.Size(502, 39);
  143. this.pnlCenterBottom.TabIndex = 0;
  144. //
  145. // btnDelete
  146. //
  147. this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  148. this.btnDelete.Location = new System.Drawing.Point(332, 8);
  149. this.btnDelete.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  150. this.btnDelete.Name = "btnDelete";
  151. this.btnDelete.Size = new System.Drawing.Size(71, 25);
  152. this.btnDelete.TabIndex = 1;
  153. this.btnDelete.Text = "全部清除";
  154. this.btnDelete.UseVisualStyleBackColor = true;
  155. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  156. //
  157. // btnOK
  158. //
  159. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  161. this.btnOK.Location = new System.Drawing.Point(409, 4);
  162. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  163. this.btnOK.Name = "btnOK";
  164. this.btnOK.Size = new System.Drawing.Size(90, 30);
  165. this.btnOK.TabIndex = 0;
  166. this.btnOK.Text = "确定";
  167. this.btnOK.UseVisualStyleBackColor = true;
  168. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  169. //
  170. // TableName
  171. //
  172. this.TableName.DataPropertyName = "CnasTableName";
  173. this.TableName.HeaderText = "表名";
  174. this.TableName.Name = "TableName";
  175. this.TableName.Visible = false;
  176. this.TableName.Width = 120;
  177. //
  178. // TableColumn
  179. //
  180. this.TableColumn.DataPropertyName = "CnasFieldName";
  181. this.TableColumn.HeaderText = "列名";
  182. this.TableColumn.Name = "TableColumn";
  183. this.TableColumn.ReadOnly = true;
  184. this.TableColumn.Width = 150;
  185. //
  186. // DataType
  187. //
  188. this.DataType.DataPropertyName = "CnasDataType";
  189. this.DataType.HeaderText = "类型";
  190. this.DataType.Name = "DataType";
  191. this.DataType.ReadOnly = true;
  192. this.DataType.Visible = false;
  193. this.DataType.Width = 120;
  194. //
  195. // condition
  196. //
  197. this.condition.HeaderText = "条件";
  198. this.condition.Name = "condition";
  199. this.condition.ReadOnly = true;
  200. this.condition.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  201. //
  202. // Value
  203. //
  204. this.Value.HeaderText = "值";
  205. this.Value.Name = "Value";
  206. this.Value.Width = 150;
  207. //
  208. // frmCNASValue
  209. //
  210. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  211. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  212. this.ClientSize = new System.Drawing.Size(522, 403);
  213. this.Controls.Add(this.pnlCenter);
  214. this.Controls.Add(this.pnlRight);
  215. this.Controls.Add(this.pnlBottom);
  216. this.Controls.Add(this.pnlTop);
  217. this.Controls.Add(this.pnlLeft);
  218. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  220. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  221. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  222. this.MaximizeBox = false;
  223. this.Name = "frmCNASValue";
  224. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  225. this.Text = "CNAS条件映射";
  226. this.Load += new System.EventHandler(this.frmCNASValue_Load);
  227. this.pnlCenter.ResumeLayout(false);
  228. this.groupBox1.ResumeLayout(false);
  229. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).EndInit();
  230. this.pnlCenterBottom.ResumeLayout(false);
  231. this.ResumeLayout(false);
  232. }
  233. #endregion
  234. private System.Windows.Forms.Panel pnlLeft;
  235. private System.Windows.Forms.Panel pnlTop;
  236. private System.Windows.Forms.Panel pnlBottom;
  237. private System.Windows.Forms.Panel pnlRight;
  238. private System.Windows.Forms.Panel pnlCenter;
  239. private System.Windows.Forms.GroupBox groupBox1;
  240. private System.Windows.Forms.DataGridView dgvCnas;
  241. private System.Windows.Forms.Panel pnlCenterBottom;
  242. private System.Windows.Forms.Button btnOK;
  243. private System.Windows.Forms.Button btnDelete;
  244. private System.Windows.Forms.DataGridViewTextBoxColumn TableName;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn TableColumn;
  246. private System.Windows.Forms.DataGridViewTextBoxColumn DataType;
  247. private System.Windows.Forms.DataGridViewTextBoxColumn condition;
  248. private System.Windows.Forms.DataGridViewTextBoxColumn Value;
  249. }
  250. }