FrmResponsiblePersonDetails.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmResponsiblePersonDetails
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmResponsiblePersonDetails));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.dgvDetail = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.订单号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.客户姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.客户性别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.客户电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.订单类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.摄影师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.摄影师助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.化妆师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.化妆师助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.引导师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.引导师助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.重拍责任人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.责任描述 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.cbxPhotograph = new LYFZ.ComponentLibrary.CheckBoxEx();
  51. this.cbxPhotographAssist = new LYFZ.ComponentLibrary.CheckBoxEx();
  52. this.cbxMakeup = new LYFZ.ComponentLibrary.CheckBoxEx();
  53. this.cbxMakeupAssist = new LYFZ.ComponentLibrary.CheckBoxEx();
  54. this.cbxBoot = new LYFZ.ComponentLibrary.CheckBoxEx();
  55. this.cbxBootAssist = new LYFZ.ComponentLibrary.CheckBoxEx();
  56. this.lab_dutyName = new LYFZ.ComponentLibrary.LabelEx();
  57. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.plExMainContainer.SuspendLayout();
  59. this.plFormMainContent.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  61. this.panelEx1.SuspendLayout();
  62. this.panelEx2.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.dgvDetail);
  68. this.plExMainContainer.Controls.Add(this.panelEx1);
  69. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  70. this.plExMainContainer.Size = new System.Drawing.Size(919, 635);
  71. //
  72. // plFormMainContent
  73. //
  74. this.plFormMainContent.Size = new System.Drawing.Size(919, 635);
  75. //
  76. // btnAppFormMaximize
  77. //
  78. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  79. this.btnAppFormMaximize.Location = new System.Drawing.Point(860, 0);
  80. //
  81. // btnAppFormExit
  82. //
  83. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  84. this.btnAppFormExit.Location = new System.Drawing.Point(887, 0);
  85. //
  86. // btnAppFormMinimize
  87. //
  88. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  89. this.btnAppFormMinimize.Location = new System.Drawing.Point(833, 0);
  90. //
  91. // dgvDetail
  92. //
  93. this.dgvDetail.AllowUserToAddRows = false;
  94. this.dgvDetail.AllowUserToDeleteRows = false;
  95. this.dgvDetail.AllowUserToResizeRows = false;
  96. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  97. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  98. this.dgvDetail.BackgroundColor = System.Drawing.Color.White;
  99. this.dgvDetail.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  100. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  101. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  102. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  103. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  105. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  106. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  107. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  108. this.dgvDetail.ColumnHeadersHeight = 24;
  109. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  110. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  111. this.订单号,
  112. this.客户姓名,
  113. this.客户性别,
  114. this.客户电话,
  115. this.订单类型,
  116. this.摄影师,
  117. this.摄影师助理,
  118. this.化妆师,
  119. this.化妆师助理,
  120. this.引导师,
  121. this.引导师助理,
  122. this.重拍责任人,
  123. this.责任描述});
  124. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  125. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  126. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  128. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  129. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  130. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  131. this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle4;
  132. this.dgvDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.dgvDetail.EnableHeadersVisualStyles = false;
  134. this.dgvDetail.EraseCell = false;
  135. this.dgvDetail.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  136. this.dgvDetail.GridViewUniquelyIdentify = "_panelEx2_dgvStatistics_dgvStatistics_dgvStatistics_dgvStatistics_dgvStatistics_d" +
  137. "gvStatistics_dgvStatistics_dgvStatistics_dgvDetail_dgvDetail";
  138. this.dgvDetail.IsCompleteBonding = false;
  139. this.dgvDetail.IsCopyCellValue = true;
  140. this.dgvDetail.Location = new System.Drawing.Point(5, 48);
  141. this.dgvDetail.Margin = new System.Windows.Forms.Padding(0);
  142. this.dgvDetail.Name = "dgvDetail";
  143. this.dgvDetail.ReadOnly = true;
  144. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  145. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  146. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  148. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  149. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  150. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  151. this.dgvDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
  152. this.dgvDetail.RowHeadersVisible = false;
  153. this.dgvDetail.RowTemplate.Height = 23;
  154. this.dgvDetail.RowTemplate.ReadOnly = true;
  155. this.dgvDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  156. this.dgvDetail.Size = new System.Drawing.Size(909, 582);
  157. this.dgvDetail.TabIndex = 199;
  158. //
  159. // 订单号
  160. //
  161. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  162. this.订单号.DefaultCellStyle = dataGridViewCellStyle3;
  163. this.订单号.FillWeight = 1.433349F;
  164. this.订单号.HeaderText = "订单号";
  165. this.订单号.Name = "订单号";
  166. this.订单号.ReadOnly = true;
  167. //
  168. // 客户姓名
  169. //
  170. this.客户姓名.FillWeight = 2.815883F;
  171. this.客户姓名.HeaderText = "客户姓名";
  172. this.客户姓名.Name = "客户姓名";
  173. this.客户姓名.ReadOnly = true;
  174. this.客户姓名.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  175. //
  176. // 客户性别
  177. //
  178. this.客户性别.FillWeight = 5.652044F;
  179. this.客户性别.HeaderText = "客户性别";
  180. this.客户性别.Name = "客户性别";
  181. this.客户性别.ReadOnly = true;
  182. this.客户性别.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  183. //
  184. // 客户电话
  185. //
  186. this.客户电话.FillWeight = 11.42549F;
  187. this.客户电话.HeaderText = "客户电话";
  188. this.客户电话.Name = "客户电话";
  189. this.客户电话.ReadOnly = true;
  190. this.客户电话.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  191. //
  192. // 订单类型
  193. //
  194. this.订单类型.FillWeight = 23.16447F;
  195. this.订单类型.HeaderText = "订单类型";
  196. this.订单类型.Name = "订单类型";
  197. this.订单类型.ReadOnly = true;
  198. this.订单类型.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  199. //
  200. // 摄影师
  201. //
  202. this.摄影师.HeaderText = "摄影师";
  203. this.摄影师.Name = "摄影师";
  204. this.摄影师.ReadOnly = true;
  205. this.摄影师.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  206. //
  207. // 摄影师助理
  208. //
  209. this.摄影师助理.HeaderText = "摄影师助理";
  210. this.摄影师助理.Name = "摄影师助理";
  211. this.摄影师助理.ReadOnly = true;
  212. //
  213. // 化妆师
  214. //
  215. this.化妆师.HeaderText = "化妆师";
  216. this.化妆师.Name = "化妆师";
  217. this.化妆师.ReadOnly = true;
  218. //
  219. // 化妆师助理
  220. //
  221. this.化妆师助理.HeaderText = "化妆师助理";
  222. this.化妆师助理.Name = "化妆师助理";
  223. this.化妆师助理.ReadOnly = true;
  224. //
  225. // 引导师
  226. //
  227. this.引导师.HeaderText = "引导师";
  228. this.引导师.Name = "引导师";
  229. this.引导师.ReadOnly = true;
  230. //
  231. // 引导师助理
  232. //
  233. this.引导师助理.HeaderText = "引导师助理";
  234. this.引导师助理.Name = "引导师助理";
  235. this.引导师助理.ReadOnly = true;
  236. //
  237. // 重拍责任人
  238. //
  239. this.重拍责任人.HeaderText = "重拍责任人";
  240. this.重拍责任人.Name = "重拍责任人";
  241. this.重拍责任人.ReadOnly = true;
  242. //
  243. // 责任描述
  244. //
  245. this.责任描述.HeaderText = "责任描述";
  246. this.责任描述.Name = "责任描述";
  247. this.责任描述.ReadOnly = true;
  248. //
  249. // panelEx1
  250. //
  251. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  252. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  253. this.panelEx1.BorderWidth = 1;
  254. this.panelEx1.Controls.Add(this.panelEx2);
  255. this.panelEx1.Controls.Add(this.lab_dutyName);
  256. this.panelEx1.Controls.Add(this.labelEx1);
  257. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  258. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  259. this.panelEx1.Name = "panelEx1";
  260. this.panelEx1.Size = new System.Drawing.Size(909, 43);
  261. this.panelEx1.TabIndex = 200;
  262. //
  263. // panelEx2
  264. //
  265. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  266. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  267. this.panelEx2.BorderWidth = 1;
  268. this.panelEx2.Controls.Add(this.cbxPhotograph);
  269. this.panelEx2.Controls.Add(this.cbxPhotographAssist);
  270. this.panelEx2.Controls.Add(this.cbxMakeup);
  271. this.panelEx2.Controls.Add(this.cbxMakeupAssist);
  272. this.panelEx2.Controls.Add(this.cbxBoot);
  273. this.panelEx2.Controls.Add(this.cbxBootAssist);
  274. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
  275. this.panelEx2.Location = new System.Drawing.Point(271, 0);
  276. this.panelEx2.Name = "panelEx2";
  277. this.panelEx2.Size = new System.Drawing.Size(638, 43);
  278. this.panelEx2.TabIndex = 1;
  279. //
  280. // cbxPhotograph
  281. //
  282. this.cbxPhotograph.AutoSize = true;
  283. this.cbxPhotograph.BackColor = System.Drawing.Color.Transparent;
  284. this.cbxPhotograph.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  285. this.cbxPhotograph.Dock = System.Windows.Forms.DockStyle.Right;
  286. this.cbxPhotograph.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  287. this.cbxPhotograph.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  288. this.cbxPhotograph.Fourstates = false;
  289. this.cbxPhotograph.IsGreenTick = false;
  290. this.cbxPhotograph.Location = new System.Drawing.Point(188, 0);
  291. this.cbxPhotograph.Name = "cbxPhotograph";
  292. this.cbxPhotograph.Size = new System.Drawing.Size(63, 43);
  293. this.cbxPhotograph.TabIndex = 3;
  294. this.cbxPhotograph.Text = "摄影师";
  295. this.cbxPhotograph.UseVisualStyleBackColor = false;
  296. //
  297. // cbxPhotographAssist
  298. //
  299. this.cbxPhotographAssist.AutoSize = true;
  300. this.cbxPhotographAssist.BackColor = System.Drawing.Color.Transparent;
  301. this.cbxPhotographAssist.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  302. this.cbxPhotographAssist.Dock = System.Windows.Forms.DockStyle.Right;
  303. this.cbxPhotographAssist.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  304. this.cbxPhotographAssist.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  305. this.cbxPhotographAssist.Fourstates = false;
  306. this.cbxPhotographAssist.IsGreenTick = false;
  307. this.cbxPhotographAssist.Location = new System.Drawing.Point(251, 0);
  308. this.cbxPhotographAssist.Name = "cbxPhotographAssist";
  309. this.cbxPhotographAssist.Size = new System.Drawing.Size(87, 43);
  310. this.cbxPhotographAssist.TabIndex = 4;
  311. this.cbxPhotographAssist.Text = "摄影师助理";
  312. this.cbxPhotographAssist.UseVisualStyleBackColor = false;
  313. //
  314. // cbxMakeup
  315. //
  316. this.cbxMakeup.AutoSize = true;
  317. this.cbxMakeup.BackColor = System.Drawing.Color.Transparent;
  318. this.cbxMakeup.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  319. this.cbxMakeup.Dock = System.Windows.Forms.DockStyle.Right;
  320. this.cbxMakeup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  321. this.cbxMakeup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  322. this.cbxMakeup.Fourstates = false;
  323. this.cbxMakeup.IsGreenTick = false;
  324. this.cbxMakeup.Location = new System.Drawing.Point(338, 0);
  325. this.cbxMakeup.Name = "cbxMakeup";
  326. this.cbxMakeup.Size = new System.Drawing.Size(63, 43);
  327. this.cbxMakeup.TabIndex = 1;
  328. this.cbxMakeup.Text = "化妆师";
  329. this.cbxMakeup.UseVisualStyleBackColor = false;
  330. //
  331. // cbxMakeupAssist
  332. //
  333. this.cbxMakeupAssist.AutoSize = true;
  334. this.cbxMakeupAssist.BackColor = System.Drawing.Color.Transparent;
  335. this.cbxMakeupAssist.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  336. this.cbxMakeupAssist.Dock = System.Windows.Forms.DockStyle.Right;
  337. this.cbxMakeupAssist.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  338. this.cbxMakeupAssist.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  339. this.cbxMakeupAssist.Fourstates = false;
  340. this.cbxMakeupAssist.IsGreenTick = false;
  341. this.cbxMakeupAssist.Location = new System.Drawing.Point(401, 0);
  342. this.cbxMakeupAssist.Name = "cbxMakeupAssist";
  343. this.cbxMakeupAssist.Size = new System.Drawing.Size(87, 43);
  344. this.cbxMakeupAssist.TabIndex = 2;
  345. this.cbxMakeupAssist.Text = "化妆师助理";
  346. this.cbxMakeupAssist.UseVisualStyleBackColor = false;
  347. //
  348. // cbxBoot
  349. //
  350. this.cbxBoot.AutoSize = true;
  351. this.cbxBoot.BackColor = System.Drawing.Color.Transparent;
  352. this.cbxBoot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  353. this.cbxBoot.Dock = System.Windows.Forms.DockStyle.Right;
  354. this.cbxBoot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  355. this.cbxBoot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  356. this.cbxBoot.Fourstates = false;
  357. this.cbxBoot.IsGreenTick = false;
  358. this.cbxBoot.Location = new System.Drawing.Point(488, 0);
  359. this.cbxBoot.Name = "cbxBoot";
  360. this.cbxBoot.Size = new System.Drawing.Size(63, 43);
  361. this.cbxBoot.TabIndex = 0;
  362. this.cbxBoot.Text = "引导师";
  363. this.cbxBoot.UseVisualStyleBackColor = false;
  364. //
  365. // cbxBootAssist
  366. //
  367. this.cbxBootAssist.AutoSize = true;
  368. this.cbxBootAssist.BackColor = System.Drawing.Color.Transparent;
  369. this.cbxBootAssist.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  370. this.cbxBootAssist.Dock = System.Windows.Forms.DockStyle.Right;
  371. this.cbxBootAssist.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  372. this.cbxBootAssist.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  373. this.cbxBootAssist.Fourstates = false;
  374. this.cbxBootAssist.IsGreenTick = false;
  375. this.cbxBootAssist.Location = new System.Drawing.Point(551, 0);
  376. this.cbxBootAssist.Name = "cbxBootAssist";
  377. this.cbxBootAssist.Size = new System.Drawing.Size(87, 43);
  378. this.cbxBootAssist.TabIndex = 0;
  379. this.cbxBootAssist.Text = "引导师助理";
  380. this.cbxBootAssist.UseVisualStyleBackColor = false;
  381. //
  382. // lab_dutyName
  383. //
  384. this.lab_dutyName.Dock = System.Windows.Forms.DockStyle.Left;
  385. this.lab_dutyName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  386. this.lab_dutyName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  387. this.lab_dutyName.Location = new System.Drawing.Point(68, 0);
  388. this.lab_dutyName.Name = "lab_dutyName";
  389. this.lab_dutyName.Size = new System.Drawing.Size(63, 43);
  390. this.lab_dutyName.TabIndex = 0;
  391. this.lab_dutyName.Text = "人员名";
  392. this.lab_dutyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  393. //
  394. // labelEx1
  395. //
  396. this.labelEx1.Dock = System.Windows.Forms.DockStyle.Left;
  397. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  398. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  399. this.labelEx1.Location = new System.Drawing.Point(0, 0);
  400. this.labelEx1.Name = "labelEx1";
  401. this.labelEx1.Padding = new System.Windows.Forms.Padding(5);
  402. this.labelEx1.Size = new System.Drawing.Size(68, 43);
  403. this.labelEx1.TabIndex = 0;
  404. this.labelEx1.Text = "责任人:";
  405. this.labelEx1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  406. //
  407. // FrmResponsiblePersonDetails
  408. //
  409. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  410. this.ClientSize = new System.Drawing.Size(919, 700);
  411. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  412. this.Name = "FrmResponsiblePersonDetails";
  413. this.Text = "重拍责任人详情";
  414. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  415. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  416. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  417. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  418. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  419. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  420. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  421. this.plExMainContainer.ResumeLayout(false);
  422. this.plFormMainContent.ResumeLayout(false);
  423. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  424. this.panelEx1.ResumeLayout(false);
  425. this.panelEx2.ResumeLayout(false);
  426. this.panelEx2.PerformLayout();
  427. this.ResumeLayout(false);
  428. }
  429. #endregion
  430. public ComponentLibrary.DataGridViewEx dgvDetail;
  431. private System.Windows.Forms.DataGridViewTextBoxColumn 订单号;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn 客户姓名;
  433. private System.Windows.Forms.DataGridViewTextBoxColumn 客户性别;
  434. private System.Windows.Forms.DataGridViewTextBoxColumn 客户电话;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn 订单类型;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn 摄影师;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn 摄影师助理;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn 化妆师;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn 化妆师助理;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn 引导师;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn 引导师助理;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn 重拍责任人;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn 责任描述;
  444. private ComponentLibrary.PanelEx panelEx1;
  445. private ComponentLibrary.LabelEx labelEx1;
  446. private ComponentLibrary.PanelEx panelEx2;
  447. public ComponentLibrary.CheckBoxEx cbxPhotograph;
  448. public ComponentLibrary.CheckBoxEx cbxPhotographAssist;
  449. public ComponentLibrary.CheckBoxEx cbxMakeup;
  450. public ComponentLibrary.CheckBoxEx cbxMakeupAssist;
  451. public ComponentLibrary.CheckBoxEx cbxBoot;
  452. public ComponentLibrary.CheckBoxEx cbxBootAssist;
  453. public ComponentLibrary.LabelEx lab_dutyName;
  454. }
  455. }