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.

ucSynchrousMain.Designer.cs 28KB

4 月之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. namespace CNAS_RunSync
  2. {
  3. partial class ucSynchrousMain
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucSynchrousMain));
  29. this.pnlAll = new System.Windows.Forms.Panel();
  30. this.pnlCenter = new System.Windows.Forms.Panel();
  31. this.pnlCenterBody = new System.Windows.Forms.Panel();
  32. this.pnlCenterBody_Center = new System.Windows.Forms.Panel();
  33. this.dgvSyncData = new System.Windows.Forms.DataGridView();
  34. this.pnlCenterBody_Bottom = new System.Windows.Forms.Panel();
  35. this.pnlSubmit_Right = new System.Windows.Forms.Panel();
  36. this.btnRunData = new System.Windows.Forms.Button();
  37. this.pnlCenterBody_Top = new System.Windows.Forms.Panel();
  38. this.tableTop = new System.Windows.Forms.TableLayoutPanel();
  39. this.pnlSelect = new System.Windows.Forms.Panel();
  40. this.lblTitleMsg = new System.Windows.Forms.Label();
  41. this.lblTitle = new System.Windows.Forms.Label();
  42. this.pnlRunData = new System.Windows.Forms.Panel();
  43. this.pnlConfig = new System.Windows.Forms.Panel();
  44. this.btnCancelFind = new System.Windows.Forms.Button();
  45. this.pnlText = new System.Windows.Forms.Panel();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.txtFind = new System.Windows.Forms.TextBox();
  48. this.combCondition = new System.Windows.Forms.ComboBox();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.pnlCheck = new System.Windows.Forms.Panel();
  51. this.pnlDate = new System.Windows.Forms.Panel();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.dtpSource = new System.Windows.Forms.DateTimePicker();
  55. this.dtpTarget = new System.Windows.Forms.DateTimePicker();
  56. this.lblColumn = new System.Windows.Forms.Label();
  57. this.cmbColumns = new System.Windows.Forms.ComboBox();
  58. this.btnFind = new System.Windows.Forms.Button();
  59. this.pnlCenterBottom = new System.Windows.Forms.Panel();
  60. this.rtxtLog = new System.Windows.Forms.RichTextBox();
  61. this.pnlCenterBottom_Top = new System.Windows.Forms.Panel();
  62. this.pnlCenterBottom_Line = new System.Windows.Forms.Panel();
  63. this.label1 = new System.Windows.Forms.Label();
  64. this.pnlRight = new System.Windows.Forms.Panel();
  65. this.pnlLeft = new System.Windows.Forms.Panel();
  66. this.pnlBottom = new System.Windows.Forms.Panel();
  67. this.pnlTop = new System.Windows.Forms.Panel();
  68. this.pnlAll.SuspendLayout();
  69. this.pnlCenter.SuspendLayout();
  70. this.pnlCenterBody.SuspendLayout();
  71. this.pnlCenterBody_Center.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.dgvSyncData)).BeginInit();
  73. this.pnlCenterBody_Bottom.SuspendLayout();
  74. this.pnlSubmit_Right.SuspendLayout();
  75. this.pnlCenterBody_Top.SuspendLayout();
  76. this.tableTop.SuspendLayout();
  77. this.pnlSelect.SuspendLayout();
  78. this.pnlConfig.SuspendLayout();
  79. this.pnlText.SuspendLayout();
  80. this.pnlDate.SuspendLayout();
  81. this.pnlCenterBottom.SuspendLayout();
  82. this.pnlCenterBottom_Top.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // pnlAll
  86. //
  87. this.pnlAll.Controls.Add(this.pnlCenter);
  88. this.pnlAll.Controls.Add(this.pnlRight);
  89. this.pnlAll.Controls.Add(this.pnlLeft);
  90. this.pnlAll.Controls.Add(this.pnlBottom);
  91. this.pnlAll.Controls.Add(this.pnlTop);
  92. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  94. this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  95. this.pnlAll.Name = "pnlAll";
  96. this.pnlAll.Size = new System.Drawing.Size(920, 544);
  97. this.pnlAll.TabIndex = 0;
  98. //
  99. // pnlCenter
  100. //
  101. this.pnlCenter.Controls.Add(this.pnlCenterBody);
  102. this.pnlCenter.Controls.Add(this.pnlCenterBottom);
  103. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.pnlCenter.Location = new System.Drawing.Point(2, 5);
  105. this.pnlCenter.Name = "pnlCenter";
  106. this.pnlCenter.Size = new System.Drawing.Size(916, 531);
  107. this.pnlCenter.TabIndex = 4;
  108. //
  109. // pnlCenterBody
  110. //
  111. this.pnlCenterBody.Controls.Add(this.pnlCenterBody_Center);
  112. this.pnlCenterBody.Controls.Add(this.pnlCenterBody_Bottom);
  113. this.pnlCenterBody.Controls.Add(this.pnlCenterBody_Top);
  114. this.pnlCenterBody.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.pnlCenterBody.Location = new System.Drawing.Point(0, 0);
  116. this.pnlCenterBody.Name = "pnlCenterBody";
  117. this.pnlCenterBody.Size = new System.Drawing.Size(916, 431);
  118. this.pnlCenterBody.TabIndex = 1;
  119. //
  120. // pnlCenterBody_Center
  121. //
  122. this.pnlCenterBody_Center.Controls.Add(this.dgvSyncData);
  123. this.pnlCenterBody_Center.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.pnlCenterBody_Center.Location = new System.Drawing.Point(0, 84);
  125. this.pnlCenterBody_Center.Name = "pnlCenterBody_Center";
  126. this.pnlCenterBody_Center.Size = new System.Drawing.Size(916, 306);
  127. this.pnlCenterBody_Center.TabIndex = 2;
  128. //
  129. // dgvSyncData
  130. //
  131. this.dgvSyncData.AllowUserToAddRows = false;
  132. this.dgvSyncData.AllowUserToDeleteRows = false;
  133. this.dgvSyncData.BackgroundColor = System.Drawing.Color.White;
  134. this.dgvSyncData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  135. this.dgvSyncData.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.dgvSyncData.Location = new System.Drawing.Point(0, 0);
  137. this.dgvSyncData.Name = "dgvSyncData";
  138. this.dgvSyncData.RowTemplate.Height = 23;
  139. this.dgvSyncData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  140. this.dgvSyncData.Size = new System.Drawing.Size(916, 306);
  141. this.dgvSyncData.TabIndex = 0;
  142. this.dgvSyncData.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSyncData_CellValueChanged);
  143. //
  144. // pnlCenterBody_Bottom
  145. //
  146. this.pnlCenterBody_Bottom.BackColor = System.Drawing.Color.White;
  147. this.pnlCenterBody_Bottom.Controls.Add(this.pnlSubmit_Right);
  148. this.pnlCenterBody_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  149. this.pnlCenterBody_Bottom.Location = new System.Drawing.Point(0, 390);
  150. this.pnlCenterBody_Bottom.Name = "pnlCenterBody_Bottom";
  151. this.pnlCenterBody_Bottom.Size = new System.Drawing.Size(916, 41);
  152. this.pnlCenterBody_Bottom.TabIndex = 1;
  153. //
  154. // pnlSubmit_Right
  155. //
  156. this.pnlSubmit_Right.Controls.Add(this.btnRunData);
  157. this.pnlSubmit_Right.Dock = System.Windows.Forms.DockStyle.Right;
  158. this.pnlSubmit_Right.Location = new System.Drawing.Point(716, 0);
  159. this.pnlSubmit_Right.Name = "pnlSubmit_Right";
  160. this.pnlSubmit_Right.Size = new System.Drawing.Size(200, 41);
  161. this.pnlSubmit_Right.TabIndex = 3;
  162. //
  163. // btnRunData
  164. //
  165. this.btnRunData.Image = ((System.Drawing.Image)(resources.GetObject("btnRunData.Image")));
  166. this.btnRunData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  167. this.btnRunData.Location = new System.Drawing.Point(100, 4);
  168. this.btnRunData.Name = "btnRunData";
  169. this.btnRunData.Size = new System.Drawing.Size(90, 30);
  170. this.btnRunData.TabIndex = 2;
  171. this.btnRunData.Text = "执行上传";
  172. this.btnRunData.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  173. this.btnRunData.UseVisualStyleBackColor = true;
  174. this.btnRunData.Click += new System.EventHandler(this.btnRunData_Click);
  175. //
  176. // pnlCenterBody_Top
  177. //
  178. this.pnlCenterBody_Top.Controls.Add(this.tableTop);
  179. this.pnlCenterBody_Top.Dock = System.Windows.Forms.DockStyle.Top;
  180. this.pnlCenterBody_Top.Location = new System.Drawing.Point(0, 0);
  181. this.pnlCenterBody_Top.Name = "pnlCenterBody_Top";
  182. this.pnlCenterBody_Top.Size = new System.Drawing.Size(916, 84);
  183. this.pnlCenterBody_Top.TabIndex = 0;
  184. //
  185. // tableTop
  186. //
  187. this.tableTop.BackColor = System.Drawing.Color.White;
  188. this.tableTop.ColumnCount = 3;
  189. this.tableTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 95.77922F));
  190. this.tableTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.220779F));
  191. this.tableTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 537F));
  192. this.tableTop.Controls.Add(this.pnlSelect, 0, 0);
  193. this.tableTop.Controls.Add(this.pnlRunData, 1, 0);
  194. this.tableTop.Controls.Add(this.pnlConfig, 2, 0);
  195. this.tableTop.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.tableTop.Location = new System.Drawing.Point(0, 0);
  197. this.tableTop.Name = "tableTop";
  198. this.tableTop.RowCount = 1;
  199. this.tableTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  200. this.tableTop.Size = new System.Drawing.Size(916, 84);
  201. this.tableTop.TabIndex = 5;
  202. //
  203. // pnlSelect
  204. //
  205. this.pnlSelect.Controls.Add(this.lblTitleMsg);
  206. this.pnlSelect.Controls.Add(this.lblTitle);
  207. this.pnlSelect.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.pnlSelect.Location = new System.Drawing.Point(3, 3);
  209. this.pnlSelect.Name = "pnlSelect";
  210. this.pnlSelect.Size = new System.Drawing.Size(357, 78);
  211. this.pnlSelect.TabIndex = 0;
  212. //
  213. // lblTitleMsg
  214. //
  215. this.lblTitleMsg.AutoSize = true;
  216. this.lblTitleMsg.Font = new System.Drawing.Font("微软雅黑", 8F);
  217. this.lblTitleMsg.Location = new System.Drawing.Point(7, 39);
  218. this.lblTitleMsg.Name = "lblTitleMsg";
  219. this.lblTitleMsg.Size = new System.Drawing.Size(156, 16);
  220. this.lblTitleMsg.TabIndex = 1;
  221. this.lblTitleMsg.Text = "类型:<未知> 路径:<未知>";
  222. //
  223. // lblTitle
  224. //
  225. this.lblTitle.AutoSize = true;
  226. this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
  227. this.lblTitle.Location = new System.Drawing.Point(6, 13);
  228. this.lblTitle.Name = "lblTitle";
  229. this.lblTitle.Size = new System.Drawing.Size(119, 19);
  230. this.lblTitle.TabIndex = 0;
  231. this.lblTitle.Text = "当前仪器:XXXX";
  232. //
  233. // pnlRunData
  234. //
  235. this.pnlRunData.Dock = System.Windows.Forms.DockStyle.Fill;
  236. this.pnlRunData.Location = new System.Drawing.Point(366, 3);
  237. this.pnlRunData.Name = "pnlRunData";
  238. this.pnlRunData.Size = new System.Drawing.Size(9, 78);
  239. this.pnlRunData.TabIndex = 1;
  240. //
  241. // pnlConfig
  242. //
  243. this.pnlConfig.BackColor = System.Drawing.Color.White;
  244. this.pnlConfig.Controls.Add(this.btnCancelFind);
  245. this.pnlConfig.Controls.Add(this.pnlText);
  246. this.pnlConfig.Controls.Add(this.pnlCheck);
  247. this.pnlConfig.Controls.Add(this.pnlDate);
  248. this.pnlConfig.Controls.Add(this.lblColumn);
  249. this.pnlConfig.Controls.Add(this.cmbColumns);
  250. this.pnlConfig.Controls.Add(this.btnFind);
  251. this.pnlConfig.Dock = System.Windows.Forms.DockStyle.Fill;
  252. this.pnlConfig.Location = new System.Drawing.Point(381, 3);
  253. this.pnlConfig.Name = "pnlConfig";
  254. this.pnlConfig.Size = new System.Drawing.Size(532, 78);
  255. this.pnlConfig.TabIndex = 2;
  256. //
  257. // btnCancelFind
  258. //
  259. this.btnCancelFind.Location = new System.Drawing.Point(449, 9);
  260. this.btnCancelFind.Name = "btnCancelFind";
  261. this.btnCancelFind.Size = new System.Drawing.Size(75, 25);
  262. this.btnCancelFind.TabIndex = 9;
  263. this.btnCancelFind.Text = "取消";
  264. this.btnCancelFind.UseVisualStyleBackColor = true;
  265. this.btnCancelFind.Click += new System.EventHandler(this.btnCancelFind_Click);
  266. //
  267. // pnlText
  268. //
  269. this.pnlText.Controls.Add(this.label3);
  270. this.pnlText.Controls.Add(this.txtFind);
  271. this.pnlText.Controls.Add(this.combCondition);
  272. this.pnlText.Controls.Add(this.label4);
  273. this.pnlText.Location = new System.Drawing.Point(4, 124);
  274. this.pnlText.Name = "pnlText";
  275. this.pnlText.Size = new System.Drawing.Size(451, 31);
  276. this.pnlText.TabIndex = 7;
  277. this.pnlText.Visible = false;
  278. //
  279. // label3
  280. //
  281. this.label3.AutoSize = true;
  282. this.label3.Location = new System.Drawing.Point(238, 8);
  283. this.label3.Name = "label3";
  284. this.label3.Size = new System.Drawing.Size(23, 17);
  285. this.label3.TabIndex = 9;
  286. this.label3.Text = "值:";
  287. //
  288. // txtFind
  289. //
  290. this.txtFind.Location = new System.Drawing.Point(264, 5);
  291. this.txtFind.Name = "txtFind";
  292. this.txtFind.Size = new System.Drawing.Size(156, 23);
  293. this.txtFind.TabIndex = 8;
  294. //
  295. // combCondition
  296. //
  297. this.combCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  298. this.combCondition.FormattingEnabled = true;
  299. this.combCondition.Location = new System.Drawing.Point(55, 4);
  300. this.combCondition.Name = "combCondition";
  301. this.combCondition.Size = new System.Drawing.Size(173, 25);
  302. this.combCondition.TabIndex = 7;
  303. //
  304. // label4
  305. //
  306. this.label4.AutoSize = true;
  307. this.label4.Location = new System.Drawing.Point(9, 8);
  308. this.label4.Name = "label4";
  309. this.label4.Size = new System.Drawing.Size(44, 17);
  310. this.label4.TabIndex = 6;
  311. this.label4.Text = "条件:";
  312. //
  313. // pnlCheck
  314. //
  315. this.pnlCheck.Location = new System.Drawing.Point(106, 39);
  316. this.pnlCheck.Name = "pnlCheck";
  317. this.pnlCheck.Size = new System.Drawing.Size(451, 34);
  318. this.pnlCheck.TabIndex = 8;
  319. //
  320. // pnlDate
  321. //
  322. this.pnlDate.Controls.Add(this.label2);
  323. this.pnlDate.Controls.Add(this.label5);
  324. this.pnlDate.Controls.Add(this.dtpSource);
  325. this.pnlDate.Controls.Add(this.dtpTarget);
  326. this.pnlDate.Location = new System.Drawing.Point(4, 86);
  327. this.pnlDate.Name = "pnlDate";
  328. this.pnlDate.Size = new System.Drawing.Size(451, 32);
  329. this.pnlDate.TabIndex = 6;
  330. this.pnlDate.Visible = false;
  331. //
  332. // label2
  333. //
  334. this.label2.AutoSize = true;
  335. this.label2.Location = new System.Drawing.Point(238, 9);
  336. this.label2.Name = "label2";
  337. this.label2.Size = new System.Drawing.Size(20, 17);
  338. this.label2.TabIndex = 7;
  339. this.label2.Text = "到";
  340. //
  341. // label5
  342. //
  343. this.label5.AutoSize = true;
  344. this.label5.Location = new System.Drawing.Point(21, 9);
  345. this.label5.Name = "label5";
  346. this.label5.Size = new System.Drawing.Size(20, 17);
  347. this.label5.TabIndex = 6;
  348. this.label5.Text = "从";
  349. //
  350. // dtpSource
  351. //
  352. this.dtpSource.CustomFormat = "yyyy-MM-dd HH:mm";
  353. this.dtpSource.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  354. this.dtpSource.Location = new System.Drawing.Point(53, 6);
  355. this.dtpSource.Name = "dtpSource";
  356. this.dtpSource.Size = new System.Drawing.Size(167, 23);
  357. this.dtpSource.TabIndex = 2;
  358. this.dtpSource.Value = new System.DateTime(2019, 6, 15, 0, 0, 0, 0);
  359. //
  360. // dtpTarget
  361. //
  362. this.dtpTarget.CustomFormat = "yyyy-MM-dd HH:mm";
  363. this.dtpTarget.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  364. this.dtpTarget.Location = new System.Drawing.Point(264, 6);
  365. this.dtpTarget.Name = "dtpTarget";
  366. this.dtpTarget.Size = new System.Drawing.Size(156, 23);
  367. this.dtpTarget.TabIndex = 3;
  368. this.dtpTarget.Value = new System.DateTime(2019, 6, 30, 0, 0, 0, 0);
  369. //
  370. // lblColumn
  371. //
  372. this.lblColumn.AutoSize = true;
  373. this.lblColumn.Location = new System.Drawing.Point(99, 13);
  374. this.lblColumn.Name = "lblColumn";
  375. this.lblColumn.Size = new System.Drawing.Size(56, 17);
  376. this.lblColumn.TabIndex = 5;
  377. this.lblColumn.Text = "查询列:";
  378. //
  379. // cmbColumns
  380. //
  381. this.cmbColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  382. this.cmbColumns.FormattingEnabled = true;
  383. this.cmbColumns.Location = new System.Drawing.Point(161, 9);
  384. this.cmbColumns.Name = "cmbColumns";
  385. this.cmbColumns.Size = new System.Drawing.Size(173, 25);
  386. this.cmbColumns.TabIndex = 4;
  387. this.cmbColumns.SelectedIndexChanged += new System.EventHandler(this.cmbColumns_SelectedIndexChanged);
  388. //
  389. // btnFind
  390. //
  391. this.btnFind.Location = new System.Drawing.Point(368, 9);
  392. this.btnFind.Name = "btnFind";
  393. this.btnFind.Size = new System.Drawing.Size(75, 25);
  394. this.btnFind.TabIndex = 1;
  395. this.btnFind.Text = "查找";
  396. this.btnFind.UseVisualStyleBackColor = true;
  397. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  398. //
  399. // pnlCenterBottom
  400. //
  401. this.pnlCenterBottom.Controls.Add(this.rtxtLog);
  402. this.pnlCenterBottom.Controls.Add(this.pnlCenterBottom_Top);
  403. this.pnlCenterBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  404. this.pnlCenterBottom.Location = new System.Drawing.Point(0, 431);
  405. this.pnlCenterBottom.Name = "pnlCenterBottom";
  406. this.pnlCenterBottom.Size = new System.Drawing.Size(916, 100);
  407. this.pnlCenterBottom.TabIndex = 0;
  408. //
  409. // rtxtLog
  410. //
  411. this.rtxtLog.Dock = System.Windows.Forms.DockStyle.Fill;
  412. this.rtxtLog.Location = new System.Drawing.Point(0, 26);
  413. this.rtxtLog.Name = "rtxtLog";
  414. this.rtxtLog.ReadOnly = true;
  415. this.rtxtLog.Size = new System.Drawing.Size(916, 74);
  416. this.rtxtLog.TabIndex = 1;
  417. this.rtxtLog.Text = "";
  418. //
  419. // pnlCenterBottom_Top
  420. //
  421. this.pnlCenterBottom_Top.Controls.Add(this.pnlCenterBottom_Line);
  422. this.pnlCenterBottom_Top.Controls.Add(this.label1);
  423. this.pnlCenterBottom_Top.Dock = System.Windows.Forms.DockStyle.Top;
  424. this.pnlCenterBottom_Top.Location = new System.Drawing.Point(0, 0);
  425. this.pnlCenterBottom_Top.Name = "pnlCenterBottom_Top";
  426. this.pnlCenterBottom_Top.Size = new System.Drawing.Size(916, 26);
  427. this.pnlCenterBottom_Top.TabIndex = 0;
  428. //
  429. // pnlCenterBottom_Line
  430. //
  431. this.pnlCenterBottom_Line.BackColor = System.Drawing.Color.Gray;
  432. this.pnlCenterBottom_Line.Dock = System.Windows.Forms.DockStyle.Top;
  433. this.pnlCenterBottom_Line.Location = new System.Drawing.Point(0, 0);
  434. this.pnlCenterBottom_Line.Name = "pnlCenterBottom_Line";
  435. this.pnlCenterBottom_Line.Size = new System.Drawing.Size(916, 2);
  436. this.pnlCenterBottom_Line.TabIndex = 1;
  437. //
  438. // label1
  439. //
  440. this.label1.AutoSize = true;
  441. this.label1.Location = new System.Drawing.Point(9, 5);
  442. this.label1.Name = "label1";
  443. this.label1.Size = new System.Drawing.Size(68, 17);
  444. this.label1.TabIndex = 0;
  445. this.label1.Text = "日志窗口:";
  446. //
  447. // pnlRight
  448. //
  449. this.pnlRight.BackColor = System.Drawing.Color.White;
  450. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  451. this.pnlRight.Location = new System.Drawing.Point(918, 5);
  452. this.pnlRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  453. this.pnlRight.Name = "pnlRight";
  454. this.pnlRight.Size = new System.Drawing.Size(2, 531);
  455. this.pnlRight.TabIndex = 3;
  456. //
  457. // pnlLeft
  458. //
  459. this.pnlLeft.BackColor = System.Drawing.Color.White;
  460. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  461. this.pnlLeft.Location = new System.Drawing.Point(0, 5);
  462. this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  463. this.pnlLeft.Name = "pnlLeft";
  464. this.pnlLeft.Size = new System.Drawing.Size(2, 531);
  465. this.pnlLeft.TabIndex = 2;
  466. //
  467. // pnlBottom
  468. //
  469. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  470. this.pnlBottom.Location = new System.Drawing.Point(0, 536);
  471. this.pnlBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  472. this.pnlBottom.Name = "pnlBottom";
  473. this.pnlBottom.Size = new System.Drawing.Size(920, 8);
  474. this.pnlBottom.TabIndex = 1;
  475. //
  476. // pnlTop
  477. //
  478. this.pnlTop.BackColor = System.Drawing.Color.White;
  479. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  480. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  481. this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  482. this.pnlTop.Name = "pnlTop";
  483. this.pnlTop.Size = new System.Drawing.Size(920, 5);
  484. this.pnlTop.TabIndex = 0;
  485. //
  486. // ucSynchrousMain
  487. //
  488. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  489. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  490. this.Controls.Add(this.pnlAll);
  491. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  493. this.Name = "ucSynchrousMain";
  494. this.Size = new System.Drawing.Size(920, 544);
  495. this.Load += new System.EventHandler(this.ucSynchrousMain_Load);
  496. this.pnlAll.ResumeLayout(false);
  497. this.pnlCenter.ResumeLayout(false);
  498. this.pnlCenterBody.ResumeLayout(false);
  499. this.pnlCenterBody_Center.ResumeLayout(false);
  500. ((System.ComponentModel.ISupportInitialize)(this.dgvSyncData)).EndInit();
  501. this.pnlCenterBody_Bottom.ResumeLayout(false);
  502. this.pnlSubmit_Right.ResumeLayout(false);
  503. this.pnlCenterBody_Top.ResumeLayout(false);
  504. this.tableTop.ResumeLayout(false);
  505. this.pnlSelect.ResumeLayout(false);
  506. this.pnlSelect.PerformLayout();
  507. this.pnlConfig.ResumeLayout(false);
  508. this.pnlConfig.PerformLayout();
  509. this.pnlText.ResumeLayout(false);
  510. this.pnlText.PerformLayout();
  511. this.pnlDate.ResumeLayout(false);
  512. this.pnlDate.PerformLayout();
  513. this.pnlCenterBottom.ResumeLayout(false);
  514. this.pnlCenterBottom_Top.ResumeLayout(false);
  515. this.pnlCenterBottom_Top.PerformLayout();
  516. this.ResumeLayout(false);
  517. }
  518. #endregion
  519. private System.Windows.Forms.Panel pnlAll;
  520. private System.Windows.Forms.Panel pnlRight;
  521. private System.Windows.Forms.Panel pnlLeft;
  522. private System.Windows.Forms.Panel pnlBottom;
  523. private System.Windows.Forms.Panel pnlTop;
  524. private System.Windows.Forms.Panel pnlCenter;
  525. private System.Windows.Forms.Panel pnlCenterBody;
  526. private System.Windows.Forms.Panel pnlCenterBottom;
  527. private System.Windows.Forms.RichTextBox rtxtLog;
  528. private System.Windows.Forms.Panel pnlCenterBottom_Top;
  529. private System.Windows.Forms.Label label1;
  530. private System.Windows.Forms.Panel pnlCenterBody_Center;
  531. private System.Windows.Forms.DataGridView dgvSyncData;
  532. private System.Windows.Forms.Panel pnlCenterBody_Bottom;
  533. private System.Windows.Forms.Panel pnlCenterBody_Top;
  534. private System.Windows.Forms.Button btnRunData;
  535. private System.Windows.Forms.TableLayoutPanel tableTop;
  536. private System.Windows.Forms.Panel pnlSelect;
  537. private System.Windows.Forms.Label lblTitle;
  538. private System.Windows.Forms.Panel pnlRunData;
  539. private System.Windows.Forms.Panel pnlConfig;
  540. private System.Windows.Forms.Button btnCancelFind;
  541. private System.Windows.Forms.Panel pnlText;
  542. private System.Windows.Forms.Label label3;
  543. private System.Windows.Forms.TextBox txtFind;
  544. private System.Windows.Forms.ComboBox combCondition;
  545. private System.Windows.Forms.Label label4;
  546. private System.Windows.Forms.Panel pnlCheck;
  547. private System.Windows.Forms.Panel pnlDate;
  548. private System.Windows.Forms.Label label2;
  549. private System.Windows.Forms.Label label5;
  550. private System.Windows.Forms.DateTimePicker dtpSource;
  551. private System.Windows.Forms.DateTimePicker dtpTarget;
  552. private System.Windows.Forms.Label lblColumn;
  553. private System.Windows.Forms.ComboBox cmbColumns;
  554. private System.Windows.Forms.Button btnFind;
  555. private System.Windows.Forms.Label lblTitleMsg;
  556. private System.Windows.Forms.Panel pnlCenterBottom_Line;
  557. private System.Windows.Forms.Panel pnlSubmit_Right;
  558. }
  559. }