MainFrameFormMain.Designer.cs 82 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369
  1. namespace LYFZ.Software.UI.CameraControlBook
  2. {
  3. partial class MainFrameFormMain
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrameFormMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.tblPanel = new System.Windows.Forms.TableLayoutPanel();
  35. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  36. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.txtOrderQuantity = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.FlowPanel = new System.Windows.Forms.FlowLayoutPanel();
  46. this.btnCharts = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnOverview = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnStatistic = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnGuestsReservation = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnSelectedClothes = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnReschedule = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.btnSMS = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.btnClientServiceAnPai = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.btnPersonSchedule = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.btnAddRecord = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.btnCommunicateDetails = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  59. this.btn_Report = new LYFZ.ComponentLibrary.ButtonEx();
  60. this.btn_AnPai = new LYFZ.ComponentLibrary.ButtonEx();
  61. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  62. this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
  63. this.panelTakeGuests = new LYFZ.ComponentLibrary.PanelEx();
  64. this.rdoPhotographed = new LYFZ.ComponentLibrary.RadioButtonEx();
  65. this.panelSelectionFilmGuests = new LYFZ.ComponentLibrary.PanelEx();
  66. this.rdoFilmSelection = new LYFZ.ComponentLibrary.RadioButtonEx();
  67. this.panelLookingDesignGuests = new LYFZ.ComponentLibrary.PanelEx();
  68. this.rdoLookDesign = new LYFZ.ComponentLibrary.RadioButtonEx();
  69. this.panelTakePieceGuests = new LYFZ.ComponentLibrary.PanelEx();
  70. this.rdoTotakePiece = new LYFZ.ComponentLibrary.RadioButtonEx();
  71. this.panelWeddingGuests = new LYFZ.ComponentLibrary.PanelEx();
  72. this.rdoService = new LYFZ.ComponentLibrary.RadioButtonEx();
  73. this.panelSelectDressGuests = new LYFZ.ComponentLibrary.PanelEx();
  74. this.rdoSelectDress = new LYFZ.ComponentLibrary.RadioButtonEx();
  75. this.panelHospitalClient = new LYFZ.ComponentLibrary.PanelEx();
  76. this.rdoHospitalClient = new LYFZ.ComponentLibrary.RadioButtonEx();
  77. this.panelRecentBirthday = new LYFZ.ComponentLibrary.PanelEx();
  78. this.rdoRecentBirthday = new LYFZ.ComponentLibrary.RadioButtonEx();
  79. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  80. this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  81. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  82. this.nudYears = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  83. this.nudDate = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  84. this.lblDate = new LYFZ.ComponentLibrary.LabelEx();
  85. this.nudMonth = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  86. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  87. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  88. this.exToolTip1 = new LYFZ.ComponentLibrary.ExToolTip();
  89. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  90. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  91. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  92. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  93. this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  94. this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  95. this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  96. this.chkWeddingCelebration = new LYFZ.ComponentLibrary.CheckBoxEx();
  97. this.chkNearlyOneWeek = new LYFZ.ComponentLibrary.CheckBoxEx();
  98. this.chkNearlyHalfMonth = new LYFZ.ComponentLibrary.CheckBoxEx();
  99. this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx();
  100. this.btn_ColorSetting = new LYFZ.ComponentLibrary.ButtonEx();
  101. this.plExMainContainer.SuspendLayout();
  102. this.plFormMainContent.SuspendLayout();
  103. this.panelEx3.SuspendLayout();
  104. this.panelEx7.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  106. this.panelEx1.SuspendLayout();
  107. this.panelEx8.SuspendLayout();
  108. this.panelEx6.SuspendLayout();
  109. this.FlowPanel.SuspendLayout();
  110. this.flowLayoutPanel3.SuspendLayout();
  111. this.panelTakeGuests.SuspendLayout();
  112. this.panelSelectionFilmGuests.SuspendLayout();
  113. this.panelLookingDesignGuests.SuspendLayout();
  114. this.panelTakePieceGuests.SuspendLayout();
  115. this.panelWeddingGuests.SuspendLayout();
  116. this.panelSelectDressGuests.SuspendLayout();
  117. this.panelHospitalClient.SuspendLayout();
  118. this.panelRecentBirthday.SuspendLayout();
  119. this.panelEx5.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.nudYears)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.nudDate)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.nudMonth)).BeginInit();
  123. this.flowLayoutPanel1.SuspendLayout();
  124. this.panelStoreName.SuspendLayout();
  125. this.flowLayoutPanel2.SuspendLayout();
  126. this.panelEx11.SuspendLayout();
  127. this.SuspendLayout();
  128. //
  129. // plExMainContainer
  130. //
  131. this.plExMainContainer.AutoScroll = true;
  132. this.plExMainContainer.Controls.Add(this.panelEx3);
  133. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  134. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  135. this.plExMainContainer.Size = new System.Drawing.Size(1485, 505);
  136. //
  137. // plFormMainContent
  138. //
  139. this.plFormMainContent.Controls.Add(this.flowLayoutPanel1);
  140. this.plFormMainContent.Size = new System.Drawing.Size(1485, 545);
  141. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  142. this.plFormMainContent.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
  143. //
  144. // btnAppFormMaximize
  145. //
  146. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  147. this.btnAppFormMaximize.Location = new System.Drawing.Point(1426, 0);
  148. //
  149. // btnAppFormExit
  150. //
  151. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  152. this.btnAppFormExit.Location = new System.Drawing.Point(1453, 0);
  153. //
  154. // btnAppFormMinimize
  155. //
  156. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  157. this.btnAppFormMinimize.Location = new System.Drawing.Point(1399, 0);
  158. //
  159. // panelEx3
  160. //
  161. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  162. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  163. this.panelEx3.BorderWidth = 1;
  164. this.panelEx3.Controls.Add(this.panelEx7);
  165. this.panelEx3.Controls.Add(this.panelEx1);
  166. this.panelEx3.Controls.Add(this.panelEx6);
  167. this.panelEx3.Controls.Add(this.FlowPanel);
  168. this.panelEx3.Controls.Add(this.flowLayoutPanel3);
  169. this.panelEx3.Controls.Add(this.panelEx2);
  170. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.panelEx3.Location = new System.Drawing.Point(5, 10);
  172. this.panelEx3.Name = "panelEx3";
  173. this.panelEx3.Padding = new System.Windows.Forms.Padding(2);
  174. this.panelEx3.Size = new System.Drawing.Size(1475, 485);
  175. this.panelEx3.TabIndex = 18;
  176. //
  177. // panelEx7
  178. //
  179. this.panelEx7.AutoScroll = true;
  180. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  181. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  182. this.panelEx7.BorderWidth = 1;
  183. this.panelEx7.Controls.Add(this.tblPanel);
  184. this.panelEx7.Controls.Add(this.dgvData);
  185. this.panelEx7.Dock = System.Windows.Forms.DockStyle.Fill;
  186. this.panelEx7.Location = new System.Drawing.Point(2, 101);
  187. this.panelEx7.Name = "panelEx7";
  188. this.panelEx7.Padding = new System.Windows.Forms.Padding(2);
  189. this.panelEx7.Size = new System.Drawing.Size(1471, 382);
  190. this.panelEx7.TabIndex = 2234;
  191. //
  192. // tblPanel
  193. //
  194. this.tblPanel.BackColor = System.Drawing.Color.Transparent;
  195. this.tblPanel.ColumnCount = 7;
  196. this.tblPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
  197. this.tblPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
  198. this.tblPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
  199. this.tblPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
  200. this.tblPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
  201. this.tblPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
  202. this.tblPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
  203. this.tblPanel.Location = new System.Drawing.Point(7, 13);
  204. this.tblPanel.Name = "tblPanel";
  205. this.tblPanel.RowCount = 7;
  206. this.tblPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  207. this.tblPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  208. this.tblPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  209. this.tblPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  210. this.tblPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  211. this.tblPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  212. this.tblPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  213. this.tblPanel.Size = new System.Drawing.Size(950, 307);
  214. this.tblPanel.TabIndex = 129;
  215. this.tblPanel.Visible = false;
  216. //
  217. // dgvData
  218. //
  219. this.dgvData.AllowUserToAddRows = false;
  220. this.dgvData.AllowUserToDeleteRows = false;
  221. this.dgvData.AllowUserToOrderColumns = true;
  222. this.dgvData.AllowUserToResizeRows = false;
  223. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  224. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  225. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  226. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  227. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  229. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  230. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  231. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  232. this.dgvData.ColumnHeadersHeight = 24;
  233. this.dgvData.dgvColumnHeadersHeight = 24;
  234. this.dgvData.dgvCurrentColumnOriginalSet = "";
  235. this.dgvData.dgvCurrentColumnWidth = "";
  236. this.dgvData.dgvCurrentHideColumn = null;
  237. this.dgvData.dgvFixedHideColumn = null;
  238. this.dgvData.dgvGuidName = null;
  239. this.dgvData.dgvUserEmployeeID = null;
  240. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.dgvData.EnableHeadersVisualStyles = false;
  242. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  243. this.dgvData.ImageHeight = 15;
  244. this.dgvData.ImageWidth = 15;
  245. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  246. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  247. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  248. this.dgvData.IsCompleteBonding = false;
  249. this.dgvData.IsCopyCellValue = true;
  250. this.dgvData.IsShowSerialNumber = false;
  251. this.dgvData.IsSortedRedraw = true;
  252. this.dgvData.IsSortMode = true;
  253. this.dgvData.Location = new System.Drawing.Point(2, 2);
  254. this.dgvData.Name = "dgvData";
  255. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  256. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  257. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  259. dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(41);
  260. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  261. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  262. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  263. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
  264. this.dgvData.RowHeadersWidth = 25;
  265. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  266. this.dgvData.RowTemplate.Height = 23;
  267. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  268. this.dgvData.Size = new System.Drawing.Size(1467, 378);
  269. this.dgvData.StrSecondStageNull = "";
  270. this.dgvData.StrValueNullColumn = "";
  271. this.dgvData.TabIndex = 130;
  272. this.dgvData.ViceCount = 1;
  273. this.dgvData.Visible = false;
  274. //
  275. // panelEx1
  276. //
  277. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  278. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  279. this.panelEx1.BorderWidth = 1;
  280. this.panelEx1.Controls.Add(this.txtOrderQuantity);
  281. this.panelEx1.Controls.Add(this.panelEx8);
  282. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  283. this.panelEx1.Location = new System.Drawing.Point(2, 74);
  284. this.panelEx1.Name = "panelEx1";
  285. this.panelEx1.Padding = new System.Windows.Forms.Padding(0, 1, 0, 1);
  286. this.panelEx1.Size = new System.Drawing.Size(1471, 27);
  287. this.panelEx1.TabIndex = 2236;
  288. this.panelEx1.Visible = false;
  289. //
  290. // txtOrderQuantity
  291. //
  292. this.txtOrderQuantity.BackColor = System.Drawing.Color.Transparent;
  293. this.txtOrderQuantity.Dock = System.Windows.Forms.DockStyle.Fill;
  294. this.txtOrderQuantity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  295. this.txtOrderQuantity.Icon = null;
  296. this.txtOrderQuantity.IconIsButton = false;
  297. this.txtOrderQuantity.IsPasswordChat = '\0';
  298. this.txtOrderQuantity.IsSystemPasswordChar = false;
  299. this.txtOrderQuantity.Lines = new string[0];
  300. this.txtOrderQuantity.Location = new System.Drawing.Point(0, 1);
  301. this.txtOrderQuantity.Margin = new System.Windows.Forms.Padding(0);
  302. this.txtOrderQuantity.MaxLength = 32767;
  303. this.txtOrderQuantity.MinimumSize = new System.Drawing.Size(0, 24);
  304. this.txtOrderQuantity.MouseBack = null;
  305. this.txtOrderQuantity.Multiline = false;
  306. this.txtOrderQuantity.Name = "txtOrderQuantity";
  307. this.txtOrderQuantity.NormlBack = null;
  308. this.txtOrderQuantity.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  309. this.txtOrderQuantity.ReadOnly = true;
  310. this.txtOrderQuantity.ScrollBars = System.Windows.Forms.ScrollBars.None;
  311. this.txtOrderQuantity.Size = new System.Drawing.Size(1288, 25);
  312. this.txtOrderQuantity.TabIndex = 2232;
  313. this.txtOrderQuantity.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  314. this.txtOrderQuantity.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  315. this.txtOrderQuantity.WaterText = "";
  316. this.txtOrderQuantity.WordWrap = true;
  317. //
  318. // panelEx8
  319. //
  320. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  321. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  322. this.panelEx8.BorderWidth = 1;
  323. this.panelEx8.Controls.Add(this.labelEx3);
  324. this.panelEx8.Controls.Add(this.labelEx2);
  325. this.panelEx8.Controls.Add(this.panelEx9);
  326. this.panelEx8.Controls.Add(this.panelEx10);
  327. this.panelEx8.Dock = System.Windows.Forms.DockStyle.Right;
  328. this.panelEx8.Location = new System.Drawing.Point(1288, 1);
  329. this.panelEx8.Name = "panelEx8";
  330. this.panelEx8.Size = new System.Drawing.Size(183, 25);
  331. this.panelEx8.TabIndex = 0;
  332. //
  333. // labelEx3
  334. //
  335. this.labelEx3.AutoSize = true;
  336. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  337. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  338. this.labelEx3.Location = new System.Drawing.Point(41, 4);
  339. this.labelEx3.Name = "labelEx3";
  340. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  341. this.labelEx3.TabIndex = 2240;
  342. this.labelEx3.Text = "意向单";
  343. //
  344. // labelEx2
  345. //
  346. this.labelEx2.AutoSize = true;
  347. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  348. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  349. this.labelEx2.Location = new System.Drawing.Point(135, 4);
  350. this.labelEx2.Name = "labelEx2";
  351. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  352. this.labelEx2.TabIndex = 2239;
  353. this.labelEx2.Text = "重拍过";
  354. //
  355. // panelEx9
  356. //
  357. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  358. this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  359. this.panelEx9.BorderWidth = 1;
  360. this.panelEx9.Location = new System.Drawing.Point(8, 5);
  361. this.panelEx9.Name = "panelEx9";
  362. this.panelEx9.Size = new System.Drawing.Size(30, 15);
  363. this.panelEx9.TabIndex = 2237;
  364. //
  365. // panelEx10
  366. //
  367. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  368. this.panelEx10.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  369. this.panelEx10.BorderWidth = 1;
  370. this.panelEx10.Location = new System.Drawing.Point(102, 5);
  371. this.panelEx10.Name = "panelEx10";
  372. this.panelEx10.Size = new System.Drawing.Size(30, 15);
  373. this.panelEx10.TabIndex = 2238;
  374. //
  375. // panelEx6
  376. //
  377. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  378. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  379. this.panelEx6.BorderWidth = 1;
  380. this.panelEx6.Controls.Add(this.panelEx4);
  381. this.panelEx6.Dock = System.Windows.Forms.DockStyle.Top;
  382. this.panelEx6.Location = new System.Drawing.Point(2, 66);
  383. this.panelEx6.Name = "panelEx6";
  384. this.panelEx6.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  385. this.panelEx6.Size = new System.Drawing.Size(1471, 8);
  386. this.panelEx6.TabIndex = 2233;
  387. //
  388. // panelEx4
  389. //
  390. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  391. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  392. this.panelEx4.BorderWidth = 1;
  393. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
  394. this.panelEx4.Location = new System.Drawing.Point(0, 2);
  395. this.panelEx4.Name = "panelEx4";
  396. this.panelEx4.Size = new System.Drawing.Size(1471, 1);
  397. this.panelEx4.TabIndex = 127;
  398. //
  399. // FlowPanel
  400. //
  401. this.FlowPanel.Controls.Add(this.btnCharts);
  402. this.FlowPanel.Controls.Add(this.btnOverview);
  403. this.FlowPanel.Controls.Add(this.btnPrint);
  404. this.FlowPanel.Controls.Add(this.btnStatistic);
  405. this.FlowPanel.Controls.Add(this.btnGuestsReservation);
  406. this.FlowPanel.Controls.Add(this.btnSelectedClothes);
  407. this.FlowPanel.Controls.Add(this.btnReschedule);
  408. this.FlowPanel.Controls.Add(this.btnSMS);
  409. this.FlowPanel.Controls.Add(this.btnClientServiceAnPai);
  410. this.FlowPanel.Controls.Add(this.btnPersonSchedule);
  411. this.FlowPanel.Controls.Add(this.btnAddRecord);
  412. this.FlowPanel.Controls.Add(this.btnCommunicateDetails);
  413. this.FlowPanel.Controls.Add(this.btnExport);
  414. this.FlowPanel.Controls.Add(this.btn_Report);
  415. this.FlowPanel.Controls.Add(this.btn_AnPai);
  416. this.FlowPanel.Controls.Add(this.btnClose);
  417. this.FlowPanel.Dock = System.Windows.Forms.DockStyle.Top;
  418. this.FlowPanel.Location = new System.Drawing.Point(2, 31);
  419. this.FlowPanel.Name = "FlowPanel";
  420. this.FlowPanel.Size = new System.Drawing.Size(1471, 35);
  421. this.FlowPanel.TabIndex = 18;
  422. //
  423. // btnCharts
  424. //
  425. this.btnCharts.BackColor = System.Drawing.Color.Transparent;
  426. this.btnCharts.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCharts.BackImg")));
  427. this.btnCharts.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  428. this.btnCharts.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  429. this.btnCharts.ForeColor = System.Drawing.Color.White;
  430. this.btnCharts.IsCustomBackImg = false;
  431. this.btnCharts.IsShowText = true;
  432. this.btnCharts.Location = new System.Drawing.Point(3, 3);
  433. this.btnCharts.Name = "btnCharts";
  434. this.btnCharts.Size = new System.Drawing.Size(85, 28);
  435. this.btnCharts.TabIndex = 0;
  436. this.btnCharts.Text = " 详 情";
  437. this.btnCharts.UseVisualStyleBackColor = false;
  438. //
  439. // btnOverview
  440. //
  441. this.btnOverview.BackColor = System.Drawing.Color.Transparent;
  442. this.btnOverview.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOverview.BackImg")));
  443. this.btnOverview.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  444. this.btnOverview.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  445. this.btnOverview.ForeColor = System.Drawing.Color.White;
  446. this.btnOverview.IsCustomBackImg = false;
  447. this.btnOverview.IsShowText = true;
  448. this.btnOverview.Location = new System.Drawing.Point(94, 3);
  449. this.btnOverview.Name = "btnOverview";
  450. this.btnOverview.Size = new System.Drawing.Size(85, 28);
  451. this.btnOverview.TabIndex = 12;
  452. this.btnOverview.Text = " 总 览";
  453. this.btnOverview.UseVisualStyleBackColor = false;
  454. //
  455. // btnPrint
  456. //
  457. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  458. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  459. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  460. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  461. this.btnPrint.ForeColor = System.Drawing.Color.White;
  462. this.btnPrint.IsCustomBackImg = false;
  463. this.btnPrint.IsShowText = true;
  464. this.btnPrint.Location = new System.Drawing.Point(185, 3);
  465. this.btnPrint.Name = "btnPrint";
  466. this.btnPrint.Size = new System.Drawing.Size(85, 28);
  467. this.btnPrint.TabIndex = 1;
  468. this.btnPrint.Text = " 打 印";
  469. this.btnPrint.UseVisualStyleBackColor = false;
  470. //
  471. // btnStatistic
  472. //
  473. this.btnStatistic.BackColor = System.Drawing.Color.Transparent;
  474. this.btnStatistic.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnStatistic.BackImg")));
  475. this.btnStatistic.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  476. this.btnStatistic.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  477. this.btnStatistic.ForeColor = System.Drawing.Color.White;
  478. this.btnStatistic.IsCustomBackImg = false;
  479. this.btnStatistic.IsShowText = true;
  480. this.btnStatistic.Location = new System.Drawing.Point(276, 3);
  481. this.btnStatistic.Name = "btnStatistic";
  482. this.btnStatistic.Size = new System.Drawing.Size(85, 28);
  483. this.btnStatistic.TabIndex = 2;
  484. this.btnStatistic.Text = " 统计未拍";
  485. this.btnStatistic.UseVisualStyleBackColor = false;
  486. //
  487. // btnGuestsReservation
  488. //
  489. this.btnGuestsReservation.BackColor = System.Drawing.Color.Transparent;
  490. this.btnGuestsReservation.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnGuestsReservation.BackImg")));
  491. this.btnGuestsReservation.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  492. this.btnGuestsReservation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  493. this.btnGuestsReservation.ForeColor = System.Drawing.Color.White;
  494. this.btnGuestsReservation.IsCustomBackImg = false;
  495. this.btnGuestsReservation.IsShowText = true;
  496. this.btnGuestsReservation.Location = new System.Drawing.Point(367, 3);
  497. this.btnGuestsReservation.Name = "btnGuestsReservation";
  498. this.btnGuestsReservation.Size = new System.Drawing.Size(85, 28);
  499. this.btnGuestsReservation.TabIndex = 3;
  500. this.btnGuestsReservation.Text = " 客人预约";
  501. this.btnGuestsReservation.UseVisualStyleBackColor = false;
  502. //
  503. // btnSelectedClothes
  504. //
  505. this.btnSelectedClothes.BackColor = System.Drawing.Color.Transparent;
  506. this.btnSelectedClothes.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelectedClothes.BackImg")));
  507. this.btnSelectedClothes.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  508. this.btnSelectedClothes.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  509. this.btnSelectedClothes.ForeColor = System.Drawing.Color.White;
  510. this.btnSelectedClothes.IsCustomBackImg = false;
  511. this.btnSelectedClothes.IsShowText = true;
  512. this.btnSelectedClothes.Location = new System.Drawing.Point(458, 3);
  513. this.btnSelectedClothes.Name = "btnSelectedClothes";
  514. this.btnSelectedClothes.Size = new System.Drawing.Size(85, 28);
  515. this.btnSelectedClothes.TabIndex = 129;
  516. this.btnSelectedClothes.Text = " 确认选衣";
  517. this.btnSelectedClothes.UseVisualStyleBackColor = false;
  518. this.btnSelectedClothes.Visible = false;
  519. //
  520. // btnReschedule
  521. //
  522. this.btnReschedule.BackColor = System.Drawing.Color.Transparent;
  523. this.btnReschedule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReschedule.BackImg")));
  524. this.btnReschedule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  525. this.btnReschedule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  526. this.btnReschedule.ForeColor = System.Drawing.Color.White;
  527. this.btnReschedule.IsCustomBackImg = false;
  528. this.btnReschedule.IsShowText = true;
  529. this.btnReschedule.Location = new System.Drawing.Point(549, 3);
  530. this.btnReschedule.Name = "btnReschedule";
  531. this.btnReschedule.Size = new System.Drawing.Size(85, 28);
  532. this.btnReschedule.TabIndex = 4;
  533. this.btnReschedule.Text = " 重新安排";
  534. this.btnReschedule.UseVisualStyleBackColor = false;
  535. //
  536. // btnSMS
  537. //
  538. this.btnSMS.BackColor = System.Drawing.Color.Transparent;
  539. this.btnSMS.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSMS.BackImg")));
  540. this.btnSMS.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  541. this.btnSMS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  542. this.btnSMS.ForeColor = System.Drawing.Color.White;
  543. this.btnSMS.IsCustomBackImg = false;
  544. this.btnSMS.IsShowText = true;
  545. this.btnSMS.Location = new System.Drawing.Point(640, 3);
  546. this.btnSMS.Name = "btnSMS";
  547. this.btnSMS.Size = new System.Drawing.Size(85, 28);
  548. this.btnSMS.TabIndex = 5;
  549. this.btnSMS.Text = " 短 信";
  550. this.btnSMS.UseVisualStyleBackColor = false;
  551. //
  552. // btnClientServiceAnPai
  553. //
  554. this.btnClientServiceAnPai.BackColor = System.Drawing.Color.Transparent;
  555. this.btnClientServiceAnPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClientServiceAnPai.BackImg")));
  556. this.btnClientServiceAnPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  557. this.btnClientServiceAnPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  558. this.btnClientServiceAnPai.ForeColor = System.Drawing.Color.White;
  559. this.btnClientServiceAnPai.IsCustomBackImg = false;
  560. this.btnClientServiceAnPai.IsShowText = true;
  561. this.btnClientServiceAnPai.Location = new System.Drawing.Point(731, 3);
  562. this.btnClientServiceAnPai.Name = "btnClientServiceAnPai";
  563. this.btnClientServiceAnPai.Size = new System.Drawing.Size(85, 28);
  564. this.btnClientServiceAnPai.TabIndex = 132;
  565. this.btnClientServiceAnPai.Text = " 安排客服";
  566. this.btnClientServiceAnPai.UseVisualStyleBackColor = false;
  567. //
  568. // btnPersonSchedule
  569. //
  570. this.btnPersonSchedule.BackColor = System.Drawing.Color.Transparent;
  571. this.btnPersonSchedule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPersonSchedule.BackImg")));
  572. this.btnPersonSchedule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  573. this.btnPersonSchedule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  574. this.btnPersonSchedule.ForeColor = System.Drawing.Color.White;
  575. this.btnPersonSchedule.IsCustomBackImg = false;
  576. this.btnPersonSchedule.IsShowText = true;
  577. this.btnPersonSchedule.Location = new System.Drawing.Point(822, 3);
  578. this.btnPersonSchedule.Name = "btnPersonSchedule";
  579. this.btnPersonSchedule.Size = new System.Drawing.Size(85, 28);
  580. this.btnPersonSchedule.TabIndex = 133;
  581. this.btnPersonSchedule.Text = " 员工档期";
  582. this.btnPersonSchedule.UseVisualStyleBackColor = false;
  583. //
  584. // btnAddRecord
  585. //
  586. this.btnAddRecord.BackColor = System.Drawing.Color.Transparent;
  587. this.btnAddRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddRecord.BackImg")));
  588. this.btnAddRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  589. this.btnAddRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  590. this.btnAddRecord.ForeColor = System.Drawing.Color.White;
  591. this.btnAddRecord.IsCustomBackImg = false;
  592. this.btnAddRecord.IsShowText = true;
  593. this.btnAddRecord.Location = new System.Drawing.Point(913, 3);
  594. this.btnAddRecord.Name = "btnAddRecord";
  595. this.btnAddRecord.Size = new System.Drawing.Size(85, 28);
  596. this.btnAddRecord.TabIndex = 130;
  597. this.btnAddRecord.Text = " 添加记录";
  598. this.btnAddRecord.UseVisualStyleBackColor = false;
  599. this.btnAddRecord.Visible = false;
  600. //
  601. // btnCommunicateDetails
  602. //
  603. this.btnCommunicateDetails.BackColor = System.Drawing.Color.Transparent;
  604. this.btnCommunicateDetails.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCommunicateDetails.BackImg")));
  605. this.btnCommunicateDetails.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  606. this.btnCommunicateDetails.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  607. this.btnCommunicateDetails.ForeColor = System.Drawing.Color.White;
  608. this.btnCommunicateDetails.IsCustomBackImg = false;
  609. this.btnCommunicateDetails.IsShowText = true;
  610. this.btnCommunicateDetails.Location = new System.Drawing.Point(1004, 3);
  611. this.btnCommunicateDetails.Name = "btnCommunicateDetails";
  612. this.btnCommunicateDetails.Size = new System.Drawing.Size(85, 28);
  613. this.btnCommunicateDetails.TabIndex = 131;
  614. this.btnCommunicateDetails.Text = " 沟通详情";
  615. this.btnCommunicateDetails.UseVisualStyleBackColor = false;
  616. this.btnCommunicateDetails.Visible = false;
  617. //
  618. // btnExport
  619. //
  620. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  621. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  622. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  623. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  624. this.btnExport.ForeColor = System.Drawing.Color.White;
  625. this.btnExport.IsCustomBackImg = false;
  626. this.btnExport.IsShowText = true;
  627. this.btnExport.Location = new System.Drawing.Point(1095, 3);
  628. this.btnExport.Name = "btnExport";
  629. this.btnExport.Size = new System.Drawing.Size(85, 28);
  630. this.btnExport.TabIndex = 132;
  631. this.btnExport.Text = " 导 出";
  632. this.btnExport.UseVisualStyleBackColor = false;
  633. //
  634. // btn_Report
  635. //
  636. this.btn_Report.BackColor = System.Drawing.Color.Transparent;
  637. this.btn_Report.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Report.BackImg")));
  638. this.btn_Report.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  639. this.btn_Report.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  640. this.btn_Report.ForeColor = System.Drawing.Color.White;
  641. this.btn_Report.IsCustomBackImg = false;
  642. this.btn_Report.IsShowText = true;
  643. this.btn_Report.Location = new System.Drawing.Point(1186, 3);
  644. this.btn_Report.Name = "btn_Report";
  645. this.btn_Report.Size = new System.Drawing.Size(85, 28);
  646. this.btn_Report.TabIndex = 134;
  647. this.btn_Report.Text = " 日 志";
  648. this.btn_Report.UseVisualStyleBackColor = false;
  649. //
  650. // btn_AnPai
  651. //
  652. this.btn_AnPai.BackColor = System.Drawing.Color.Transparent;
  653. this.btn_AnPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AnPai.BackImg")));
  654. this.btn_AnPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  655. this.btn_AnPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  656. this.btn_AnPai.ForeColor = System.Drawing.Color.White;
  657. this.btn_AnPai.IsCustomBackImg = false;
  658. this.btn_AnPai.IsShowText = true;
  659. this.btn_AnPai.Location = new System.Drawing.Point(1277, 3);
  660. this.btn_AnPai.Name = "btn_AnPai";
  661. this.btn_AnPai.Size = new System.Drawing.Size(85, 28);
  662. this.btn_AnPai.TabIndex = 134;
  663. this.btn_AnPai.Text = " 安排查询";
  664. this.btn_AnPai.UseVisualStyleBackColor = false;
  665. //
  666. // btnClose
  667. //
  668. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  669. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  670. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  671. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  672. this.btnClose.ForeColor = System.Drawing.Color.White;
  673. this.btnClose.IsCustomBackImg = false;
  674. this.btnClose.IsShowText = true;
  675. this.btnClose.Location = new System.Drawing.Point(1368, 3);
  676. this.btnClose.Name = "btnClose";
  677. this.btnClose.Size = new System.Drawing.Size(85, 28);
  678. this.btnClose.TabIndex = 6;
  679. this.btnClose.Text = " 关 闭";
  680. this.btnClose.UseVisualStyleBackColor = false;
  681. //
  682. // flowLayoutPanel3
  683. //
  684. this.flowLayoutPanel3.Controls.Add(this.panelTakeGuests);
  685. this.flowLayoutPanel3.Controls.Add(this.panelSelectionFilmGuests);
  686. this.flowLayoutPanel3.Controls.Add(this.panelLookingDesignGuests);
  687. this.flowLayoutPanel3.Controls.Add(this.panelTakePieceGuests);
  688. this.flowLayoutPanel3.Controls.Add(this.panelWeddingGuests);
  689. this.flowLayoutPanel3.Controls.Add(this.panelSelectDressGuests);
  690. this.flowLayoutPanel3.Controls.Add(this.panelHospitalClient);
  691. this.flowLayoutPanel3.Controls.Add(this.panelRecentBirthday);
  692. this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Top;
  693. this.flowLayoutPanel3.Location = new System.Drawing.Point(2, 2);
  694. this.flowLayoutPanel3.Name = "flowLayoutPanel3";
  695. this.flowLayoutPanel3.Padding = new System.Windows.Forms.Padding(0, 1, 0, 0);
  696. this.flowLayoutPanel3.Size = new System.Drawing.Size(1471, 29);
  697. this.flowLayoutPanel3.TabIndex = 2235;
  698. //
  699. // panelTakeGuests
  700. //
  701. this.panelTakeGuests.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  702. this.panelTakeGuests.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  703. this.panelTakeGuests.BorderWidth = 1;
  704. this.panelTakeGuests.Controls.Add(this.rdoPhotographed);
  705. this.panelTakeGuests.Location = new System.Drawing.Point(0, 1);
  706. this.panelTakeGuests.Margin = new System.Windows.Forms.Padding(0);
  707. this.panelTakeGuests.Name = "panelTakeGuests";
  708. this.panelTakeGuests.Size = new System.Drawing.Size(110, 27);
  709. this.panelTakeGuests.TabIndex = 0;
  710. //
  711. // rdoPhotographed
  712. //
  713. this.rdoPhotographed.AutoSize = true;
  714. this.rdoPhotographed.BackColor = System.Drawing.Color.Transparent;
  715. this.rdoPhotographed.Checked = true;
  716. this.rdoPhotographed.Font = new System.Drawing.Font("微软雅黑", 9F);
  717. this.rdoPhotographed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  718. this.rdoPhotographed.Location = new System.Drawing.Point(3, 3);
  719. this.rdoPhotographed.Name = "rdoPhotographed";
  720. this.rdoPhotographed.Size = new System.Drawing.Size(74, 21);
  721. this.rdoPhotographed.TabIndex = 130;
  722. this.rdoPhotographed.TabStop = true;
  723. this.rdoPhotographed.Text = "拍照客人";
  724. this.rdoPhotographed.UseVisualStyleBackColor = false;
  725. //
  726. // panelSelectionFilmGuests
  727. //
  728. this.panelSelectionFilmGuests.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  729. this.panelSelectionFilmGuests.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  730. this.panelSelectionFilmGuests.BorderWidth = 1;
  731. this.panelSelectionFilmGuests.Controls.Add(this.rdoFilmSelection);
  732. this.panelSelectionFilmGuests.Location = new System.Drawing.Point(110, 1);
  733. this.panelSelectionFilmGuests.Margin = new System.Windows.Forms.Padding(0);
  734. this.panelSelectionFilmGuests.Name = "panelSelectionFilmGuests";
  735. this.panelSelectionFilmGuests.Size = new System.Drawing.Size(110, 27);
  736. this.panelSelectionFilmGuests.TabIndex = 1;
  737. //
  738. // rdoFilmSelection
  739. //
  740. this.rdoFilmSelection.AutoSize = true;
  741. this.rdoFilmSelection.BackColor = System.Drawing.Color.Transparent;
  742. this.rdoFilmSelection.Font = new System.Drawing.Font("微软雅黑", 9F);
  743. this.rdoFilmSelection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  744. this.rdoFilmSelection.Location = new System.Drawing.Point(3, 3);
  745. this.rdoFilmSelection.Name = "rdoFilmSelection";
  746. this.rdoFilmSelection.Size = new System.Drawing.Size(74, 21);
  747. this.rdoFilmSelection.TabIndex = 131;
  748. this.rdoFilmSelection.Text = "选片客人";
  749. this.rdoFilmSelection.UseVisualStyleBackColor = false;
  750. //
  751. // panelLookingDesignGuests
  752. //
  753. this.panelLookingDesignGuests.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  754. this.panelLookingDesignGuests.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  755. this.panelLookingDesignGuests.BorderWidth = 1;
  756. this.panelLookingDesignGuests.Controls.Add(this.rdoLookDesign);
  757. this.panelLookingDesignGuests.Location = new System.Drawing.Point(220, 1);
  758. this.panelLookingDesignGuests.Margin = new System.Windows.Forms.Padding(0);
  759. this.panelLookingDesignGuests.Name = "panelLookingDesignGuests";
  760. this.panelLookingDesignGuests.Size = new System.Drawing.Size(110, 27);
  761. this.panelLookingDesignGuests.TabIndex = 131;
  762. //
  763. // rdoLookDesign
  764. //
  765. this.rdoLookDesign.AutoSize = true;
  766. this.rdoLookDesign.BackColor = System.Drawing.Color.Transparent;
  767. this.rdoLookDesign.Font = new System.Drawing.Font("微软雅黑", 9F);
  768. this.rdoLookDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  769. this.rdoLookDesign.Location = new System.Drawing.Point(3, 3);
  770. this.rdoLookDesign.Name = "rdoLookDesign";
  771. this.rdoLookDesign.Size = new System.Drawing.Size(74, 21);
  772. this.rdoLookDesign.TabIndex = 132;
  773. this.rdoLookDesign.Text = "看版客人";
  774. this.rdoLookDesign.UseVisualStyleBackColor = false;
  775. //
  776. // panelTakePieceGuests
  777. //
  778. this.panelTakePieceGuests.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  779. this.panelTakePieceGuests.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  780. this.panelTakePieceGuests.BorderWidth = 1;
  781. this.panelTakePieceGuests.Controls.Add(this.rdoTotakePiece);
  782. this.panelTakePieceGuests.Location = new System.Drawing.Point(330, 1);
  783. this.panelTakePieceGuests.Margin = new System.Windows.Forms.Padding(0);
  784. this.panelTakePieceGuests.Name = "panelTakePieceGuests";
  785. this.panelTakePieceGuests.Size = new System.Drawing.Size(110, 27);
  786. this.panelTakePieceGuests.TabIndex = 132;
  787. //
  788. // rdoTotakePiece
  789. //
  790. this.rdoTotakePiece.AutoSize = true;
  791. this.rdoTotakePiece.BackColor = System.Drawing.Color.Transparent;
  792. this.rdoTotakePiece.Font = new System.Drawing.Font("微软雅黑", 9F);
  793. this.rdoTotakePiece.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  794. this.rdoTotakePiece.Location = new System.Drawing.Point(3, 3);
  795. this.rdoTotakePiece.Name = "rdoTotakePiece";
  796. this.rdoTotakePiece.Size = new System.Drawing.Size(74, 21);
  797. this.rdoTotakePiece.TabIndex = 133;
  798. this.rdoTotakePiece.Text = "取件客人";
  799. this.rdoTotakePiece.UseVisualStyleBackColor = false;
  800. //
  801. // panelWeddingGuests
  802. //
  803. this.panelWeddingGuests.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  804. this.panelWeddingGuests.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  805. this.panelWeddingGuests.BorderWidth = 1;
  806. this.panelWeddingGuests.Controls.Add(this.rdoService);
  807. this.panelWeddingGuests.Location = new System.Drawing.Point(440, 1);
  808. this.panelWeddingGuests.Margin = new System.Windows.Forms.Padding(0);
  809. this.panelWeddingGuests.Name = "panelWeddingGuests";
  810. this.panelWeddingGuests.Size = new System.Drawing.Size(110, 27);
  811. this.panelWeddingGuests.TabIndex = 133;
  812. //
  813. // rdoService
  814. //
  815. this.rdoService.AutoSize = true;
  816. this.rdoService.BackColor = System.Drawing.Color.Transparent;
  817. this.rdoService.Font = new System.Drawing.Font("微软雅黑", 9F);
  818. this.rdoService.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  819. this.rdoService.Location = new System.Drawing.Point(3, 3);
  820. this.rdoService.Name = "rdoService";
  821. this.rdoService.Size = new System.Drawing.Size(74, 21);
  822. this.rdoService.TabIndex = 134;
  823. this.rdoService.Text = "服务客人";
  824. this.rdoService.UseVisualStyleBackColor = false;
  825. //
  826. // panelSelectDressGuests
  827. //
  828. this.panelSelectDressGuests.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  829. this.panelSelectDressGuests.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  830. this.panelSelectDressGuests.BorderWidth = 1;
  831. this.panelSelectDressGuests.Controls.Add(this.rdoSelectDress);
  832. this.panelSelectDressGuests.Location = new System.Drawing.Point(550, 1);
  833. this.panelSelectDressGuests.Margin = new System.Windows.Forms.Padding(0);
  834. this.panelSelectDressGuests.Name = "panelSelectDressGuests";
  835. this.panelSelectDressGuests.Size = new System.Drawing.Size(110, 27);
  836. this.panelSelectDressGuests.TabIndex = 134;
  837. //
  838. // rdoSelectDress
  839. //
  840. this.rdoSelectDress.AutoSize = true;
  841. this.rdoSelectDress.BackColor = System.Drawing.Color.Transparent;
  842. this.rdoSelectDress.Font = new System.Drawing.Font("微软雅黑", 9F);
  843. this.rdoSelectDress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  844. this.rdoSelectDress.Location = new System.Drawing.Point(3, 3);
  845. this.rdoSelectDress.Name = "rdoSelectDress";
  846. this.rdoSelectDress.Size = new System.Drawing.Size(86, 21);
  847. this.rdoSelectDress.TabIndex = 136;
  848. this.rdoSelectDress.Text = "选礼服客人";
  849. this.rdoSelectDress.UseVisualStyleBackColor = false;
  850. //
  851. // panelHospitalClient
  852. //
  853. this.panelHospitalClient.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  854. this.panelHospitalClient.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  855. this.panelHospitalClient.BorderWidth = 1;
  856. this.panelHospitalClient.Controls.Add(this.rdoHospitalClient);
  857. this.panelHospitalClient.Location = new System.Drawing.Point(660, 1);
  858. this.panelHospitalClient.Margin = new System.Windows.Forms.Padding(0);
  859. this.panelHospitalClient.Name = "panelHospitalClient";
  860. this.panelHospitalClient.Size = new System.Drawing.Size(120, 27);
  861. this.panelHospitalClient.TabIndex = 135;
  862. //
  863. // rdoHospitalClient
  864. //
  865. this.rdoHospitalClient.AutoSize = true;
  866. this.rdoHospitalClient.BackColor = System.Drawing.Color.Transparent;
  867. this.rdoHospitalClient.Font = new System.Drawing.Font("微软雅黑", 9F);
  868. this.rdoHospitalClient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  869. this.rdoHospitalClient.Location = new System.Drawing.Point(3, 3);
  870. this.rdoHospitalClient.Name = "rdoHospitalClient";
  871. this.rdoHospitalClient.Size = new System.Drawing.Size(98, 21);
  872. this.rdoHospitalClient.TabIndex = 137;
  873. this.rdoHospitalClient.Text = "医院跟踪客人";
  874. this.rdoHospitalClient.UseVisualStyleBackColor = false;
  875. //
  876. // panelRecentBirthday
  877. //
  878. this.panelRecentBirthday.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  879. this.panelRecentBirthday.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  880. this.panelRecentBirthday.BorderWidth = 1;
  881. this.panelRecentBirthday.Controls.Add(this.rdoRecentBirthday);
  882. this.panelRecentBirthday.Location = new System.Drawing.Point(780, 1);
  883. this.panelRecentBirthday.Margin = new System.Windows.Forms.Padding(0);
  884. this.panelRecentBirthday.Name = "panelRecentBirthday";
  885. this.panelRecentBirthday.Size = new System.Drawing.Size(110, 27);
  886. this.panelRecentBirthday.TabIndex = 136;
  887. //
  888. // rdoRecentBirthday
  889. //
  890. this.rdoRecentBirthday.AutoSize = true;
  891. this.rdoRecentBirthday.BackColor = System.Drawing.Color.Transparent;
  892. this.rdoRecentBirthday.Font = new System.Drawing.Font("微软雅黑", 9F);
  893. this.rdoRecentBirthday.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  894. this.rdoRecentBirthday.Location = new System.Drawing.Point(3, 3);
  895. this.rdoRecentBirthday.Name = "rdoRecentBirthday";
  896. this.rdoRecentBirthday.Size = new System.Drawing.Size(62, 21);
  897. this.rdoRecentBirthday.TabIndex = 135;
  898. this.rdoRecentBirthday.Text = "纪念日";
  899. this.rdoRecentBirthday.UseVisualStyleBackColor = false;
  900. //
  901. // panelEx2
  902. //
  903. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  904. | System.Windows.Forms.AnchorStyles.Right)));
  905. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  906. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  907. this.panelEx2.BorderWidth = 1;
  908. this.panelEx2.Location = new System.Drawing.Point(2, 34);
  909. this.panelEx2.Name = "panelEx2";
  910. this.panelEx2.Size = new System.Drawing.Size(1471, 1);
  911. this.panelEx2.TabIndex = 125;
  912. //
  913. // cntmenu
  914. //
  915. this.cntmenu.Name = "cntmenu";
  916. this.cntmenu.Size = new System.Drawing.Size(61, 4);
  917. //
  918. // panelEx5
  919. //
  920. this.panelEx5.BackColor = System.Drawing.Color.Transparent;
  921. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  922. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  923. this.panelEx5.BorderWidth = 1;
  924. this.panelEx5.Controls.Add(this.nudYears);
  925. this.panelEx5.Controls.Add(this.nudDate);
  926. this.panelEx5.Controls.Add(this.lblDate);
  927. this.panelEx5.Controls.Add(this.nudMonth);
  928. this.panelEx5.Controls.Add(this.labelEx1);
  929. this.panelEx5.Location = new System.Drawing.Point(163, 3);
  930. this.panelEx5.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  931. this.panelEx5.Name = "panelEx5";
  932. this.panelEx5.Size = new System.Drawing.Size(255, 28);
  933. this.panelEx5.TabIndex = 127;
  934. //
  935. // nudYears
  936. //
  937. this.nudYears.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  938. this.nudYears.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  939. this.nudYears.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  940. this.nudYears.IsCustomColor = false;
  941. this.nudYears.Location = new System.Drawing.Point(52, 3);
  942. this.nudYears.Maximum = new decimal(new int[] {
  943. 3000,
  944. 0,
  945. 0,
  946. 0});
  947. this.nudYears.Minimum = new decimal(new int[] {
  948. 1900,
  949. 0,
  950. 0,
  951. 0});
  952. this.nudYears.Name = "nudYears";
  953. this.nudYears.Size = new System.Drawing.Size(50, 21);
  954. this.nudYears.TabIndex = 16;
  955. this.nudYears.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  956. this.nudYears.Value = new decimal(new int[] {
  957. 2014,
  958. 0,
  959. 0,
  960. 0});
  961. //
  962. // nudDate
  963. //
  964. this.nudDate.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  965. this.nudDate.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  966. this.nudDate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  967. this.nudDate.IsCustomColor = false;
  968. this.nudDate.Location = new System.Drawing.Point(190, 3);
  969. this.nudDate.Maximum = new decimal(new int[] {
  970. 30,
  971. 0,
  972. 0,
  973. 0});
  974. this.nudDate.Minimum = new decimal(new int[] {
  975. 1,
  976. 0,
  977. 0,
  978. 0});
  979. this.nudDate.Name = "nudDate";
  980. this.nudDate.Size = new System.Drawing.Size(40, 21);
  981. this.nudDate.TabIndex = 18;
  982. this.nudDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  983. this.nudDate.Value = new decimal(new int[] {
  984. 28,
  985. 0,
  986. 0,
  987. 0});
  988. //
  989. // lblDate
  990. //
  991. this.lblDate.AutoSize = true;
  992. this.lblDate.BackColor = System.Drawing.Color.Transparent;
  993. this.lblDate.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  994. this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  995. this.lblDate.Location = new System.Drawing.Point(0, 4);
  996. this.lblDate.Name = "lblDate";
  997. this.lblDate.Size = new System.Drawing.Size(51, 19);
  998. this.lblDate.TabIndex = 16;
  999. this.lblDate.Text = "日期:";
  1000. //
  1001. // nudMonth
  1002. //
  1003. this.nudMonth.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  1004. this.nudMonth.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  1005. this.nudMonth.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  1006. this.nudMonth.IsCustomColor = false;
  1007. this.nudMonth.Location = new System.Drawing.Point(125, 3);
  1008. this.nudMonth.Maximum = new decimal(new int[] {
  1009. 12,
  1010. 0,
  1011. 0,
  1012. 0});
  1013. this.nudMonth.Minimum = new decimal(new int[] {
  1014. 1,
  1015. 0,
  1016. 0,
  1017. 0});
  1018. this.nudMonth.Name = "nudMonth";
  1019. this.nudMonth.Size = new System.Drawing.Size(40, 21);
  1020. this.nudMonth.TabIndex = 17;
  1021. this.nudMonth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1022. this.nudMonth.Value = new decimal(new int[] {
  1023. 1,
  1024. 0,
  1025. 0,
  1026. 0});
  1027. //
  1028. // labelEx1
  1029. //
  1030. this.labelEx1.AutoSize = true;
  1031. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  1032. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1033. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1034. this.labelEx1.Location = new System.Drawing.Point(103, 4);
  1035. this.labelEx1.Name = "labelEx1";
  1036. this.labelEx1.Size = new System.Drawing.Size(151, 19);
  1037. this.labelEx1.TabIndex = 123;
  1038. this.labelEx1.Text = "年 月 日";
  1039. //
  1040. // exToolTip1
  1041. //
  1042. this.exToolTip1.OwnerDraw = true;
  1043. this.exToolTip1.ToolTipFont = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1044. //
  1045. // flowLayoutPanel1
  1046. //
  1047. this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1048. | System.Windows.Forms.AnchorStyles.Right)));
  1049. this.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  1050. this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
  1051. this.flowLayoutPanel1.Controls.Add(this.panelEx5);
  1052. this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2);
  1053. this.flowLayoutPanel1.Controls.Add(this.panelEx11);
  1054. this.flowLayoutPanel1.Location = new System.Drawing.Point(179, 5);
  1055. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  1056. this.flowLayoutPanel1.Size = new System.Drawing.Size(1301, 32);
  1057. this.flowLayoutPanel1.TabIndex = 130;
  1058. //
  1059. // panelStoreName
  1060. //
  1061. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1062. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1063. this.panelStoreName.BorderWidth = 1;
  1064. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  1065. this.panelStoreName.Location = new System.Drawing.Point(1, 3);
  1066. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  1067. this.panelStoreName.Name = "panelStoreName";
  1068. this.panelStoreName.Size = new System.Drawing.Size(160, 28);
  1069. this.panelStoreName.TabIndex = 211;
  1070. //
  1071. // cmbtreevStoreName
  1072. //
  1073. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  1074. this.cmbtreevStoreName.DropDownHeight = 220;
  1075. this.cmbtreevStoreName.DropDownShow = false;
  1076. this.cmbtreevStoreName.FormattingEnabled = true;
  1077. this.cmbtreevStoreName.IntegralHeight = false;
  1078. this.cmbtreevStoreName.IsNodeMouseClick = true;
  1079. this.cmbtreevStoreName.IsSelectParentNode = false;
  1080. this.cmbtreevStoreName.Location = new System.Drawing.Point(2, 4);
  1081. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  1082. this.cmbtreevStoreName.ReadOnly = true;
  1083. this.cmbtreevStoreName.SelectedNode = null;
  1084. this.cmbtreevStoreName.Size = new System.Drawing.Size(150, 20);
  1085. this.cmbtreevStoreName.StrGetName = "";
  1086. this.cmbtreevStoreName.StrGetTagName = "";
  1087. this.cmbtreevStoreName.StrKey = null;
  1088. this.cmbtreevStoreName.TabIndex = 274;
  1089. //
  1090. // flowLayoutPanel2
  1091. //
  1092. this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1093. | System.Windows.Forms.AnchorStyles.Right)));
  1094. this.flowLayoutPanel2.Controls.Add(this.chkPortraitVersion);
  1095. this.flowLayoutPanel2.Controls.Add(this.chkDressVersion);
  1096. this.flowLayoutPanel2.Controls.Add(this.chkKidsVersion);
  1097. this.flowLayoutPanel2.Controls.Add(this.chkWeddingCelebration);
  1098. this.flowLayoutPanel2.Controls.Add(this.chkNearlyOneWeek);
  1099. this.flowLayoutPanel2.Controls.Add(this.chkNearlyHalfMonth);
  1100. this.flowLayoutPanel2.Location = new System.Drawing.Point(420, 3);
  1101. this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  1102. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  1103. this.flowLayoutPanel2.Size = new System.Drawing.Size(404, 28);
  1104. this.flowLayoutPanel2.TabIndex = 128;
  1105. //
  1106. // chkPortraitVersion
  1107. //
  1108. this.chkPortraitVersion.AutoSize = true;
  1109. this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  1110. this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1111. this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  1112. this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1113. this.chkPortraitVersion.Fourstates = false;
  1114. this.chkPortraitVersion.IsGreenTick = false;
  1115. this.chkPortraitVersion.Location = new System.Drawing.Point(3, 3);
  1116. this.chkPortraitVersion.Name = "chkPortraitVersion";
  1117. this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21);
  1118. this.chkPortraitVersion.TabIndex = 19;
  1119. this.chkPortraitVersion.Text = "写真";
  1120. this.chkPortraitVersion.UseVisualStyleBackColor = false;
  1121. this.chkPortraitVersion.Visible = false;
  1122. //
  1123. // chkDressVersion
  1124. //
  1125. this.chkDressVersion.AutoSize = true;
  1126. this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;
  1127. this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1128. this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  1129. this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1130. this.chkDressVersion.Fourstates = false;
  1131. this.chkDressVersion.IsGreenTick = false;
  1132. this.chkDressVersion.Location = new System.Drawing.Point(60, 3);
  1133. this.chkDressVersion.Name = "chkDressVersion";
  1134. this.chkDressVersion.Size = new System.Drawing.Size(51, 21);
  1135. this.chkDressVersion.TabIndex = 20;
  1136. this.chkDressVersion.Text = "婚纱";
  1137. this.chkDressVersion.UseVisualStyleBackColor = false;
  1138. this.chkDressVersion.Visible = false;
  1139. //
  1140. // chkKidsVersion
  1141. //
  1142. this.chkKidsVersion.AutoSize = true;
  1143. this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;
  1144. this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1145. this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  1146. this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1147. this.chkKidsVersion.Fourstates = false;
  1148. this.chkKidsVersion.IsGreenTick = false;
  1149. this.chkKidsVersion.Location = new System.Drawing.Point(117, 3);
  1150. this.chkKidsVersion.Name = "chkKidsVersion";
  1151. this.chkKidsVersion.Size = new System.Drawing.Size(51, 21);
  1152. this.chkKidsVersion.TabIndex = 21;
  1153. this.chkKidsVersion.Text = "儿童";
  1154. this.chkKidsVersion.UseVisualStyleBackColor = false;
  1155. this.chkKidsVersion.Visible = false;
  1156. //
  1157. // chkWeddingCelebration
  1158. //
  1159. this.chkWeddingCelebration.AutoSize = true;
  1160. this.chkWeddingCelebration.BackColor = System.Drawing.Color.Transparent;
  1161. this.chkWeddingCelebration.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1162. this.chkWeddingCelebration.Font = new System.Drawing.Font("微软雅黑", 9F);
  1163. this.chkWeddingCelebration.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1164. this.chkWeddingCelebration.Fourstates = false;
  1165. this.chkWeddingCelebration.IsGreenTick = false;
  1166. this.chkWeddingCelebration.Location = new System.Drawing.Point(174, 3);
  1167. this.chkWeddingCelebration.Name = "chkWeddingCelebration";
  1168. this.chkWeddingCelebration.Size = new System.Drawing.Size(51, 21);
  1169. this.chkWeddingCelebration.TabIndex = 136;
  1170. this.chkWeddingCelebration.Text = "婚庆";
  1171. this.chkWeddingCelebration.UseVisualStyleBackColor = false;
  1172. this.chkWeddingCelebration.Visible = false;
  1173. //
  1174. // chkNearlyOneWeek
  1175. //
  1176. this.chkNearlyOneWeek.AutoSize = true;
  1177. this.chkNearlyOneWeek.BackColor = System.Drawing.Color.Transparent;
  1178. this.chkNearlyOneWeek.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1179. this.chkNearlyOneWeek.Font = new System.Drawing.Font("微软雅黑", 9F);
  1180. this.chkNearlyOneWeek.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1181. this.chkNearlyOneWeek.Fourstates = false;
  1182. this.chkNearlyOneWeek.IsGreenTick = false;
  1183. this.chkNearlyOneWeek.Location = new System.Drawing.Point(231, 3);
  1184. this.chkNearlyOneWeek.Name = "chkNearlyOneWeek";
  1185. this.chkNearlyOneWeek.Size = new System.Drawing.Size(87, 21);
  1186. this.chkNearlyOneWeek.TabIndex = 22;
  1187. this.chkNearlyOneWeek.Text = "近一个星期";
  1188. this.chkNearlyOneWeek.UseVisualStyleBackColor = false;
  1189. this.chkNearlyOneWeek.Visible = false;
  1190. //
  1191. // chkNearlyHalfMonth
  1192. //
  1193. this.chkNearlyHalfMonth.AutoSize = true;
  1194. this.chkNearlyHalfMonth.BackColor = System.Drawing.Color.Transparent;
  1195. this.chkNearlyHalfMonth.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1196. this.chkNearlyHalfMonth.Font = new System.Drawing.Font("微软雅黑", 9F);
  1197. this.chkNearlyHalfMonth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1198. this.chkNearlyHalfMonth.Fourstates = false;
  1199. this.chkNearlyHalfMonth.IsGreenTick = false;
  1200. this.chkNearlyHalfMonth.Location = new System.Drawing.Point(324, 3);
  1201. this.chkNearlyHalfMonth.Name = "chkNearlyHalfMonth";
  1202. this.chkNearlyHalfMonth.Size = new System.Drawing.Size(75, 21);
  1203. this.chkNearlyHalfMonth.TabIndex = 23;
  1204. this.chkNearlyHalfMonth.Text = "近半个月";
  1205. this.chkNearlyHalfMonth.UseVisualStyleBackColor = false;
  1206. this.chkNearlyHalfMonth.Visible = false;
  1207. //
  1208. // panelEx11
  1209. //
  1210. this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1211. this.panelEx11.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1212. this.panelEx11.BorderWidth = 1;
  1213. this.panelEx11.Controls.Add(this.btn_ColorSetting);
  1214. this.panelEx11.Location = new System.Drawing.Point(828, 3);
  1215. this.panelEx11.Name = "panelEx11";
  1216. this.panelEx11.Size = new System.Drawing.Size(75, 28);
  1217. this.panelEx11.TabIndex = 212;
  1218. //
  1219. // btn_ColorSetting
  1220. //
  1221. this.btn_ColorSetting.BackColor = System.Drawing.Color.Transparent;
  1222. this.btn_ColorSetting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_ColorSetting.BackImg")));
  1223. this.btn_ColorSetting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1224. this.btn_ColorSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  1225. this.btn_ColorSetting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1226. this.btn_ColorSetting.ForeColor = System.Drawing.Color.White;
  1227. this.btn_ColorSetting.IsCustomBackImg = false;
  1228. this.btn_ColorSetting.IsShowText = true;
  1229. this.btn_ColorSetting.Location = new System.Drawing.Point(0, 0);
  1230. this.btn_ColorSetting.Name = "btn_ColorSetting";
  1231. this.btn_ColorSetting.Size = new System.Drawing.Size(75, 28);
  1232. this.btn_ColorSetting.TabIndex = 0;
  1233. this.btn_ColorSetting.Text = " 颜色配置";
  1234. this.btn_ColorSetting.UseVisualStyleBackColor = false;
  1235. //
  1236. // MainFrameFormMain
  1237. //
  1238. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1239. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1240. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1241. this.ClientSize = new System.Drawing.Size(1485, 610);
  1242. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1243. this.IsShowUcNavigationTool = true;
  1244. this.Name = "MainFrameFormMain";
  1245. this.Text = "摄控本主页";
  1246. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1247. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1248. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1249. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1250. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1251. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1252. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1253. this.plExMainContainer.ResumeLayout(false);
  1254. this.plFormMainContent.ResumeLayout(false);
  1255. this.panelEx3.ResumeLayout(false);
  1256. this.panelEx7.ResumeLayout(false);
  1257. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  1258. this.panelEx1.ResumeLayout(false);
  1259. this.panelEx8.ResumeLayout(false);
  1260. this.panelEx8.PerformLayout();
  1261. this.panelEx6.ResumeLayout(false);
  1262. this.FlowPanel.ResumeLayout(false);
  1263. this.flowLayoutPanel3.ResumeLayout(false);
  1264. this.panelTakeGuests.ResumeLayout(false);
  1265. this.panelTakeGuests.PerformLayout();
  1266. this.panelSelectionFilmGuests.ResumeLayout(false);
  1267. this.panelSelectionFilmGuests.PerformLayout();
  1268. this.panelLookingDesignGuests.ResumeLayout(false);
  1269. this.panelLookingDesignGuests.PerformLayout();
  1270. this.panelTakePieceGuests.ResumeLayout(false);
  1271. this.panelTakePieceGuests.PerformLayout();
  1272. this.panelWeddingGuests.ResumeLayout(false);
  1273. this.panelWeddingGuests.PerformLayout();
  1274. this.panelSelectDressGuests.ResumeLayout(false);
  1275. this.panelSelectDressGuests.PerformLayout();
  1276. this.panelHospitalClient.ResumeLayout(false);
  1277. this.panelHospitalClient.PerformLayout();
  1278. this.panelRecentBirthday.ResumeLayout(false);
  1279. this.panelRecentBirthday.PerformLayout();
  1280. this.panelEx5.ResumeLayout(false);
  1281. this.panelEx5.PerformLayout();
  1282. ((System.ComponentModel.ISupportInitialize)(this.nudYears)).EndInit();
  1283. ((System.ComponentModel.ISupportInitialize)(this.nudDate)).EndInit();
  1284. ((System.ComponentModel.ISupportInitialize)(this.nudMonth)).EndInit();
  1285. this.flowLayoutPanel1.ResumeLayout(false);
  1286. this.panelStoreName.ResumeLayout(false);
  1287. this.flowLayoutPanel2.ResumeLayout(false);
  1288. this.flowLayoutPanel2.PerformLayout();
  1289. this.panelEx11.ResumeLayout(false);
  1290. this.ResumeLayout(false);
  1291. }
  1292. #endregion
  1293. protected ComponentLibrary.PanelEx panelEx3;
  1294. private ComponentLibrary.ContextMenuStripEx cntmenu;
  1295. private ComponentLibrary.PanelEx panelEx2;
  1296. protected System.Windows.Forms.ToolTip toolTip1;
  1297. protected ComponentLibrary.ExToolTip exToolTip1;
  1298. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1299. protected ComponentLibrary.CheckBoxEx chkPortraitVersion;
  1300. protected ComponentLibrary.CheckBoxEx chkNearlyHalfMonth;
  1301. protected ComponentLibrary.CheckBoxEx chkDressVersion;
  1302. protected ComponentLibrary.CheckBoxEx chkKidsVersion;
  1303. protected ComponentLibrary.CheckBoxEx chkNearlyOneWeek;
  1304. private ComponentLibrary.LabelEx lblDate;
  1305. protected internal ComponentLibrary.ButtonEx btnAddRecord;
  1306. protected internal ComponentLibrary.ButtonEx btnCommunicateDetails;
  1307. protected ComponentLibrary.NumericUpDownEx nudDate;
  1308. protected ComponentLibrary.NumericUpDownEx nudYears;
  1309. protected ComponentLibrary.NumericUpDownEx nudMonth;
  1310. private ComponentLibrary.LabelEx labelEx1;
  1311. protected internal ComponentLibrary.PanelEx panelEx5;
  1312. protected internal ComponentLibrary.CheckBoxEx chkWeddingCelebration;
  1313. protected internal ComponentLibrary.ButtonEx btnExport;
  1314. private ComponentLibrary.PanelEx panelEx7;
  1315. protected System.Windows.Forms.TableLayoutPanel tblPanel;
  1316. protected ComponentLibrary.DataGridViewEc dgvData;
  1317. private ComponentLibrary.PanelEx panelEx6;
  1318. private ComponentLibrary.PanelEx panelEx4;
  1319. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
  1320. protected internal ComponentLibrary.PanelEx panelTakeGuests;
  1321. protected internal ComponentLibrary.PanelEx panelSelectionFilmGuests;
  1322. protected internal ComponentLibrary.PanelEx panelLookingDesignGuests;
  1323. protected internal ComponentLibrary.PanelEx panelTakePieceGuests;
  1324. protected internal ComponentLibrary.PanelEx panelWeddingGuests;
  1325. protected internal ComponentLibrary.PanelEx panelSelectDressGuests;
  1326. protected internal ComponentLibrary.PanelEx panelHospitalClient;
  1327. protected internal ComponentLibrary.RadioButtonEx rdoHospitalClient;
  1328. protected internal ComponentLibrary.PanelEx panelRecentBirthday;
  1329. public ComponentLibrary.LabelEx labelEx3;
  1330. protected internal ComponentLibrary.TextBoxEx txtOrderQuantity;
  1331. protected internal ComponentLibrary.PanelEx panelEx8;
  1332. protected internal ComponentLibrary.PanelEx panelEx9;
  1333. protected internal ComponentLibrary.PanelEx panelEx10;
  1334. protected internal ComponentLibrary.PanelEx panelEx1;
  1335. protected internal ComponentLibrary.LabelEx labelEx2;
  1336. protected internal ComponentLibrary.PanelEx panelStoreName;
  1337. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  1338. protected internal ComponentLibrary.ButtonEx btnCharts;
  1339. protected internal ComponentLibrary.ButtonEx btnClose;
  1340. protected internal ComponentLibrary.ButtonEx btnSMS;
  1341. protected internal ComponentLibrary.ButtonEx btnReschedule;
  1342. protected internal ComponentLibrary.ButtonEx btnGuestsReservation;
  1343. protected internal ComponentLibrary.ButtonEx btnStatistic;
  1344. protected internal ComponentLibrary.ButtonEx btnPrint;
  1345. protected internal System.Windows.Forms.FlowLayoutPanel FlowPanel;
  1346. protected internal ComponentLibrary.ButtonEx btnOverview;
  1347. protected internal ComponentLibrary.ButtonEx btnSelectedClothes;
  1348. protected internal ComponentLibrary.RadioButtonEx rdoPhotographed;
  1349. protected internal ComponentLibrary.RadioButtonEx rdoFilmSelection;
  1350. protected internal ComponentLibrary.RadioButtonEx rdoLookDesign;
  1351. protected internal ComponentLibrary.RadioButtonEx rdoTotakePiece;
  1352. protected internal ComponentLibrary.RadioButtonEx rdoService;
  1353. protected internal ComponentLibrary.RadioButtonEx rdoSelectDress;
  1354. protected internal ComponentLibrary.RadioButtonEx rdoRecentBirthday;
  1355. protected internal ComponentLibrary.ButtonEx btnClientServiceAnPai;
  1356. protected internal ComponentLibrary.ButtonEx btnPersonSchedule;
  1357. protected internal ComponentLibrary.ButtonEx btn_Report;
  1358. protected internal ComponentLibrary.ButtonEx btn_AnPai;
  1359. private ComponentLibrary.PanelEx panelEx11;
  1360. protected internal ComponentLibrary.ButtonEx btn_ColorSetting;
  1361. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  1362. }
  1363. }