PhotographedFormMain.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class PhotographedFormMain
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhotographedFormMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  33. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  35. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  36. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  37. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  38. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  39. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  40. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  41. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnShootingToday = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnImportZOOM = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.btn_CusOssUpload = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnReviewPicture = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnGuestsAnAvatar = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnMicroShare = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnRetake = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.panelDressVersion = new LYFZ.ComponentLibrary.PanelEx();
  55. this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  56. this.panelKidsVersion = new LYFZ.ComponentLibrary.PanelEx();
  57. this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  58. this.panelPortraitVersion = new LYFZ.ComponentLibrary.PanelEx();
  59. this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  60. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  61. this.chkCompleteOrder = new LYFZ.ComponentLibrary.CheckBoxEx();
  62. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  63. this.plExMainContainer.SuspendLayout();
  64. this.plFormMainContent.SuspendLayout();
  65. this.panelEx1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  67. this.flowLayoutPanel1.SuspendLayout();
  68. this.panelStoreName.SuspendLayout();
  69. this.panelEx3.SuspendLayout();
  70. this.panelDressVersion.SuspendLayout();
  71. this.panelKidsVersion.SuspendLayout();
  72. this.panelPortraitVersion.SuspendLayout();
  73. this.panelEx2.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // plExMainContainer
  77. //
  78. this.plExMainContainer.AutoScroll = true;
  79. this.plExMainContainer.Controls.Add(this.panelEx1);
  80. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  81. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  82. this.plExMainContainer.Size = new System.Drawing.Size(967, 505);
  83. //
  84. // plFormMainContent
  85. //
  86. this.plFormMainContent.Size = new System.Drawing.Size(967, 545);
  87. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  88. //
  89. // btnAppFormMaximize
  90. //
  91. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  92. this.btnAppFormMaximize.Location = new System.Drawing.Point(908, 0);
  93. //
  94. // btnAppFormExit
  95. //
  96. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  97. this.btnAppFormExit.Location = new System.Drawing.Point(935, 0);
  98. //
  99. // btnAppFormMinimize
  100. //
  101. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  102. this.btnAppFormMinimize.Location = new System.Drawing.Point(881, 0);
  103. //
  104. // openFileDialog1
  105. //
  106. this.openFileDialog1.FileName = "openFileDialog1";
  107. //
  108. // panelEx1
  109. //
  110. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  111. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  112. this.panelEx1.BorderWidth = 1;
  113. this.panelEx1.Controls.Add(this.dgvData);
  114. this.panelEx1.Controls.Add(this.ucPagerEx1);
  115. this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
  116. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  117. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  119. this.panelEx1.Name = "panelEx1";
  120. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  121. this.panelEx1.Size = new System.Drawing.Size(957, 495);
  122. this.panelEx1.TabIndex = 5;
  123. //
  124. // dgvData
  125. //
  126. this.dgvData.AllowUserToAddRows = false;
  127. this.dgvData.AllowUserToDeleteRows = false;
  128. this.dgvData.AllowUserToOrderColumns = true;
  129. this.dgvData.AllowUserToResizeRows = false;
  130. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  131. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  132. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  133. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  134. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  136. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  137. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  138. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  139. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  140. this.dgvData.ContextMenuStrip = this.contextMenuStrip1;
  141. this.dgvData.dgvColumnHeadersHeight = 24;
  142. this.dgvData.dgvCurrentColumnOriginalSet = "";
  143. this.dgvData.dgvCurrentColumnWidth = "";
  144. this.dgvData.dgvCurrentHideColumn = null;
  145. this.dgvData.dgvFixedHideColumn = null;
  146. this.dgvData.dgvGuidName = null;
  147. this.dgvData.dgvUserEmployeeID = null;
  148. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.dgvData.EnableHeadersVisualStyles = false;
  150. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  151. this.dgvData.ImageHeight = 15;
  152. this.dgvData.ImageWidth = 15;
  153. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  154. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  155. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  156. this.dgvData.IsCompleteBonding = false;
  157. this.dgvData.IsCopyCellValue = true;
  158. this.dgvData.IsShowSerialNumber = false;
  159. this.dgvData.IsSortedRedraw = true;
  160. this.dgvData.IsSortMode = false;
  161. this.dgvData.Location = new System.Drawing.Point(2, 70);
  162. this.dgvData.Name = "dgvData";
  163. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  164. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  165. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  167. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  168. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  169. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  170. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  171. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  172. this.dgvData.RowHeadersWidth = 25;
  173. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  174. this.dgvData.RowTemplate.Height = 23;
  175. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  176. this.dgvData.Size = new System.Drawing.Size(953, 367);
  177. this.dgvData.StrSecondStageNull = "";
  178. this.dgvData.StrValueNullColumn = "";
  179. this.dgvData.TabIndex = 23;
  180. this.dgvData.ViceCount = 1;
  181. //
  182. // contextMenuStrip1
  183. //
  184. this.contextMenuStrip1.Name = "contextMenuStrip1";
  185. this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
  186. //
  187. // ucPagerEx1
  188. //
  189. this.ucPagerEx1.CurrentPageCount = 0;
  190. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  191. this.ucPagerEx1.Location = new System.Drawing.Point(2, 437);
  192. this.ucPagerEx1.Name = "ucPagerEx1";
  193. this.ucPagerEx1.NMax = 0;
  194. this.ucPagerEx1.PageCount = 0;
  195. this.ucPagerEx1.PageCurrent = 1;
  196. this.ucPagerEx1.PageSize = 20;
  197. this.ucPagerEx1.Size = new System.Drawing.Size(953, 30);
  198. this.ucPagerEx1.TabIndex = 30;
  199. this.ucPagerEx1.TbDataSource = null;
  200. //
  201. // dataGridViewStatisticsCount1
  202. //
  203. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  204. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  205. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(2, 467);
  206. this.dataGridViewStatisticsCount1.LocationX = 1;
  207. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  208. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(953, 26);
  209. this.dataGridViewStatisticsCount1.StrUnit = "单";
  210. this.dataGridViewStatisticsCount1.TabIndex = 25;
  211. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  212. this.dataGridViewStatisticsCount1.Visible = false;
  213. //
  214. // flowLayoutPanel1
  215. //
  216. this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
  217. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  218. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  219. this.flowLayoutPanel1.Controls.Add(this.btnShootingToday);
  220. this.flowLayoutPanel1.Controls.Add(this.btnConditionQuery);
  221. this.flowLayoutPanel1.Controls.Add(this.btnExport);
  222. this.flowLayoutPanel1.Controls.Add(this.btnImportZOOM);
  223. this.flowLayoutPanel1.Controls.Add(this.btnReviewPicture);
  224. this.flowLayoutPanel1.Controls.Add(this.btnGuestsAnAvatar);
  225. this.flowLayoutPanel1.Controls.Add(this.btnMicroShare);
  226. this.flowLayoutPanel1.Controls.Add(this.btnRetake);
  227. this.flowLayoutPanel1.Controls.Add(this.btn_CusOssUpload);
  228. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  229. this.flowLayoutPanel1.Controls.Add(this.panelDressVersion);
  230. this.flowLayoutPanel1.Controls.Add(this.panelKidsVersion);
  231. this.flowLayoutPanel1.Controls.Add(this.panelPortraitVersion);
  232. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  233. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  234. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  235. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  236. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  237. this.flowLayoutPanel1.Size = new System.Drawing.Size(953, 68);
  238. this.flowLayoutPanel1.TabIndex = 24;
  239. //
  240. // panelStoreName
  241. //
  242. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  243. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  244. this.panelStoreName.BorderWidth = 1;
  245. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  246. this.panelStoreName.Location = new System.Drawing.Point(1, 4);
  247. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  248. this.panelStoreName.Name = "panelStoreName";
  249. this.panelStoreName.Size = new System.Drawing.Size(210, 28);
  250. this.panelStoreName.TabIndex = 210;
  251. //
  252. // cmbtreevStoreName
  253. //
  254. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  255. this.cmbtreevStoreName.DropDownHeight = 220;
  256. this.cmbtreevStoreName.DropDownShow = false;
  257. this.cmbtreevStoreName.FormattingEnabled = true;
  258. this.cmbtreevStoreName.IntegralHeight = false;
  259. this.cmbtreevStoreName.IsNodeMouseClick = true;
  260. this.cmbtreevStoreName.IsSelectParentNode = false;
  261. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4);
  262. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  263. this.cmbtreevStoreName.ReadOnly = true;
  264. this.cmbtreevStoreName.SelectedNode = null;
  265. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  266. this.cmbtreevStoreName.StrGetName = "";
  267. this.cmbtreevStoreName.StrGetTagName = "";
  268. this.cmbtreevStoreName.StrKey = null;
  269. this.cmbtreevStoreName.TabIndex = 274;
  270. //
  271. // panelEx3
  272. //
  273. this.panelEx3.BackColor = System.Drawing.Color.Transparent;
  274. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  275. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  276. this.panelEx3.BorderWidth = 1;
  277. this.panelEx3.Controls.Add(this.cmbQueryText);
  278. this.panelEx3.Location = new System.Drawing.Point(213, 4);
  279. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  280. this.panelEx3.Name = "panelEx3";
  281. this.panelEx3.Size = new System.Drawing.Size(180, 28);
  282. this.panelEx3.TabIndex = 25;
  283. //
  284. // cmbQueryText
  285. //
  286. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  287. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  288. this.cmbQueryText.Icon = null;
  289. this.cmbQueryText.IconIsButton = false;
  290. this.cmbQueryText.IsPasswordChat = '\0';
  291. this.cmbQueryText.IsSystemPasswordChar = false;
  292. this.cmbQueryText.Lines = new string[0];
  293. this.cmbQueryText.Location = new System.Drawing.Point(0, 0);
  294. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  295. this.cmbQueryText.MaxLength = 32767;
  296. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  297. this.cmbQueryText.MouseBack = null;
  298. this.cmbQueryText.Multiline = false;
  299. this.cmbQueryText.Name = "cmbQueryText";
  300. this.cmbQueryText.NormlBack = null;
  301. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  302. this.cmbQueryText.ReadOnly = false;
  303. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  304. this.cmbQueryText.Size = new System.Drawing.Size(175, 28);
  305. this.cmbQueryText.TabIndex = 10;
  306. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  307. this.toolTip1.SetToolTip(this.cmbQueryText, "可根据:订单号、客户姓名、客户电话、接单人 进行查询");
  308. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  309. this.cmbQueryText.WaterText = "订单号、客户姓名、客户电话";
  310. this.cmbQueryText.WordWrap = true;
  311. //
  312. // btnQuery
  313. //
  314. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  315. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  316. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  317. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  318. this.btnQuery.ForeColor = System.Drawing.Color.White;
  319. this.btnQuery.IsCustomBackImg = false;
  320. this.btnQuery.IsShowText = true;
  321. this.btnQuery.Location = new System.Drawing.Point(397, 4);
  322. this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  323. this.btnQuery.Name = "btnQuery";
  324. this.btnQuery.Size = new System.Drawing.Size(73, 28);
  325. this.btnQuery.TabIndex = 2;
  326. this.btnQuery.Text = " 查 询";
  327. this.btnQuery.UseVisualStyleBackColor = false;
  328. //
  329. // btnShootingToday
  330. //
  331. this.btnShootingToday.BackColor = System.Drawing.Color.Transparent;
  332. this.btnShootingToday.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnShootingToday.BackImg")));
  333. this.btnShootingToday.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  334. this.btnShootingToday.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  335. this.btnShootingToday.ForeColor = System.Drawing.Color.White;
  336. this.btnShootingToday.IsCustomBackImg = false;
  337. this.btnShootingToday.IsShowText = true;
  338. this.btnShootingToday.Location = new System.Drawing.Point(476, 4);
  339. this.btnShootingToday.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  340. this.btnShootingToday.Name = "btnShootingToday";
  341. this.btnShootingToday.Size = new System.Drawing.Size(73, 28);
  342. this.btnShootingToday.TabIndex = 3;
  343. this.btnShootingToday.Text = " 今 拍";
  344. this.btnShootingToday.UseVisualStyleBackColor = false;
  345. //
  346. // btnConditionQuery
  347. //
  348. this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent;
  349. this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg")));
  350. this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  351. this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  352. this.btnConditionQuery.ForeColor = System.Drawing.Color.White;
  353. this.btnConditionQuery.IsCustomBackImg = false;
  354. this.btnConditionQuery.IsShowText = true;
  355. this.btnConditionQuery.Location = new System.Drawing.Point(555, 4);
  356. this.btnConditionQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  357. this.btnConditionQuery.Name = "btnConditionQuery";
  358. this.btnConditionQuery.Size = new System.Drawing.Size(73, 28);
  359. this.btnConditionQuery.TabIndex = 4;
  360. this.btnConditionQuery.Text = " 条件查询";
  361. this.btnConditionQuery.UseVisualStyleBackColor = false;
  362. //
  363. // btnExport
  364. //
  365. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  366. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  367. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  368. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  369. this.btnExport.ForeColor = System.Drawing.Color.White;
  370. this.btnExport.IsCustomBackImg = false;
  371. this.btnExport.IsShowText = true;
  372. this.btnExport.Location = new System.Drawing.Point(634, 4);
  373. this.btnExport.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  374. this.btnExport.Name = "btnExport";
  375. this.btnExport.Size = new System.Drawing.Size(73, 28);
  376. this.btnExport.TabIndex = 214;
  377. this.btnExport.Text = " 导 出";
  378. this.btnExport.UseVisualStyleBackColor = false;
  379. //
  380. // btnImportZOOM
  381. //
  382. this.btnImportZOOM.BackColor = System.Drawing.Color.Transparent;
  383. this.btnImportZOOM.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportZOOM.BackImg")));
  384. this.btnImportZOOM.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  385. this.btnImportZOOM.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  386. this.btnImportZOOM.ForeColor = System.Drawing.Color.White;
  387. this.btnImportZOOM.IsCustomBackImg = false;
  388. this.btnImportZOOM.IsShowText = true;
  389. this.btnImportZOOM.Location = new System.Drawing.Point(713, 4);
  390. this.btnImportZOOM.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  391. this.btnImportZOOM.Name = "btnImportZOOM";
  392. this.btnImportZOOM.Size = new System.Drawing.Size(73, 28);
  393. this.btnImportZOOM.TabIndex = 5;
  394. this.btnImportZOOM.Text = " 导入原片";
  395. this.btnImportZOOM.UseVisualStyleBackColor = false;
  396. //
  397. // btn_CusOssUpload
  398. //
  399. this.btn_CusOssUpload.BackColor = System.Drawing.Color.Transparent;
  400. this.btn_CusOssUpload.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_CusOssUpload.BackImg")));
  401. this.btn_CusOssUpload.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  402. this.btn_CusOssUpload.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  403. this.btn_CusOssUpload.ForeColor = System.Drawing.Color.White;
  404. this.btn_CusOssUpload.IsCustomBackImg = false;
  405. this.btn_CusOssUpload.IsShowText = true;
  406. this.btn_CusOssUpload.Location = new System.Drawing.Point(161, 36);
  407. this.btn_CusOssUpload.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  408. this.btn_CusOssUpload.Name = "btn_CusOssUpload";
  409. this.btn_CusOssUpload.Size = new System.Drawing.Size(73, 28);
  410. this.btn_CusOssUpload.TabIndex = 216;
  411. this.btn_CusOssUpload.Text = " 客照云传";
  412. this.btn_CusOssUpload.UseVisualStyleBackColor = false;
  413. //
  414. // btnReviewPicture
  415. //
  416. this.btnReviewPicture.BackColor = System.Drawing.Color.Transparent;
  417. this.btnReviewPicture.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReviewPicture.BackImg")));
  418. this.btnReviewPicture.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  419. this.btnReviewPicture.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  420. this.btnReviewPicture.ForeColor = System.Drawing.Color.White;
  421. this.btnReviewPicture.IsCustomBackImg = false;
  422. this.btnReviewPicture.IsShowText = true;
  423. this.btnReviewPicture.Location = new System.Drawing.Point(792, 4);
  424. this.btnReviewPicture.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  425. this.btnReviewPicture.Name = "btnReviewPicture";
  426. this.btnReviewPicture.Size = new System.Drawing.Size(73, 28);
  427. this.btnReviewPicture.TabIndex = 6;
  428. this.btnReviewPicture.Text = " 查看原片";
  429. this.btnReviewPicture.UseVisualStyleBackColor = false;
  430. //
  431. // btnGuestsAnAvatar
  432. //
  433. this.btnGuestsAnAvatar.BackColor = System.Drawing.Color.Transparent;
  434. this.btnGuestsAnAvatar.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnGuestsAnAvatar.BackImg")));
  435. this.btnGuestsAnAvatar.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  436. this.btnGuestsAnAvatar.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  437. this.btnGuestsAnAvatar.ForeColor = System.Drawing.Color.White;
  438. this.btnGuestsAnAvatar.IsCustomBackImg = false;
  439. this.btnGuestsAnAvatar.IsShowText = true;
  440. this.btnGuestsAnAvatar.Location = new System.Drawing.Point(871, 4);
  441. this.btnGuestsAnAvatar.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  442. this.btnGuestsAnAvatar.Name = "btnGuestsAnAvatar";
  443. this.btnGuestsAnAvatar.Size = new System.Drawing.Size(73, 28);
  444. this.btnGuestsAnAvatar.TabIndex = 7;
  445. this.btnGuestsAnAvatar.Text = " 客人头像";
  446. this.btnGuestsAnAvatar.UseVisualStyleBackColor = false;
  447. //
  448. // btnMicroShare
  449. //
  450. this.btnMicroShare.BackColor = System.Drawing.Color.Transparent;
  451. this.btnMicroShare.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMicroShare.BackImg")));
  452. this.btnMicroShare.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  453. this.btnMicroShare.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  454. this.btnMicroShare.ForeColor = System.Drawing.Color.White;
  455. this.btnMicroShare.IsCustomBackImg = false;
  456. this.btnMicroShare.IsShowText = true;
  457. this.btnMicroShare.Location = new System.Drawing.Point(3, 36);
  458. this.btnMicroShare.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  459. this.btnMicroShare.Name = "btnMicroShare";
  460. this.btnMicroShare.Size = new System.Drawing.Size(73, 28);
  461. this.btnMicroShare.TabIndex = 21;
  462. this.btnMicroShare.Text = " 微分享";
  463. this.btnMicroShare.UseVisualStyleBackColor = false;
  464. //
  465. // btnRetake
  466. //
  467. this.btnRetake.BackColor = System.Drawing.Color.Transparent;
  468. this.btnRetake.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRetake.BackImg")));
  469. this.btnRetake.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  470. this.btnRetake.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  471. this.btnRetake.ForeColor = System.Drawing.Color.White;
  472. this.btnRetake.IsCustomBackImg = false;
  473. this.btnRetake.IsShowText = true;
  474. this.btnRetake.Location = new System.Drawing.Point(82, 36);
  475. this.btnRetake.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  476. this.btnRetake.Name = "btnRetake";
  477. this.btnRetake.Size = new System.Drawing.Size(73, 28);
  478. this.btnRetake.TabIndex = 213;
  479. this.btnRetake.Text = " 重 拍";
  480. this.btnRetake.UseVisualStyleBackColor = false;
  481. //
  482. // btnClose
  483. //
  484. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  485. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  486. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  487. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  488. this.btnClose.ForeColor = System.Drawing.Color.White;
  489. this.btnClose.IsCustomBackImg = false;
  490. this.btnClose.IsShowText = true;
  491. this.btnClose.Location = new System.Drawing.Point(240, 36);
  492. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  493. this.btnClose.Name = "btnClose";
  494. this.btnClose.Size = new System.Drawing.Size(73, 28);
  495. this.btnClose.TabIndex = 8;
  496. this.btnClose.Text = " 关 闭";
  497. this.btnClose.UseVisualStyleBackColor = false;
  498. //
  499. // panelDressVersion
  500. //
  501. this.panelDressVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  502. this.panelDressVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  503. this.panelDressVersion.BorderWidth = 1;
  504. this.panelDressVersion.Controls.Add(this.chkDressVersion);
  505. this.panelDressVersion.Location = new System.Drawing.Point(317, 36);
  506. this.panelDressVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  507. this.panelDressVersion.Name = "panelDressVersion";
  508. this.panelDressVersion.Size = new System.Drawing.Size(60, 28);
  509. this.panelDressVersion.TabIndex = 211;
  510. //
  511. // chkDressVersion
  512. //
  513. this.chkDressVersion.AutoSize = true;
  514. this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;
  515. this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  516. this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  517. this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  518. this.chkDressVersion.Fourstates = false;
  519. this.chkDressVersion.IsGreenTick = false;
  520. this.chkDressVersion.Location = new System.Drawing.Point(3, 3);
  521. this.chkDressVersion.Name = "chkDressVersion";
  522. this.chkDressVersion.Size = new System.Drawing.Size(51, 21);
  523. this.chkDressVersion.TabIndex = 12;
  524. this.chkDressVersion.Text = "婚纱";
  525. this.chkDressVersion.UseVisualStyleBackColor = false;
  526. //
  527. // panelKidsVersion
  528. //
  529. this.panelKidsVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  530. this.panelKidsVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  531. this.panelKidsVersion.BorderWidth = 1;
  532. this.panelKidsVersion.Controls.Add(this.chkKidsVersion);
  533. this.panelKidsVersion.Location = new System.Drawing.Point(379, 36);
  534. this.panelKidsVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  535. this.panelKidsVersion.Name = "panelKidsVersion";
  536. this.panelKidsVersion.Size = new System.Drawing.Size(60, 28);
  537. this.panelKidsVersion.TabIndex = 212;
  538. //
  539. // chkKidsVersion
  540. //
  541. this.chkKidsVersion.AutoSize = true;
  542. this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;
  543. this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  544. this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  545. this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  546. this.chkKidsVersion.Fourstates = false;
  547. this.chkKidsVersion.IsGreenTick = false;
  548. this.chkKidsVersion.Location = new System.Drawing.Point(3, 3);
  549. this.chkKidsVersion.Name = "chkKidsVersion";
  550. this.chkKidsVersion.Size = new System.Drawing.Size(51, 21);
  551. this.chkKidsVersion.TabIndex = 13;
  552. this.chkKidsVersion.Text = "儿童";
  553. this.chkKidsVersion.UseVisualStyleBackColor = false;
  554. //
  555. // panelPortraitVersion
  556. //
  557. this.panelPortraitVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  558. this.panelPortraitVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  559. this.panelPortraitVersion.BorderWidth = 1;
  560. this.panelPortraitVersion.Controls.Add(this.chkPortraitVersion);
  561. this.panelPortraitVersion.Location = new System.Drawing.Point(441, 36);
  562. this.panelPortraitVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  563. this.panelPortraitVersion.Name = "panelPortraitVersion";
  564. this.panelPortraitVersion.Size = new System.Drawing.Size(60, 28);
  565. this.panelPortraitVersion.TabIndex = 212;
  566. //
  567. // chkPortraitVersion
  568. //
  569. this.chkPortraitVersion.AutoSize = true;
  570. this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  571. this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  572. this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  573. this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  574. this.chkPortraitVersion.Fourstates = false;
  575. this.chkPortraitVersion.IsGreenTick = false;
  576. this.chkPortraitVersion.Location = new System.Drawing.Point(3, 3);
  577. this.chkPortraitVersion.Name = "chkPortraitVersion";
  578. this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21);
  579. this.chkPortraitVersion.TabIndex = 22;
  580. this.chkPortraitVersion.Text = "写真";
  581. this.chkPortraitVersion.UseVisualStyleBackColor = false;
  582. //
  583. // panelEx2
  584. //
  585. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  586. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  587. this.panelEx2.BorderWidth = 1;
  588. this.panelEx2.Controls.Add(this.chkCompleteOrder);
  589. this.panelEx2.Location = new System.Drawing.Point(503, 36);
  590. this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  591. this.panelEx2.Name = "panelEx2";
  592. this.panelEx2.Size = new System.Drawing.Size(97, 28);
  593. this.panelEx2.TabIndex = 215;
  594. //
  595. // chkCompleteOrder
  596. //
  597. this.chkCompleteOrder.AutoSize = true;
  598. this.chkCompleteOrder.BackColor = System.Drawing.Color.Transparent;
  599. this.chkCompleteOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  600. this.chkCompleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F);
  601. this.chkCompleteOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  602. this.chkCompleteOrder.Fourstates = false;
  603. this.chkCompleteOrder.IsGreenTick = false;
  604. this.chkCompleteOrder.Location = new System.Drawing.Point(3, 3);
  605. this.chkCompleteOrder.Name = "chkCompleteOrder";
  606. this.chkCompleteOrder.Size = new System.Drawing.Size(87, 21);
  607. this.chkCompleteOrder.TabIndex = 22;
  608. this.chkCompleteOrder.Text = "已完成订单";
  609. this.chkCompleteOrder.UseVisualStyleBackColor = false;
  610. //
  611. // PhotographedFormMain
  612. //
  613. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  614. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  615. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  616. this.ClientSize = new System.Drawing.Size(967, 610);
  617. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  618. this.IsShowUcNavigationTool = true;
  619. this.Name = "PhotographedFormMain";
  620. this.Text = "拍照";
  621. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  622. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  623. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  624. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  625. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  626. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  627. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  628. this.plExMainContainer.ResumeLayout(false);
  629. this.plFormMainContent.ResumeLayout(false);
  630. this.panelEx1.ResumeLayout(false);
  631. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  632. this.flowLayoutPanel1.ResumeLayout(false);
  633. this.panelStoreName.ResumeLayout(false);
  634. this.panelEx3.ResumeLayout(false);
  635. this.panelDressVersion.ResumeLayout(false);
  636. this.panelDressVersion.PerformLayout();
  637. this.panelKidsVersion.ResumeLayout(false);
  638. this.panelKidsVersion.PerformLayout();
  639. this.panelPortraitVersion.ResumeLayout(false);
  640. this.panelPortraitVersion.PerformLayout();
  641. this.panelEx2.ResumeLayout(false);
  642. this.panelEx2.PerformLayout();
  643. this.ResumeLayout(false);
  644. }
  645. #endregion
  646. protected System.Windows.Forms.OpenFileDialog openFileDialog1;
  647. protected ComponentLibrary.ButtonEx btnClose;
  648. protected ComponentLibrary.ButtonEx btnConditionQuery;
  649. protected ComponentLibrary.ButtonEx btnGuestsAnAvatar;
  650. protected ComponentLibrary.ButtonEx btnReviewPicture;
  651. protected ComponentLibrary.ButtonEx btnImportZOOM;
  652. protected ComponentLibrary.ButtonEx btnShootingToday;
  653. protected ComponentLibrary.ButtonEx btnQuery;
  654. protected ComponentLibrary.PanelEx panelEx1;
  655. protected ComponentLibrary.TextBoxEx cmbQueryText;
  656. protected ComponentLibrary.ButtonEx btnMicroShare;
  657. private System.Windows.Forms.ToolTip toolTip1;
  658. private ComponentLibrary.PanelEx panelEx3;
  659. protected ComponentLibrary.CheckBoxEx chkDressVersion;
  660. protected ComponentLibrary.CheckBoxEx chkKidsVersion;
  661. protected ComponentLibrary.CheckBoxEx chkPortraitVersion;
  662. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  663. protected System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  664. protected internal ComponentLibrary.DataGridViewEc dgvData;
  665. protected internal ComponentLibrary.PanelEx panelStoreName;
  666. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  667. protected internal ComponentLibrary.PanelEx panelDressVersion;
  668. protected internal ComponentLibrary.PanelEx panelKidsVersion;
  669. protected internal ComponentLibrary.PanelEx panelPortraitVersion;
  670. protected internal ComponentLibrary.ButtonEx btnRetake;
  671. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  672. protected ComponentLibrary.ButtonEx btnExport;
  673. protected UCPager.ucPagerEx ucPagerEx1;
  674. protected internal ComponentLibrary.PanelEx panelEx2;
  675. protected ComponentLibrary.CheckBoxEx chkCompleteOrder;
  676. protected internal ComponentLibrary.ButtonEx btn_CusOssUpload;
  677. }
  678. }