UnityArrangeWorkSuperSmallForm.Designer.cs 82 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class UnityArrangeWorkSuperSmallForm
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UnityArrangeWorkSuperSmallForm));
  30. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.panelEx15 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.panelDate = new LYFZ.ComponentLibrary.PanelEx();
  36. this.dtpDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  37. this.chkDateTime = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.panelTime = new LYFZ.ComponentLibrary.PanelEx();
  39. this.txtTime = new LYFZ.ComponentLibrary.MaskedTextTimeEx(this.components);
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.panelPhotographerName = new LYFZ.ComponentLibrary.PanelEx();
  42. this.btnPhotographerName = new LYFZ.ComponentLibrary.ButtonForm();
  43. this.txtPhotographerName = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.chkPhotographerName = new LYFZ.ComponentLibrary.CheckBoxEx();
  45. this.panelPhotographyAssistantName = new LYFZ.ComponentLibrary.PanelEx();
  46. this.btnPhotographyAssistantName = new LYFZ.ComponentLibrary.ButtonForm();
  47. this.txtPhotographyAssistantName = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.chkPhotographyAssistantName = new LYFZ.ComponentLibrary.CheckBoxEx();
  49. this.panelMakeupArtistName = new LYFZ.ComponentLibrary.PanelEx();
  50. this.btnMakeupArtistName = new LYFZ.ComponentLibrary.ButtonForm();
  51. this.txtMakeupArtistName = new LYFZ.ComponentLibrary.TextBoxEx();
  52. this.chkMakeupArtistName = new LYFZ.ComponentLibrary.CheckBoxEx();
  53. this.panelMakeupAssistantName = new LYFZ.ComponentLibrary.PanelEx();
  54. this.btnMakeupAssistantName = new LYFZ.ComponentLibrary.ButtonForm();
  55. this.txtMakeupAssistantName = new LYFZ.ComponentLibrary.TextBoxEx();
  56. this.chkMakeupAssistantName = new LYFZ.ComponentLibrary.CheckBoxEx();
  57. this.panelBootDivisionName = new LYFZ.ComponentLibrary.PanelEx();
  58. this.btnBootDivisionName = new LYFZ.ComponentLibrary.ButtonForm();
  59. this.txtBootDivisionName = new LYFZ.ComponentLibrary.TextBoxEx();
  60. this.chkBootDivisionName = new LYFZ.ComponentLibrary.CheckBoxEx();
  61. this.panelClothingName = new LYFZ.ComponentLibrary.PanelEx();
  62. this.btnClothingName = new LYFZ.ComponentLibrary.ButtonForm();
  63. this.txtClothingName = new LYFZ.ComponentLibrary.TextBoxEx();
  64. this.chkClothingName = new LYFZ.ComponentLibrary.CheckBoxEx();
  65. this.panelFilmSelectionName = new LYFZ.ComponentLibrary.PanelEx();
  66. this.btnFilmSelectionName = new LYFZ.ComponentLibrary.ButtonForm();
  67. this.txtFilmSelectionName = new LYFZ.ComponentLibrary.TextBoxEx();
  68. this.chkFilmSelectionName = new LYFZ.ComponentLibrary.CheckBoxEx();
  69. this.panelLookDesignName = new LYFZ.ComponentLibrary.PanelEx();
  70. this.btnLookDesignName = new LYFZ.ComponentLibrary.ButtonForm();
  71. this.txtLookDesignName = new LYFZ.ComponentLibrary.TextBoxEx();
  72. this.chkLookDesignName = new LYFZ.ComponentLibrary.CheckBoxEx();
  73. this.panelPickupName = new LYFZ.ComponentLibrary.PanelEx();
  74. this.btnPickupName = new LYFZ.ComponentLibrary.ButtonForm();
  75. this.txtPickupName = new LYFZ.ComponentLibrary.TextBoxEx();
  76. this.chkPickupName = new LYFZ.ComponentLibrary.CheckBoxEx();
  77. this.panelServiceName1 = new LYFZ.ComponentLibrary.PanelEx();
  78. this.btnServiceName1 = new LYFZ.ComponentLibrary.ButtonForm();
  79. this.txtServiceName1 = new LYFZ.ComponentLibrary.TextBoxEx();
  80. this.chkServiceName1 = new LYFZ.ComponentLibrary.CheckBoxEx();
  81. this.panelServiceName2 = new LYFZ.ComponentLibrary.PanelEx();
  82. this.btnServiceName2 = new LYFZ.ComponentLibrary.ButtonForm();
  83. this.txtServiceName2 = new LYFZ.ComponentLibrary.TextBoxEx();
  84. this.chkServiceName2 = new LYFZ.ComponentLibrary.CheckBoxEx();
  85. this.panelBootDivisionAssistantName = new LYFZ.ComponentLibrary.PanelEx();
  86. this.btnBootDivisionAssistantName = new LYFZ.ComponentLibrary.ButtonForm();
  87. this.txtBootDivisionAssistantName = new LYFZ.ComponentLibrary.TextBoxEx();
  88. this.chkBootDivisionAssistantName = new LYFZ.ComponentLibrary.CheckBoxEx();
  89. this.plExMainContainer.SuspendLayout();
  90. this.plFormMainContent.SuspendLayout();
  91. this.panelEx1.SuspendLayout();
  92. this.panelEx15.SuspendLayout();
  93. this.flowLayoutPanel1.SuspendLayout();
  94. this.panelDate.SuspendLayout();
  95. this.panelTime.SuspendLayout();
  96. this.panelPhotographerName.SuspendLayout();
  97. this.panelPhotographyAssistantName.SuspendLayout();
  98. this.panelMakeupArtistName.SuspendLayout();
  99. this.panelMakeupAssistantName.SuspendLayout();
  100. this.panelBootDivisionName.SuspendLayout();
  101. this.panelClothingName.SuspendLayout();
  102. this.panelFilmSelectionName.SuspendLayout();
  103. this.panelLookDesignName.SuspendLayout();
  104. this.panelPickupName.SuspendLayout();
  105. this.panelServiceName1.SuspendLayout();
  106. this.panelServiceName2.SuspendLayout();
  107. this.panelBootDivisionAssistantName.SuspendLayout();
  108. this.SuspendLayout();
  109. //
  110. // plExMainContainer
  111. //
  112. this.plExMainContainer.Controls.Add(this.panelEx1);
  113. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  114. this.plExMainContainer.Size = new System.Drawing.Size(371, 405);
  115. //
  116. // plFormMainContent
  117. //
  118. this.plFormMainContent.Size = new System.Drawing.Size(371, 405);
  119. //
  120. // btnAppFormMaximize
  121. //
  122. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  123. this.btnAppFormMaximize.Location = new System.Drawing.Point(603, 0);
  124. //
  125. // btnAppFormExit
  126. //
  127. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  128. this.btnAppFormExit.Location = new System.Drawing.Point(339, 0);
  129. //
  130. // btnAppFormMinimize
  131. //
  132. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  133. this.btnAppFormMinimize.Location = new System.Drawing.Point(603, 0);
  134. //
  135. // panelEx1
  136. //
  137. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  138. this.panelEx1.BorderWidth = 1;
  139. this.panelEx1.Controls.Add(this.panelEx15);
  140. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  141. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  143. this.panelEx1.Name = "panelEx1";
  144. this.panelEx1.Size = new System.Drawing.Size(351, 385);
  145. this.panelEx1.TabIndex = 0;
  146. //
  147. // panelEx15
  148. //
  149. this.panelEx15.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  150. this.panelEx15.BorderWidth = 1;
  151. this.panelEx15.Controls.Add(this.btnCancel);
  152. this.panelEx15.Controls.Add(this.btnSaveed);
  153. this.panelEx15.Dock = System.Windows.Forms.DockStyle.Bottom;
  154. this.panelEx15.Location = new System.Drawing.Point(0, 345);
  155. this.panelEx15.Name = "panelEx15";
  156. this.panelEx15.Size = new System.Drawing.Size(351, 40);
  157. this.panelEx15.TabIndex = 15;
  158. //
  159. // btnCancel
  160. //
  161. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  162. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  163. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  164. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  165. this.btnCancel.ForeColor = System.Drawing.Color.White;
  166. this.btnCancel.IsCustomBackImg = false;
  167. this.btnCancel.IsShowText = true;
  168. this.btnCancel.Location = new System.Drawing.Point(202, 5);
  169. this.btnCancel.Name = "btnCancel";
  170. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  171. this.btnCancel.TabIndex = 1;
  172. this.btnCancel.Text = " 取 消";
  173. this.btnCancel.UseVisualStyleBackColor = false;
  174. //
  175. // btnSaveed
  176. //
  177. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  178. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  179. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  180. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  181. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  182. this.btnSaveed.IsCustomBackImg = false;
  183. this.btnSaveed.IsShowText = true;
  184. this.btnSaveed.Location = new System.Drawing.Point(74, 5);
  185. this.btnSaveed.Name = "btnSaveed";
  186. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  187. this.btnSaveed.TabIndex = 0;
  188. this.btnSaveed.Text = " 确 定";
  189. this.btnSaveed.UseVisualStyleBackColor = false;
  190. //
  191. // flowLayoutPanel1
  192. //
  193. this.flowLayoutPanel1.Controls.Add(this.panelDate);
  194. this.flowLayoutPanel1.Controls.Add(this.panelTime);
  195. this.flowLayoutPanel1.Controls.Add(this.panelPhotographerName);
  196. this.flowLayoutPanel1.Controls.Add(this.panelPhotographyAssistantName);
  197. this.flowLayoutPanel1.Controls.Add(this.panelMakeupArtistName);
  198. this.flowLayoutPanel1.Controls.Add(this.panelMakeupAssistantName);
  199. this.flowLayoutPanel1.Controls.Add(this.panelBootDivisionName);
  200. this.flowLayoutPanel1.Controls.Add(this.panelBootDivisionAssistantName);
  201. this.flowLayoutPanel1.Controls.Add(this.panelClothingName);
  202. this.flowLayoutPanel1.Controls.Add(this.panelFilmSelectionName);
  203. this.flowLayoutPanel1.Controls.Add(this.panelLookDesignName);
  204. this.flowLayoutPanel1.Controls.Add(this.panelPickupName);
  205. this.flowLayoutPanel1.Controls.Add(this.panelServiceName1);
  206. this.flowLayoutPanel1.Controls.Add(this.panelServiceName2);
  207. this.flowLayoutPanel1.Location = new System.Drawing.Point(34, 27);
  208. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  209. this.flowLayoutPanel1.Size = new System.Drawing.Size(280, 300);
  210. this.flowLayoutPanel1.TabIndex = 14;
  211. //
  212. // panelDate
  213. //
  214. this.panelDate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  215. this.panelDate.BorderWidth = 1;
  216. this.panelDate.Controls.Add(this.dtpDate);
  217. this.panelDate.Controls.Add(this.chkDateTime);
  218. this.panelDate.Location = new System.Drawing.Point(3, 3);
  219. this.panelDate.Name = "panelDate";
  220. this.panelDate.Size = new System.Drawing.Size(270, 27);
  221. this.panelDate.TabIndex = 13;
  222. //
  223. // dtpDate
  224. //
  225. this.dtpDate.CustomFormat = "yyyy-MM-dd";
  226. this.dtpDate.DateValue = "2014-12-20";
  227. this.dtpDate.Enabled = false;
  228. this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  229. this.dtpDate.IsShowTime = false;
  230. this.dtpDate.Location = new System.Drawing.Point(89, 3);
  231. this.dtpDate.Name = "dtpDate";
  232. this.dtpDate.Size = new System.Drawing.Size(110, 21);
  233. this.dtpDate.TabIndex = 1;
  234. this.dtpDate.Value = new System.DateTime(2014, 12, 20, 0, 0, 0, 0);
  235. //
  236. // chkDateTime
  237. //
  238. this.chkDateTime.AutoSize = true;
  239. this.chkDateTime.BackColor = System.Drawing.Color.Transparent;
  240. this.chkDateTime.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  241. this.chkDateTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  242. this.chkDateTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  243. this.chkDateTime.Fourstates = false;
  244. this.chkDateTime.IsGreenTick = false;
  245. this.chkDateTime.Location = new System.Drawing.Point(9, 3);
  246. this.chkDateTime.Name = "chkDateTime";
  247. this.chkDateTime.Size = new System.Drawing.Size(87, 21);
  248. this.chkDateTime.TabIndex = 79;
  249. this.chkDateTime.Text = " 日期:";
  250. this.chkDateTime.UseVisualStyleBackColor = false;
  251. //
  252. // panelTime
  253. //
  254. this.panelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  255. this.panelTime.BorderWidth = 1;
  256. this.panelTime.Controls.Add(this.txtTime);
  257. this.panelTime.Controls.Add(this.labelEx1);
  258. this.panelTime.Location = new System.Drawing.Point(3, 36);
  259. this.panelTime.Name = "panelTime";
  260. this.panelTime.Size = new System.Drawing.Size(270, 27);
  261. this.panelTime.TabIndex = 15;
  262. //
  263. // txtTime
  264. //
  265. this.txtTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  266. this.txtTime.Location = new System.Drawing.Point(89, 2);
  267. this.txtTime.Mask = "00:00";
  268. this.txtTime.Name = "txtTime";
  269. this.txtTime.PromptChar = ' ';
  270. this.txtTime.ReadOnly = true;
  271. this.txtTime.Size = new System.Drawing.Size(110, 23);
  272. this.txtTime.TabIndex = 78;
  273. this.txtTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  274. //
  275. // labelEx1
  276. //
  277. this.labelEx1.AutoSize = true;
  278. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  279. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  280. this.labelEx1.Location = new System.Drawing.Point(49, 5);
  281. this.labelEx1.Name = "labelEx1";
  282. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  283. this.labelEx1.TabIndex = 79;
  284. this.labelEx1.Text = "时间:";
  285. //
  286. // panelPhotographerName
  287. //
  288. this.panelPhotographerName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  289. this.panelPhotographerName.BorderWidth = 1;
  290. this.panelPhotographerName.Controls.Add(this.btnPhotographerName);
  291. this.panelPhotographerName.Controls.Add(this.txtPhotographerName);
  292. this.panelPhotographerName.Controls.Add(this.chkPhotographerName);
  293. this.panelPhotographerName.Location = new System.Drawing.Point(3, 69);
  294. this.panelPhotographerName.Name = "panelPhotographerName";
  295. this.panelPhotographerName.Size = new System.Drawing.Size(270, 27);
  296. this.panelPhotographerName.TabIndex = 14;
  297. this.panelPhotographerName.Visible = false;
  298. //
  299. // btnPhotographerName
  300. //
  301. this.btnPhotographerName.BackColor = System.Drawing.Color.Transparent;
  302. this.btnPhotographerName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotographerName.BackImg")));
  303. this.btnPhotographerName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  304. this.btnPhotographerName.Enabled = false;
  305. this.btnPhotographerName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  306. this.btnPhotographerName.ForeColor = System.Drawing.Color.White;
  307. this.btnPhotographerName.IsCustomBackImg = false;
  308. this.btnPhotographerName.IsShowText = true;
  309. this.btnPhotographerName.Location = new System.Drawing.Point(204, 1);
  310. this.btnPhotographerName.Name = "btnPhotographerName";
  311. this.btnPhotographerName.Size = new System.Drawing.Size(55, 25);
  312. this.btnPhotographerName.TabIndex = 17;
  313. this.btnPhotographerName.Text = " 选择";
  314. this.btnPhotographerName.UseVisualStyleBackColor = false;
  315. //
  316. // txtPhotographerName
  317. //
  318. this.txtPhotographerName.BackColor = System.Drawing.Color.Transparent;
  319. this.txtPhotographerName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  320. this.txtPhotographerName.Icon = null;
  321. this.txtPhotographerName.IconIsButton = false;
  322. this.txtPhotographerName.IsPasswordChat = '\0';
  323. this.txtPhotographerName.IsSystemPasswordChar = false;
  324. this.txtPhotographerName.Lines = new string[0];
  325. this.txtPhotographerName.Location = new System.Drawing.Point(89, 1);
  326. this.txtPhotographerName.Margin = new System.Windows.Forms.Padding(0);
  327. this.txtPhotographerName.MaxLength = 32767;
  328. this.txtPhotographerName.MinimumSize = new System.Drawing.Size(0, 24);
  329. this.txtPhotographerName.MouseBack = null;
  330. this.txtPhotographerName.Multiline = false;
  331. this.txtPhotographerName.Name = "txtPhotographerName";
  332. this.txtPhotographerName.NormlBack = null;
  333. this.txtPhotographerName.Padding = new System.Windows.Forms.Padding(5);
  334. this.txtPhotographerName.ReadOnly = true;
  335. this.txtPhotographerName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  336. this.txtPhotographerName.Size = new System.Drawing.Size(110, 25);
  337. this.txtPhotographerName.TabIndex = 16;
  338. this.txtPhotographerName.Tag = " ";
  339. this.txtPhotographerName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  340. this.txtPhotographerName.WaterColor = System.Drawing.Color.DarkGray;
  341. this.txtPhotographerName.WaterText = "";
  342. this.txtPhotographerName.WordWrap = true;
  343. //
  344. // chkPhotographerName
  345. //
  346. this.chkPhotographerName.AutoSize = true;
  347. this.chkPhotographerName.BackColor = System.Drawing.Color.Transparent;
  348. this.chkPhotographerName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  349. this.chkPhotographerName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  350. this.chkPhotographerName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  351. this.chkPhotographerName.Fourstates = false;
  352. this.chkPhotographerName.IsGreenTick = false;
  353. this.chkPhotographerName.Location = new System.Drawing.Point(9, 3);
  354. this.chkPhotographerName.Name = "chkPhotographerName";
  355. this.chkPhotographerName.Size = new System.Drawing.Size(87, 21);
  356. this.chkPhotographerName.TabIndex = 24;
  357. this.chkPhotographerName.Text = " 摄影师:";
  358. this.chkPhotographerName.UseVisualStyleBackColor = false;
  359. //
  360. // panelPhotographyAssistantName
  361. //
  362. this.panelPhotographyAssistantName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  363. this.panelPhotographyAssistantName.BorderWidth = 1;
  364. this.panelPhotographyAssistantName.Controls.Add(this.btnPhotographyAssistantName);
  365. this.panelPhotographyAssistantName.Controls.Add(this.txtPhotographyAssistantName);
  366. this.panelPhotographyAssistantName.Controls.Add(this.chkPhotographyAssistantName);
  367. this.panelPhotographyAssistantName.Location = new System.Drawing.Point(3, 102);
  368. this.panelPhotographyAssistantName.Name = "panelPhotographyAssistantName";
  369. this.panelPhotographyAssistantName.Size = new System.Drawing.Size(270, 27);
  370. this.panelPhotographyAssistantName.TabIndex = 14;
  371. this.panelPhotographyAssistantName.Visible = false;
  372. //
  373. // btnPhotographyAssistantName
  374. //
  375. this.btnPhotographyAssistantName.BackColor = System.Drawing.Color.Transparent;
  376. this.btnPhotographyAssistantName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotographyAssistantName.BackImg")));
  377. this.btnPhotographyAssistantName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  378. this.btnPhotographyAssistantName.Enabled = false;
  379. this.btnPhotographyAssistantName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  380. this.btnPhotographyAssistantName.ForeColor = System.Drawing.Color.White;
  381. this.btnPhotographyAssistantName.IsCustomBackImg = false;
  382. this.btnPhotographyAssistantName.IsShowText = true;
  383. this.btnPhotographyAssistantName.Location = new System.Drawing.Point(204, 1);
  384. this.btnPhotographyAssistantName.Name = "btnPhotographyAssistantName";
  385. this.btnPhotographyAssistantName.Size = new System.Drawing.Size(55, 25);
  386. this.btnPhotographyAssistantName.TabIndex = 17;
  387. this.btnPhotographyAssistantName.Text = " 选择";
  388. this.btnPhotographyAssistantName.UseVisualStyleBackColor = false;
  389. //
  390. // txtPhotographyAssistantName
  391. //
  392. this.txtPhotographyAssistantName.BackColor = System.Drawing.Color.Transparent;
  393. this.txtPhotographyAssistantName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  394. this.txtPhotographyAssistantName.Icon = null;
  395. this.txtPhotographyAssistantName.IconIsButton = false;
  396. this.txtPhotographyAssistantName.IsPasswordChat = '\0';
  397. this.txtPhotographyAssistantName.IsSystemPasswordChar = false;
  398. this.txtPhotographyAssistantName.Lines = new string[0];
  399. this.txtPhotographyAssistantName.Location = new System.Drawing.Point(89, 1);
  400. this.txtPhotographyAssistantName.Margin = new System.Windows.Forms.Padding(0);
  401. this.txtPhotographyAssistantName.MaxLength = 32767;
  402. this.txtPhotographyAssistantName.MinimumSize = new System.Drawing.Size(0, 24);
  403. this.txtPhotographyAssistantName.MouseBack = null;
  404. this.txtPhotographyAssistantName.Multiline = false;
  405. this.txtPhotographyAssistantName.Name = "txtPhotographyAssistantName";
  406. this.txtPhotographyAssistantName.NormlBack = null;
  407. this.txtPhotographyAssistantName.Padding = new System.Windows.Forms.Padding(5);
  408. this.txtPhotographyAssistantName.ReadOnly = true;
  409. this.txtPhotographyAssistantName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  410. this.txtPhotographyAssistantName.Size = new System.Drawing.Size(110, 25);
  411. this.txtPhotographyAssistantName.TabIndex = 16;
  412. this.txtPhotographyAssistantName.Tag = " ";
  413. this.txtPhotographyAssistantName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  414. this.txtPhotographyAssistantName.WaterColor = System.Drawing.Color.DarkGray;
  415. this.txtPhotographyAssistantName.WaterText = "";
  416. this.txtPhotographyAssistantName.WordWrap = true;
  417. //
  418. // chkPhotographyAssistantName
  419. //
  420. this.chkPhotographyAssistantName.AutoSize = true;
  421. this.chkPhotographyAssistantName.BackColor = System.Drawing.Color.Transparent;
  422. this.chkPhotographyAssistantName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  423. this.chkPhotographyAssistantName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  424. this.chkPhotographyAssistantName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  425. this.chkPhotographyAssistantName.Fourstates = false;
  426. this.chkPhotographyAssistantName.IsGreenTick = false;
  427. this.chkPhotographyAssistantName.Location = new System.Drawing.Point(9, 3);
  428. this.chkPhotographyAssistantName.Name = "chkPhotographyAssistantName";
  429. this.chkPhotographyAssistantName.Size = new System.Drawing.Size(87, 21);
  430. this.chkPhotographyAssistantName.TabIndex = 18;
  431. this.chkPhotographyAssistantName.Text = "摄影助理:";
  432. this.chkPhotographyAssistantName.UseVisualStyleBackColor = false;
  433. //
  434. // panelMakeupArtistName
  435. //
  436. this.panelMakeupArtistName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  437. this.panelMakeupArtistName.BorderWidth = 1;
  438. this.panelMakeupArtistName.Controls.Add(this.btnMakeupArtistName);
  439. this.panelMakeupArtistName.Controls.Add(this.txtMakeupArtistName);
  440. this.panelMakeupArtistName.Controls.Add(this.chkMakeupArtistName);
  441. this.panelMakeupArtistName.Location = new System.Drawing.Point(3, 135);
  442. this.panelMakeupArtistName.Name = "panelMakeupArtistName";
  443. this.panelMakeupArtistName.Size = new System.Drawing.Size(270, 27);
  444. this.panelMakeupArtistName.TabIndex = 14;
  445. this.panelMakeupArtistName.Visible = false;
  446. //
  447. // btnMakeupArtistName
  448. //
  449. this.btnMakeupArtistName.BackColor = System.Drawing.Color.Transparent;
  450. this.btnMakeupArtistName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMakeupArtistName.BackImg")));
  451. this.btnMakeupArtistName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  452. this.btnMakeupArtistName.Enabled = false;
  453. this.btnMakeupArtistName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  454. this.btnMakeupArtistName.ForeColor = System.Drawing.Color.White;
  455. this.btnMakeupArtistName.IsCustomBackImg = false;
  456. this.btnMakeupArtistName.IsShowText = true;
  457. this.btnMakeupArtistName.Location = new System.Drawing.Point(204, 1);
  458. this.btnMakeupArtistName.Name = "btnMakeupArtistName";
  459. this.btnMakeupArtistName.Size = new System.Drawing.Size(55, 25);
  460. this.btnMakeupArtistName.TabIndex = 20;
  461. this.btnMakeupArtistName.Text = " 选择";
  462. this.btnMakeupArtistName.UseVisualStyleBackColor = false;
  463. //
  464. // txtMakeupArtistName
  465. //
  466. this.txtMakeupArtistName.BackColor = System.Drawing.Color.Transparent;
  467. this.txtMakeupArtistName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  468. this.txtMakeupArtistName.Icon = null;
  469. this.txtMakeupArtistName.IconIsButton = false;
  470. this.txtMakeupArtistName.IsPasswordChat = '\0';
  471. this.txtMakeupArtistName.IsSystemPasswordChar = false;
  472. this.txtMakeupArtistName.Lines = new string[0];
  473. this.txtMakeupArtistName.Location = new System.Drawing.Point(89, 1);
  474. this.txtMakeupArtistName.Margin = new System.Windows.Forms.Padding(0);
  475. this.txtMakeupArtistName.MaxLength = 32767;
  476. this.txtMakeupArtistName.MinimumSize = new System.Drawing.Size(0, 24);
  477. this.txtMakeupArtistName.MouseBack = null;
  478. this.txtMakeupArtistName.Multiline = false;
  479. this.txtMakeupArtistName.Name = "txtMakeupArtistName";
  480. this.txtMakeupArtistName.NormlBack = null;
  481. this.txtMakeupArtistName.Padding = new System.Windows.Forms.Padding(5);
  482. this.txtMakeupArtistName.ReadOnly = true;
  483. this.txtMakeupArtistName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  484. this.txtMakeupArtistName.Size = new System.Drawing.Size(110, 25);
  485. this.txtMakeupArtistName.TabIndex = 16;
  486. this.txtMakeupArtistName.Tag = " ";
  487. this.txtMakeupArtistName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  488. this.txtMakeupArtistName.WaterColor = System.Drawing.Color.DarkGray;
  489. this.txtMakeupArtistName.WaterText = "";
  490. this.txtMakeupArtistName.WordWrap = true;
  491. //
  492. // chkMakeupArtistName
  493. //
  494. this.chkMakeupArtistName.AutoSize = true;
  495. this.chkMakeupArtistName.BackColor = System.Drawing.Color.Transparent;
  496. this.chkMakeupArtistName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  497. this.chkMakeupArtistName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  498. this.chkMakeupArtistName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  499. this.chkMakeupArtistName.Fourstates = false;
  500. this.chkMakeupArtistName.IsGreenTick = false;
  501. this.chkMakeupArtistName.Location = new System.Drawing.Point(9, 3);
  502. this.chkMakeupArtistName.Name = "chkMakeupArtistName";
  503. this.chkMakeupArtistName.Size = new System.Drawing.Size(87, 21);
  504. this.chkMakeupArtistName.TabIndex = 21;
  505. this.chkMakeupArtistName.Text = " 化妆师:";
  506. this.chkMakeupArtistName.UseVisualStyleBackColor = false;
  507. //
  508. // panelMakeupAssistantName
  509. //
  510. this.panelMakeupAssistantName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  511. this.panelMakeupAssistantName.BorderWidth = 1;
  512. this.panelMakeupAssistantName.Controls.Add(this.btnMakeupAssistantName);
  513. this.panelMakeupAssistantName.Controls.Add(this.txtMakeupAssistantName);
  514. this.panelMakeupAssistantName.Controls.Add(this.chkMakeupAssistantName);
  515. this.panelMakeupAssistantName.Location = new System.Drawing.Point(3, 168);
  516. this.panelMakeupAssistantName.Name = "panelMakeupAssistantName";
  517. this.panelMakeupAssistantName.Size = new System.Drawing.Size(270, 27);
  518. this.panelMakeupAssistantName.TabIndex = 14;
  519. this.panelMakeupAssistantName.Visible = false;
  520. //
  521. // btnMakeupAssistantName
  522. //
  523. this.btnMakeupAssistantName.BackColor = System.Drawing.Color.Transparent;
  524. this.btnMakeupAssistantName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMakeupAssistantName.BackImg")));
  525. this.btnMakeupAssistantName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  526. this.btnMakeupAssistantName.Enabled = false;
  527. this.btnMakeupAssistantName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  528. this.btnMakeupAssistantName.ForeColor = System.Drawing.Color.White;
  529. this.btnMakeupAssistantName.IsCustomBackImg = false;
  530. this.btnMakeupAssistantName.IsShowText = true;
  531. this.btnMakeupAssistantName.Location = new System.Drawing.Point(204, 1);
  532. this.btnMakeupAssistantName.Name = "btnMakeupAssistantName";
  533. this.btnMakeupAssistantName.Size = new System.Drawing.Size(55, 25);
  534. this.btnMakeupAssistantName.TabIndex = 17;
  535. this.btnMakeupAssistantName.Text = " 选择";
  536. this.btnMakeupAssistantName.UseVisualStyleBackColor = false;
  537. //
  538. // txtMakeupAssistantName
  539. //
  540. this.txtMakeupAssistantName.BackColor = System.Drawing.Color.Transparent;
  541. this.txtMakeupAssistantName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  542. this.txtMakeupAssistantName.Icon = null;
  543. this.txtMakeupAssistantName.IconIsButton = false;
  544. this.txtMakeupAssistantName.IsPasswordChat = '\0';
  545. this.txtMakeupAssistantName.IsSystemPasswordChar = false;
  546. this.txtMakeupAssistantName.Lines = new string[0];
  547. this.txtMakeupAssistantName.Location = new System.Drawing.Point(89, 1);
  548. this.txtMakeupAssistantName.Margin = new System.Windows.Forms.Padding(0);
  549. this.txtMakeupAssistantName.MaxLength = 32767;
  550. this.txtMakeupAssistantName.MinimumSize = new System.Drawing.Size(0, 24);
  551. this.txtMakeupAssistantName.MouseBack = null;
  552. this.txtMakeupAssistantName.Multiline = false;
  553. this.txtMakeupAssistantName.Name = "txtMakeupAssistantName";
  554. this.txtMakeupAssistantName.NormlBack = null;
  555. this.txtMakeupAssistantName.Padding = new System.Windows.Forms.Padding(5);
  556. this.txtMakeupAssistantName.ReadOnly = true;
  557. this.txtMakeupAssistantName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  558. this.txtMakeupAssistantName.Size = new System.Drawing.Size(110, 25);
  559. this.txtMakeupAssistantName.TabIndex = 16;
  560. this.txtMakeupAssistantName.Tag = " ";
  561. this.txtMakeupAssistantName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  562. this.txtMakeupAssistantName.WaterColor = System.Drawing.Color.DarkGray;
  563. this.txtMakeupAssistantName.WaterText = "";
  564. this.txtMakeupAssistantName.WordWrap = true;
  565. //
  566. // chkMakeupAssistantName
  567. //
  568. this.chkMakeupAssistantName.AutoSize = true;
  569. this.chkMakeupAssistantName.BackColor = System.Drawing.Color.Transparent;
  570. this.chkMakeupAssistantName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  571. this.chkMakeupAssistantName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  572. this.chkMakeupAssistantName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  573. this.chkMakeupAssistantName.Fourstates = false;
  574. this.chkMakeupAssistantName.IsGreenTick = false;
  575. this.chkMakeupAssistantName.Location = new System.Drawing.Point(9, 3);
  576. this.chkMakeupAssistantName.Name = "chkMakeupAssistantName";
  577. this.chkMakeupAssistantName.Size = new System.Drawing.Size(87, 21);
  578. this.chkMakeupAssistantName.TabIndex = 22;
  579. this.chkMakeupAssistantName.Text = "化妆助理:";
  580. this.chkMakeupAssistantName.UseVisualStyleBackColor = false;
  581. //
  582. // panelBootDivisionName
  583. //
  584. this.panelBootDivisionName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  585. this.panelBootDivisionName.BorderWidth = 1;
  586. this.panelBootDivisionName.Controls.Add(this.btnBootDivisionName);
  587. this.panelBootDivisionName.Controls.Add(this.txtBootDivisionName);
  588. this.panelBootDivisionName.Controls.Add(this.chkBootDivisionName);
  589. this.panelBootDivisionName.Location = new System.Drawing.Point(3, 201);
  590. this.panelBootDivisionName.Name = "panelBootDivisionName";
  591. this.panelBootDivisionName.Size = new System.Drawing.Size(270, 27);
  592. this.panelBootDivisionName.TabIndex = 16;
  593. this.panelBootDivisionName.Visible = false;
  594. //
  595. // btnBootDivisionName
  596. //
  597. this.btnBootDivisionName.BackColor = System.Drawing.Color.Transparent;
  598. this.btnBootDivisionName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBootDivisionName.BackImg")));
  599. this.btnBootDivisionName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  600. this.btnBootDivisionName.Enabled = false;
  601. this.btnBootDivisionName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  602. this.btnBootDivisionName.ForeColor = System.Drawing.Color.White;
  603. this.btnBootDivisionName.IsCustomBackImg = false;
  604. this.btnBootDivisionName.IsShowText = true;
  605. this.btnBootDivisionName.Location = new System.Drawing.Point(204, 1);
  606. this.btnBootDivisionName.Name = "btnBootDivisionName";
  607. this.btnBootDivisionName.Size = new System.Drawing.Size(55, 25);
  608. this.btnBootDivisionName.TabIndex = 19;
  609. this.btnBootDivisionName.Text = " 选择";
  610. this.btnBootDivisionName.UseVisualStyleBackColor = false;
  611. //
  612. // txtBootDivisionName
  613. //
  614. this.txtBootDivisionName.BackColor = System.Drawing.Color.Transparent;
  615. this.txtBootDivisionName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  616. this.txtBootDivisionName.Icon = null;
  617. this.txtBootDivisionName.IconIsButton = false;
  618. this.txtBootDivisionName.IsPasswordChat = '\0';
  619. this.txtBootDivisionName.IsSystemPasswordChar = false;
  620. this.txtBootDivisionName.Lines = new string[0];
  621. this.txtBootDivisionName.Location = new System.Drawing.Point(89, 1);
  622. this.txtBootDivisionName.Margin = new System.Windows.Forms.Padding(0);
  623. this.txtBootDivisionName.MaxLength = 32767;
  624. this.txtBootDivisionName.MinimumSize = new System.Drawing.Size(0, 24);
  625. this.txtBootDivisionName.MouseBack = null;
  626. this.txtBootDivisionName.Multiline = false;
  627. this.txtBootDivisionName.Name = "txtBootDivisionName";
  628. this.txtBootDivisionName.NormlBack = null;
  629. this.txtBootDivisionName.Padding = new System.Windows.Forms.Padding(5);
  630. this.txtBootDivisionName.ReadOnly = true;
  631. this.txtBootDivisionName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  632. this.txtBootDivisionName.Size = new System.Drawing.Size(110, 25);
  633. this.txtBootDivisionName.TabIndex = 16;
  634. this.txtBootDivisionName.Tag = " ";
  635. this.txtBootDivisionName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  636. this.txtBootDivisionName.WaterColor = System.Drawing.Color.DarkGray;
  637. this.txtBootDivisionName.WaterText = "";
  638. this.txtBootDivisionName.WordWrap = true;
  639. //
  640. // chkBootDivisionName
  641. //
  642. this.chkBootDivisionName.AutoSize = true;
  643. this.chkBootDivisionName.BackColor = System.Drawing.Color.Transparent;
  644. this.chkBootDivisionName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  645. this.chkBootDivisionName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  646. this.chkBootDivisionName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  647. this.chkBootDivisionName.Fourstates = false;
  648. this.chkBootDivisionName.IsGreenTick = false;
  649. this.chkBootDivisionName.Location = new System.Drawing.Point(9, 3);
  650. this.chkBootDivisionName.Name = "chkBootDivisionName";
  651. this.chkBootDivisionName.Size = new System.Drawing.Size(87, 21);
  652. this.chkBootDivisionName.TabIndex = 20;
  653. this.chkBootDivisionName.Text = " 引导师:";
  654. this.chkBootDivisionName.UseVisualStyleBackColor = false;
  655. //
  656. // panelClothingName
  657. //
  658. this.panelClothingName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  659. this.panelClothingName.BorderWidth = 1;
  660. this.panelClothingName.Controls.Add(this.btnClothingName);
  661. this.panelClothingName.Controls.Add(this.txtClothingName);
  662. this.panelClothingName.Controls.Add(this.chkClothingName);
  663. this.panelClothingName.Location = new System.Drawing.Point(3, 267);
  664. this.panelClothingName.Name = "panelClothingName";
  665. this.panelClothingName.Size = new System.Drawing.Size(270, 27);
  666. this.panelClothingName.TabIndex = 14;
  667. this.panelClothingName.Visible = false;
  668. //
  669. // btnClothingName
  670. //
  671. this.btnClothingName.BackColor = System.Drawing.Color.Transparent;
  672. this.btnClothingName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClothingName.BackImg")));
  673. this.btnClothingName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  674. this.btnClothingName.Enabled = false;
  675. this.btnClothingName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  676. this.btnClothingName.ForeColor = System.Drawing.Color.White;
  677. this.btnClothingName.IsCustomBackImg = false;
  678. this.btnClothingName.IsShowText = true;
  679. this.btnClothingName.Location = new System.Drawing.Point(204, 1);
  680. this.btnClothingName.Name = "btnClothingName";
  681. this.btnClothingName.Size = new System.Drawing.Size(55, 25);
  682. this.btnClothingName.TabIndex = 17;
  683. this.btnClothingName.Text = " 选择";
  684. this.btnClothingName.UseVisualStyleBackColor = false;
  685. //
  686. // txtClothingName
  687. //
  688. this.txtClothingName.BackColor = System.Drawing.Color.Transparent;
  689. this.txtClothingName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  690. this.txtClothingName.Icon = null;
  691. this.txtClothingName.IconIsButton = false;
  692. this.txtClothingName.IsPasswordChat = '\0';
  693. this.txtClothingName.IsSystemPasswordChar = false;
  694. this.txtClothingName.Lines = new string[0];
  695. this.txtClothingName.Location = new System.Drawing.Point(89, 1);
  696. this.txtClothingName.Margin = new System.Windows.Forms.Padding(0);
  697. this.txtClothingName.MaxLength = 32767;
  698. this.txtClothingName.MinimumSize = new System.Drawing.Size(0, 24);
  699. this.txtClothingName.MouseBack = null;
  700. this.txtClothingName.Multiline = false;
  701. this.txtClothingName.Name = "txtClothingName";
  702. this.txtClothingName.NormlBack = null;
  703. this.txtClothingName.Padding = new System.Windows.Forms.Padding(5);
  704. this.txtClothingName.ReadOnly = true;
  705. this.txtClothingName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  706. this.txtClothingName.Size = new System.Drawing.Size(110, 25);
  707. this.txtClothingName.TabIndex = 16;
  708. this.txtClothingName.Tag = " ";
  709. this.txtClothingName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  710. this.txtClothingName.WaterColor = System.Drawing.Color.DarkGray;
  711. this.txtClothingName.WaterText = "";
  712. this.txtClothingName.WordWrap = true;
  713. //
  714. // chkClothingName
  715. //
  716. this.chkClothingName.AutoSize = true;
  717. this.chkClothingName.BackColor = System.Drawing.Color.Transparent;
  718. this.chkClothingName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  719. this.chkClothingName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  720. this.chkClothingName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  721. this.chkClothingName.Fourstates = false;
  722. this.chkClothingName.IsGreenTick = false;
  723. this.chkClothingName.Location = new System.Drawing.Point(9, 3);
  724. this.chkClothingName.Name = "chkClothingName";
  725. this.chkClothingName.Size = new System.Drawing.Size(87, 21);
  726. this.chkClothingName.TabIndex = 21;
  727. this.chkClothingName.Text = "选礼服师:";
  728. this.chkClothingName.UseVisualStyleBackColor = false;
  729. //
  730. // panelFilmSelectionName
  731. //
  732. this.panelFilmSelectionName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  733. this.panelFilmSelectionName.BorderWidth = 1;
  734. this.panelFilmSelectionName.Controls.Add(this.btnFilmSelectionName);
  735. this.panelFilmSelectionName.Controls.Add(this.txtFilmSelectionName);
  736. this.panelFilmSelectionName.Controls.Add(this.chkFilmSelectionName);
  737. this.panelFilmSelectionName.Location = new System.Drawing.Point(3, 300);
  738. this.panelFilmSelectionName.Name = "panelFilmSelectionName";
  739. this.panelFilmSelectionName.Size = new System.Drawing.Size(270, 27);
  740. this.panelFilmSelectionName.TabIndex = 17;
  741. this.panelFilmSelectionName.Visible = false;
  742. //
  743. // btnFilmSelectionName
  744. //
  745. this.btnFilmSelectionName.BackColor = System.Drawing.Color.Transparent;
  746. this.btnFilmSelectionName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnFilmSelectionName.BackImg")));
  747. this.btnFilmSelectionName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  748. this.btnFilmSelectionName.Enabled = false;
  749. this.btnFilmSelectionName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  750. this.btnFilmSelectionName.ForeColor = System.Drawing.Color.White;
  751. this.btnFilmSelectionName.IsCustomBackImg = false;
  752. this.btnFilmSelectionName.IsShowText = true;
  753. this.btnFilmSelectionName.Location = new System.Drawing.Point(204, 1);
  754. this.btnFilmSelectionName.Name = "btnFilmSelectionName";
  755. this.btnFilmSelectionName.Size = new System.Drawing.Size(55, 25);
  756. this.btnFilmSelectionName.TabIndex = 18;
  757. this.btnFilmSelectionName.Text = " 选择";
  758. this.btnFilmSelectionName.UseVisualStyleBackColor = false;
  759. //
  760. // txtFilmSelectionName
  761. //
  762. this.txtFilmSelectionName.BackColor = System.Drawing.Color.Transparent;
  763. this.txtFilmSelectionName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  764. this.txtFilmSelectionName.Icon = null;
  765. this.txtFilmSelectionName.IconIsButton = false;
  766. this.txtFilmSelectionName.IsPasswordChat = '\0';
  767. this.txtFilmSelectionName.IsSystemPasswordChar = false;
  768. this.txtFilmSelectionName.Lines = new string[0];
  769. this.txtFilmSelectionName.Location = new System.Drawing.Point(89, 1);
  770. this.txtFilmSelectionName.Margin = new System.Windows.Forms.Padding(0);
  771. this.txtFilmSelectionName.MaxLength = 32767;
  772. this.txtFilmSelectionName.MinimumSize = new System.Drawing.Size(0, 24);
  773. this.txtFilmSelectionName.MouseBack = null;
  774. this.txtFilmSelectionName.Multiline = false;
  775. this.txtFilmSelectionName.Name = "txtFilmSelectionName";
  776. this.txtFilmSelectionName.NormlBack = null;
  777. this.txtFilmSelectionName.Padding = new System.Windows.Forms.Padding(5);
  778. this.txtFilmSelectionName.ReadOnly = true;
  779. this.txtFilmSelectionName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  780. this.txtFilmSelectionName.Size = new System.Drawing.Size(110, 25);
  781. this.txtFilmSelectionName.TabIndex = 16;
  782. this.txtFilmSelectionName.Tag = " ";
  783. this.txtFilmSelectionName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  784. this.txtFilmSelectionName.WaterColor = System.Drawing.Color.DarkGray;
  785. this.txtFilmSelectionName.WaterText = "";
  786. this.txtFilmSelectionName.WordWrap = true;
  787. //
  788. // chkFilmSelectionName
  789. //
  790. this.chkFilmSelectionName.AutoSize = true;
  791. this.chkFilmSelectionName.BackColor = System.Drawing.Color.Transparent;
  792. this.chkFilmSelectionName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  793. this.chkFilmSelectionName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  794. this.chkFilmSelectionName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  795. this.chkFilmSelectionName.Fourstates = false;
  796. this.chkFilmSelectionName.IsGreenTick = false;
  797. this.chkFilmSelectionName.Location = new System.Drawing.Point(9, 3);
  798. this.chkFilmSelectionName.Name = "chkFilmSelectionName";
  799. this.chkFilmSelectionName.Size = new System.Drawing.Size(87, 21);
  800. this.chkFilmSelectionName.TabIndex = 19;
  801. this.chkFilmSelectionName.Text = " 选片师:";
  802. this.chkFilmSelectionName.UseVisualStyleBackColor = false;
  803. //
  804. // panelLookDesignName
  805. //
  806. this.panelLookDesignName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  807. this.panelLookDesignName.BorderWidth = 1;
  808. this.panelLookDesignName.Controls.Add(this.btnLookDesignName);
  809. this.panelLookDesignName.Controls.Add(this.txtLookDesignName);
  810. this.panelLookDesignName.Controls.Add(this.chkLookDesignName);
  811. this.panelLookDesignName.Location = new System.Drawing.Point(3, 333);
  812. this.panelLookDesignName.Name = "panelLookDesignName";
  813. this.panelLookDesignName.Size = new System.Drawing.Size(270, 27);
  814. this.panelLookDesignName.TabIndex = 15;
  815. this.panelLookDesignName.Visible = false;
  816. //
  817. // btnLookDesignName
  818. //
  819. this.btnLookDesignName.BackColor = System.Drawing.Color.Transparent;
  820. this.btnLookDesignName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLookDesignName.BackImg")));
  821. this.btnLookDesignName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  822. this.btnLookDesignName.Enabled = false;
  823. this.btnLookDesignName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  824. this.btnLookDesignName.ForeColor = System.Drawing.Color.White;
  825. this.btnLookDesignName.IsCustomBackImg = false;
  826. this.btnLookDesignName.IsShowText = true;
  827. this.btnLookDesignName.Location = new System.Drawing.Point(204, 1);
  828. this.btnLookDesignName.Name = "btnLookDesignName";
  829. this.btnLookDesignName.Size = new System.Drawing.Size(55, 25);
  830. this.btnLookDesignName.TabIndex = 18;
  831. this.btnLookDesignName.Text = " 选择";
  832. this.btnLookDesignName.UseVisualStyleBackColor = false;
  833. //
  834. // txtLookDesignName
  835. //
  836. this.txtLookDesignName.BackColor = System.Drawing.Color.Transparent;
  837. this.txtLookDesignName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  838. this.txtLookDesignName.Icon = null;
  839. this.txtLookDesignName.IconIsButton = false;
  840. this.txtLookDesignName.IsPasswordChat = '\0';
  841. this.txtLookDesignName.IsSystemPasswordChar = false;
  842. this.txtLookDesignName.Lines = new string[0];
  843. this.txtLookDesignName.Location = new System.Drawing.Point(89, 1);
  844. this.txtLookDesignName.Margin = new System.Windows.Forms.Padding(0);
  845. this.txtLookDesignName.MaxLength = 32767;
  846. this.txtLookDesignName.MinimumSize = new System.Drawing.Size(0, 24);
  847. this.txtLookDesignName.MouseBack = null;
  848. this.txtLookDesignName.Multiline = false;
  849. this.txtLookDesignName.Name = "txtLookDesignName";
  850. this.txtLookDesignName.NormlBack = null;
  851. this.txtLookDesignName.Padding = new System.Windows.Forms.Padding(5);
  852. this.txtLookDesignName.ReadOnly = true;
  853. this.txtLookDesignName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  854. this.txtLookDesignName.Size = new System.Drawing.Size(110, 25);
  855. this.txtLookDesignName.TabIndex = 16;
  856. this.txtLookDesignName.Tag = " ";
  857. this.txtLookDesignName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  858. this.txtLookDesignName.WaterColor = System.Drawing.Color.DarkGray;
  859. this.txtLookDesignName.WaterText = "";
  860. this.txtLookDesignName.WordWrap = true;
  861. //
  862. // chkLookDesignName
  863. //
  864. this.chkLookDesignName.AutoSize = true;
  865. this.chkLookDesignName.BackColor = System.Drawing.Color.Transparent;
  866. this.chkLookDesignName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  867. this.chkLookDesignName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  868. this.chkLookDesignName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  869. this.chkLookDesignName.Fourstates = false;
  870. this.chkLookDesignName.IsGreenTick = false;
  871. this.chkLookDesignName.Location = new System.Drawing.Point(9, 3);
  872. this.chkLookDesignName.Name = "chkLookDesignName";
  873. this.chkLookDesignName.Size = new System.Drawing.Size(87, 21);
  874. this.chkLookDesignName.TabIndex = 20;
  875. this.chkLookDesignName.Text = " 看版师:";
  876. this.chkLookDesignName.UseVisualStyleBackColor = false;
  877. //
  878. // panelPickupName
  879. //
  880. this.panelPickupName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  881. this.panelPickupName.BorderWidth = 1;
  882. this.panelPickupName.Controls.Add(this.btnPickupName);
  883. this.panelPickupName.Controls.Add(this.txtPickupName);
  884. this.panelPickupName.Controls.Add(this.chkPickupName);
  885. this.panelPickupName.Location = new System.Drawing.Point(3, 366);
  886. this.panelPickupName.Name = "panelPickupName";
  887. this.panelPickupName.Size = new System.Drawing.Size(270, 27);
  888. this.panelPickupName.TabIndex = 15;
  889. this.panelPickupName.Visible = false;
  890. //
  891. // btnPickupName
  892. //
  893. this.btnPickupName.BackColor = System.Drawing.Color.Transparent;
  894. this.btnPickupName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPickupName.BackImg")));
  895. this.btnPickupName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  896. this.btnPickupName.Enabled = false;
  897. this.btnPickupName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  898. this.btnPickupName.ForeColor = System.Drawing.Color.White;
  899. this.btnPickupName.IsCustomBackImg = false;
  900. this.btnPickupName.IsShowText = true;
  901. this.btnPickupName.Location = new System.Drawing.Point(204, 1);
  902. this.btnPickupName.Name = "btnPickupName";
  903. this.btnPickupName.Size = new System.Drawing.Size(55, 25);
  904. this.btnPickupName.TabIndex = 17;
  905. this.btnPickupName.Text = " 选择";
  906. this.btnPickupName.UseVisualStyleBackColor = false;
  907. //
  908. // txtPickupName
  909. //
  910. this.txtPickupName.BackColor = System.Drawing.Color.Transparent;
  911. this.txtPickupName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  912. this.txtPickupName.Icon = null;
  913. this.txtPickupName.IconIsButton = false;
  914. this.txtPickupName.IsPasswordChat = '\0';
  915. this.txtPickupName.IsSystemPasswordChar = false;
  916. this.txtPickupName.Lines = new string[0];
  917. this.txtPickupName.Location = new System.Drawing.Point(89, 1);
  918. this.txtPickupName.Margin = new System.Windows.Forms.Padding(0);
  919. this.txtPickupName.MaxLength = 32767;
  920. this.txtPickupName.MinimumSize = new System.Drawing.Size(0, 24);
  921. this.txtPickupName.MouseBack = null;
  922. this.txtPickupName.Multiline = false;
  923. this.txtPickupName.Name = "txtPickupName";
  924. this.txtPickupName.NormlBack = null;
  925. this.txtPickupName.Padding = new System.Windows.Forms.Padding(5);
  926. this.txtPickupName.ReadOnly = true;
  927. this.txtPickupName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  928. this.txtPickupName.Size = new System.Drawing.Size(110, 25);
  929. this.txtPickupName.TabIndex = 16;
  930. this.txtPickupName.Tag = " ";
  931. this.txtPickupName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  932. this.txtPickupName.WaterColor = System.Drawing.Color.DarkGray;
  933. this.txtPickupName.WaterText = "";
  934. this.txtPickupName.WordWrap = true;
  935. //
  936. // chkPickupName
  937. //
  938. this.chkPickupName.AutoSize = true;
  939. this.chkPickupName.BackColor = System.Drawing.Color.Transparent;
  940. this.chkPickupName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  941. this.chkPickupName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  942. this.chkPickupName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  943. this.chkPickupName.Fourstates = false;
  944. this.chkPickupName.IsGreenTick = false;
  945. this.chkPickupName.Location = new System.Drawing.Point(9, 3);
  946. this.chkPickupName.Name = "chkPickupName";
  947. this.chkPickupName.Size = new System.Drawing.Size(87, 21);
  948. this.chkPickupName.TabIndex = 21;
  949. this.chkPickupName.Text = " 取件师:";
  950. this.chkPickupName.UseVisualStyleBackColor = false;
  951. //
  952. // panelServiceName1
  953. //
  954. this.panelServiceName1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  955. this.panelServiceName1.BorderWidth = 1;
  956. this.panelServiceName1.Controls.Add(this.btnServiceName1);
  957. this.panelServiceName1.Controls.Add(this.txtServiceName1);
  958. this.panelServiceName1.Controls.Add(this.chkServiceName1);
  959. this.panelServiceName1.Location = new System.Drawing.Point(3, 399);
  960. this.panelServiceName1.Name = "panelServiceName1";
  961. this.panelServiceName1.Size = new System.Drawing.Size(270, 27);
  962. this.panelServiceName1.TabIndex = 15;
  963. this.panelServiceName1.Visible = false;
  964. //
  965. // btnServiceName1
  966. //
  967. this.btnServiceName1.BackColor = System.Drawing.Color.Transparent;
  968. this.btnServiceName1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnServiceName1.BackImg")));
  969. this.btnServiceName1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  970. this.btnServiceName1.Enabled = false;
  971. this.btnServiceName1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  972. this.btnServiceName1.ForeColor = System.Drawing.Color.White;
  973. this.btnServiceName1.IsCustomBackImg = false;
  974. this.btnServiceName1.IsShowText = true;
  975. this.btnServiceName1.Location = new System.Drawing.Point(204, 1);
  976. this.btnServiceName1.Name = "btnServiceName1";
  977. this.btnServiceName1.Size = new System.Drawing.Size(55, 25);
  978. this.btnServiceName1.TabIndex = 17;
  979. this.btnServiceName1.Text = " 选择";
  980. this.btnServiceName1.UseVisualStyleBackColor = false;
  981. //
  982. // txtServiceName1
  983. //
  984. this.txtServiceName1.BackColor = System.Drawing.Color.Transparent;
  985. this.txtServiceName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  986. this.txtServiceName1.Icon = null;
  987. this.txtServiceName1.IconIsButton = false;
  988. this.txtServiceName1.IsPasswordChat = '\0';
  989. this.txtServiceName1.IsSystemPasswordChar = false;
  990. this.txtServiceName1.Lines = new string[0];
  991. this.txtServiceName1.Location = new System.Drawing.Point(89, 1);
  992. this.txtServiceName1.Margin = new System.Windows.Forms.Padding(0);
  993. this.txtServiceName1.MaxLength = 32767;
  994. this.txtServiceName1.MinimumSize = new System.Drawing.Size(0, 24);
  995. this.txtServiceName1.MouseBack = null;
  996. this.txtServiceName1.Multiline = false;
  997. this.txtServiceName1.Name = "txtServiceName1";
  998. this.txtServiceName1.NormlBack = null;
  999. this.txtServiceName1.Padding = new System.Windows.Forms.Padding(5);
  1000. this.txtServiceName1.ReadOnly = true;
  1001. this.txtServiceName1.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1002. this.txtServiceName1.Size = new System.Drawing.Size(110, 25);
  1003. this.txtServiceName1.TabIndex = 16;
  1004. this.txtServiceName1.Tag = " ";
  1005. this.txtServiceName1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1006. this.txtServiceName1.WaterColor = System.Drawing.Color.DarkGray;
  1007. this.txtServiceName1.WaterText = "";
  1008. this.txtServiceName1.WordWrap = true;
  1009. //
  1010. // chkServiceName1
  1011. //
  1012. this.chkServiceName1.AutoSize = true;
  1013. this.chkServiceName1.BackColor = System.Drawing.Color.Transparent;
  1014. this.chkServiceName1.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1015. this.chkServiceName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1016. this.chkServiceName1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1017. this.chkServiceName1.Fourstates = false;
  1018. this.chkServiceName1.IsGreenTick = false;
  1019. this.chkServiceName1.Location = new System.Drawing.Point(9, 3);
  1020. this.chkServiceName1.Name = "chkServiceName1";
  1021. this.chkServiceName1.Size = new System.Drawing.Size(86, 21);
  1022. this.chkServiceName1.TabIndex = 22;
  1023. this.chkServiceName1.Text = " 服务师1:";
  1024. this.chkServiceName1.UseVisualStyleBackColor = false;
  1025. //
  1026. // panelServiceName2
  1027. //
  1028. this.panelServiceName2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1029. this.panelServiceName2.BorderWidth = 1;
  1030. this.panelServiceName2.Controls.Add(this.btnServiceName2);
  1031. this.panelServiceName2.Controls.Add(this.txtServiceName2);
  1032. this.panelServiceName2.Controls.Add(this.chkServiceName2);
  1033. this.panelServiceName2.Location = new System.Drawing.Point(3, 432);
  1034. this.panelServiceName2.Name = "panelServiceName2";
  1035. this.panelServiceName2.Size = new System.Drawing.Size(270, 27);
  1036. this.panelServiceName2.TabIndex = 15;
  1037. this.panelServiceName2.Visible = false;
  1038. //
  1039. // btnServiceName2
  1040. //
  1041. this.btnServiceName2.BackColor = System.Drawing.Color.Transparent;
  1042. this.btnServiceName2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnServiceName2.BackImg")));
  1043. this.btnServiceName2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1044. this.btnServiceName2.Enabled = false;
  1045. this.btnServiceName2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1046. this.btnServiceName2.ForeColor = System.Drawing.Color.White;
  1047. this.btnServiceName2.IsCustomBackImg = false;
  1048. this.btnServiceName2.IsShowText = true;
  1049. this.btnServiceName2.Location = new System.Drawing.Point(204, 1);
  1050. this.btnServiceName2.Name = "btnServiceName2";
  1051. this.btnServiceName2.Size = new System.Drawing.Size(55, 25);
  1052. this.btnServiceName2.TabIndex = 15;
  1053. this.btnServiceName2.Text = " 选择";
  1054. this.btnServiceName2.UseVisualStyleBackColor = false;
  1055. //
  1056. // txtServiceName2
  1057. //
  1058. this.txtServiceName2.BackColor = System.Drawing.Color.Transparent;
  1059. this.txtServiceName2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1060. this.txtServiceName2.Icon = null;
  1061. this.txtServiceName2.IconIsButton = false;
  1062. this.txtServiceName2.IsPasswordChat = '\0';
  1063. this.txtServiceName2.IsSystemPasswordChar = false;
  1064. this.txtServiceName2.Lines = new string[0];
  1065. this.txtServiceName2.Location = new System.Drawing.Point(89, 1);
  1066. this.txtServiceName2.Margin = new System.Windows.Forms.Padding(0);
  1067. this.txtServiceName2.MaxLength = 32767;
  1068. this.txtServiceName2.MinimumSize = new System.Drawing.Size(0, 24);
  1069. this.txtServiceName2.MouseBack = null;
  1070. this.txtServiceName2.Multiline = false;
  1071. this.txtServiceName2.Name = "txtServiceName2";
  1072. this.txtServiceName2.NormlBack = null;
  1073. this.txtServiceName2.Padding = new System.Windows.Forms.Padding(5);
  1074. this.txtServiceName2.ReadOnly = true;
  1075. this.txtServiceName2.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1076. this.txtServiceName2.Size = new System.Drawing.Size(110, 25);
  1077. this.txtServiceName2.TabIndex = 15;
  1078. this.txtServiceName2.Tag = " ";
  1079. this.txtServiceName2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1080. this.txtServiceName2.WaterColor = System.Drawing.Color.DarkGray;
  1081. this.txtServiceName2.WaterText = "";
  1082. this.txtServiceName2.WordWrap = true;
  1083. //
  1084. // chkServiceName2
  1085. //
  1086. this.chkServiceName2.AutoSize = true;
  1087. this.chkServiceName2.BackColor = System.Drawing.Color.Transparent;
  1088. this.chkServiceName2.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1089. this.chkServiceName2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1090. this.chkServiceName2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1091. this.chkServiceName2.Fourstates = false;
  1092. this.chkServiceName2.IsGreenTick = false;
  1093. this.chkServiceName2.Location = new System.Drawing.Point(9, 3);
  1094. this.chkServiceName2.Name = "chkServiceName2";
  1095. this.chkServiceName2.Size = new System.Drawing.Size(86, 21);
  1096. this.chkServiceName2.TabIndex = 23;
  1097. this.chkServiceName2.Text = " 服务师2:";
  1098. this.chkServiceName2.UseVisualStyleBackColor = false;
  1099. //
  1100. // panelBootDivisionAssistantName
  1101. //
  1102. this.panelBootDivisionAssistantName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1103. this.panelBootDivisionAssistantName.BorderWidth = 1;
  1104. this.panelBootDivisionAssistantName.Controls.Add(this.btnBootDivisionAssistantName);
  1105. this.panelBootDivisionAssistantName.Controls.Add(this.txtBootDivisionAssistantName);
  1106. this.panelBootDivisionAssistantName.Controls.Add(this.chkBootDivisionAssistantName);
  1107. this.panelBootDivisionAssistantName.Location = new System.Drawing.Point(3, 234);
  1108. this.panelBootDivisionAssistantName.Name = "panelBootDivisionAssistantName";
  1109. this.panelBootDivisionAssistantName.Size = new System.Drawing.Size(270, 27);
  1110. this.panelBootDivisionAssistantName.TabIndex = 18;
  1111. this.panelBootDivisionAssistantName.Visible = false;
  1112. //
  1113. // btnBootDivisionAssistantName
  1114. //
  1115. this.btnBootDivisionAssistantName.BackColor = System.Drawing.Color.Transparent;
  1116. this.btnBootDivisionAssistantName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBootDivisionAssistantName.BackImg")));
  1117. this.btnBootDivisionAssistantName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1118. this.btnBootDivisionAssistantName.Enabled = false;
  1119. this.btnBootDivisionAssistantName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1120. this.btnBootDivisionAssistantName.ForeColor = System.Drawing.Color.White;
  1121. this.btnBootDivisionAssistantName.IsCustomBackImg = false;
  1122. this.btnBootDivisionAssistantName.IsShowText = true;
  1123. this.btnBootDivisionAssistantName.Location = new System.Drawing.Point(204, 1);
  1124. this.btnBootDivisionAssistantName.Name = "btnBootDivisionAssistantName";
  1125. this.btnBootDivisionAssistantName.Size = new System.Drawing.Size(55, 25);
  1126. this.btnBootDivisionAssistantName.TabIndex = 19;
  1127. this.btnBootDivisionAssistantName.Text = " 选择";
  1128. this.btnBootDivisionAssistantName.UseVisualStyleBackColor = false;
  1129. //
  1130. // txtBootDivisionAssistantName
  1131. //
  1132. this.txtBootDivisionAssistantName.BackColor = System.Drawing.Color.Transparent;
  1133. this.txtBootDivisionAssistantName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1134. this.txtBootDivisionAssistantName.Icon = null;
  1135. this.txtBootDivisionAssistantName.IconIsButton = false;
  1136. this.txtBootDivisionAssistantName.IsPasswordChat = '\0';
  1137. this.txtBootDivisionAssistantName.IsSystemPasswordChar = false;
  1138. this.txtBootDivisionAssistantName.Lines = new string[0];
  1139. this.txtBootDivisionAssistantName.Location = new System.Drawing.Point(89, 1);
  1140. this.txtBootDivisionAssistantName.Margin = new System.Windows.Forms.Padding(0);
  1141. this.txtBootDivisionAssistantName.MaxLength = 32767;
  1142. this.txtBootDivisionAssistantName.MinimumSize = new System.Drawing.Size(0, 24);
  1143. this.txtBootDivisionAssistantName.MouseBack = null;
  1144. this.txtBootDivisionAssistantName.Multiline = false;
  1145. this.txtBootDivisionAssistantName.Name = "txtBootDivisionAssistantName";
  1146. this.txtBootDivisionAssistantName.NormlBack = null;
  1147. this.txtBootDivisionAssistantName.Padding = new System.Windows.Forms.Padding(5);
  1148. this.txtBootDivisionAssistantName.ReadOnly = true;
  1149. this.txtBootDivisionAssistantName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1150. this.txtBootDivisionAssistantName.Size = new System.Drawing.Size(110, 25);
  1151. this.txtBootDivisionAssistantName.TabIndex = 16;
  1152. this.txtBootDivisionAssistantName.Tag = " ";
  1153. this.txtBootDivisionAssistantName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1154. this.txtBootDivisionAssistantName.WaterColor = System.Drawing.Color.DarkGray;
  1155. this.txtBootDivisionAssistantName.WaterText = "";
  1156. this.txtBootDivisionAssistantName.WordWrap = true;
  1157. //
  1158. // chkBootDivisionAssistantName
  1159. //
  1160. this.chkBootDivisionAssistantName.AutoSize = true;
  1161. this.chkBootDivisionAssistantName.BackColor = System.Drawing.Color.Transparent;
  1162. this.chkBootDivisionAssistantName.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1163. this.chkBootDivisionAssistantName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1164. this.chkBootDivisionAssistantName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1165. this.chkBootDivisionAssistantName.Fourstates = false;
  1166. this.chkBootDivisionAssistantName.IsGreenTick = false;
  1167. this.chkBootDivisionAssistantName.Location = new System.Drawing.Point(9, 3);
  1168. this.chkBootDivisionAssistantName.Name = "chkBootDivisionAssistantName";
  1169. this.chkBootDivisionAssistantName.Size = new System.Drawing.Size(87, 21);
  1170. this.chkBootDivisionAssistantName.TabIndex = 20;
  1171. this.chkBootDivisionAssistantName.Text = "引导助理:";
  1172. this.chkBootDivisionAssistantName.UseVisualStyleBackColor = false;
  1173. //
  1174. // UnityArrangeWorkSuperSmallForm
  1175. //
  1176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1178. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1179. this.ClientSize = new System.Drawing.Size(371, 470);
  1180. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1181. this.IsUserControlsSize = false;
  1182. this.MaximizeBox = false;
  1183. this.MinimizeBox = false;
  1184. this.Name = "UnityArrangeWorkSuperSmallForm";
  1185. this.Text = "工作安排";
  1186. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1187. this.plExMainContainer.ResumeLayout(false);
  1188. this.plFormMainContent.ResumeLayout(false);
  1189. this.panelEx1.ResumeLayout(false);
  1190. this.panelEx15.ResumeLayout(false);
  1191. this.flowLayoutPanel1.ResumeLayout(false);
  1192. this.panelDate.ResumeLayout(false);
  1193. this.panelDate.PerformLayout();
  1194. this.panelTime.ResumeLayout(false);
  1195. this.panelTime.PerformLayout();
  1196. this.panelPhotographerName.ResumeLayout(false);
  1197. this.panelPhotographerName.PerformLayout();
  1198. this.panelPhotographyAssistantName.ResumeLayout(false);
  1199. this.panelPhotographyAssistantName.PerformLayout();
  1200. this.panelMakeupArtistName.ResumeLayout(false);
  1201. this.panelMakeupArtistName.PerformLayout();
  1202. this.panelMakeupAssistantName.ResumeLayout(false);
  1203. this.panelMakeupAssistantName.PerformLayout();
  1204. this.panelBootDivisionName.ResumeLayout(false);
  1205. this.panelBootDivisionName.PerformLayout();
  1206. this.panelClothingName.ResumeLayout(false);
  1207. this.panelClothingName.PerformLayout();
  1208. this.panelFilmSelectionName.ResumeLayout(false);
  1209. this.panelFilmSelectionName.PerformLayout();
  1210. this.panelLookDesignName.ResumeLayout(false);
  1211. this.panelLookDesignName.PerformLayout();
  1212. this.panelPickupName.ResumeLayout(false);
  1213. this.panelPickupName.PerformLayout();
  1214. this.panelServiceName1.ResumeLayout(false);
  1215. this.panelServiceName1.PerformLayout();
  1216. this.panelServiceName2.ResumeLayout(false);
  1217. this.panelServiceName2.PerformLayout();
  1218. this.panelBootDivisionAssistantName.ResumeLayout(false);
  1219. this.panelBootDivisionAssistantName.PerformLayout();
  1220. this.ResumeLayout(false);
  1221. }
  1222. #endregion
  1223. private ComponentLibrary.PanelEx panelEx1;
  1224. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1225. protected internal ComponentLibrary.TextBoxEx txtPhotographerName;
  1226. protected internal ComponentLibrary.TextBoxEx txtPhotographyAssistantName;
  1227. protected internal ComponentLibrary.TextBoxEx txtMakeupArtistName;
  1228. protected internal ComponentLibrary.TextBoxEx txtMakeupAssistantName;
  1229. protected internal ComponentLibrary.TextBoxEx txtBootDivisionName;
  1230. protected internal ComponentLibrary.TextBoxEx txtClothingName;
  1231. protected internal ComponentLibrary.TextBoxEx txtFilmSelectionName;
  1232. protected internal ComponentLibrary.TextBoxEx txtLookDesignName;
  1233. protected internal ComponentLibrary.TextBoxEx txtPickupName;
  1234. protected internal ComponentLibrary.TextBoxEx txtServiceName1;
  1235. protected internal ComponentLibrary.TextBoxEx txtServiceName2;
  1236. private ComponentLibrary.PanelEx panelEx15;
  1237. protected internal ComponentLibrary.PanelEx panelDate;
  1238. protected internal ComponentLibrary.PanelEx panelTime;
  1239. protected internal ComponentLibrary.PanelEx panelPhotographerName;
  1240. protected internal ComponentLibrary.PanelEx panelPhotographyAssistantName;
  1241. protected internal ComponentLibrary.PanelEx panelMakeupArtistName;
  1242. protected internal ComponentLibrary.PanelEx panelMakeupAssistantName;
  1243. protected internal ComponentLibrary.PanelEx panelBootDivisionName;
  1244. protected internal ComponentLibrary.PanelEx panelClothingName;
  1245. protected internal ComponentLibrary.PanelEx panelFilmSelectionName;
  1246. protected internal ComponentLibrary.PanelEx panelLookDesignName;
  1247. protected internal ComponentLibrary.PanelEx panelPickupName;
  1248. protected internal ComponentLibrary.PanelEx panelServiceName1;
  1249. protected internal ComponentLibrary.PanelEx panelServiceName2;
  1250. protected internal ComponentLibrary.ButtonForm btnPhotographerName;
  1251. protected internal ComponentLibrary.ButtonForm btnPhotographyAssistantName;
  1252. protected internal ComponentLibrary.ButtonForm btnMakeupArtistName;
  1253. protected internal ComponentLibrary.ButtonForm btnMakeupAssistantName;
  1254. protected internal ComponentLibrary.ButtonForm btnBootDivisionName;
  1255. protected internal ComponentLibrary.ButtonForm btnClothingName;
  1256. protected internal ComponentLibrary.ButtonForm btnFilmSelectionName;
  1257. protected internal ComponentLibrary.ButtonForm btnLookDesignName;
  1258. protected internal ComponentLibrary.ButtonForm btnPickupName;
  1259. protected internal ComponentLibrary.ButtonForm btnServiceName1;
  1260. protected internal ComponentLibrary.ButtonForm btnServiceName2;
  1261. protected internal ComponentLibrary.DateTimePickerEx dtpDate;
  1262. protected internal ComponentLibrary.MaskedTextTimeEx txtTime;
  1263. protected internal ComponentLibrary.ButtonEx btnCancel;
  1264. protected internal ComponentLibrary.ButtonEx btnSaveed;
  1265. private ComponentLibrary.LabelEx labelEx1;
  1266. protected internal ComponentLibrary.CheckBoxEx chkDateTime;
  1267. protected internal ComponentLibrary.CheckBoxEx chkPhotographerName;
  1268. protected internal ComponentLibrary.CheckBoxEx chkPhotographyAssistantName;
  1269. protected internal ComponentLibrary.CheckBoxEx chkMakeupArtistName;
  1270. protected internal ComponentLibrary.CheckBoxEx chkMakeupAssistantName;
  1271. protected internal ComponentLibrary.CheckBoxEx chkBootDivisionName;
  1272. protected internal ComponentLibrary.CheckBoxEx chkClothingName;
  1273. protected internal ComponentLibrary.CheckBoxEx chkFilmSelectionName;
  1274. protected internal ComponentLibrary.CheckBoxEx chkLookDesignName;
  1275. protected internal ComponentLibrary.CheckBoxEx chkPickupName;
  1276. protected internal ComponentLibrary.CheckBoxEx chkServiceName1;
  1277. protected internal ComponentLibrary.CheckBoxEx chkServiceName2;
  1278. protected internal ComponentLibrary.PanelEx panelBootDivisionAssistantName;
  1279. protected internal ComponentLibrary.ButtonForm btnBootDivisionAssistantName;
  1280. protected internal ComponentLibrary.TextBoxEx txtBootDivisionAssistantName;
  1281. protected internal ComponentLibrary.CheckBoxEx chkBootDivisionAssistantName;
  1282. }
  1283. }