CameraControlBookOverviewSmallForm.Designer.cs 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  1. namespace LYFZ.Software.UI.CameraControlBook.SmallForm
  2. {
  3. partial class CameraControlBookOverviewSmallForm
  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(CameraControlBookOverviewSmallForm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  41. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.dtpDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  45. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnColse = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.panel2 = new System.Windows.Forms.Panel();
  48. this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  49. this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  50. this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  51. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  53. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  54. this.dgvSelectDress = new LYFZ.ComponentLibrary.DataGridViewEc();
  55. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  57. this.dgvPat = new LYFZ.ComponentLibrary.DataGridViewEc();
  58. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  60. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.dgvSelect = new LYFZ.ComponentLibrary.DataGridViewEc();
  62. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  63. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.dgvLook = new LYFZ.ComponentLibrary.DataGridViewEc();
  65. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  66. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.dgvTake = new LYFZ.ComponentLibrary.DataGridViewEc();
  68. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  69. this.dgvService = new LYFZ.ComponentLibrary.DataGridViewEc();
  70. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  72. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  73. this.plExMainContainer.SuspendLayout();
  74. this.plFormMainContent.SuspendLayout();
  75. this.flowLayoutPanel1.SuspendLayout();
  76. this.panel1.SuspendLayout();
  77. this.panel2.SuspendLayout();
  78. this.panelEx1.SuspendLayout();
  79. this.panelEx2.SuspendLayout();
  80. this.panelEx8.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgvSelectDress)).BeginInit();
  82. this.panelEx3.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvPat)).BeginInit();
  84. this.panelEx4.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgvSelect)).BeginInit();
  86. this.panelEx5.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.dgvLook)).BeginInit();
  88. this.panelEx6.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.dgvTake)).BeginInit();
  90. this.panelEx7.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.dgvService)).BeginInit();
  92. this.panelEx9.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // plExMainContainer
  96. //
  97. this.plExMainContainer.AutoScroll = true;
  98. this.plExMainContainer.Controls.Add(this.panelEx1);
  99. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  100. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  101. this.plExMainContainer.Size = new System.Drawing.Size(1208, 725);
  102. //
  103. // plFormMainContent
  104. //
  105. this.plFormMainContent.Controls.Add(this.flowLayoutPanel1);
  106. this.plFormMainContent.Size = new System.Drawing.Size(1208, 765);
  107. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  108. this.plFormMainContent.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
  109. //
  110. // btnAppFormMaximize
  111. //
  112. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  113. this.btnAppFormMaximize.Location = new System.Drawing.Point(1149, 0);
  114. //
  115. // btnAppFormExit
  116. //
  117. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  118. this.btnAppFormExit.Location = new System.Drawing.Point(1176, 0);
  119. //
  120. // btnAppFormMinimize
  121. //
  122. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  123. this.btnAppFormMinimize.Location = new System.Drawing.Point(1122, 0);
  124. //
  125. // flowLayoutPanel1
  126. //
  127. this.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  128. this.flowLayoutPanel1.Controls.Add(this.panelEx9);
  129. this.flowLayoutPanel1.Controls.Add(this.panel1);
  130. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  131. this.flowLayoutPanel1.Controls.Add(this.btnColse);
  132. this.flowLayoutPanel1.Controls.Add(this.panel2);
  133. this.flowLayoutPanel1.Location = new System.Drawing.Point(295, 3);
  134. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  135. this.flowLayoutPanel1.Size = new System.Drawing.Size(823, 34);
  136. this.flowLayoutPanel1.TabIndex = 34;
  137. //
  138. // panel1
  139. //
  140. this.panel1.BackColor = System.Drawing.Color.Transparent;
  141. this.panel1.Controls.Add(this.labelEx1);
  142. this.panel1.Controls.Add(this.dtpDate);
  143. this.panel1.Location = new System.Drawing.Point(180, 3);
  144. this.panel1.Name = "panel1";
  145. this.panel1.Size = new System.Drawing.Size(180, 28);
  146. this.panel1.TabIndex = 35;
  147. //
  148. // labelEx1
  149. //
  150. this.labelEx1.AutoSize = true;
  151. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  152. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  153. this.labelEx1.Location = new System.Drawing.Point(3, 6);
  154. this.labelEx1.Name = "labelEx1";
  155. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  156. this.labelEx1.TabIndex = 0;
  157. this.labelEx1.Text = "日期:";
  158. //
  159. // dtpDate
  160. //
  161. this.dtpDate.CustomFormat = " ";
  162. this.dtpDate.DateValue = "";
  163. this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  164. this.dtpDate.IsShowTime = false;
  165. this.dtpDate.Location = new System.Drawing.Point(50, 4);
  166. this.dtpDate.Name = "dtpDate";
  167. this.dtpDate.Size = new System.Drawing.Size(120, 21);
  168. this.dtpDate.TabIndex = 1;
  169. //
  170. // btnQuery
  171. //
  172. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  173. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  174. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  175. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  176. this.btnQuery.ForeColor = System.Drawing.Color.White;
  177. this.btnQuery.IsCustomBackImg = false;
  178. this.btnQuery.IsShowText = true;
  179. this.btnQuery.Location = new System.Drawing.Point(366, 3);
  180. this.btnQuery.Name = "btnQuery";
  181. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  182. this.btnQuery.TabIndex = 2;
  183. this.btnQuery.Text = " 查 询";
  184. this.btnQuery.UseVisualStyleBackColor = false;
  185. //
  186. // btnColse
  187. //
  188. this.btnColse.BackColor = System.Drawing.Color.Transparent;
  189. this.btnColse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnColse.BackImg")));
  190. this.btnColse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  191. this.btnColse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  192. this.btnColse.ForeColor = System.Drawing.Color.White;
  193. this.btnColse.IsCustomBackImg = false;
  194. this.btnColse.IsShowText = true;
  195. this.btnColse.Location = new System.Drawing.Point(457, 3);
  196. this.btnColse.Name = "btnColse";
  197. this.btnColse.Size = new System.Drawing.Size(85, 28);
  198. this.btnColse.TabIndex = 3;
  199. this.btnColse.Text = " 关 闭";
  200. this.btnColse.UseVisualStyleBackColor = false;
  201. //
  202. // panel2
  203. //
  204. this.panel2.BackColor = System.Drawing.Color.Transparent;
  205. this.panel2.Controls.Add(this.chkDressVersion);
  206. this.panel2.Controls.Add(this.chkKidsVersion);
  207. this.panel2.Controls.Add(this.chkPortraitVersion);
  208. this.panel2.Location = new System.Drawing.Point(548, 3);
  209. this.panel2.Name = "panel2";
  210. this.panel2.Size = new System.Drawing.Size(231, 28);
  211. this.panel2.TabIndex = 36;
  212. //
  213. // chkDressVersion
  214. //
  215. this.chkDressVersion.AutoSize = true;
  216. this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;
  217. this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  218. this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  219. this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  220. this.chkDressVersion.Fourstates = false;
  221. this.chkDressVersion.IsGreenTick = false;
  222. this.chkDressVersion.Location = new System.Drawing.Point(8, 3);
  223. this.chkDressVersion.Name = "chkDressVersion";
  224. this.chkDressVersion.Size = new System.Drawing.Size(63, 21);
  225. this.chkDressVersion.TabIndex = 5;
  226. this.chkDressVersion.Text = "婚纱单";
  227. this.chkDressVersion.UseVisualStyleBackColor = false;
  228. //
  229. // chkKidsVersion
  230. //
  231. this.chkKidsVersion.AutoSize = true;
  232. this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;
  233. this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  234. this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  235. this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  236. this.chkKidsVersion.Fourstates = false;
  237. this.chkKidsVersion.IsGreenTick = false;
  238. this.chkKidsVersion.Location = new System.Drawing.Point(78, 3);
  239. this.chkKidsVersion.Name = "chkKidsVersion";
  240. this.chkKidsVersion.Size = new System.Drawing.Size(63, 21);
  241. this.chkKidsVersion.TabIndex = 6;
  242. this.chkKidsVersion.Text = "儿童单";
  243. this.chkKidsVersion.UseVisualStyleBackColor = false;
  244. //
  245. // chkPortraitVersion
  246. //
  247. this.chkPortraitVersion.AutoSize = true;
  248. this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  249. this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  250. this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  251. this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  252. this.chkPortraitVersion.Fourstates = false;
  253. this.chkPortraitVersion.IsGreenTick = false;
  254. this.chkPortraitVersion.Location = new System.Drawing.Point(148, 3);
  255. this.chkPortraitVersion.Name = "chkPortraitVersion";
  256. this.chkPortraitVersion.Size = new System.Drawing.Size(63, 21);
  257. this.chkPortraitVersion.TabIndex = 27;
  258. this.chkPortraitVersion.Text = "写真单";
  259. this.chkPortraitVersion.UseVisualStyleBackColor = false;
  260. //
  261. // panelEx1
  262. //
  263. this.panelEx1.AutoScroll = true;
  264. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  265. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  266. this.panelEx1.BorderWidth = 1;
  267. this.panelEx1.Controls.Add(this.panelEx2);
  268. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  269. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  270. this.panelEx1.Name = "panelEx1";
  271. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  272. this.panelEx1.Size = new System.Drawing.Size(1198, 705);
  273. this.panelEx1.TabIndex = 0;
  274. //
  275. // panelEx2
  276. //
  277. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  278. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  279. this.panelEx2.BorderWidth = 1;
  280. this.panelEx2.Controls.Add(this.panelEx8);
  281. this.panelEx2.Controls.Add(this.panelEx3);
  282. this.panelEx2.Controls.Add(this.panelEx4);
  283. this.panelEx2.Controls.Add(this.panelEx5);
  284. this.panelEx2.Controls.Add(this.panelEx6);
  285. this.panelEx2.Controls.Add(this.panelEx7);
  286. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  287. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  288. this.panelEx2.Name = "panelEx2";
  289. this.panelEx2.Size = new System.Drawing.Size(1175, 2130);
  290. this.panelEx2.TabIndex = 0;
  291. //
  292. // panelEx8
  293. //
  294. this.panelEx8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  295. | System.Windows.Forms.AnchorStyles.Right)));
  296. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  297. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  298. this.panelEx8.BorderWidth = 1;
  299. this.panelEx8.Controls.Add(this.dgvSelectDress);
  300. this.panelEx8.Controls.Add(this.labelEx7);
  301. this.panelEx8.Location = new System.Drawing.Point(3, 1758);
  302. this.panelEx8.Name = "panelEx8";
  303. this.panelEx8.Size = new System.Drawing.Size(1169, 350);
  304. this.panelEx8.TabIndex = 46;
  305. //
  306. // dgvSelectDress
  307. //
  308. this.dgvSelectDress.AllowUserToAddRows = false;
  309. this.dgvSelectDress.AllowUserToDeleteRows = false;
  310. this.dgvSelectDress.AllowUserToResizeRows = false;
  311. this.dgvSelectDress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  312. | System.Windows.Forms.AnchorStyles.Right)));
  313. this.dgvSelectDress.BackgroundColor = System.Drawing.Color.White;
  314. this.dgvSelectDress.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  315. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  316. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  317. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
  319. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  320. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  321. this.dgvSelectDress.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
  322. this.dgvSelectDress.ColumnHeadersHeight = 24;
  323. this.dgvSelectDress.dgvColumnHeadersHeight = 24;
  324. this.dgvSelectDress.dgvCurrentColumnOriginalSet = "";
  325. this.dgvSelectDress.dgvCurrentColumnWidth = "";
  326. this.dgvSelectDress.dgvCurrentHideColumn = null;
  327. this.dgvSelectDress.dgvFixedHideColumn = null;
  328. this.dgvSelectDress.dgvGuidName = null;
  329. this.dgvSelectDress.dgvUserEmployeeID = null;
  330. this.dgvSelectDress.EnableHeadersVisualStyles = false;
  331. this.dgvSelectDress.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  332. this.dgvSelectDress.ImageHeight = 15;
  333. this.dgvSelectDress.ImageWidth = 15;
  334. this.dgvSelectDress.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvSelectDress.ImgCollapse")));
  335. this.dgvSelectDress.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvSelectDress.ImgExpand")));
  336. this.dgvSelectDress.IsAutomaticDrawSingleOrDoubleRow = false;
  337. this.dgvSelectDress.IsCompleteBonding = false;
  338. this.dgvSelectDress.IsCopyCellValue = true;
  339. this.dgvSelectDress.IsShowSerialNumber = false;
  340. this.dgvSelectDress.IsSortedRedraw = true;
  341. this.dgvSelectDress.IsSortMode = false;
  342. this.dgvSelectDress.Location = new System.Drawing.Point(3, 27);
  343. this.dgvSelectDress.Name = "dgvSelectDress";
  344. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  345. dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
  346. dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
  348. dataGridViewCellStyle14.Padding = new System.Windows.Forms.Padding(41);
  349. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  350. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  351. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  352. this.dgvSelectDress.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  353. this.dgvSelectDress.RowHeadersWidth = 25;
  354. this.dgvSelectDress.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  355. this.dgvSelectDress.RowTemplate.Height = 23;
  356. this.dgvSelectDress.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  357. this.dgvSelectDress.Size = new System.Drawing.Size(1162, 315);
  358. this.dgvSelectDress.StrSecondStageNull = "";
  359. this.dgvSelectDress.StrValueNullColumn = "";
  360. this.dgvSelectDress.TabIndex = 33;
  361. this.dgvSelectDress.ViceCount = 1;
  362. //
  363. // labelEx7
  364. //
  365. this.labelEx7.AutoSize = true;
  366. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  367. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  368. this.labelEx7.Location = new System.Drawing.Point(2, 5);
  369. this.labelEx7.Name = "labelEx7";
  370. this.labelEx7.Size = new System.Drawing.Size(79, 19);
  371. this.labelEx7.TabIndex = 23;
  372. this.labelEx7.Text = "选礼服客人";
  373. //
  374. // panelEx3
  375. //
  376. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  377. | System.Windows.Forms.AnchorStyles.Right)));
  378. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  379. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  380. this.panelEx3.BorderWidth = 1;
  381. this.panelEx3.Controls.Add(this.dgvPat);
  382. this.panelEx3.Controls.Add(this.labelEx2);
  383. this.panelEx3.Location = new System.Drawing.Point(3, 3);
  384. this.panelEx3.Name = "panelEx3";
  385. this.panelEx3.Size = new System.Drawing.Size(1169, 350);
  386. this.panelEx3.TabIndex = 41;
  387. //
  388. // dgvPat
  389. //
  390. this.dgvPat.AllowUserToAddRows = false;
  391. this.dgvPat.AllowUserToDeleteRows = false;
  392. this.dgvPat.AllowUserToResizeRows = false;
  393. this.dgvPat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  394. | System.Windows.Forms.AnchorStyles.Right)));
  395. this.dgvPat.BackgroundColor = System.Drawing.Color.White;
  396. this.dgvPat.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  397. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  398. dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  399. dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
  401. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  402. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  403. this.dgvPat.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
  404. this.dgvPat.ColumnHeadersHeight = 24;
  405. this.dgvPat.dgvColumnHeadersHeight = 24;
  406. this.dgvPat.dgvCurrentColumnOriginalSet = "";
  407. this.dgvPat.dgvCurrentColumnWidth = "";
  408. this.dgvPat.dgvCurrentHideColumn = null;
  409. this.dgvPat.dgvFixedHideColumn = null;
  410. this.dgvPat.dgvGuidName = null;
  411. this.dgvPat.dgvUserEmployeeID = null;
  412. this.dgvPat.EnableHeadersVisualStyles = false;
  413. this.dgvPat.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  414. this.dgvPat.ImageHeight = 15;
  415. this.dgvPat.ImageWidth = 15;
  416. this.dgvPat.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvPat.ImgCollapse")));
  417. this.dgvPat.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvPat.ImgExpand")));
  418. this.dgvPat.IsAutomaticDrawSingleOrDoubleRow = false;
  419. this.dgvPat.IsCompleteBonding = false;
  420. this.dgvPat.IsCopyCellValue = true;
  421. this.dgvPat.IsShowSerialNumber = false;
  422. this.dgvPat.IsSortedRedraw = true;
  423. this.dgvPat.IsSortMode = false;
  424. this.dgvPat.Location = new System.Drawing.Point(3, 27);
  425. this.dgvPat.Name = "dgvPat";
  426. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  427. dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
  428. dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
  430. dataGridViewCellStyle16.Padding = new System.Windows.Forms.Padding(41);
  431. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  432. dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  433. dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  434. this.dgvPat.RowHeadersDefaultCellStyle = dataGridViewCellStyle16;
  435. this.dgvPat.RowHeadersWidth = 25;
  436. this.dgvPat.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  437. this.dgvPat.RowTemplate.Height = 23;
  438. this.dgvPat.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  439. this.dgvPat.Size = new System.Drawing.Size(1162, 315);
  440. this.dgvPat.StrSecondStageNull = "";
  441. this.dgvPat.StrValueNullColumn = "";
  442. this.dgvPat.TabIndex = 29;
  443. this.dgvPat.ViceCount = 1;
  444. //
  445. // labelEx2
  446. //
  447. this.labelEx2.AutoSize = true;
  448. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  449. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  450. this.labelEx2.Location = new System.Drawing.Point(2, 5);
  451. this.labelEx2.Name = "labelEx2";
  452. this.labelEx2.Size = new System.Drawing.Size(65, 19);
  453. this.labelEx2.TabIndex = 7;
  454. this.labelEx2.Text = "拍照客人";
  455. //
  456. // panelEx4
  457. //
  458. this.panelEx4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  459. | System.Windows.Forms.AnchorStyles.Right)));
  460. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  461. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  462. this.panelEx4.BorderWidth = 1;
  463. this.panelEx4.Controls.Add(this.labelEx3);
  464. this.panelEx4.Controls.Add(this.dgvSelect);
  465. this.panelEx4.Location = new System.Drawing.Point(3, 354);
  466. this.panelEx4.Name = "panelEx4";
  467. this.panelEx4.Size = new System.Drawing.Size(1169, 350);
  468. this.panelEx4.TabIndex = 42;
  469. //
  470. // labelEx3
  471. //
  472. this.labelEx3.AutoSize = true;
  473. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  474. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  475. this.labelEx3.Location = new System.Drawing.Point(2, 5);
  476. this.labelEx3.Name = "labelEx3";
  477. this.labelEx3.Size = new System.Drawing.Size(65, 19);
  478. this.labelEx3.TabIndex = 20;
  479. this.labelEx3.Text = "选片客人";
  480. //
  481. // dgvSelect
  482. //
  483. this.dgvSelect.AllowUserToAddRows = false;
  484. this.dgvSelect.AllowUserToDeleteRows = false;
  485. this.dgvSelect.AllowUserToResizeRows = false;
  486. this.dgvSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  487. | System.Windows.Forms.AnchorStyles.Right)));
  488. this.dgvSelect.BackgroundColor = System.Drawing.Color.White;
  489. this.dgvSelect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  490. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  491. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  492. dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  493. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  494. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  495. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  496. this.dgvSelect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  497. this.dgvSelect.ColumnHeadersHeight = 24;
  498. this.dgvSelect.dgvColumnHeadersHeight = 24;
  499. this.dgvSelect.dgvCurrentColumnOriginalSet = "";
  500. this.dgvSelect.dgvCurrentColumnWidth = "";
  501. this.dgvSelect.dgvCurrentHideColumn = null;
  502. this.dgvSelect.dgvFixedHideColumn = null;
  503. this.dgvSelect.dgvGuidName = null;
  504. this.dgvSelect.dgvUserEmployeeID = null;
  505. this.dgvSelect.EnableHeadersVisualStyles = false;
  506. this.dgvSelect.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  507. this.dgvSelect.ImageHeight = 15;
  508. this.dgvSelect.ImageWidth = 15;
  509. this.dgvSelect.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvSelect.ImgCollapse")));
  510. this.dgvSelect.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvSelect.ImgExpand")));
  511. this.dgvSelect.IsAutomaticDrawSingleOrDoubleRow = false;
  512. this.dgvSelect.IsCompleteBonding = false;
  513. this.dgvSelect.IsCopyCellValue = true;
  514. this.dgvSelect.IsShowSerialNumber = false;
  515. this.dgvSelect.IsSortedRedraw = true;
  516. this.dgvSelect.IsSortMode = false;
  517. this.dgvSelect.Location = new System.Drawing.Point(3, 27);
  518. this.dgvSelect.Name = "dgvSelect";
  519. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  520. dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control;
  521. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText;
  523. dataGridViewCellStyle18.Padding = new System.Windows.Forms.Padding(41);
  524. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  525. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  526. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  527. this.dgvSelect.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
  528. this.dgvSelect.RowHeadersWidth = 25;
  529. this.dgvSelect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  530. this.dgvSelect.RowTemplate.Height = 23;
  531. this.dgvSelect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  532. this.dgvSelect.Size = new System.Drawing.Size(1162, 315);
  533. this.dgvSelect.StrSecondStageNull = "";
  534. this.dgvSelect.StrValueNullColumn = "";
  535. this.dgvSelect.TabIndex = 30;
  536. this.dgvSelect.ViceCount = 1;
  537. //
  538. // panelEx5
  539. //
  540. this.panelEx5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  541. | System.Windows.Forms.AnchorStyles.Right)));
  542. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  543. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  544. this.panelEx5.BorderWidth = 1;
  545. this.panelEx5.Controls.Add(this.labelEx4);
  546. this.panelEx5.Controls.Add(this.dgvLook);
  547. this.panelEx5.Location = new System.Drawing.Point(3, 705);
  548. this.panelEx5.Name = "panelEx5";
  549. this.panelEx5.Size = new System.Drawing.Size(1169, 350);
  550. this.panelEx5.TabIndex = 43;
  551. //
  552. // labelEx4
  553. //
  554. this.labelEx4.AutoSize = true;
  555. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  556. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  557. this.labelEx4.Location = new System.Drawing.Point(2, 5);
  558. this.labelEx4.Name = "labelEx4";
  559. this.labelEx4.Size = new System.Drawing.Size(79, 19);
  560. this.labelEx4.TabIndex = 21;
  561. this.labelEx4.Text = "看设计客人";
  562. //
  563. // dgvLook
  564. //
  565. this.dgvLook.AllowUserToAddRows = false;
  566. this.dgvLook.AllowUserToDeleteRows = false;
  567. this.dgvLook.AllowUserToResizeRows = false;
  568. this.dgvLook.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  569. | System.Windows.Forms.AnchorStyles.Right)));
  570. this.dgvLook.BackgroundColor = System.Drawing.Color.White;
  571. this.dgvLook.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  572. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  573. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  574. dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.White;
  576. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  577. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  578. this.dgvLook.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19;
  579. this.dgvLook.ColumnHeadersHeight = 24;
  580. this.dgvLook.dgvColumnHeadersHeight = 24;
  581. this.dgvLook.dgvCurrentColumnOriginalSet = "";
  582. this.dgvLook.dgvCurrentColumnWidth = "";
  583. this.dgvLook.dgvCurrentHideColumn = null;
  584. this.dgvLook.dgvFixedHideColumn = null;
  585. this.dgvLook.dgvGuidName = null;
  586. this.dgvLook.dgvUserEmployeeID = null;
  587. this.dgvLook.EnableHeadersVisualStyles = false;
  588. this.dgvLook.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  589. this.dgvLook.ImageHeight = 15;
  590. this.dgvLook.ImageWidth = 15;
  591. this.dgvLook.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvLook.ImgCollapse")));
  592. this.dgvLook.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvLook.ImgExpand")));
  593. this.dgvLook.IsAutomaticDrawSingleOrDoubleRow = false;
  594. this.dgvLook.IsCompleteBonding = false;
  595. this.dgvLook.IsCopyCellValue = true;
  596. this.dgvLook.IsShowSerialNumber = false;
  597. this.dgvLook.IsSortedRedraw = true;
  598. this.dgvLook.IsSortMode = false;
  599. this.dgvLook.Location = new System.Drawing.Point(3, 27);
  600. this.dgvLook.Name = "dgvLook";
  601. dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  602. dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control;
  603. dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText;
  605. dataGridViewCellStyle20.Padding = new System.Windows.Forms.Padding(41);
  606. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  607. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  608. dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  609. this.dgvLook.RowHeadersDefaultCellStyle = dataGridViewCellStyle20;
  610. this.dgvLook.RowHeadersWidth = 25;
  611. this.dgvLook.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  612. this.dgvLook.RowTemplate.Height = 23;
  613. this.dgvLook.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  614. this.dgvLook.Size = new System.Drawing.Size(1162, 315);
  615. this.dgvLook.StrSecondStageNull = "";
  616. this.dgvLook.StrValueNullColumn = "";
  617. this.dgvLook.TabIndex = 31;
  618. this.dgvLook.ViceCount = 1;
  619. //
  620. // panelEx6
  621. //
  622. this.panelEx6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  623. | System.Windows.Forms.AnchorStyles.Right)));
  624. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  625. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  626. this.panelEx6.BorderWidth = 1;
  627. this.panelEx6.Controls.Add(this.labelEx5);
  628. this.panelEx6.Controls.Add(this.dgvTake);
  629. this.panelEx6.Location = new System.Drawing.Point(3, 1056);
  630. this.panelEx6.Name = "panelEx6";
  631. this.panelEx6.Size = new System.Drawing.Size(1169, 350);
  632. this.panelEx6.TabIndex = 44;
  633. //
  634. // labelEx5
  635. //
  636. this.labelEx5.AutoSize = true;
  637. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  638. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  639. this.labelEx5.Location = new System.Drawing.Point(2, 5);
  640. this.labelEx5.Name = "labelEx5";
  641. this.labelEx5.Size = new System.Drawing.Size(65, 19);
  642. this.labelEx5.TabIndex = 22;
  643. this.labelEx5.Text = "取件客人";
  644. //
  645. // dgvTake
  646. //
  647. this.dgvTake.AllowUserToAddRows = false;
  648. this.dgvTake.AllowUserToDeleteRows = false;
  649. this.dgvTake.AllowUserToResizeRows = false;
  650. this.dgvTake.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  651. | System.Windows.Forms.AnchorStyles.Right)));
  652. this.dgvTake.BackgroundColor = System.Drawing.Color.White;
  653. this.dgvTake.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  654. dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  655. dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  656. dataGridViewCellStyle21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. dataGridViewCellStyle21.ForeColor = System.Drawing.Color.White;
  658. dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  659. dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  660. this.dgvTake.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle21;
  661. this.dgvTake.ColumnHeadersHeight = 24;
  662. this.dgvTake.dgvColumnHeadersHeight = 24;
  663. this.dgvTake.dgvCurrentColumnOriginalSet = "";
  664. this.dgvTake.dgvCurrentColumnWidth = "";
  665. this.dgvTake.dgvCurrentHideColumn = null;
  666. this.dgvTake.dgvFixedHideColumn = null;
  667. this.dgvTake.dgvGuidName = null;
  668. this.dgvTake.dgvUserEmployeeID = null;
  669. this.dgvTake.EnableHeadersVisualStyles = false;
  670. this.dgvTake.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  671. this.dgvTake.ImageHeight = 15;
  672. this.dgvTake.ImageWidth = 15;
  673. this.dgvTake.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvTake.ImgCollapse")));
  674. this.dgvTake.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvTake.ImgExpand")));
  675. this.dgvTake.IsAutomaticDrawSingleOrDoubleRow = false;
  676. this.dgvTake.IsCompleteBonding = false;
  677. this.dgvTake.IsCopyCellValue = true;
  678. this.dgvTake.IsShowSerialNumber = false;
  679. this.dgvTake.IsSortedRedraw = true;
  680. this.dgvTake.IsSortMode = false;
  681. this.dgvTake.Location = new System.Drawing.Point(3, 27);
  682. this.dgvTake.Name = "dgvTake";
  683. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  684. dataGridViewCellStyle22.BackColor = System.Drawing.SystemColors.Control;
  685. dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  686. dataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.WindowText;
  687. dataGridViewCellStyle22.Padding = new System.Windows.Forms.Padding(41);
  688. dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  689. dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  690. dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  691. this.dgvTake.RowHeadersDefaultCellStyle = dataGridViewCellStyle22;
  692. this.dgvTake.RowHeadersWidth = 25;
  693. this.dgvTake.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  694. this.dgvTake.RowTemplate.Height = 23;
  695. this.dgvTake.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  696. this.dgvTake.Size = new System.Drawing.Size(1162, 315);
  697. this.dgvTake.StrSecondStageNull = "";
  698. this.dgvTake.StrValueNullColumn = "";
  699. this.dgvTake.TabIndex = 32;
  700. this.dgvTake.ViceCount = 1;
  701. //
  702. // panelEx7
  703. //
  704. this.panelEx7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  705. | System.Windows.Forms.AnchorStyles.Right)));
  706. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  707. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  708. this.panelEx7.BorderWidth = 1;
  709. this.panelEx7.Controls.Add(this.dgvService);
  710. this.panelEx7.Controls.Add(this.labelEx6);
  711. this.panelEx7.Location = new System.Drawing.Point(3, 1407);
  712. this.panelEx7.Name = "panelEx7";
  713. this.panelEx7.Size = new System.Drawing.Size(1169, 350);
  714. this.panelEx7.TabIndex = 45;
  715. //
  716. // dgvService
  717. //
  718. this.dgvService.AllowUserToAddRows = false;
  719. this.dgvService.AllowUserToDeleteRows = false;
  720. this.dgvService.AllowUserToResizeRows = false;
  721. this.dgvService.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  722. | System.Windows.Forms.AnchorStyles.Right)));
  723. this.dgvService.BackgroundColor = System.Drawing.Color.White;
  724. this.dgvService.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  725. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  726. dataGridViewCellStyle23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  727. dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  728. dataGridViewCellStyle23.ForeColor = System.Drawing.Color.White;
  729. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  730. dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  731. this.dgvService.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle23;
  732. this.dgvService.ColumnHeadersHeight = 24;
  733. this.dgvService.dgvColumnHeadersHeight = 24;
  734. this.dgvService.dgvCurrentColumnOriginalSet = "";
  735. this.dgvService.dgvCurrentColumnWidth = "";
  736. this.dgvService.dgvCurrentHideColumn = null;
  737. this.dgvService.dgvFixedHideColumn = null;
  738. this.dgvService.dgvGuidName = null;
  739. this.dgvService.dgvUserEmployeeID = null;
  740. this.dgvService.EnableHeadersVisualStyles = false;
  741. this.dgvService.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  742. this.dgvService.ImageHeight = 15;
  743. this.dgvService.ImageWidth = 15;
  744. this.dgvService.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvService.ImgCollapse")));
  745. this.dgvService.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvService.ImgExpand")));
  746. this.dgvService.IsAutomaticDrawSingleOrDoubleRow = false;
  747. this.dgvService.IsCompleteBonding = false;
  748. this.dgvService.IsCopyCellValue = true;
  749. this.dgvService.IsShowSerialNumber = false;
  750. this.dgvService.IsSortedRedraw = true;
  751. this.dgvService.IsSortMode = false;
  752. this.dgvService.Location = new System.Drawing.Point(3, 27);
  753. this.dgvService.Name = "dgvService";
  754. dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  755. dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control;
  756. dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  757. dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText;
  758. dataGridViewCellStyle24.Padding = new System.Windows.Forms.Padding(41);
  759. dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  760. dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  761. dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  762. this.dgvService.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
  763. this.dgvService.RowHeadersWidth = 25;
  764. this.dgvService.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  765. this.dgvService.RowTemplate.Height = 23;
  766. this.dgvService.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  767. this.dgvService.Size = new System.Drawing.Size(1162, 315);
  768. this.dgvService.StrSecondStageNull = "";
  769. this.dgvService.StrValueNullColumn = "";
  770. this.dgvService.TabIndex = 33;
  771. this.dgvService.ViceCount = 1;
  772. //
  773. // labelEx6
  774. //
  775. this.labelEx6.AutoSize = true;
  776. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  777. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  778. this.labelEx6.Location = new System.Drawing.Point(2, 5);
  779. this.labelEx6.Name = "labelEx6";
  780. this.labelEx6.Size = new System.Drawing.Size(65, 19);
  781. this.labelEx6.TabIndex = 23;
  782. this.labelEx6.Text = "服务客人";
  783. //
  784. // panelEx9
  785. //
  786. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  787. this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  788. this.panelEx9.BorderWidth = 1;
  789. this.panelEx9.Controls.Add(this.cmbtreevStoreName);
  790. this.panelEx9.Location = new System.Drawing.Point(3, 3);
  791. this.panelEx9.Name = "panelEx9";
  792. this.panelEx9.Size = new System.Drawing.Size(171, 28);
  793. this.panelEx9.TabIndex = 37;
  794. //
  795. // cmbtreevStoreName
  796. //
  797. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  798. this.cmbtreevStoreName.DropDownHeight = 220;
  799. this.cmbtreevStoreName.DropDownShow = false;
  800. this.cmbtreevStoreName.FormattingEnabled = true;
  801. this.cmbtreevStoreName.IntegralHeight = false;
  802. this.cmbtreevStoreName.IsNodeMouseClick = true;
  803. this.cmbtreevStoreName.IsSelectParentNode = false;
  804. this.cmbtreevStoreName.Location = new System.Drawing.Point(0, 4);
  805. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  806. this.cmbtreevStoreName.ReadOnly = true;
  807. this.cmbtreevStoreName.SelectedNode = null;
  808. this.cmbtreevStoreName.Size = new System.Drawing.Size(168, 20);
  809. this.cmbtreevStoreName.StrGetName = "";
  810. this.cmbtreevStoreName.StrGetTagName = "";
  811. this.cmbtreevStoreName.StrKey = null;
  812. this.cmbtreevStoreName.TabIndex = 275;
  813. //
  814. // CameraControlBookOverviewSmallForm
  815. //
  816. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  817. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  818. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  819. this.ClientSize = new System.Drawing.Size(1208, 830);
  820. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  821. this.IsShowUcNavigationTool = true;
  822. this.IsUserControlsSize = false;
  823. this.Name = "CameraControlBookOverviewSmallForm";
  824. this.Text = "摄控本详情总览";
  825. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  826. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  827. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  828. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  829. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  830. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  831. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  832. this.plExMainContainer.ResumeLayout(false);
  833. this.plFormMainContent.ResumeLayout(false);
  834. this.flowLayoutPanel1.ResumeLayout(false);
  835. this.panel1.ResumeLayout(false);
  836. this.panel1.PerformLayout();
  837. this.panel2.ResumeLayout(false);
  838. this.panel2.PerformLayout();
  839. this.panelEx1.ResumeLayout(false);
  840. this.panelEx2.ResumeLayout(false);
  841. this.panelEx8.ResumeLayout(false);
  842. this.panelEx8.PerformLayout();
  843. ((System.ComponentModel.ISupportInitialize)(this.dgvSelectDress)).EndInit();
  844. this.panelEx3.ResumeLayout(false);
  845. this.panelEx3.PerformLayout();
  846. ((System.ComponentModel.ISupportInitialize)(this.dgvPat)).EndInit();
  847. this.panelEx4.ResumeLayout(false);
  848. this.panelEx4.PerformLayout();
  849. ((System.ComponentModel.ISupportInitialize)(this.dgvSelect)).EndInit();
  850. this.panelEx5.ResumeLayout(false);
  851. this.panelEx5.PerformLayout();
  852. ((System.ComponentModel.ISupportInitialize)(this.dgvLook)).EndInit();
  853. this.panelEx6.ResumeLayout(false);
  854. this.panelEx6.PerformLayout();
  855. ((System.ComponentModel.ISupportInitialize)(this.dgvTake)).EndInit();
  856. this.panelEx7.ResumeLayout(false);
  857. this.panelEx7.PerformLayout();
  858. ((System.ComponentModel.ISupportInitialize)(this.dgvService)).EndInit();
  859. this.panelEx9.ResumeLayout(false);
  860. this.ResumeLayout(false);
  861. }
  862. #endregion
  863. protected ComponentLibrary.ButtonEx btnColse;
  864. protected ComponentLibrary.ButtonEx btnQuery;
  865. protected ComponentLibrary.CheckBoxEx chkDressVersion;
  866. protected ComponentLibrary.CheckBoxEx chkKidsVersion;
  867. protected ComponentLibrary.DateTimePickerEx dtpDate;
  868. private ComponentLibrary.LabelEx labelEx1;
  869. protected ComponentLibrary.CheckBoxEx chkPortraitVersion;
  870. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  871. private System.Windows.Forms.Panel panel1;
  872. private System.Windows.Forms.Panel panel2;
  873. private ComponentLibrary.PanelEx panelEx1;
  874. protected internal ComponentLibrary.PanelEx panelEx2;
  875. private ComponentLibrary.PanelEx panelEx3;
  876. protected ComponentLibrary.DataGridViewEc dgvPat;
  877. private ComponentLibrary.LabelEx labelEx2;
  878. private ComponentLibrary.PanelEx panelEx4;
  879. private ComponentLibrary.LabelEx labelEx3;
  880. protected ComponentLibrary.DataGridViewEc dgvSelect;
  881. private ComponentLibrary.PanelEx panelEx5;
  882. private ComponentLibrary.LabelEx labelEx4;
  883. protected ComponentLibrary.DataGridViewEc dgvLook;
  884. private ComponentLibrary.PanelEx panelEx6;
  885. private ComponentLibrary.LabelEx labelEx5;
  886. protected ComponentLibrary.DataGridViewEc dgvTake;
  887. private ComponentLibrary.PanelEx panelEx7;
  888. public ComponentLibrary.LabelEx labelEx6;
  889. protected internal ComponentLibrary.DataGridViewEc dgvService;
  890. private ComponentLibrary.PanelEx panelEx8;
  891. protected internal ComponentLibrary.DataGridViewEc dgvSelectDress;
  892. public ComponentLibrary.LabelEx labelEx7;
  893. private ComponentLibrary.PanelEx panelEx9;
  894. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  895. }
  896. }