KepanFormMain.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class KepanFormMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KepanFormMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  35. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  36. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  37. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  38. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  39. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnFilmSelectionOK = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnCDBurning = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnBurnerRecord = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.panelDressVersion = new System.Windows.Forms.FlowLayoutPanel();
  47. this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  48. this.panelKidsVersion = new System.Windows.Forms.FlowLayoutPanel();
  49. this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  50. this.panelPortraitVersion = new System.Windows.Forms.FlowLayoutPanel();
  51. this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  52. this.panelArrears = new System.Windows.Forms.FlowLayoutPanel();
  53. this.chkArrears = new LYFZ.ComponentLibrary.CheckBoxEx();
  54. this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  55. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  56. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  57. this.chkCompleteOrder = new LYFZ.ComponentLibrary.CheckBoxEx();
  58. this.plExMainContainer.SuspendLayout();
  59. this.plFormMainContent.SuspendLayout();
  60. this.panelEx1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  62. this.flowLayoutPanel1.SuspendLayout();
  63. this.panelStoreName.SuspendLayout();
  64. this.panelEx3.SuspendLayout();
  65. this.panelDressVersion.SuspendLayout();
  66. this.panelKidsVersion.SuspendLayout();
  67. this.panelPortraitVersion.SuspendLayout();
  68. this.panelArrears.SuspendLayout();
  69. this.panelEx2.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // plExMainContainer
  73. //
  74. this.plExMainContainer.AutoScroll = true;
  75. this.plExMainContainer.Controls.Add(this.panelEx1);
  76. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  77. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  78. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  79. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  80. //
  81. // btnAppFormMaximize
  82. //
  83. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  84. //
  85. // btnAppFormExit
  86. //
  87. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  88. //
  89. // btnAppFormMinimize
  90. //
  91. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  92. //
  93. // panelEx1
  94. //
  95. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  96. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  97. this.panelEx1.BorderWidth = 1;
  98. this.panelEx1.Controls.Add(this.dgvData);
  99. this.panelEx1.Controls.Add(this.ucPagerEx1);
  100. this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
  101. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  102. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  104. this.panelEx1.Name = "panelEx1";
  105. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  106. this.panelEx1.Size = new System.Drawing.Size(900, 495);
  107. this.panelEx1.TabIndex = 8;
  108. //
  109. // dgvData
  110. //
  111. this.dgvData.AllowUserToAddRows = false;
  112. this.dgvData.AllowUserToDeleteRows = false;
  113. this.dgvData.AllowUserToOrderColumns = true;
  114. this.dgvData.AllowUserToResizeRows = false;
  115. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  116. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  117. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  118. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  119. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  121. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  122. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  123. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  124. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  125. this.dgvData.dgvColumnHeadersHeight = 24;
  126. this.dgvData.dgvCurrentColumnOriginalSet = "";
  127. this.dgvData.dgvCurrentColumnWidth = "";
  128. this.dgvData.dgvCurrentHideColumn = null;
  129. this.dgvData.dgvFixedHideColumn = null;
  130. this.dgvData.dgvGuidName = null;
  131. this.dgvData.dgvUserEmployeeID = null;
  132. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.dgvData.EnableHeadersVisualStyles = false;
  134. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  135. this.dgvData.ImageHeight = 15;
  136. this.dgvData.ImageWidth = 15;
  137. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  138. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  139. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  140. this.dgvData.IsCompleteBonding = false;
  141. this.dgvData.IsCopyCellValue = true;
  142. this.dgvData.IsShowSerialNumber = false;
  143. this.dgvData.IsSortedRedraw = true;
  144. this.dgvData.IsSortMode = false;
  145. this.dgvData.Location = new System.Drawing.Point(3, 90);
  146. this.dgvData.Name = "dgvData";
  147. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  148. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  149. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  151. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  152. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  153. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  154. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  155. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  156. this.dgvData.RowHeadersWidth = 25;
  157. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  158. this.dgvData.RowTemplate.Height = 23;
  159. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  160. this.dgvData.Size = new System.Drawing.Size(894, 346);
  161. this.dgvData.StrSecondStageNull = "";
  162. this.dgvData.StrValueNullColumn = "";
  163. this.dgvData.TabIndex = 24;
  164. this.dgvData.ViceCount = 1;
  165. //
  166. // ucPagerEx1
  167. //
  168. this.ucPagerEx1.CurrentPageCount = 0;
  169. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  170. this.ucPagerEx1.Location = new System.Drawing.Point(3, 436);
  171. this.ucPagerEx1.Name = "ucPagerEx1";
  172. this.ucPagerEx1.NMax = 0;
  173. this.ucPagerEx1.PageCount = 0;
  174. this.ucPagerEx1.PageCurrent = 1;
  175. this.ucPagerEx1.PageSize = 20;
  176. this.ucPagerEx1.Size = new System.Drawing.Size(894, 30);
  177. this.ucPagerEx1.TabIndex = 33;
  178. this.ucPagerEx1.TbDataSource = null;
  179. //
  180. // dataGridViewStatisticsCount1
  181. //
  182. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  183. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  184. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 466);
  185. this.dataGridViewStatisticsCount1.LocationX = 1;
  186. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  187. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(894, 26);
  188. this.dataGridViewStatisticsCount1.StrUnit = "单";
  189. this.dataGridViewStatisticsCount1.TabIndex = 28;
  190. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  191. this.dataGridViewStatisticsCount1.Visible = false;
  192. //
  193. // flowLayoutPanel1
  194. //
  195. this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
  196. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  197. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  198. this.flowLayoutPanel1.Controls.Add(this.btnFilmSelectionOK);
  199. this.flowLayoutPanel1.Controls.Add(this.btnCDBurning);
  200. this.flowLayoutPanel1.Controls.Add(this.btnBurnerRecord);
  201. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  202. this.flowLayoutPanel1.Controls.Add(this.panelDressVersion);
  203. this.flowLayoutPanel1.Controls.Add(this.panelKidsVersion);
  204. this.flowLayoutPanel1.Controls.Add(this.panelPortraitVersion);
  205. this.flowLayoutPanel1.Controls.Add(this.panelArrears);
  206. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  207. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  208. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  209. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  210. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  211. this.flowLayoutPanel1.Size = new System.Drawing.Size(894, 87);
  212. this.flowLayoutPanel1.TabIndex = 27;
  213. //
  214. // panelStoreName
  215. //
  216. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  217. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  218. this.panelStoreName.BorderWidth = 1;
  219. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  220. this.panelStoreName.Location = new System.Drawing.Point(1, 4);
  221. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  222. this.panelStoreName.Name = "panelStoreName";
  223. this.panelStoreName.Size = new System.Drawing.Size(210, 28);
  224. this.panelStoreName.TabIndex = 211;
  225. //
  226. // cmbtreevStoreName
  227. //
  228. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  229. this.cmbtreevStoreName.DropDownHeight = 220;
  230. this.cmbtreevStoreName.DropDownShow = false;
  231. this.cmbtreevStoreName.FormattingEnabled = true;
  232. this.cmbtreevStoreName.IntegralHeight = false;
  233. this.cmbtreevStoreName.IsNodeMouseClick = true;
  234. this.cmbtreevStoreName.IsSelectParentNode = false;
  235. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4);
  236. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  237. this.cmbtreevStoreName.ReadOnly = true;
  238. this.cmbtreevStoreName.SelectedNode = null;
  239. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  240. this.cmbtreevStoreName.StrGetName = "";
  241. this.cmbtreevStoreName.StrGetTagName = "";
  242. this.cmbtreevStoreName.StrKey = null;
  243. this.cmbtreevStoreName.TabIndex = 274;
  244. //
  245. // panelEx3
  246. //
  247. this.panelEx3.BackColor = System.Drawing.Color.Transparent;
  248. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  249. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  250. this.panelEx3.BorderWidth = 1;
  251. this.panelEx3.Controls.Add(this.cmbQueryText);
  252. this.panelEx3.Location = new System.Drawing.Point(213, 4);
  253. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  254. this.panelEx3.Name = "panelEx3";
  255. this.panelEx3.Size = new System.Drawing.Size(180, 28);
  256. this.panelEx3.TabIndex = 25;
  257. //
  258. // cmbQueryText
  259. //
  260. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  261. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  262. this.cmbQueryText.Icon = null;
  263. this.cmbQueryText.IconIsButton = false;
  264. this.cmbQueryText.IsPasswordChat = '\0';
  265. this.cmbQueryText.IsSystemPasswordChar = false;
  266. this.cmbQueryText.Lines = new string[0];
  267. this.cmbQueryText.Location = new System.Drawing.Point(0, 0);
  268. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  269. this.cmbQueryText.MaxLength = 32767;
  270. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  271. this.cmbQueryText.MouseBack = null;
  272. this.cmbQueryText.Multiline = false;
  273. this.cmbQueryText.Name = "cmbQueryText";
  274. this.cmbQueryText.NormlBack = null;
  275. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  276. this.cmbQueryText.ReadOnly = false;
  277. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  278. this.cmbQueryText.Size = new System.Drawing.Size(175, 28);
  279. this.cmbQueryText.TabIndex = 10;
  280. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  281. this.toolTip1.SetToolTip(this.cmbQueryText, "可根据:订单号、客户姓名、客户电话、接单人 进行查询");
  282. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  283. this.cmbQueryText.WaterText = "订单号、客户姓名、客户电话";
  284. this.cmbQueryText.WordWrap = true;
  285. //
  286. // btnQuery
  287. //
  288. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  289. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  290. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  291. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  292. this.btnQuery.ForeColor = System.Drawing.Color.White;
  293. this.btnQuery.IsCustomBackImg = false;
  294. this.btnQuery.IsShowText = true;
  295. this.btnQuery.Location = new System.Drawing.Point(397, 4);
  296. this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  297. this.btnQuery.Name = "btnQuery";
  298. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  299. this.btnQuery.TabIndex = 2;
  300. this.btnQuery.Text = " 查 询";
  301. this.btnQuery.UseVisualStyleBackColor = false;
  302. //
  303. // btnFilmSelectionOK
  304. //
  305. this.btnFilmSelectionOK.BackColor = System.Drawing.Color.Transparent;
  306. this.btnFilmSelectionOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnFilmSelectionOK.BackImg")));
  307. this.btnFilmSelectionOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  308. this.btnFilmSelectionOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  309. this.btnFilmSelectionOK.ForeColor = System.Drawing.Color.White;
  310. this.btnFilmSelectionOK.IsCustomBackImg = false;
  311. this.btnFilmSelectionOK.IsShowText = true;
  312. this.btnFilmSelectionOK.Location = new System.Drawing.Point(488, 4);
  313. this.btnFilmSelectionOK.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  314. this.btnFilmSelectionOK.Name = "btnFilmSelectionOK";
  315. this.btnFilmSelectionOK.Size = new System.Drawing.Size(85, 28);
  316. this.btnFilmSelectionOK.TabIndex = 4;
  317. this.btnFilmSelectionOK.Text = " 选片OK";
  318. this.btnFilmSelectionOK.UseVisualStyleBackColor = false;
  319. //
  320. // btnCDBurning
  321. //
  322. this.btnCDBurning.BackColor = System.Drawing.Color.Transparent;
  323. this.btnCDBurning.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCDBurning.BackImg")));
  324. this.btnCDBurning.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  325. this.btnCDBurning.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  326. this.btnCDBurning.ForeColor = System.Drawing.Color.White;
  327. this.btnCDBurning.IsCustomBackImg = false;
  328. this.btnCDBurning.IsShowText = true;
  329. this.btnCDBurning.Location = new System.Drawing.Point(579, 4);
  330. this.btnCDBurning.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  331. this.btnCDBurning.Name = "btnCDBurning";
  332. this.btnCDBurning.Size = new System.Drawing.Size(85, 28);
  333. this.btnCDBurning.TabIndex = 6;
  334. this.btnCDBurning.Text = " 光盘刻录";
  335. this.btnCDBurning.UseVisualStyleBackColor = false;
  336. //
  337. // btnBurnerRecord
  338. //
  339. this.btnBurnerRecord.BackColor = System.Drawing.Color.Transparent;
  340. this.btnBurnerRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBurnerRecord.BackImg")));
  341. this.btnBurnerRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  342. this.btnBurnerRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  343. this.btnBurnerRecord.ForeColor = System.Drawing.Color.White;
  344. this.btnBurnerRecord.IsCustomBackImg = false;
  345. this.btnBurnerRecord.IsShowText = true;
  346. this.btnBurnerRecord.Location = new System.Drawing.Point(670, 4);
  347. this.btnBurnerRecord.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  348. this.btnBurnerRecord.Name = "btnBurnerRecord";
  349. this.btnBurnerRecord.Size = new System.Drawing.Size(85, 28);
  350. this.btnBurnerRecord.TabIndex = 7;
  351. this.btnBurnerRecord.Text = " 刻录记录";
  352. this.btnBurnerRecord.UseVisualStyleBackColor = false;
  353. //
  354. // btnClose
  355. //
  356. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  357. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  358. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  359. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  360. this.btnClose.ForeColor = System.Drawing.Color.White;
  361. this.btnClose.IsCustomBackImg = false;
  362. this.btnClose.IsShowText = true;
  363. this.btnClose.Location = new System.Drawing.Point(761, 4);
  364. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  365. this.btnClose.Name = "btnClose";
  366. this.btnClose.Size = new System.Drawing.Size(85, 28);
  367. this.btnClose.TabIndex = 8;
  368. this.btnClose.Text = " 关 闭";
  369. this.btnClose.UseVisualStyleBackColor = false;
  370. //
  371. // panelDressVersion
  372. //
  373. this.panelDressVersion.BackColor = System.Drawing.Color.Transparent;
  374. this.panelDressVersion.Controls.Add(this.chkDressVersion);
  375. this.panelDressVersion.Location = new System.Drawing.Point(1, 36);
  376. this.panelDressVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  377. this.panelDressVersion.Name = "panelDressVersion";
  378. this.panelDressVersion.Size = new System.Drawing.Size(60, 28);
  379. this.panelDressVersion.TabIndex = 28;
  380. //
  381. // chkDressVersion
  382. //
  383. this.chkDressVersion.AutoSize = true;
  384. this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;
  385. this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  386. this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  387. this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  388. this.chkDressVersion.Fourstates = false;
  389. this.chkDressVersion.IsGreenTick = false;
  390. this.chkDressVersion.Location = new System.Drawing.Point(3, 3);
  391. this.chkDressVersion.Name = "chkDressVersion";
  392. this.chkDressVersion.Size = new System.Drawing.Size(51, 21);
  393. this.chkDressVersion.TabIndex = 12;
  394. this.chkDressVersion.Text = "婚纱";
  395. this.chkDressVersion.UseVisualStyleBackColor = false;
  396. //
  397. // panelKidsVersion
  398. //
  399. this.panelKidsVersion.BackColor = System.Drawing.Color.Transparent;
  400. this.panelKidsVersion.Controls.Add(this.chkKidsVersion);
  401. this.panelKidsVersion.Location = new System.Drawing.Point(63, 36);
  402. this.panelKidsVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  403. this.panelKidsVersion.Name = "panelKidsVersion";
  404. this.panelKidsVersion.Size = new System.Drawing.Size(60, 28);
  405. this.panelKidsVersion.TabIndex = 29;
  406. //
  407. // chkKidsVersion
  408. //
  409. this.chkKidsVersion.AutoSize = true;
  410. this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;
  411. this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  412. this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  413. this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  414. this.chkKidsVersion.Fourstates = false;
  415. this.chkKidsVersion.IsGreenTick = false;
  416. this.chkKidsVersion.Location = new System.Drawing.Point(3, 3);
  417. this.chkKidsVersion.Name = "chkKidsVersion";
  418. this.chkKidsVersion.Size = new System.Drawing.Size(51, 21);
  419. this.chkKidsVersion.TabIndex = 13;
  420. this.chkKidsVersion.Text = "儿童";
  421. this.chkKidsVersion.UseVisualStyleBackColor = false;
  422. //
  423. // panelPortraitVersion
  424. //
  425. this.panelPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  426. this.panelPortraitVersion.Controls.Add(this.chkPortraitVersion);
  427. this.panelPortraitVersion.Location = new System.Drawing.Point(125, 36);
  428. this.panelPortraitVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  429. this.panelPortraitVersion.Name = "panelPortraitVersion";
  430. this.panelPortraitVersion.Size = new System.Drawing.Size(60, 28);
  431. this.panelPortraitVersion.TabIndex = 30;
  432. //
  433. // chkPortraitVersion
  434. //
  435. this.chkPortraitVersion.AutoSize = true;
  436. this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  437. this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  438. this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  439. this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  440. this.chkPortraitVersion.Fourstates = false;
  441. this.chkPortraitVersion.IsGreenTick = false;
  442. this.chkPortraitVersion.Location = new System.Drawing.Point(3, 3);
  443. this.chkPortraitVersion.Name = "chkPortraitVersion";
  444. this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21);
  445. this.chkPortraitVersion.TabIndex = 22;
  446. this.chkPortraitVersion.Text = "写真";
  447. this.chkPortraitVersion.UseVisualStyleBackColor = false;
  448. //
  449. // panelArrears
  450. //
  451. this.panelArrears.BackColor = System.Drawing.Color.Transparent;
  452. this.panelArrears.Controls.Add(this.chkArrears);
  453. this.panelArrears.Location = new System.Drawing.Point(187, 36);
  454. this.panelArrears.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  455. this.panelArrears.Name = "panelArrears";
  456. this.panelArrears.Size = new System.Drawing.Size(60, 28);
  457. this.panelArrears.TabIndex = 31;
  458. //
  459. // chkArrears
  460. //
  461. this.chkArrears.AutoSize = true;
  462. this.chkArrears.BackColor = System.Drawing.Color.Transparent;
  463. this.chkArrears.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  464. this.chkArrears.Font = new System.Drawing.Font("微软雅黑", 9F);
  465. this.chkArrears.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  466. this.chkArrears.Fourstates = false;
  467. this.chkArrears.IsGreenTick = false;
  468. this.chkArrears.Location = new System.Drawing.Point(3, 3);
  469. this.chkArrears.Name = "chkArrears";
  470. this.chkArrears.Size = new System.Drawing.Size(51, 21);
  471. this.chkArrears.TabIndex = 8;
  472. this.chkArrears.Text = "欠款";
  473. this.chkArrears.UseVisualStyleBackColor = false;
  474. //
  475. // cntmenu
  476. //
  477. this.cntmenu.Name = "cntmenu";
  478. this.cntmenu.Size = new System.Drawing.Size(61, 4);
  479. //
  480. // panelEx2
  481. //
  482. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  483. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  484. this.panelEx2.BorderWidth = 1;
  485. this.panelEx2.Controls.Add(this.chkCompleteOrder);
  486. this.panelEx2.Location = new System.Drawing.Point(249, 36);
  487. this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  488. this.panelEx2.Name = "panelEx2";
  489. this.panelEx2.Size = new System.Drawing.Size(97, 28);
  490. this.panelEx2.TabIndex = 216;
  491. //
  492. // chkCompleteOrder
  493. //
  494. this.chkCompleteOrder.AutoSize = true;
  495. this.chkCompleteOrder.BackColor = System.Drawing.Color.Transparent;
  496. this.chkCompleteOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  497. this.chkCompleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F);
  498. this.chkCompleteOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  499. this.chkCompleteOrder.Fourstates = false;
  500. this.chkCompleteOrder.IsGreenTick = false;
  501. this.chkCompleteOrder.Location = new System.Drawing.Point(3, 3);
  502. this.chkCompleteOrder.Name = "chkCompleteOrder";
  503. this.chkCompleteOrder.Size = new System.Drawing.Size(87, 21);
  504. this.chkCompleteOrder.TabIndex = 22;
  505. this.chkCompleteOrder.Text = "已完成订单";
  506. this.chkCompleteOrder.UseVisualStyleBackColor = false;
  507. //
  508. // KepanFormMain
  509. //
  510. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  511. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  512. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  513. this.ClientSize = new System.Drawing.Size(910, 610);
  514. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  515. this.IsShowUcNavigationTool = true;
  516. this.Name = "KepanFormMain";
  517. this.Text = "刻盘";
  518. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  519. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  520. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  521. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  522. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  523. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  524. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  525. this.plExMainContainer.ResumeLayout(false);
  526. this.plFormMainContent.ResumeLayout(false);
  527. this.panelEx1.ResumeLayout(false);
  528. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  529. this.flowLayoutPanel1.ResumeLayout(false);
  530. this.panelStoreName.ResumeLayout(false);
  531. this.panelEx3.ResumeLayout(false);
  532. this.panelDressVersion.ResumeLayout(false);
  533. this.panelDressVersion.PerformLayout();
  534. this.panelKidsVersion.ResumeLayout(false);
  535. this.panelKidsVersion.PerformLayout();
  536. this.panelPortraitVersion.ResumeLayout(false);
  537. this.panelPortraitVersion.PerformLayout();
  538. this.panelArrears.ResumeLayout(false);
  539. this.panelArrears.PerformLayout();
  540. this.panelEx2.ResumeLayout(false);
  541. this.panelEx2.PerformLayout();
  542. this.ResumeLayout(false);
  543. }
  544. #endregion
  545. protected ComponentLibrary.PanelEx panelEx1;
  546. protected ComponentLibrary.TextBoxEx cmbQueryText;
  547. private ComponentLibrary.ContextMenuStripEx cntmenu;
  548. private System.Windows.Forms.ToolTip toolTip1;
  549. private ComponentLibrary.PanelEx panelEx3;
  550. protected ComponentLibrary.CheckBoxEx chkDressVersion;
  551. protected ComponentLibrary.CheckBoxEx chkKidsVersion;
  552. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  553. protected internal ComponentLibrary.CheckBoxEx chkArrears;
  554. protected ComponentLibrary.CheckBoxEx chkPortraitVersion;
  555. protected internal System.Windows.Forms.FlowLayoutPanel panelKidsVersion;
  556. protected internal System.Windows.Forms.FlowLayoutPanel panelPortraitVersion;
  557. protected internal System.Windows.Forms.FlowLayoutPanel panelArrears;
  558. protected internal System.Windows.Forms.FlowLayoutPanel panelDressVersion;
  559. protected internal ComponentLibrary.PanelEx panelStoreName;
  560. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  561. protected internal ComponentLibrary.ButtonEx btnQuery;
  562. protected internal ComponentLibrary.ButtonEx btnFilmSelectionOK;
  563. protected internal ComponentLibrary.ButtonEx btnBurnerRecord;
  564. protected internal ComponentLibrary.ButtonEx btnCDBurning;
  565. protected internal ComponentLibrary.ButtonEx btnClose;
  566. protected internal ComponentLibrary.DataGridViewEc dgvData;
  567. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  568. protected UCPager.ucPagerEx ucPagerEx1;
  569. protected internal ComponentLibrary.PanelEx panelEx2;
  570. protected ComponentLibrary.CheckBoxEx chkCompleteOrder;
  571. }
  572. }