TakePiecesReservationSmallForm.Designer.cs 50 KB

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