CNAS取数仪器端升级
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

frmConditionMap.Designer.cs 12KB

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