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

frmSyncParams.Designer.cs 51KB

4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
4ヶ月前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984
  1. namespace CNAS_DBSync
  2. {
  3. partial class frmSyncParams
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSyncParams));
  38. this.pnlAll = new System.Windows.Forms.Panel();
  39. this.pnlBodyCenter = new System.Windows.Forms.Panel();
  40. this.pnlRigh = new System.Windows.Forms.Panel();
  41. this.panel5 = new System.Windows.Forms.Panel();
  42. this.groupBox2 = new System.Windows.Forms.GroupBox();
  43. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  44. this.panel15 = new System.Windows.Forms.Panel();
  45. this.dgvMapping = new System.Windows.Forms.DataGridView();
  46. this.InstrumentField = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.CnasField = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.PrimaryKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  49. this.DateKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.字段属性 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.cmsMapping = new System.Windows.Forms.ContextMenuStrip(this.components);
  52. this.btnDelMap = new System.Windows.Forms.ToolStripMenuItem();
  53. this.panel14 = new System.Windows.Forms.Panel();
  54. this.txtInstrumentColumn = new System.Windows.Forms.TextBox();
  55. this.cbxCNASColumn = new System.Windows.Forms.ComboBox();
  56. this.label3 = new System.Windows.Forms.Label();
  57. this.label2 = new System.Windows.Forms.Label();
  58. this.tabControl1 = new System.Windows.Forms.TabControl();
  59. this.tabPage6 = new System.Windows.Forms.TabPage();
  60. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  61. this.dgvInstruDS = new System.Windows.Forms.DataGridView();
  62. this.InstruFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.InstruDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.pnlleft = new System.Windows.Forms.Panel();
  65. this.cbxInstrument = new System.Windows.Forms.ComboBox();
  66. this.label12 = new System.Windows.Forms.Label();
  67. this.dgvCnas = new System.Windows.Forms.DataGridView();
  68. this.CNASFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.CnasDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.pnlRight = new System.Windows.Forms.Panel();
  71. this.cbxCnas = new System.Windows.Forms.ComboBox();
  72. this.label13 = new System.Windows.Forms.Label();
  73. this.panel1 = new System.Windows.Forms.Panel();
  74. this.panel7 = new System.Windows.Forms.Panel();
  75. this.btnSourceFilter = new System.Windows.Forms.Button();
  76. this.btnCNASFieldConfig = new System.Windows.Forms.Button();
  77. this.btnLoadDBData = new System.Windows.Forms.Button();
  78. this.btnAddMapping = new System.Windows.Forms.Button();
  79. this.btnDatabaseConfig = new System.Windows.Forms.Button();
  80. this.groupBox1 = new System.Windows.Forms.GroupBox();
  81. this.dgvInstrument = new System.Windows.Forms.DataGridView();
  82. this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.panel17 = new System.Windows.Forms.Panel();
  84. this.panel16 = new System.Windows.Forms.Panel();
  85. this.panel9 = new System.Windows.Forms.Panel();
  86. this.btnAdd = new System.Windows.Forms.Button();
  87. this.btnDel = new System.Windows.Forms.Button();
  88. this.panel8 = new System.Windows.Forms.Panel();
  89. this.label1 = new System.Windows.Forms.Label();
  90. this.pnlMenuTop = new System.Windows.Forms.Panel();
  91. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  92. this.tsmSystemSetting = new System.Windows.Forms.ToolStripMenuItem();
  93. this.tsmServiceSetting = new System.Windows.Forms.ToolStripMenuItem();
  94. this.tsmSourceSetting = new System.Windows.Forms.ToolStripMenuItem();
  95. this.tsmHelper = new System.Windows.Forms.ToolStripMenuItem();
  96. this.panel3 = new System.Windows.Forms.Panel();
  97. this.panel2 = new System.Windows.Forms.Panel();
  98. this.btnSave = new System.Windows.Forms.Button();
  99. this.panel11 = new System.Windows.Forms.Panel();
  100. this.panel12 = new System.Windows.Forms.Panel();
  101. this.panel4 = new System.Windows.Forms.Panel();
  102. this.panel13 = new System.Windows.Forms.Panel();
  103. this.panel6 = new System.Windows.Forms.Panel();
  104. this.pnlAll.SuspendLayout();
  105. this.pnlBodyCenter.SuspendLayout();
  106. this.pnlRigh.SuspendLayout();
  107. this.panel5.SuspendLayout();
  108. this.groupBox2.SuspendLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  110. this.splitContainer1.Panel1.SuspendLayout();
  111. this.splitContainer1.Panel2.SuspendLayout();
  112. this.splitContainer1.SuspendLayout();
  113. this.panel15.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).BeginInit();
  115. this.cmsMapping.SuspendLayout();
  116. this.panel14.SuspendLayout();
  117. this.tabControl1.SuspendLayout();
  118. this.tabPage6.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  120. this.splitContainer2.Panel1.SuspendLayout();
  121. this.splitContainer2.Panel2.SuspendLayout();
  122. this.splitContainer2.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).BeginInit();
  124. this.pnlleft.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).BeginInit();
  126. this.pnlRight.SuspendLayout();
  127. this.panel1.SuspendLayout();
  128. this.panel7.SuspendLayout();
  129. this.groupBox1.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.dgvInstrument)).BeginInit();
  131. this.panel9.SuspendLayout();
  132. this.panel8.SuspendLayout();
  133. this.pnlMenuTop.SuspendLayout();
  134. this.menuStrip1.SuspendLayout();
  135. this.panel11.SuspendLayout();
  136. this.panel12.SuspendLayout();
  137. this.panel4.SuspendLayout();
  138. this.panel13.SuspendLayout();
  139. this.SuspendLayout();
  140. //
  141. // pnlAll
  142. //
  143. this.pnlAll.Controls.Add(this.pnlBodyCenter);
  144. this.pnlAll.Controls.Add(this.pnlMenuTop);
  145. this.pnlAll.Controls.Add(this.panel3);
  146. this.pnlAll.Controls.Add(this.panel2);
  147. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  149. this.pnlAll.Name = "pnlAll";
  150. this.pnlAll.Size = new System.Drawing.Size(1207, 748);
  151. this.pnlAll.TabIndex = 0;
  152. //
  153. // pnlBodyCenter
  154. //
  155. this.pnlBodyCenter.Controls.Add(this.pnlRigh);
  156. this.pnlBodyCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.pnlBodyCenter.Location = new System.Drawing.Point(10, 29);
  158. this.pnlBodyCenter.Name = "pnlBodyCenter";
  159. this.pnlBodyCenter.Size = new System.Drawing.Size(1197, 719);
  160. this.pnlBodyCenter.TabIndex = 7;
  161. //
  162. // pnlRigh
  163. //
  164. this.pnlRigh.Controls.Add(this.panel5);
  165. this.pnlRigh.Controls.Add(this.groupBox1);
  166. this.pnlRigh.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.pnlRigh.Location = new System.Drawing.Point(0, 0);
  168. this.pnlRigh.Name = "pnlRigh";
  169. this.pnlRigh.Size = new System.Drawing.Size(1197, 719);
  170. this.pnlRigh.TabIndex = 5;
  171. //
  172. // panel5
  173. //
  174. this.panel5.Controls.Add(this.groupBox2);
  175. this.panel5.Controls.Add(this.panel1);
  176. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.panel5.Location = new System.Drawing.Point(146, 0);
  178. this.panel5.Name = "panel5";
  179. this.panel5.Size = new System.Drawing.Size(1051, 719);
  180. this.panel5.TabIndex = 4;
  181. //
  182. // groupBox2
  183. //
  184. this.groupBox2.Controls.Add(this.splitContainer1);
  185. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  186. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  187. this.groupBox2.Name = "groupBox2";
  188. this.groupBox2.Size = new System.Drawing.Size(1051, 678);
  189. this.groupBox2.TabIndex = 1;
  190. this.groupBox2.TabStop = false;
  191. this.groupBox2.Text = "详情";
  192. //
  193. // splitContainer1
  194. //
  195. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.splitContainer1.Location = new System.Drawing.Point(3, 23);
  197. this.splitContainer1.Name = "splitContainer1";
  198. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  199. //
  200. // splitContainer1.Panel1
  201. //
  202. this.splitContainer1.Panel1.Controls.Add(this.panel15);
  203. this.splitContainer1.Panel1.Controls.Add(this.panel14);
  204. //
  205. // splitContainer1.Panel2
  206. //
  207. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  208. this.splitContainer1.Size = new System.Drawing.Size(1045, 652);
  209. this.splitContainer1.SplitterDistance = 265;
  210. this.splitContainer1.TabIndex = 2;
  211. //
  212. // panel15
  213. //
  214. this.panel15.Controls.Add(this.dgvMapping);
  215. this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.panel15.Location = new System.Drawing.Point(0, 37);
  217. this.panel15.Name = "panel15";
  218. this.panel15.Size = new System.Drawing.Size(1045, 228);
  219. this.panel15.TabIndex = 2;
  220. //
  221. // dgvMapping
  222. //
  223. this.dgvMapping.AllowUserToAddRows = false;
  224. this.dgvMapping.BackgroundColor = System.Drawing.Color.White;
  225. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  226. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  227. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  229. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  230. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  231. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  232. this.dgvMapping.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  233. this.dgvMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  234. this.dgvMapping.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  235. this.InstrumentField,
  236. this.CnasField,
  237. this.PrimaryKey,
  238. this.DateKey,
  239. this.字段属性});
  240. this.dgvMapping.ContextMenuStrip = this.cmsMapping;
  241. this.dgvMapping.Dock = System.Windows.Forms.DockStyle.Fill;
  242. this.dgvMapping.Location = new System.Drawing.Point(0, 0);
  243. this.dgvMapping.MultiSelect = false;
  244. this.dgvMapping.Name = "dgvMapping";
  245. this.dgvMapping.RowHeadersVisible = false;
  246. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  247. this.dgvMapping.RowsDefaultCellStyle = dataGridViewCellStyle2;
  248. this.dgvMapping.RowTemplate.Height = 23;
  249. this.dgvMapping.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  250. this.dgvMapping.Size = new System.Drawing.Size(1045, 228);
  251. this.dgvMapping.TabIndex = 1;
  252. //
  253. // InstrumentField
  254. //
  255. this.InstrumentField.DataPropertyName = "SourceField";
  256. this.InstrumentField.HeaderText = "设备数据列";
  257. this.InstrumentField.Name = "InstrumentField";
  258. this.InstrumentField.ReadOnly = true;
  259. this.InstrumentField.Width = 200;
  260. //
  261. // CnasField
  262. //
  263. this.CnasField.DataPropertyName = "TargetField";
  264. this.CnasField.HeaderText = "CNAS数据列";
  265. this.CnasField.Name = "CnasField";
  266. this.CnasField.ReadOnly = true;
  267. this.CnasField.Width = 200;
  268. //
  269. // PrimaryKey
  270. //
  271. this.PrimaryKey.DataPropertyName = "IfPrimaryKey";
  272. this.PrimaryKey.HeaderText = "关键字段";
  273. this.PrimaryKey.Name = "PrimaryKey";
  274. this.PrimaryKey.Width = 200;
  275. //
  276. // DateKey
  277. //
  278. this.DateKey.DataPropertyName = "IfDateField";
  279. this.DateKey.HeaderText = "日期字段";
  280. this.DateKey.Name = "DateKey";
  281. this.DateKey.Width = 200;
  282. //
  283. // 字段属性
  284. //
  285. this.字段属性.DataPropertyName = "DataType";
  286. this.字段属性.HeaderText = "数据类型";
  287. this.字段属性.Name = "字段属性";
  288. this.字段属性.Width = 200;
  289. //
  290. // cmsMapping
  291. //
  292. this.cmsMapping.ImageScalingSize = new System.Drawing.Size(20, 20);
  293. this.cmsMapping.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  294. this.btnDelMap});
  295. this.cmsMapping.Name = "cmsMapping";
  296. this.cmsMapping.Size = new System.Drawing.Size(109, 28);
  297. //
  298. // btnDelMap
  299. //
  300. this.btnDelMap.Name = "btnDelMap";
  301. this.btnDelMap.Size = new System.Drawing.Size(108, 24);
  302. this.btnDelMap.Text = "移除";
  303. this.btnDelMap.Click += new System.EventHandler(this.btnDelMap_Click);
  304. //
  305. // panel14
  306. //
  307. this.panel14.Controls.Add(this.txtInstrumentColumn);
  308. this.panel14.Controls.Add(this.cbxCNASColumn);
  309. this.panel14.Controls.Add(this.label3);
  310. this.panel14.Controls.Add(this.label2);
  311. this.panel14.Dock = System.Windows.Forms.DockStyle.Top;
  312. this.panel14.Location = new System.Drawing.Point(0, 0);
  313. this.panel14.Name = "panel14";
  314. this.panel14.Size = new System.Drawing.Size(1045, 37);
  315. this.panel14.TabIndex = 1;
  316. //
  317. // txtInstrumentColumn
  318. //
  319. this.txtInstrumentColumn.Location = new System.Drawing.Point(453, 9);
  320. this.txtInstrumentColumn.Name = "txtInstrumentColumn";
  321. this.txtInstrumentColumn.ReadOnly = true;
  322. this.txtInstrumentColumn.Size = new System.Drawing.Size(195, 27);
  323. this.txtInstrumentColumn.TabIndex = 7;
  324. this.txtInstrumentColumn.DoubleClick += new System.EventHandler(this.txtInstrumentColumn_DoubleClick);
  325. //
  326. // cbxCNASColumn
  327. //
  328. this.cbxCNASColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  329. this.cbxCNASColumn.FormattingEnabled = true;
  330. this.cbxCNASColumn.Location = new System.Drawing.Point(453, 9);
  331. this.cbxCNASColumn.Name = "cbxCNASColumn";
  332. this.cbxCNASColumn.Size = new System.Drawing.Size(184, 28);
  333. this.cbxCNASColumn.TabIndex = 6;
  334. this.cbxCNASColumn.Visible = false;
  335. this.cbxCNASColumn.SelectedIndexChanged += new System.EventHandler(this.cbxCNASColumn_SelectedIndexChanged);
  336. this.cbxCNASColumn.Leave += new System.EventHandler(this.cbxCNASColumn_Leave);
  337. //
  338. // label3
  339. //
  340. this.label3.AutoSize = true;
  341. this.label3.Location = new System.Drawing.Point(321, 10);
  342. this.label3.Name = "label3";
  343. this.label3.Size = new System.Drawing.Size(141, 20);
  344. this.label3.TabIndex = 5;
  345. this.label3.Text = "CNAS仪器信息列:";
  346. //
  347. // label2
  348. //
  349. this.label2.AutoSize = true;
  350. this.label2.Location = new System.Drawing.Point(3, 10);
  351. this.label2.Name = "label2";
  352. this.label2.Size = new System.Drawing.Size(114, 20);
  353. this.label2.TabIndex = 4;
  354. this.label2.Text = "字段映射信息:";
  355. //
  356. // tabControl1
  357. //
  358. this.tabControl1.Controls.Add(this.tabPage6);
  359. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  360. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  361. this.tabControl1.Name = "tabControl1";
  362. this.tabControl1.SelectedIndex = 0;
  363. this.tabControl1.Size = new System.Drawing.Size(1045, 383);
  364. this.tabControl1.TabIndex = 1;
  365. //
  366. // tabPage6
  367. //
  368. this.tabPage6.Controls.Add(this.splitContainer2);
  369. this.tabPage6.Location = new System.Drawing.Point(4, 29);
  370. this.tabPage6.Name = "tabPage6";
  371. this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
  372. this.tabPage6.Size = new System.Drawing.Size(1037, 350);
  373. this.tabPage6.TabIndex = 1;
  374. this.tabPage6.Text = "字段";
  375. this.tabPage6.UseVisualStyleBackColor = true;
  376. //
  377. // splitContainer2
  378. //
  379. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  380. this.splitContainer2.Location = new System.Drawing.Point(3, 3);
  381. this.splitContainer2.Name = "splitContainer2";
  382. //
  383. // splitContainer2.Panel1
  384. //
  385. this.splitContainer2.Panel1.Controls.Add(this.dgvInstruDS);
  386. this.splitContainer2.Panel1.Controls.Add(this.pnlleft);
  387. //
  388. // splitContainer2.Panel2
  389. //
  390. this.splitContainer2.Panel2.Controls.Add(this.dgvCnas);
  391. this.splitContainer2.Panel2.Controls.Add(this.pnlRight);
  392. this.splitContainer2.Size = new System.Drawing.Size(1031, 344);
  393. this.splitContainer2.SplitterDistance = 508;
  394. this.splitContainer2.TabIndex = 1;
  395. //
  396. // dgvInstruDS
  397. //
  398. this.dgvInstruDS.AllowUserToAddRows = false;
  399. this.dgvInstruDS.BackgroundColor = System.Drawing.Color.White;
  400. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  401. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  402. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  404. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  405. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  406. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  407. this.dgvInstruDS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  408. this.dgvInstruDS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  409. this.dgvInstruDS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  410. this.InstruFieldName,
  411. this.InstruDataType});
  412. this.dgvInstruDS.Dock = System.Windows.Forms.DockStyle.Fill;
  413. this.dgvInstruDS.Location = new System.Drawing.Point(0, 34);
  414. this.dgvInstruDS.Name = "dgvInstruDS";
  415. this.dgvInstruDS.ReadOnly = true;
  416. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  417. this.dgvInstruDS.RowsDefaultCellStyle = dataGridViewCellStyle4;
  418. this.dgvInstruDS.RowTemplate.Height = 23;
  419. this.dgvInstruDS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  420. this.dgvInstruDS.Size = new System.Drawing.Size(508, 310);
  421. this.dgvInstruDS.TabIndex = 1;
  422. //
  423. // InstruFieldName
  424. //
  425. this.InstruFieldName.DataPropertyName = "InstruFieldName";
  426. this.InstruFieldName.HeaderText = "列名";
  427. this.InstruFieldName.Name = "InstruFieldName";
  428. this.InstruFieldName.ReadOnly = true;
  429. this.InstruFieldName.Width = 220;
  430. //
  431. // InstruDataType
  432. //
  433. this.InstruDataType.DataPropertyName = "InstruDataType";
  434. this.InstruDataType.HeaderText = "数据类型";
  435. this.InstruDataType.Name = "InstruDataType";
  436. this.InstruDataType.ReadOnly = true;
  437. this.InstruDataType.Width = 240;
  438. //
  439. // pnlleft
  440. //
  441. this.pnlleft.Controls.Add(this.cbxInstrument);
  442. this.pnlleft.Controls.Add(this.label12);
  443. this.pnlleft.Dock = System.Windows.Forms.DockStyle.Top;
  444. this.pnlleft.Location = new System.Drawing.Point(0, 0);
  445. this.pnlleft.Name = "pnlleft";
  446. this.pnlleft.Size = new System.Drawing.Size(508, 34);
  447. this.pnlleft.TabIndex = 0;
  448. //
  449. // cbxInstrument
  450. //
  451. this.cbxInstrument.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  452. this.cbxInstrument.FormattingEnabled = true;
  453. this.cbxInstrument.Location = new System.Drawing.Point(129, 6);
  454. this.cbxInstrument.Name = "cbxInstrument";
  455. this.cbxInstrument.Size = new System.Drawing.Size(200, 28);
  456. this.cbxInstrument.TabIndex = 1;
  457. this.cbxInstrument.SelectedIndexChanged += new System.EventHandler(this.cbxInstrument_SelectedIndexChanged);
  458. //
  459. // label12
  460. //
  461. this.label12.AutoSize = true;
  462. this.label12.Location = new System.Drawing.Point(3, 10);
  463. this.label12.Name = "label12";
  464. this.label12.Size = new System.Drawing.Size(129, 20);
  465. this.label12.TabIndex = 0;
  466. this.label12.Text = "设备数据源表名:";
  467. //
  468. // dgvCnas
  469. //
  470. this.dgvCnas.AllowUserToAddRows = false;
  471. this.dgvCnas.BackgroundColor = System.Drawing.Color.White;
  472. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  473. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  474. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  476. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  477. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  478. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  479. this.dgvCnas.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  480. this.dgvCnas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  481. this.dgvCnas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  482. this.CNASFieldName,
  483. this.CnasDataType});
  484. this.dgvCnas.Dock = System.Windows.Forms.DockStyle.Fill;
  485. this.dgvCnas.Location = new System.Drawing.Point(0, 34);
  486. this.dgvCnas.Name = "dgvCnas";
  487. this.dgvCnas.ReadOnly = true;
  488. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  489. this.dgvCnas.RowsDefaultCellStyle = dataGridViewCellStyle6;
  490. this.dgvCnas.RowTemplate.Height = 23;
  491. this.dgvCnas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  492. this.dgvCnas.Size = new System.Drawing.Size(519, 310);
  493. this.dgvCnas.TabIndex = 2;
  494. //
  495. // CNASFieldName
  496. //
  497. this.CNASFieldName.DataPropertyName = "CnasFieldName";
  498. this.CNASFieldName.HeaderText = "列名";
  499. this.CNASFieldName.Name = "CNASFieldName";
  500. this.CNASFieldName.ReadOnly = true;
  501. this.CNASFieldName.Width = 220;
  502. //
  503. // CnasDataType
  504. //
  505. this.CnasDataType.DataPropertyName = "CnasDataType";
  506. this.CnasDataType.HeaderText = "数据类型";
  507. this.CnasDataType.Name = "CnasDataType";
  508. this.CnasDataType.ReadOnly = true;
  509. this.CnasDataType.Width = 240;
  510. //
  511. // pnlRight
  512. //
  513. this.pnlRight.Controls.Add(this.cbxCnas);
  514. this.pnlRight.Controls.Add(this.label13);
  515. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Top;
  516. this.pnlRight.Location = new System.Drawing.Point(0, 0);
  517. this.pnlRight.Name = "pnlRight";
  518. this.pnlRight.Size = new System.Drawing.Size(519, 34);
  519. this.pnlRight.TabIndex = 0;
  520. //
  521. // cbxCnas
  522. //
  523. this.cbxCnas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  524. this.cbxCnas.FormattingEnabled = true;
  525. this.cbxCnas.Location = new System.Drawing.Point(150, 6);
  526. this.cbxCnas.Name = "cbxCnas";
  527. this.cbxCnas.Size = new System.Drawing.Size(184, 28);
  528. this.cbxCnas.TabIndex = 2;
  529. this.cbxCnas.SelectedIndexChanged += new System.EventHandler(this.cbxCnas_SelectedIndexChanged);
  530. //
  531. // label13
  532. //
  533. this.label13.AutoSize = true;
  534. this.label13.Location = new System.Drawing.Point(3, 10);
  535. this.label13.Name = "label13";
  536. this.label13.Size = new System.Drawing.Size(141, 20);
  537. this.label13.TabIndex = 1;
  538. this.label13.Text = "CNAS数据库表名:";
  539. //
  540. // panel1
  541. //
  542. this.panel1.Controls.Add(this.panel7);
  543. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  544. this.panel1.Location = new System.Drawing.Point(0, 678);
  545. this.panel1.Name = "panel1";
  546. this.panel1.Size = new System.Drawing.Size(1051, 41);
  547. this.panel1.TabIndex = 3;
  548. //
  549. // panel7
  550. //
  551. this.panel7.Controls.Add(this.btnSourceFilter);
  552. this.panel7.Controls.Add(this.btnCNASFieldConfig);
  553. this.panel7.Controls.Add(this.btnLoadDBData);
  554. this.panel7.Controls.Add(this.btnAddMapping);
  555. this.panel7.Controls.Add(this.btnDatabaseConfig);
  556. this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
  557. this.panel7.Location = new System.Drawing.Point(637, 0);
  558. this.panel7.Name = "panel7";
  559. this.panel7.Size = new System.Drawing.Size(414, 41);
  560. this.panel7.TabIndex = 5;
  561. //
  562. // btnSourceFilter
  563. //
  564. this.btnSourceFilter.Location = new System.Drawing.Point(86, 3);
  565. this.btnSourceFilter.Name = "btnSourceFilter";
  566. this.btnSourceFilter.Size = new System.Drawing.Size(79, 32);
  567. this.btnSourceFilter.TabIndex = 6;
  568. this.btnSourceFilter.Text = "来源过滤";
  569. this.btnSourceFilter.UseVisualStyleBackColor = true;
  570. this.btnSourceFilter.Click += new System.EventHandler(this.btnSourceFilter_Click);
  571. //
  572. // btnCNASFieldConfig
  573. //
  574. this.btnCNASFieldConfig.Location = new System.Drawing.Point(168, 3);
  575. this.btnCNASFieldConfig.Name = "btnCNASFieldConfig";
  576. this.btnCNASFieldConfig.Size = new System.Drawing.Size(79, 35);
  577. this.btnCNASFieldConfig.TabIndex = 5;
  578. this.btnCNASFieldConfig.Text = "条件映射";
  579. this.btnCNASFieldConfig.UseVisualStyleBackColor = true;
  580. this.btnCNASFieldConfig.Click += new System.EventHandler(this.btnCNASFieldConfig_Click);
  581. //
  582. // btnLoadDBData
  583. //
  584. this.btnLoadDBData.Location = new System.Drawing.Point(249, 3);
  585. this.btnLoadDBData.Name = "btnLoadDBData";
  586. this.btnLoadDBData.Size = new System.Drawing.Size(79, 32);
  587. this.btnLoadDBData.TabIndex = 4;
  588. this.btnLoadDBData.Text = "加载数据";
  589. this.btnLoadDBData.UseVisualStyleBackColor = true;
  590. this.btnLoadDBData.Click += new System.EventHandler(this.btnLoadDBData_Click);
  591. //
  592. // btnAddMapping
  593. //
  594. this.btnAddMapping.Location = new System.Drawing.Point(3, 3);
  595. this.btnAddMapping.Name = "btnAddMapping";
  596. this.btnAddMapping.Size = new System.Drawing.Size(79, 32);
  597. this.btnAddMapping.TabIndex = 2;
  598. this.btnAddMapping.Text = "新增映射";
  599. this.btnAddMapping.UseVisualStyleBackColor = true;
  600. this.btnAddMapping.Click += new System.EventHandler(this.btnAddMapping_Click);
  601. //
  602. // btnDatabaseConfig
  603. //
  604. this.btnDatabaseConfig.Location = new System.Drawing.Point(332, 3);
  605. this.btnDatabaseConfig.Name = "btnDatabaseConfig";
  606. this.btnDatabaseConfig.Size = new System.Drawing.Size(79, 32);
  607. this.btnDatabaseConfig.TabIndex = 3;
  608. this.btnDatabaseConfig.Text = "配置数据库";
  609. this.btnDatabaseConfig.UseVisualStyleBackColor = true;
  610. this.btnDatabaseConfig.Click += new System.EventHandler(this.btnDatabaseConfig_Click);
  611. //
  612. // groupBox1
  613. //
  614. this.groupBox1.Controls.Add(this.dgvInstrument);
  615. this.groupBox1.Controls.Add(this.panel17);
  616. this.groupBox1.Controls.Add(this.panel16);
  617. this.groupBox1.Controls.Add(this.panel9);
  618. this.groupBox1.Controls.Add(this.panel8);
  619. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  620. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  621. this.groupBox1.Name = "groupBox1";
  622. this.groupBox1.Size = new System.Drawing.Size(146, 719);
  623. this.groupBox1.TabIndex = 0;
  624. this.groupBox1.TabStop = false;
  625. this.groupBox1.Text = "仪器";
  626. //
  627. // dgvInstrument
  628. //
  629. this.dgvInstrument.AllowUserToAddRows = false;
  630. this.dgvInstrument.BackgroundColor = System.Drawing.Color.White;
  631. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  632. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  633. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
  635. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  636. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  637. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  638. this.dgvInstrument.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  639. this.dgvInstrument.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  640. this.dgvInstrument.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  641. this.Code});
  642. this.dgvInstrument.Dock = System.Windows.Forms.DockStyle.Fill;
  643. this.dgvInstrument.Location = new System.Drawing.Point(6, 60);
  644. this.dgvInstrument.MultiSelect = false;
  645. this.dgvInstrument.Name = "dgvInstrument";
  646. this.dgvInstrument.ReadOnly = true;
  647. this.dgvInstrument.RowHeadersVisible = false;
  648. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  649. this.dgvInstrument.RowsDefaultCellStyle = dataGridViewCellStyle8;
  650. this.dgvInstrument.RowTemplate.Height = 23;
  651. this.dgvInstrument.Size = new System.Drawing.Size(134, 610);
  652. this.dgvInstrument.TabIndex = 0;
  653. this.dgvInstrument.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInstrument_CellDoubleClick);
  654. this.dgvInstrument.SelectionChanged += new System.EventHandler(this.dgvInstrument_SelectionChanged);
  655. //
  656. // Code
  657. //
  658. this.Code.DataPropertyName = "Code";
  659. this.Code.HeaderText = "设备编号";
  660. this.Code.Name = "Code";
  661. this.Code.ReadOnly = true;
  662. this.Code.Width = 135;
  663. //
  664. // panel17
  665. //
  666. this.panel17.Dock = System.Windows.Forms.DockStyle.Right;
  667. this.panel17.Location = new System.Drawing.Point(140, 60);
  668. this.panel17.Name = "panel17";
  669. this.panel17.Size = new System.Drawing.Size(3, 610);
  670. this.panel17.TabIndex = 8;
  671. //
  672. // panel16
  673. //
  674. this.panel16.Dock = System.Windows.Forms.DockStyle.Left;
  675. this.panel16.Location = new System.Drawing.Point(3, 60);
  676. this.panel16.Name = "panel16";
  677. this.panel16.Size = new System.Drawing.Size(3, 610);
  678. this.panel16.TabIndex = 7;
  679. //
  680. // panel9
  681. //
  682. this.panel9.Controls.Add(this.btnAdd);
  683. this.panel9.Controls.Add(this.btnDel);
  684. this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
  685. this.panel9.Location = new System.Drawing.Point(3, 670);
  686. this.panel9.Name = "panel9";
  687. this.panel9.Size = new System.Drawing.Size(140, 46);
  688. this.panel9.TabIndex = 5;
  689. //
  690. // btnAdd
  691. //
  692. this.btnAdd.Location = new System.Drawing.Point(3, 11);
  693. this.btnAdd.Name = "btnAdd";
  694. this.btnAdd.Size = new System.Drawing.Size(58, 32);
  695. this.btnAdd.TabIndex = 1;
  696. this.btnAdd.Text = "新增";
  697. this.btnAdd.UseVisualStyleBackColor = true;
  698. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  699. //
  700. // btnDel
  701. //
  702. this.btnDel.Location = new System.Drawing.Point(68, 11);
  703. this.btnDel.Name = "btnDel";
  704. this.btnDel.Size = new System.Drawing.Size(58, 32);
  705. this.btnDel.TabIndex = 2;
  706. this.btnDel.Text = "删除";
  707. this.btnDel.UseVisualStyleBackColor = true;
  708. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  709. //
  710. // panel8
  711. //
  712. this.panel8.Controls.Add(this.label1);
  713. this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
  714. this.panel8.Location = new System.Drawing.Point(3, 23);
  715. this.panel8.Name = "panel8";
  716. this.panel8.Size = new System.Drawing.Size(140, 37);
  717. this.panel8.TabIndex = 4;
  718. //
  719. // label1
  720. //
  721. this.label1.AutoSize = true;
  722. this.label1.Location = new System.Drawing.Point(3, 9);
  723. this.label1.Name = "label1";
  724. this.label1.Size = new System.Drawing.Size(84, 20);
  725. this.label1.TabIndex = 3;
  726. this.label1.Text = "当前选中:";
  727. //
  728. // pnlMenuTop
  729. //
  730. this.pnlMenuTop.Controls.Add(this.menuStrip1);
  731. this.pnlMenuTop.Dock = System.Windows.Forms.DockStyle.Top;
  732. this.pnlMenuTop.Location = new System.Drawing.Point(10, 0);
  733. this.pnlMenuTop.Name = "pnlMenuTop";
  734. this.pnlMenuTop.Size = new System.Drawing.Size(1197, 29);
  735. this.pnlMenuTop.TabIndex = 6;
  736. //
  737. // menuStrip1
  738. //
  739. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  740. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  741. this.tsmSystemSetting,
  742. this.tsmServiceSetting,
  743. this.tsmSourceSetting,
  744. this.tsmHelper});
  745. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  746. this.menuStrip1.Name = "menuStrip1";
  747. this.menuStrip1.Size = new System.Drawing.Size(1197, 28);
  748. this.menuStrip1.TabIndex = 0;
  749. this.menuStrip1.Text = "menuStrip1";
  750. //
  751. // tsmSystemSetting
  752. //
  753. this.tsmSystemSetting.Name = "tsmSystemSetting";
  754. this.tsmSystemSetting.Size = new System.Drawing.Size(102, 24);
  755. this.tsmSystemSetting.Text = "系统设置(&G)";
  756. this.tsmSystemSetting.Click += new System.EventHandler(this.tsmSystemSetting_Click);
  757. //
  758. // tsmServiceSetting
  759. //
  760. this.tsmServiceSetting.Name = "tsmServiceSetting";
  761. this.tsmServiceSetting.Size = new System.Drawing.Size(100, 24);
  762. this.tsmServiceSetting.Text = "服务设置(&S)";
  763. this.tsmServiceSetting.Click += new System.EventHandler(this.tsmServiceSetting_Click);
  764. //
  765. // tsmSourceSetting
  766. //
  767. this.tsmSourceSetting.Name = "tsmSourceSetting";
  768. this.tsmSourceSetting.Size = new System.Drawing.Size(99, 24);
  769. this.tsmSourceSetting.Text = "来源设置(&L)";
  770. this.tsmSourceSetting.Click += new System.EventHandler(this.tsmSourceSetting_Click);
  771. //
  772. // tsmHelper
  773. //
  774. this.tsmHelper.Name = "tsmHelper";
  775. this.tsmHelper.Size = new System.Drawing.Size(73, 24);
  776. this.tsmHelper.Text = "帮助(&H)";
  777. this.tsmHelper.Click += new System.EventHandler(this.tsmHelper_Click);
  778. //
  779. // panel3
  780. //
  781. this.panel3.Location = new System.Drawing.Point(331, 75);
  782. this.panel3.Name = "panel3";
  783. this.panel3.Size = new System.Drawing.Size(468, 393);
  784. this.panel3.TabIndex = 5;
  785. //
  786. // panel2
  787. //
  788. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  789. this.panel2.Location = new System.Drawing.Point(0, 0);
  790. this.panel2.Name = "panel2";
  791. this.panel2.Size = new System.Drawing.Size(10, 748);
  792. this.panel2.TabIndex = 4;
  793. //
  794. // btnSave
  795. //
  796. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  797. this.btnSave.Location = new System.Drawing.Point(11, 4);
  798. this.btnSave.Name = "btnSave";
  799. this.btnSave.Size = new System.Drawing.Size(82, 35);
  800. this.btnSave.TabIndex = 3;
  801. this.btnSave.Text = "保存";
  802. this.btnSave.UseVisualStyleBackColor = true;
  803. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  804. //
  805. // panel11
  806. //
  807. this.panel11.Controls.Add(this.panel12);
  808. this.panel11.Dock = System.Windows.Forms.DockStyle.Bottom;
  809. this.panel11.Location = new System.Drawing.Point(0, 750);
  810. this.panel11.Name = "panel11";
  811. this.panel11.Size = new System.Drawing.Size(1207, 43);
  812. this.panel11.TabIndex = 1;
  813. //
  814. // panel12
  815. //
  816. this.panel12.Controls.Add(this.btnSave);
  817. this.panel12.Dock = System.Windows.Forms.DockStyle.Right;
  818. this.panel12.Location = new System.Drawing.Point(1105, 0);
  819. this.panel12.Name = "panel12";
  820. this.panel12.Size = new System.Drawing.Size(102, 43);
  821. this.panel12.TabIndex = 0;
  822. //
  823. // panel4
  824. //
  825. this.panel4.Controls.Add(this.panel13);
  826. this.panel4.Controls.Add(this.panel6);
  827. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  828. this.panel4.Location = new System.Drawing.Point(0, 0);
  829. this.panel4.Name = "panel4";
  830. this.panel4.Size = new System.Drawing.Size(1207, 750);
  831. this.panel4.TabIndex = 2;
  832. //
  833. // panel13
  834. //
  835. this.panel13.Controls.Add(this.pnlAll);
  836. this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
  837. this.panel13.Location = new System.Drawing.Point(0, 0);
  838. this.panel13.Name = "panel13";
  839. this.panel13.Size = new System.Drawing.Size(1207, 748);
  840. this.panel13.TabIndex = 2;
  841. //
  842. // panel6
  843. //
  844. this.panel6.BackColor = System.Drawing.SystemColors.ControlDark;
  845. this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
  846. this.panel6.Location = new System.Drawing.Point(0, 748);
  847. this.panel6.Name = "panel6";
  848. this.panel6.Size = new System.Drawing.Size(1207, 2);
  849. this.panel6.TabIndex = 1;
  850. //
  851. // frmSyncParams
  852. //
  853. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  854. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  855. this.ClientSize = new System.Drawing.Size(1207, 793);
  856. this.Controls.Add(this.panel4);
  857. this.Controls.Add(this.panel11);
  858. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  859. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  860. this.MainMenuStrip = this.menuStrip1;
  861. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  862. this.Name = "frmSyncParams";
  863. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  864. this.Text = "仪器数据取数端配置界面";
  865. this.Load += new System.EventHandler(this.frmSyncParams_Load);
  866. this.pnlAll.ResumeLayout(false);
  867. this.pnlBodyCenter.ResumeLayout(false);
  868. this.pnlRigh.ResumeLayout(false);
  869. this.panel5.ResumeLayout(false);
  870. this.groupBox2.ResumeLayout(false);
  871. this.splitContainer1.Panel1.ResumeLayout(false);
  872. this.splitContainer1.Panel2.ResumeLayout(false);
  873. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  874. this.splitContainer1.ResumeLayout(false);
  875. this.panel15.ResumeLayout(false);
  876. ((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).EndInit();
  877. this.cmsMapping.ResumeLayout(false);
  878. this.panel14.ResumeLayout(false);
  879. this.panel14.PerformLayout();
  880. this.tabControl1.ResumeLayout(false);
  881. this.tabPage6.ResumeLayout(false);
  882. this.splitContainer2.Panel1.ResumeLayout(false);
  883. this.splitContainer2.Panel2.ResumeLayout(false);
  884. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  885. this.splitContainer2.ResumeLayout(false);
  886. ((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).EndInit();
  887. this.pnlleft.ResumeLayout(false);
  888. this.pnlleft.PerformLayout();
  889. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).EndInit();
  890. this.pnlRight.ResumeLayout(false);
  891. this.pnlRight.PerformLayout();
  892. this.panel1.ResumeLayout(false);
  893. this.panel7.ResumeLayout(false);
  894. this.groupBox1.ResumeLayout(false);
  895. ((System.ComponentModel.ISupportInitialize)(this.dgvInstrument)).EndInit();
  896. this.panel9.ResumeLayout(false);
  897. this.panel8.ResumeLayout(false);
  898. this.panel8.PerformLayout();
  899. this.pnlMenuTop.ResumeLayout(false);
  900. this.pnlMenuTop.PerformLayout();
  901. this.menuStrip1.ResumeLayout(false);
  902. this.menuStrip1.PerformLayout();
  903. this.panel11.ResumeLayout(false);
  904. this.panel12.ResumeLayout(false);
  905. this.panel4.ResumeLayout(false);
  906. this.panel13.ResumeLayout(false);
  907. this.ResumeLayout(false);
  908. }
  909. #endregion
  910. private System.Windows.Forms.Panel pnlAll;
  911. private System.Windows.Forms.GroupBox groupBox2;
  912. private System.Windows.Forms.GroupBox groupBox1;
  913. private System.Windows.Forms.Button btnSave;
  914. private System.Windows.Forms.Button btnDel;
  915. private System.Windows.Forms.Button btnAdd;
  916. private System.Windows.Forms.Label label1;
  917. private System.Windows.Forms.SplitContainer splitContainer2;
  918. private System.Windows.Forms.DataGridView dgvInstruDS;
  919. private System.Windows.Forms.Panel pnlleft;
  920. private System.Windows.Forms.ComboBox cbxInstrument;
  921. private System.Windows.Forms.Label label12;
  922. private System.Windows.Forms.DataGridView dgvCnas;
  923. private System.Windows.Forms.Panel pnlRight;
  924. private System.Windows.Forms.ComboBox cbxCnas;
  925. private System.Windows.Forms.Label label13;
  926. private System.Windows.Forms.Button btnAddMapping;
  927. private System.Windows.Forms.DataGridView dgvInstrument;
  928. private System.Windows.Forms.ContextMenuStrip cmsMapping;
  929. private System.Windows.Forms.ToolStripMenuItem btnDelMap;
  930. private System.Windows.Forms.Panel panel3;
  931. private System.Windows.Forms.TabControl tabControl1;
  932. private System.Windows.Forms.TabPage tabPage6;
  933. private System.Windows.Forms.Panel panel1;
  934. private System.Windows.Forms.Button btnDatabaseConfig;
  935. private System.Windows.Forms.Panel panel2;
  936. private System.Windows.Forms.Panel pnlRigh;
  937. private System.Windows.Forms.SplitContainer splitContainer1;
  938. private System.Windows.Forms.Panel panel5;
  939. private System.Windows.Forms.Button btnLoadDBData;
  940. private System.Windows.Forms.Panel panel7;
  941. private System.Windows.Forms.Panel panel9;
  942. private System.Windows.Forms.Panel panel8;
  943. private System.Windows.Forms.Panel panel11;
  944. private System.Windows.Forms.Panel panel12;
  945. private System.Windows.Forms.Panel panel4;
  946. private System.Windows.Forms.Panel panel13;
  947. private System.Windows.Forms.Panel panel6;
  948. private System.Windows.Forms.Button btnCNASFieldConfig;
  949. private System.Windows.Forms.Button btnSourceFilter;
  950. private System.Windows.Forms.Panel panel15;
  951. private System.Windows.Forms.DataGridView dgvMapping;
  952. private System.Windows.Forms.Panel panel14;
  953. private System.Windows.Forms.Label label2;
  954. private System.Windows.Forms.ComboBox cbxCNASColumn;
  955. private System.Windows.Forms.Label label3;
  956. private System.Windows.Forms.TextBox txtInstrumentColumn;
  957. private System.Windows.Forms.DataGridViewTextBoxColumn Code;
  958. private System.Windows.Forms.Panel panel17;
  959. private System.Windows.Forms.Panel panel16;
  960. private System.Windows.Forms.Panel pnlMenuTop;
  961. private System.Windows.Forms.MenuStrip menuStrip1;
  962. private System.Windows.Forms.ToolStripMenuItem tsmSystemSetting;
  963. private System.Windows.Forms.ToolStripMenuItem tsmSourceSetting;
  964. private System.Windows.Forms.ToolStripMenuItem tsmHelper;
  965. private System.Windows.Forms.Panel pnlBodyCenter;
  966. private System.Windows.Forms.ToolStripMenuItem tsmServiceSetting;
  967. private System.Windows.Forms.DataGridViewTextBoxColumn InstruFieldName;
  968. private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType;
  969. private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName;
  970. private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType;
  971. private System.Windows.Forms.DataGridViewTextBoxColumn InstrumentField;
  972. private System.Windows.Forms.DataGridViewTextBoxColumn CnasField;
  973. private System.Windows.Forms.DataGridViewCheckBoxColumn PrimaryKey;
  974. private System.Windows.Forms.DataGridViewCheckBoxColumn DateKey;
  975. private System.Windows.Forms.DataGridViewTextBoxColumn 字段属性;
  976. }
  977. }