frmSynchronousData.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. namespace LYFZ.Software.MicroApplet
  2. {
  3. partial class frmSynchronousData
  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(frmSynchronousData));
  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. this.plTopContainer = new LYFZ.ComponentLibrary.PanelEx();
  35. this.txtKeyWords = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.comAccountList = new LYFZ.ComponentLibrary.ComboBoxEx();
  39. this.cmbStatus = new LYFZ.ComponentLibrary.ComboBoxEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.chbYiWanChengTongBuDingDan = new LYFZ.ComponentLibrary.CheckBoxEx();
  42. this.cbMiaoShaDingDan = new LYFZ.ComponentLibrary.CheckBoxEx();
  43. this.chbWeiWanChengTongBuDingDan = new LYFZ.ComponentLibrary.CheckBoxEx();
  44. this.cbPingTuandingdan = new LYFZ.ComponentLibrary.CheckBoxEx();
  45. this.cbPutongDingDan = new LYFZ.ComponentLibrary.CheckBoxEx();
  46. this.btnBatchSyncOrders = new LYFZ.ComponentLibrary.ButtonForm();
  47. this.btnUploadTaoXi = new LYFZ.ComponentLibrary.ButtonForm();
  48. this.btnUploadUerInfo = new LYFZ.ComponentLibrary.ButtonForm();
  49. this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnSearch = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.plContentContainer = new LYFZ.ComponentLibrary.PanelEx();
  52. this.dgvOrderViwe = new LYFZ.ComponentLibrary.DataGridViewEx();
  53. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Column10 = new System.Windows.Forms.DataGridViewLinkColumn();
  67. this.plExMainContainer.SuspendLayout();
  68. this.plFormMainContent.SuspendLayout();
  69. this.plTopContainer.SuspendLayout();
  70. this.plContentContainer.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderViwe)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // plExMainContainer
  75. //
  76. this.plExMainContainer.Controls.Add(this.plContentContainer);
  77. this.plExMainContainer.Controls.Add(this.plTopContainer);
  78. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  79. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  80. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  81. //
  82. // btnAppFormMaximize
  83. //
  84. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  85. //
  86. // btnAppFormExit
  87. //
  88. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  89. //
  90. // btnAppFormMinimize
  91. //
  92. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  93. //
  94. // plTopContainer
  95. //
  96. this.plTopContainer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  97. this.plTopContainer.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  98. this.plTopContainer.BorderWidth = 1;
  99. this.plTopContainer.Controls.Add(this.txtKeyWords);
  100. this.plTopContainer.Controls.Add(this.labelEx2);
  101. this.plTopContainer.Controls.Add(this.labelEx3);
  102. this.plTopContainer.Controls.Add(this.comAccountList);
  103. this.plTopContainer.Controls.Add(this.cmbStatus);
  104. this.plTopContainer.Controls.Add(this.labelEx1);
  105. this.plTopContainer.Controls.Add(this.chbYiWanChengTongBuDingDan);
  106. this.plTopContainer.Controls.Add(this.cbMiaoShaDingDan);
  107. this.plTopContainer.Controls.Add(this.chbWeiWanChengTongBuDingDan);
  108. this.plTopContainer.Controls.Add(this.cbPingTuandingdan);
  109. this.plTopContainer.Controls.Add(this.cbPutongDingDan);
  110. this.plTopContainer.Controls.Add(this.btnBatchSyncOrders);
  111. this.plTopContainer.Controls.Add(this.btnUploadTaoXi);
  112. this.plTopContainer.Controls.Add(this.btnUploadUerInfo);
  113. this.plTopContainer.Controls.Add(this.btnRefresh);
  114. this.plTopContainer.Controls.Add(this.btnSearch);
  115. this.plTopContainer.Dock = System.Windows.Forms.DockStyle.Top;
  116. this.plTopContainer.Location = new System.Drawing.Point(0, 0);
  117. this.plTopContainer.Name = "plTopContainer";
  118. this.plTopContainer.Size = new System.Drawing.Size(910, 82);
  119. this.plTopContainer.TabIndex = 0;
  120. //
  121. // txtKeyWords
  122. //
  123. this.txtKeyWords.BackColor = System.Drawing.Color.Transparent;
  124. this.txtKeyWords.Icon = null;
  125. this.txtKeyWords.IconIsButton = false;
  126. this.txtKeyWords.IsPasswordChat = '\0';
  127. this.txtKeyWords.IsSystemPasswordChar = false;
  128. this.txtKeyWords.Lines = new string[0];
  129. this.txtKeyWords.Location = new System.Drawing.Point(52, 43);
  130. this.txtKeyWords.Margin = new System.Windows.Forms.Padding(0);
  131. this.txtKeyWords.MaxLength = 32767;
  132. this.txtKeyWords.MinimumSize = new System.Drawing.Size(0, 26);
  133. this.txtKeyWords.MouseBack = null;
  134. this.txtKeyWords.Multiline = false;
  135. this.txtKeyWords.Name = "txtKeyWords";
  136. this.txtKeyWords.NormlBack = null;
  137. this.txtKeyWords.Padding = new System.Windows.Forms.Padding(5);
  138. this.txtKeyWords.ReadOnly = false;
  139. this.txtKeyWords.ScrollBars = System.Windows.Forms.ScrollBars.None;
  140. this.txtKeyWords.Size = new System.Drawing.Size(131, 26);
  141. this.txtKeyWords.TabIndex = 2;
  142. this.txtKeyWords.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  143. this.txtKeyWords.WaterColor = System.Drawing.Color.DarkGray;
  144. this.txtKeyWords.WaterText = "输入关键字查询";
  145. this.txtKeyWords.WordWrap = true;
  146. //
  147. // labelEx2
  148. //
  149. this.labelEx2.AutoSize = true;
  150. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  151. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  152. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  153. this.labelEx2.Location = new System.Drawing.Point(5, 48);
  154. this.labelEx2.Name = "labelEx2";
  155. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  156. this.labelEx2.TabIndex = 4;
  157. this.labelEx2.Text = "关键字";
  158. //
  159. // labelEx3
  160. //
  161. this.labelEx3.AutoSize = true;
  162. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  163. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  164. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  165. this.labelEx3.Location = new System.Drawing.Point(5, 11);
  166. this.labelEx3.Name = "labelEx3";
  167. this.labelEx3.Size = new System.Drawing.Size(32, 17);
  168. this.labelEx3.TabIndex = 4;
  169. this.labelEx3.Text = "帐号";
  170. //
  171. // comAccountList
  172. //
  173. this.comAccountList.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  174. this.comAccountList.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  175. this.comAccountList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  176. this.comAccountList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  177. this.comAccountList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.comAccountList.FormattingEnabled = true;
  179. this.comAccountList.IsCustomColor = false;
  180. this.comAccountList.Location = new System.Drawing.Point(51, 4);
  181. this.comAccountList.Name = "comAccountList";
  182. this.comAccountList.ReadOnly = false;
  183. this.comAccountList.Size = new System.Drawing.Size(252, 28);
  184. this.comAccountList.TabIndex = 3;
  185. //
  186. // cmbStatus
  187. //
  188. this.cmbStatus.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  189. this.cmbStatus.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  190. this.cmbStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  191. this.cmbStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.cmbStatus.FormattingEnabled = true;
  193. this.cmbStatus.IsCustomColor = false;
  194. this.cmbStatus.Location = new System.Drawing.Point(346, 46);
  195. this.cmbStatus.Name = "cmbStatus";
  196. this.cmbStatus.ReadOnly = true;
  197. this.cmbStatus.Size = new System.Drawing.Size(127, 28);
  198. this.cmbStatus.TabIndex = 6;
  199. //
  200. // labelEx1
  201. //
  202. this.labelEx1.AutoSize = true;
  203. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  204. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  205. this.labelEx1.Location = new System.Drawing.Point(309, 52);
  206. this.labelEx1.Name = "labelEx1";
  207. this.labelEx1.Size = new System.Drawing.Size(32, 17);
  208. this.labelEx1.TabIndex = 5;
  209. this.labelEx1.Text = "状态";
  210. //
  211. // chbYiWanChengTongBuDingDan
  212. //
  213. this.chbYiWanChengTongBuDingDan.AutoSize = true;
  214. this.chbYiWanChengTongBuDingDan.BackColor = System.Drawing.Color.Transparent;
  215. this.chbYiWanChengTongBuDingDan.Checked = true;
  216. this.chbYiWanChengTongBuDingDan.CheckState = System.Windows.Forms.CheckState.Checked;
  217. this.chbYiWanChengTongBuDingDan.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  218. this.chbYiWanChengTongBuDingDan.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  219. this.chbYiWanChengTongBuDingDan.ForeColor = System.Drawing.Color.Green;
  220. this.chbYiWanChengTongBuDingDan.Fourstates = false;
  221. this.chbYiWanChengTongBuDingDan.IsGreenTick = false;
  222. this.chbYiWanChengTongBuDingDan.Location = new System.Drawing.Point(839, 50);
  223. this.chbYiWanChengTongBuDingDan.Name = "chbYiWanChengTongBuDingDan";
  224. this.chbYiWanChengTongBuDingDan.Size = new System.Drawing.Size(111, 21);
  225. this.chbYiWanChengTongBuDingDan.TabIndex = 4;
  226. this.chbYiWanChengTongBuDingDan.Tag = "3";
  227. this.chbYiWanChengTongBuDingDan.Text = "已完成同步订单";
  228. this.chbYiWanChengTongBuDingDan.UseVisualStyleBackColor = false;
  229. //
  230. // cbMiaoShaDingDan
  231. //
  232. this.cbMiaoShaDingDan.AutoSize = true;
  233. this.cbMiaoShaDingDan.BackColor = System.Drawing.Color.Transparent;
  234. this.cbMiaoShaDingDan.Checked = true;
  235. this.cbMiaoShaDingDan.CheckState = System.Windows.Forms.CheckState.Checked;
  236. this.cbMiaoShaDingDan.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  237. this.cbMiaoShaDingDan.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  238. this.cbMiaoShaDingDan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  239. this.cbMiaoShaDingDan.Fourstates = false;
  240. this.cbMiaoShaDingDan.IsGreenTick = false;
  241. this.cbMiaoShaDingDan.Location = new System.Drawing.Point(641, 50);
  242. this.cbMiaoShaDingDan.Name = "cbMiaoShaDingDan";
  243. this.cbMiaoShaDingDan.Size = new System.Drawing.Size(75, 21);
  244. this.cbMiaoShaDingDan.TabIndex = 4;
  245. this.cbMiaoShaDingDan.Tag = "3";
  246. this.cbMiaoShaDingDan.Text = "秒杀订单";
  247. this.cbMiaoShaDingDan.UseVisualStyleBackColor = false;
  248. //
  249. // chbWeiWanChengTongBuDingDan
  250. //
  251. this.chbWeiWanChengTongBuDingDan.AutoSize = true;
  252. this.chbWeiWanChengTongBuDingDan.BackColor = System.Drawing.Color.Transparent;
  253. this.chbWeiWanChengTongBuDingDan.Checked = true;
  254. this.chbWeiWanChengTongBuDingDan.CheckState = System.Windows.Forms.CheckState.Checked;
  255. this.chbWeiWanChengTongBuDingDan.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  256. this.chbWeiWanChengTongBuDingDan.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  257. this.chbWeiWanChengTongBuDingDan.ForeColor = System.Drawing.Color.DodgerBlue;
  258. this.chbWeiWanChengTongBuDingDan.Fourstates = false;
  259. this.chbWeiWanChengTongBuDingDan.IsGreenTick = false;
  260. this.chbWeiWanChengTongBuDingDan.Location = new System.Drawing.Point(722, 50);
  261. this.chbWeiWanChengTongBuDingDan.Name = "chbWeiWanChengTongBuDingDan";
  262. this.chbWeiWanChengTongBuDingDan.Size = new System.Drawing.Size(111, 21);
  263. this.chbWeiWanChengTongBuDingDan.TabIndex = 4;
  264. this.chbWeiWanChengTongBuDingDan.Tag = "2";
  265. this.chbWeiWanChengTongBuDingDan.Text = "未完成同步订单";
  266. this.chbWeiWanChengTongBuDingDan.UseVisualStyleBackColor = false;
  267. //
  268. // cbPingTuandingdan
  269. //
  270. this.cbPingTuandingdan.AutoSize = true;
  271. this.cbPingTuandingdan.BackColor = System.Drawing.Color.Transparent;
  272. this.cbPingTuandingdan.Checked = true;
  273. this.cbPingTuandingdan.CheckState = System.Windows.Forms.CheckState.Checked;
  274. this.cbPingTuandingdan.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  275. this.cbPingTuandingdan.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  276. this.cbPingTuandingdan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  277. this.cbPingTuandingdan.Fourstates = false;
  278. this.cbPingTuandingdan.IsGreenTick = false;
  279. this.cbPingTuandingdan.Location = new System.Drawing.Point(560, 50);
  280. this.cbPingTuandingdan.Name = "cbPingTuandingdan";
  281. this.cbPingTuandingdan.Size = new System.Drawing.Size(75, 21);
  282. this.cbPingTuandingdan.TabIndex = 4;
  283. this.cbPingTuandingdan.Tag = "2";
  284. this.cbPingTuandingdan.Text = "拼团订单";
  285. this.cbPingTuandingdan.UseVisualStyleBackColor = false;
  286. //
  287. // cbPutongDingDan
  288. //
  289. this.cbPutongDingDan.AutoSize = true;
  290. this.cbPutongDingDan.BackColor = System.Drawing.Color.Transparent;
  291. this.cbPutongDingDan.Checked = true;
  292. this.cbPutongDingDan.CheckState = System.Windows.Forms.CheckState.Checked;
  293. this.cbPutongDingDan.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  294. this.cbPutongDingDan.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  295. this.cbPutongDingDan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  296. this.cbPutongDingDan.Fourstates = false;
  297. this.cbPutongDingDan.IsGreenTick = false;
  298. this.cbPutongDingDan.Location = new System.Drawing.Point(479, 50);
  299. this.cbPutongDingDan.Name = "cbPutongDingDan";
  300. this.cbPutongDingDan.Size = new System.Drawing.Size(75, 21);
  301. this.cbPutongDingDan.TabIndex = 4;
  302. this.cbPutongDingDan.Tag = "1";
  303. this.cbPutongDingDan.Text = "普通订单";
  304. this.cbPutongDingDan.UseVisualStyleBackColor = false;
  305. //
  306. // btnBatchSyncOrders
  307. //
  308. this.btnBatchSyncOrders.BackColor = System.Drawing.Color.Transparent;
  309. this.btnBatchSyncOrders.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBatchSyncOrders.BackImg")));
  310. this.btnBatchSyncOrders.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  311. this.btnBatchSyncOrders.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  312. this.btnBatchSyncOrders.ForeColor = System.Drawing.Color.White;
  313. this.btnBatchSyncOrders.IsCustomBackImg = false;
  314. this.btnBatchSyncOrders.IsShowText = true;
  315. this.btnBatchSyncOrders.Location = new System.Drawing.Point(565, 5);
  316. this.btnBatchSyncOrders.Name = "btnBatchSyncOrders";
  317. this.btnBatchSyncOrders.Size = new System.Drawing.Size(103, 28);
  318. this.btnBatchSyncOrders.TabIndex = 1;
  319. this.btnBatchSyncOrders.Text = "批量同步订单";
  320. this.btnBatchSyncOrders.UseVisualStyleBackColor = false;
  321. //
  322. // btnUploadTaoXi
  323. //
  324. this.btnUploadTaoXi.BackColor = System.Drawing.Color.Transparent;
  325. this.btnUploadTaoXi.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUploadTaoXi.BackImg")));
  326. this.btnUploadTaoXi.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  327. this.btnUploadTaoXi.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  328. this.btnUploadTaoXi.ForeColor = System.Drawing.Color.White;
  329. this.btnUploadTaoXi.IsCustomBackImg = false;
  330. this.btnUploadTaoXi.IsShowText = true;
  331. this.btnUploadTaoXi.Location = new System.Drawing.Point(418, 5);
  332. this.btnUploadTaoXi.Name = "btnUploadTaoXi";
  333. this.btnUploadTaoXi.Size = new System.Drawing.Size(103, 28);
  334. this.btnUploadTaoXi.TabIndex = 1;
  335. this.btnUploadTaoXi.Text = "上传套系数据";
  336. this.btnUploadTaoXi.UseVisualStyleBackColor = false;
  337. //
  338. // btnUploadUerInfo
  339. //
  340. this.btnUploadUerInfo.BackColor = System.Drawing.Color.Transparent;
  341. this.btnUploadUerInfo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUploadUerInfo.BackImg")));
  342. this.btnUploadUerInfo.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  343. this.btnUploadUerInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  344. this.btnUploadUerInfo.ForeColor = System.Drawing.Color.White;
  345. this.btnUploadUerInfo.IsCustomBackImg = false;
  346. this.btnUploadUerInfo.IsShowText = true;
  347. this.btnUploadUerInfo.Location = new System.Drawing.Point(309, 5);
  348. this.btnUploadUerInfo.Name = "btnUploadUerInfo";
  349. this.btnUploadUerInfo.Size = new System.Drawing.Size(103, 28);
  350. this.btnUploadUerInfo.TabIndex = 1;
  351. this.btnUploadUerInfo.Text = "上传员工数据";
  352. this.btnUploadUerInfo.UseVisualStyleBackColor = false;
  353. //
  354. // btnRefresh
  355. //
  356. this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
  357. this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg")));
  358. this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  359. this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  360. this.btnRefresh.ForeColor = System.Drawing.Color.White;
  361. this.btnRefresh.IsCustomBackImg = false;
  362. this.btnRefresh.IsShowText = true;
  363. this.btnRefresh.Location = new System.Drawing.Point(252, 42);
  364. this.btnRefresh.Name = "btnRefresh";
  365. this.btnRefresh.Size = new System.Drawing.Size(51, 28);
  366. this.btnRefresh.TabIndex = 0;
  367. this.btnRefresh.Text = "刷新";
  368. this.btnRefresh.UseVisualStyleBackColor = false;
  369. //
  370. // btnSearch
  371. //
  372. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  373. this.btnSearch.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSearch.BackImg")));
  374. this.btnSearch.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  375. this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  376. this.btnSearch.ForeColor = System.Drawing.Color.White;
  377. this.btnSearch.IsCustomBackImg = false;
  378. this.btnSearch.IsShowText = true;
  379. this.btnSearch.Location = new System.Drawing.Point(187, 42);
  380. this.btnSearch.Name = "btnSearch";
  381. this.btnSearch.Size = new System.Drawing.Size(60, 28);
  382. this.btnSearch.TabIndex = 0;
  383. this.btnSearch.Text = "查询";
  384. this.btnSearch.UseVisualStyleBackColor = false;
  385. //
  386. // plContentContainer
  387. //
  388. this.plContentContainer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  389. this.plContentContainer.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  390. this.plContentContainer.BorderWidth = 1;
  391. this.plContentContainer.Controls.Add(this.dgvOrderViwe);
  392. this.plContentContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  393. this.plContentContainer.Location = new System.Drawing.Point(0, 82);
  394. this.plContentContainer.Name = "plContentContainer";
  395. this.plContentContainer.Size = new System.Drawing.Size(910, 423);
  396. this.plContentContainer.TabIndex = 0;
  397. //
  398. // dgvOrderViwe
  399. //
  400. this.dgvOrderViwe.AllowUserToAddRows = false;
  401. this.dgvOrderViwe.AllowUserToDeleteRows = false;
  402. this.dgvOrderViwe.AllowUserToResizeRows = false;
  403. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  404. this.dgvOrderViwe.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  405. this.dgvOrderViwe.BackgroundColor = System.Drawing.Color.White;
  406. this.dgvOrderViwe.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  407. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  408. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  409. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  411. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  412. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  413. this.dgvOrderViwe.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  414. this.dgvOrderViwe.ColumnHeadersHeight = 32;
  415. this.dgvOrderViwe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  416. this.dgvOrderViwe.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  417. this.Column1,
  418. this.Column2,
  419. this.Column11,
  420. this.Column12,
  421. this.Column3,
  422. this.Column4,
  423. this.Column5,
  424. this.Column13,
  425. this.Column6,
  426. this.Column7,
  427. this.Column14,
  428. this.Column8,
  429. this.Column9,
  430. this.Column10});
  431. this.dgvOrderViwe.Dock = System.Windows.Forms.DockStyle.Fill;
  432. this.dgvOrderViwe.EnableHeadersVisualStyles = false;
  433. this.dgvOrderViwe.EraseCell = false;
  434. this.dgvOrderViwe.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  435. this.dgvOrderViwe.GridViewUniquelyIdentify = "_dgvOrderViwe_dgvOrderViwe_dgvOrderViwe_dgvOrderViwe_dgvOrderViwe_dgvOrderViwe_dg" +
  436. "vOrderViwe";
  437. this.dgvOrderViwe.IsCompleteBonding = false;
  438. this.dgvOrderViwe.IsCopyCellValue = true;
  439. this.dgvOrderViwe.Location = new System.Drawing.Point(0, 0);
  440. this.dgvOrderViwe.Name = "dgvOrderViwe";
  441. this.dgvOrderViwe.RowHeadersVisible = false;
  442. this.dgvOrderViwe.RowTemplate.Height = 23;
  443. this.dgvOrderViwe.RowTemplate.ReadOnly = true;
  444. this.dgvOrderViwe.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  445. this.dgvOrderViwe.Size = new System.Drawing.Size(910, 423);
  446. this.dgvOrderViwe.TabIndex = 0;
  447. //
  448. // Column1
  449. //
  450. this.Column1.HeaderText = "小程序单号";
  451. this.Column1.Name = "Column1";
  452. this.Column1.ReadOnly = true;
  453. this.Column1.Width = 120;
  454. //
  455. // Column2
  456. //
  457. this.Column2.HeaderText = "客户信息";
  458. this.Column2.Name = "Column2";
  459. this.Column2.ReadOnly = true;
  460. this.Column2.Width = 160;
  461. //
  462. // Column11
  463. //
  464. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  465. this.Column11.DefaultCellStyle = dataGridViewCellStyle3;
  466. this.Column11.HeaderText = "性别";
  467. this.Column11.Name = "Column11";
  468. this.Column11.ReadOnly = true;
  469. this.Column11.Width = 50;
  470. //
  471. // Column12
  472. //
  473. this.Column12.HeaderText = "客户电话";
  474. this.Column12.Name = "Column12";
  475. this.Column12.ReadOnly = true;
  476. //
  477. // Column3
  478. //
  479. this.Column3.HeaderText = "商品信息";
  480. this.Column3.Name = "Column3";
  481. this.Column3.ReadOnly = true;
  482. this.Column3.Width = 240;
  483. //
  484. // Column4
  485. //
  486. this.Column4.HeaderText = "订单定金";
  487. this.Column4.Name = "Column4";
  488. this.Column4.ReadOnly = true;
  489. this.Column4.Width = 80;
  490. //
  491. // Column5
  492. //
  493. this.Column5.HeaderText = "订单总金额";
  494. this.Column5.Name = "Column5";
  495. this.Column5.ReadOnly = true;
  496. this.Column5.Width = 80;
  497. //
  498. // Column13
  499. //
  500. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  501. this.Column13.DefaultCellStyle = dataGridViewCellStyle4;
  502. this.Column13.HeaderText = "套系类型";
  503. this.Column13.Name = "Column13";
  504. this.Column13.ReadOnly = true;
  505. //
  506. // Column6
  507. //
  508. this.Column6.HeaderText = "状态";
  509. this.Column6.Name = "Column6";
  510. this.Column6.ReadOnly = true;
  511. //
  512. // Column7
  513. //
  514. this.Column7.HeaderText = "下单时间";
  515. this.Column7.Name = "Column7";
  516. this.Column7.ReadOnly = true;
  517. this.Column7.Width = 130;
  518. //
  519. // Column14
  520. //
  521. this.Column14.HeaderText = "同步状态";
  522. this.Column14.Name = "Column14";
  523. this.Column14.ReadOnly = true;
  524. this.Column14.Width = 80;
  525. //
  526. // Column8
  527. //
  528. this.Column8.HeaderText = "同步单号";
  529. this.Column8.Name = "Column8";
  530. this.Column8.ReadOnly = true;
  531. this.Column8.Width = 130;
  532. //
  533. // Column9
  534. //
  535. this.Column9.HeaderText = "同步时间";
  536. this.Column9.Name = "Column9";
  537. this.Column9.ReadOnly = true;
  538. this.Column9.Width = 130;
  539. //
  540. // Column10
  541. //
  542. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  543. this.Column10.DefaultCellStyle = dataGridViewCellStyle5;
  544. this.Column10.HeaderText = "操作";
  545. this.Column10.Name = "Column10";
  546. this.Column10.ReadOnly = true;
  547. this.Column10.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  548. this.Column10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  549. //
  550. // frmSynchronousData
  551. //
  552. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  553. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  554. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  555. this.ClientSize = new System.Drawing.Size(910, 610);
  556. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  557. this.IsShowUcNavigationTool = true;
  558. this.Name = "frmSynchronousData";
  559. this.Text = "同步数据";
  560. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  561. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  562. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  563. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  564. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  565. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  566. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  567. this.plExMainContainer.ResumeLayout(false);
  568. this.plFormMainContent.ResumeLayout(false);
  569. this.plTopContainer.ResumeLayout(false);
  570. this.plTopContainer.PerformLayout();
  571. this.plContentContainer.ResumeLayout(false);
  572. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderViwe)).EndInit();
  573. this.ResumeLayout(false);
  574. }
  575. #endregion
  576. public ComponentLibrary.PanelEx plContentContainer;
  577. public ComponentLibrary.PanelEx plTopContainer;
  578. public ComponentLibrary.ButtonForm btnUploadTaoXi;
  579. public ComponentLibrary.ButtonForm btnUploadUerInfo;
  580. public ComponentLibrary.ButtonEx btnSearch;
  581. public ComponentLibrary.TextBoxEx txtKeyWords;
  582. public ComponentLibrary.ComboBoxEx cmbStatus;
  583. public ComponentLibrary.LabelEx labelEx1;
  584. public ComponentLibrary.CheckBoxEx cbMiaoShaDingDan;
  585. public ComponentLibrary.CheckBoxEx cbPingTuandingdan;
  586. public ComponentLibrary.CheckBoxEx cbPutongDingDan;
  587. public ComponentLibrary.ButtonEx btnRefresh;
  588. public ComponentLibrary.DataGridViewEx dgvOrderViwe;
  589. private ComponentLibrary.LabelEx labelEx3;
  590. private ComponentLibrary.LabelEx labelEx2;
  591. public ComponentLibrary.ComboBoxEx comAccountList;
  592. public ComponentLibrary.ButtonForm btnBatchSyncOrders;
  593. public ComponentLibrary.CheckBoxEx chbYiWanChengTongBuDingDan;
  594. public ComponentLibrary.CheckBoxEx chbWeiWanChengTongBuDingDan;
  595. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  596. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  598. private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
  599. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  600. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  602. private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
  603. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  604. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  605. private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
  606. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  607. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  608. private System.Windows.Forms.DataGridViewLinkColumn Column10;
  609. }
  610. }