FrmPackagesGoodsSet.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941
  1. namespace LYFZ.Software.UI.InitialSet
  2. {
  3. partial class FrmPackagesGoodsSet
  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(FrmPackagesGoodsSet));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.btnProductSet = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.lblPakIntoTheArchive = new LYFZ.ComponentLibrary.LabelEx();
  39. this.lblPakUnitPrice = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.lblCBJ = new LYFZ.ComponentLibrary.LabelEx();
  43. this.lblMJ = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.CtvPak_Name = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  46. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.btnSave1 = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.splitContainerEx1 = new LYFZ.ComponentLibrary.SplitContainerEx();
  50. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  51. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Pgm_ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Pgm_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Pgm_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Prod_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Prod_SalesPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.btnToolbox1 = new LYFZ.ComponentLibrary.ButtonForm();
  58. this.btnDelete1 = new LYFZ.ComponentLibrary.ButtonForm();
  59. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.splitContainerEx2 = new LYFZ.ComponentLibrary.SplitContainerEx();
  61. this.btnDelete2 = new LYFZ.ComponentLibrary.ButtonForm();
  62. this.btnToolbox2 = new LYFZ.ComponentLibrary.ButtonForm();
  63. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  64. this.ID2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Pgm_ProductNumber2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Pgm_ProductName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.Pgm_Quantity2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Prod_CostPrice2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.Prod_SalesPrice2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.btnUp = new LYFZ.ComponentLibrary.ButtonForm();
  72. this.btnDown = new LYFZ.ComponentLibrary.ButtonForm();
  73. this.btnDelete3 = new LYFZ.ComponentLibrary.ButtonForm();
  74. this.btnToolbox3 = new LYFZ.ComponentLibrary.ButtonForm();
  75. this.tab = new LYFZ.ComponentLibrary.TabControlEx();
  76. this.tabPage1 = new System.Windows.Forms.TabPage();
  77. this.dgv3 = new LYFZ.ComponentLibrary.DataGridViewEx();
  78. this.ID3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Pgm_ProductNumber3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.Pgm_ProductName3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Pgm_Quantity3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.Prod_CostPrice3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.Prod_SalesPrice3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.tabPage2 = new System.Windows.Forms.TabPage();
  85. this.dgv4 = new LYFZ.ComponentLibrary.DataGridViewEx();
  86. this.ID4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.Pgm_ProductNumber4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.Pgm_ProductName4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.Pgm_Quantity4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.plExMainContainer.SuspendLayout();
  91. this.plFormMainContent.SuspendLayout();
  92. this.panelEx2.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.splitContainerEx1)).BeginInit();
  94. this.splitContainerEx1.Panel1.SuspendLayout();
  95. this.splitContainerEx1.Panel2.SuspendLayout();
  96. this.splitContainerEx1.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.splitContainerEx2)).BeginInit();
  99. this.splitContainerEx2.Panel1.SuspendLayout();
  100. this.splitContainerEx2.Panel2.SuspendLayout();
  101. this.splitContainerEx2.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  103. this.tab.SuspendLayout();
  104. this.tabPage1.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.dgv3)).BeginInit();
  106. this.tabPage2.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.dgv4)).BeginInit();
  108. this.SuspendLayout();
  109. //
  110. // plExMainContainer
  111. //
  112. this.plExMainContainer.AutoScroll = true;
  113. this.plExMainContainer.Controls.Add(this.panelEx2);
  114. this.plExMainContainer.Size = new System.Drawing.Size(970, 545);
  115. //
  116. // plFormMainContent
  117. //
  118. this.plFormMainContent.Size = new System.Drawing.Size(970, 545);
  119. //
  120. // btnAppFormMaximize
  121. //
  122. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  123. this.btnAppFormMaximize.Location = new System.Drawing.Point(911, 0);
  124. //
  125. // btnAppFormExit
  126. //
  127. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  128. this.btnAppFormExit.Location = new System.Drawing.Point(938, 0);
  129. //
  130. // btnAppFormMinimize
  131. //
  132. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  133. this.btnAppFormMinimize.Location = new System.Drawing.Point(884, 0);
  134. //
  135. // btnProductSet
  136. //
  137. this.btnProductSet.BackColor = System.Drawing.Color.Transparent;
  138. this.btnProductSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnProductSet.BackImg")));
  139. this.btnProductSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  140. this.btnProductSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  141. this.btnProductSet.ForeColor = System.Drawing.Color.White;
  142. this.btnProductSet.IsCustomBackImg = false;
  143. this.btnProductSet.IsShowText = true;
  144. this.btnProductSet.Location = new System.Drawing.Point(266, 11);
  145. this.btnProductSet.Name = "btnProductSet";
  146. this.btnProductSet.Size = new System.Drawing.Size(50, 23);
  147. this.btnProductSet.TabIndex = 41;
  148. this.btnProductSet.Text = " 设置";
  149. this.btnProductSet.UseVisualStyleBackColor = false;
  150. //
  151. // lblPakIntoTheArchive
  152. //
  153. this.lblPakIntoTheArchive.AutoSize = true;
  154. this.lblPakIntoTheArchive.BackColor = System.Drawing.Color.Transparent;
  155. this.lblPakIntoTheArchive.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  156. this.lblPakIntoTheArchive.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  157. this.lblPakIntoTheArchive.Location = new System.Drawing.Point(454, 15);
  158. this.lblPakIntoTheArchive.Name = "lblPakIntoTheArchive";
  159. this.lblPakIntoTheArchive.Size = new System.Drawing.Size(87, 17);
  160. this.lblPakIntoTheArchive.TabIndex = 15;
  161. this.lblPakIntoTheArchive.Text = "赠送张数:0/0";
  162. //
  163. // lblPakUnitPrice
  164. //
  165. this.lblPakUnitPrice.AutoSize = true;
  166. this.lblPakUnitPrice.BackColor = System.Drawing.Color.Transparent;
  167. this.lblPakUnitPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  168. this.lblPakUnitPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  169. this.lblPakUnitPrice.Location = new System.Drawing.Point(330, 14);
  170. this.lblPakUnitPrice.Name = "lblPakUnitPrice";
  171. this.lblPakUnitPrice.Size = new System.Drawing.Size(75, 17);
  172. this.lblPakUnitPrice.TabIndex = 13;
  173. this.lblPakUnitPrice.Text = "套系价格:0";
  174. //
  175. // labelEx1
  176. //
  177. this.labelEx1.AutoSize = true;
  178. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  179. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  180. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  181. this.labelEx1.Location = new System.Drawing.Point(8, 13);
  182. this.labelEx1.Name = "labelEx1";
  183. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  184. this.labelEx1.TabIndex = 9;
  185. this.labelEx1.Text = "套系名称:";
  186. //
  187. // labelEx5
  188. //
  189. this.labelEx5.AutoSize = true;
  190. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  191. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  192. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  193. this.labelEx5.Location = new System.Drawing.Point(562, 15);
  194. this.labelEx5.Name = "labelEx5";
  195. this.labelEx5.Size = new System.Drawing.Size(80, 17);
  196. this.labelEx5.TabIndex = 13;
  197. this.labelEx5.Text = "商品成本价:";
  198. //
  199. // lblCBJ
  200. //
  201. this.lblCBJ.AutoSize = true;
  202. this.lblCBJ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  203. this.lblCBJ.ForeColor = System.Drawing.Color.Red;
  204. this.lblCBJ.Location = new System.Drawing.Point(642, 15);
  205. this.lblCBJ.Name = "lblCBJ";
  206. this.lblCBJ.Size = new System.Drawing.Size(15, 17);
  207. this.lblCBJ.TabIndex = 14;
  208. this.lblCBJ.Text = "0";
  209. //
  210. // lblMJ
  211. //
  212. this.lblMJ.AutoSize = true;
  213. this.lblMJ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  214. this.lblMJ.ForeColor = System.Drawing.Color.Red;
  215. this.lblMJ.Location = new System.Drawing.Point(781, 15);
  216. this.lblMJ.Name = "lblMJ";
  217. this.lblMJ.Size = new System.Drawing.Size(15, 17);
  218. this.lblMJ.TabIndex = 16;
  219. this.lblMJ.Text = "0";
  220. //
  221. // labelEx7
  222. //
  223. this.labelEx7.AutoSize = true;
  224. this.labelEx7.BackColor = System.Drawing.Color.Transparent;
  225. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  226. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  227. this.labelEx7.Location = new System.Drawing.Point(713, 15);
  228. this.labelEx7.Name = "labelEx7";
  229. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  230. this.labelEx7.TabIndex = 15;
  231. this.labelEx7.Text = "商品卖价:";
  232. //
  233. // CtvPak_Name
  234. //
  235. this.CtvPak_Name.AfterSelectLevelFirstNode = false;
  236. this.CtvPak_Name.DropDownHeight = 220;
  237. this.CtvPak_Name.DropDownShow = false;
  238. this.CtvPak_Name.FormattingEnabled = true;
  239. this.CtvPak_Name.IntegralHeight = false;
  240. this.CtvPak_Name.IsNodeMouseClick = true;
  241. this.CtvPak_Name.IsSelectParentNode = false;
  242. this.CtvPak_Name.Location = new System.Drawing.Point(80, 12);
  243. this.CtvPak_Name.Name = "CtvPak_Name";
  244. this.CtvPak_Name.ReadOnly = true;
  245. this.CtvPak_Name.SelectedNode = null;
  246. this.CtvPak_Name.Size = new System.Drawing.Size(180, 20);
  247. this.CtvPak_Name.StrGetName = "";
  248. this.CtvPak_Name.StrKey = null;
  249. this.CtvPak_Name.TabIndex = 192;
  250. //
  251. // panelEx2
  252. //
  253. this.panelEx2.BorderColor = System.Drawing.Color.Black;
  254. this.panelEx2.BorderWidth = 1;
  255. this.panelEx2.Controls.Add(this.panelEx1);
  256. this.panelEx2.Controls.Add(this.btnSave1);
  257. this.panelEx2.Controls.Add(this.splitContainerEx1);
  258. this.panelEx2.Controls.Add(this.CtvPak_Name);
  259. this.panelEx2.Controls.Add(this.btnProductSet);
  260. this.panelEx2.Controls.Add(this.labelEx1);
  261. this.panelEx2.Controls.Add(this.lblPakUnitPrice);
  262. this.panelEx2.Controls.Add(this.lblPakIntoTheArchive);
  263. this.panelEx2.Controls.Add(this.labelEx5);
  264. this.panelEx2.Controls.Add(this.lblCBJ);
  265. this.panelEx2.Controls.Add(this.labelEx7);
  266. this.panelEx2.Controls.Add(this.lblMJ);
  267. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  268. this.panelEx2.Name = "panelEx2";
  269. this.panelEx2.Size = new System.Drawing.Size(950, 525);
  270. this.panelEx2.TabIndex = 42;
  271. //
  272. // panelEx1
  273. //
  274. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  275. this.panelEx1.BorderWidth = 1;
  276. this.panelEx1.Location = new System.Drawing.Point(12, 49);
  277. this.panelEx1.Name = "panelEx1";
  278. this.panelEx1.Size = new System.Drawing.Size(922, 1);
  279. this.panelEx1.TabIndex = 196;
  280. //
  281. // btnSave1
  282. //
  283. this.btnSave1.BackColor = System.Drawing.Color.Transparent;
  284. this.btnSave1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave1.BackImg")));
  285. this.btnSave1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  286. this.btnSave1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  287. this.btnSave1.ForeColor = System.Drawing.Color.White;
  288. this.btnSave1.IsCustomBackImg = false;
  289. this.btnSave1.IsShowText = true;
  290. this.btnSave1.Location = new System.Drawing.Point(859, 8);
  291. this.btnSave1.Name = "btnSave1";
  292. this.btnSave1.Size = new System.Drawing.Size(75, 28);
  293. this.btnSave1.TabIndex = 195;
  294. this.btnSave1.Text = " 保 存";
  295. this.btnSave1.UseVisualStyleBackColor = false;
  296. //
  297. // splitContainerEx1
  298. //
  299. this.splitContainerEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  300. | System.Windows.Forms.AnchorStyles.Left)));
  301. this.splitContainerEx1.Location = new System.Drawing.Point(5, 60);
  302. this.splitContainerEx1.Name = "splitContainerEx1";
  303. //
  304. // splitContainerEx1.Panel1
  305. //
  306. this.splitContainerEx1.Panel1.Controls.Add(this.dgv1);
  307. this.splitContainerEx1.Panel1.Controls.Add(this.btnToolbox1);
  308. this.splitContainerEx1.Panel1.Controls.Add(this.btnDelete1);
  309. this.splitContainerEx1.Panel1.Controls.Add(this.labelEx6);
  310. //
  311. // splitContainerEx1.Panel2
  312. //
  313. this.splitContainerEx1.Panel2.Controls.Add(this.splitContainerEx2);
  314. this.splitContainerEx1.Size = new System.Drawing.Size(940, 460);
  315. this.splitContainerEx1.SplitterDistance = 468;
  316. this.splitContainerEx1.TabIndex = 194;
  317. //
  318. // dgv1
  319. //
  320. this.dgv1.AllowUserToAddRows = false;
  321. this.dgv1.AllowUserToDeleteRows = false;
  322. this.dgv1.AllowUserToOrderColumns = true;
  323. this.dgv1.AllowUserToResizeRows = false;
  324. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  325. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  326. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  327. | System.Windows.Forms.AnchorStyles.Left)));
  328. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  329. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  330. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  331. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  332. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  333. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  334. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  336. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  337. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  338. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  339. this.dgv1.ColumnHeadersHeight = 24;
  340. this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  341. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  342. this.ID,
  343. this.Pgm_ProductNumber,
  344. this.Pgm_ProductName,
  345. this.Pgm_Quantity,
  346. this.Prod_CostPrice,
  347. this.Prod_SalesPrice});
  348. this.dgv1.EnableHeadersVisualStyles = false;
  349. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  350. this.dgv1.GridViewUniquelyIdentify = resources.GetString("dgv1.GridViewUniquelyIdentify");
  351. this.dgv1.IsCompleteBonding = false;
  352. this.dgv1.IsCopyCellValue = true;
  353. this.dgv1.Location = new System.Drawing.Point(7, 35);
  354. this.dgv1.MultiSelect = false;
  355. this.dgv1.Name = "dgv1";
  356. this.dgv1.RowHeadersVisible = false;
  357. this.dgv1.RowTemplate.Height = 23;
  358. this.dgv1.RowTemplate.ReadOnly = true;
  359. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  360. this.dgv1.Size = new System.Drawing.Size(455, 421);
  361. this.dgv1.TabIndex = 46;
  362. //
  363. // ID
  364. //
  365. this.ID.HeaderText = "ID";
  366. this.ID.Name = "ID";
  367. this.ID.ReadOnly = true;
  368. this.ID.Visible = false;
  369. //
  370. // Pgm_ProductNumber
  371. //
  372. this.Pgm_ProductNumber.HeaderText = "商品编号";
  373. this.Pgm_ProductNumber.Name = "Pgm_ProductNumber";
  374. this.Pgm_ProductNumber.ReadOnly = true;
  375. //
  376. // Pgm_ProductName
  377. //
  378. this.Pgm_ProductName.HeaderText = "商品名称";
  379. this.Pgm_ProductName.Name = "Pgm_ProductName";
  380. this.Pgm_ProductName.ReadOnly = true;
  381. //
  382. // Pgm_Quantity
  383. //
  384. this.Pgm_Quantity.HeaderText = "数量";
  385. this.Pgm_Quantity.Name = "Pgm_Quantity";
  386. //
  387. // Prod_CostPrice
  388. //
  389. this.Prod_CostPrice.HeaderText = "成本单价";
  390. this.Prod_CostPrice.Name = "Prod_CostPrice";
  391. this.Prod_CostPrice.ReadOnly = true;
  392. //
  393. // Prod_SalesPrice
  394. //
  395. this.Prod_SalesPrice.HeaderText = "销售单价";
  396. this.Prod_SalesPrice.Name = "Prod_SalesPrice";
  397. this.Prod_SalesPrice.ReadOnly = true;
  398. //
  399. // btnToolbox1
  400. //
  401. this.btnToolbox1.BackColor = System.Drawing.Color.Transparent;
  402. this.btnToolbox1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnToolbox1.BackImg")));
  403. this.btnToolbox1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  404. this.btnToolbox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  405. this.btnToolbox1.ForeColor = System.Drawing.Color.White;
  406. this.btnToolbox1.IsCustomBackImg = false;
  407. this.btnToolbox1.IsShowText = true;
  408. this.btnToolbox1.Location = new System.Drawing.Point(332, 5);
  409. this.btnToolbox1.Name = "btnToolbox1";
  410. this.btnToolbox1.Size = new System.Drawing.Size(90, 25);
  411. this.btnToolbox1.TabIndex = 49;
  412. this.btnToolbox1.Text = " 商品工具箱";
  413. this.btnToolbox1.UseVisualStyleBackColor = false;
  414. //
  415. // btnDelete1
  416. //
  417. this.btnDelete1.BackColor = System.Drawing.Color.Transparent;
  418. this.btnDelete1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete1.BackImg")));
  419. this.btnDelete1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  420. this.btnDelete1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  421. this.btnDelete1.ForeColor = System.Drawing.Color.White;
  422. this.btnDelete1.IsCustomBackImg = false;
  423. this.btnDelete1.IsShowText = true;
  424. this.btnDelete1.Location = new System.Drawing.Point(252, 5);
  425. this.btnDelete1.Name = "btnDelete1";
  426. this.btnDelete1.Size = new System.Drawing.Size(70, 25);
  427. this.btnDelete1.TabIndex = 50;
  428. this.btnDelete1.Text = " 删 除";
  429. this.btnDelete1.UseVisualStyleBackColor = false;
  430. //
  431. // labelEx6
  432. //
  433. this.labelEx6.AutoSize = true;
  434. this.labelEx6.BackColor = System.Drawing.Color.Transparent;
  435. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  436. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  437. this.labelEx6.Location = new System.Drawing.Point(6, 9);
  438. this.labelEx6.Name = "labelEx6";
  439. this.labelEx6.Size = new System.Drawing.Size(80, 17);
  440. this.labelEx6.TabIndex = 49;
  441. this.labelEx6.Text = "套系赠送商品";
  442. //
  443. // splitContainerEx2
  444. //
  445. this.splitContainerEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  446. | System.Windows.Forms.AnchorStyles.Left)
  447. | System.Windows.Forms.AnchorStyles.Right)));
  448. this.splitContainerEx2.Location = new System.Drawing.Point(0, 0);
  449. this.splitContainerEx2.Name = "splitContainerEx2";
  450. this.splitContainerEx2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  451. //
  452. // splitContainerEx2.Panel1
  453. //
  454. this.splitContainerEx2.Panel1.Controls.Add(this.btnDelete2);
  455. this.splitContainerEx2.Panel1.Controls.Add(this.btnToolbox2);
  456. this.splitContainerEx2.Panel1.Controls.Add(this.dgv2);
  457. this.splitContainerEx2.Panel1.Controls.Add(this.labelEx8);
  458. //
  459. // splitContainerEx2.Panel2
  460. //
  461. this.splitContainerEx2.Panel2.Controls.Add(this.btnUp);
  462. this.splitContainerEx2.Panel2.Controls.Add(this.btnDown);
  463. this.splitContainerEx2.Panel2.Controls.Add(this.btnDelete3);
  464. this.splitContainerEx2.Panel2.Controls.Add(this.btnToolbox3);
  465. this.splitContainerEx2.Panel2.Controls.Add(this.tab);
  466. this.splitContainerEx2.Size = new System.Drawing.Size(468, 457);
  467. this.splitContainerEx2.SplitterDistance = 242;
  468. this.splitContainerEx2.TabIndex = 0;
  469. //
  470. // btnDelete2
  471. //
  472. this.btnDelete2.BackColor = System.Drawing.Color.Transparent;
  473. this.btnDelete2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete2.BackImg")));
  474. this.btnDelete2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  475. this.btnDelete2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  476. this.btnDelete2.ForeColor = System.Drawing.Color.White;
  477. this.btnDelete2.IsCustomBackImg = false;
  478. this.btnDelete2.IsShowText = true;
  479. this.btnDelete2.Location = new System.Drawing.Point(295, 5);
  480. this.btnDelete2.Name = "btnDelete2";
  481. this.btnDelete2.Size = new System.Drawing.Size(70, 25);
  482. this.btnDelete2.TabIndex = 55;
  483. this.btnDelete2.Text = " 删 除";
  484. this.btnDelete2.UseVisualStyleBackColor = false;
  485. //
  486. // btnToolbox2
  487. //
  488. this.btnToolbox2.BackColor = System.Drawing.Color.Transparent;
  489. this.btnToolbox2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnToolbox2.BackImg")));
  490. this.btnToolbox2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  491. this.btnToolbox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  492. this.btnToolbox2.ForeColor = System.Drawing.Color.White;
  493. this.btnToolbox2.IsCustomBackImg = false;
  494. this.btnToolbox2.IsShowText = true;
  495. this.btnToolbox2.Location = new System.Drawing.Point(371, 5);
  496. this.btnToolbox2.Name = "btnToolbox2";
  497. this.btnToolbox2.Size = new System.Drawing.Size(90, 25);
  498. this.btnToolbox2.TabIndex = 54;
  499. this.btnToolbox2.Text = " 服务工具箱";
  500. this.btnToolbox2.UseVisualStyleBackColor = false;
  501. //
  502. // dgv2
  503. //
  504. this.dgv2.AllowUserToAddRows = false;
  505. this.dgv2.AllowUserToDeleteRows = false;
  506. this.dgv2.AllowUserToOrderColumns = true;
  507. this.dgv2.AllowUserToResizeRows = false;
  508. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  509. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  510. this.dgv2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  511. | System.Windows.Forms.AnchorStyles.Left)));
  512. this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  513. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  514. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  515. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  516. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  517. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  518. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  519. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Navy;
  520. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  521. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  522. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  523. this.dgv2.ColumnHeadersHeight = 24;
  524. this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  525. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  526. this.ID2,
  527. this.Pgm_ProductNumber2,
  528. this.Pgm_ProductName2,
  529. this.Pgm_Quantity2,
  530. this.Prod_CostPrice2,
  531. this.Prod_SalesPrice2});
  532. this.dgv2.EnableHeadersVisualStyles = false;
  533. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  534. this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
  535. this.dgv2.IsCompleteBonding = false;
  536. this.dgv2.IsCopyCellValue = true;
  537. this.dgv2.Location = new System.Drawing.Point(7, 35);
  538. this.dgv2.MultiSelect = false;
  539. this.dgv2.Name = "dgv2";
  540. this.dgv2.RowHeadersVisible = false;
  541. this.dgv2.RowTemplate.Height = 23;
  542. this.dgv2.RowTemplate.ReadOnly = true;
  543. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  544. this.dgv2.Size = new System.Drawing.Size(455, 204);
  545. this.dgv2.TabIndex = 51;
  546. //
  547. // ID2
  548. //
  549. this.ID2.HeaderText = "ID";
  550. this.ID2.Name = "ID2";
  551. this.ID2.ReadOnly = true;
  552. this.ID2.Visible = false;
  553. //
  554. // Pgm_ProductNumber2
  555. //
  556. this.Pgm_ProductNumber2.HeaderText = "商品编号";
  557. this.Pgm_ProductNumber2.Name = "Pgm_ProductNumber2";
  558. this.Pgm_ProductNumber2.ReadOnly = true;
  559. //
  560. // Pgm_ProductName2
  561. //
  562. this.Pgm_ProductName2.HeaderText = "商品名称";
  563. this.Pgm_ProductName2.Name = "Pgm_ProductName2";
  564. this.Pgm_ProductName2.ReadOnly = true;
  565. //
  566. // Pgm_Quantity2
  567. //
  568. this.Pgm_Quantity2.HeaderText = "数量";
  569. this.Pgm_Quantity2.Name = "Pgm_Quantity2";
  570. //
  571. // Prod_CostPrice2
  572. //
  573. this.Prod_CostPrice2.HeaderText = "成本单价";
  574. this.Prod_CostPrice2.Name = "Prod_CostPrice2";
  575. this.Prod_CostPrice2.ReadOnly = true;
  576. //
  577. // Prod_SalesPrice2
  578. //
  579. this.Prod_SalesPrice2.HeaderText = "销售单价";
  580. this.Prod_SalesPrice2.Name = "Prod_SalesPrice2";
  581. this.Prod_SalesPrice2.ReadOnly = true;
  582. //
  583. // labelEx8
  584. //
  585. this.labelEx8.AutoSize = true;
  586. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  587. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  588. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  589. this.labelEx8.Location = new System.Drawing.Point(6, 9);
  590. this.labelEx8.Name = "labelEx8";
  591. this.labelEx8.Size = new System.Drawing.Size(80, 17);
  592. this.labelEx8.TabIndex = 56;
  593. this.labelEx8.Text = "套系赠送服务";
  594. //
  595. // btnUp
  596. //
  597. this.btnUp.BackColor = System.Drawing.Color.Transparent;
  598. this.btnUp.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUp.BackImg")));
  599. this.btnUp.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  600. this.btnUp.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  601. this.btnUp.ForeColor = System.Drawing.Color.White;
  602. this.btnUp.IsCustomBackImg = false;
  603. this.btnUp.IsShowText = true;
  604. this.btnUp.Location = new System.Drawing.Point(223, 4);
  605. this.btnUp.Name = "btnUp";
  606. this.btnUp.Size = new System.Drawing.Size(55, 25);
  607. this.btnUp.TabIndex = 320;
  608. this.btnUp.Text = " 上 移";
  609. this.btnUp.UseVisualStyleBackColor = false;
  610. this.btnUp.Visible = false;
  611. //
  612. // btnDown
  613. //
  614. this.btnDown.BackColor = System.Drawing.Color.Transparent;
  615. this.btnDown.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDown.BackImg")));
  616. this.btnDown.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  617. this.btnDown.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  618. this.btnDown.ForeColor = System.Drawing.Color.White;
  619. this.btnDown.IsCustomBackImg = false;
  620. this.btnDown.IsShowText = true;
  621. this.btnDown.Location = new System.Drawing.Point(283, 4);
  622. this.btnDown.Name = "btnDown";
  623. this.btnDown.Size = new System.Drawing.Size(55, 25);
  624. this.btnDown.TabIndex = 319;
  625. this.btnDown.Text = " 下 移";
  626. this.btnDown.UseVisualStyleBackColor = false;
  627. this.btnDown.Visible = false;
  628. //
  629. // btnDelete3
  630. //
  631. this.btnDelete3.BackColor = System.Drawing.Color.Transparent;
  632. this.btnDelete3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete3.BackImg")));
  633. this.btnDelete3.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  634. this.btnDelete3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  635. this.btnDelete3.ForeColor = System.Drawing.Color.White;
  636. this.btnDelete3.IsCustomBackImg = false;
  637. this.btnDelete3.IsShowText = true;
  638. this.btnDelete3.Location = new System.Drawing.Point(343, 4);
  639. this.btnDelete3.Name = "btnDelete3";
  640. this.btnDelete3.Size = new System.Drawing.Size(55, 25);
  641. this.btnDelete3.TabIndex = 72;
  642. this.btnDelete3.Text = " 删 除";
  643. this.btnDelete3.UseVisualStyleBackColor = false;
  644. //
  645. // btnToolbox3
  646. //
  647. this.btnToolbox3.BackColor = System.Drawing.Color.Transparent;
  648. this.btnToolbox3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnToolbox3.BackImg")));
  649. this.btnToolbox3.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  650. this.btnToolbox3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  651. this.btnToolbox3.ForeColor = System.Drawing.Color.White;
  652. this.btnToolbox3.IsCustomBackImg = false;
  653. this.btnToolbox3.IsShowText = true;
  654. this.btnToolbox3.Location = new System.Drawing.Point(403, 4);
  655. this.btnToolbox3.Name = "btnToolbox3";
  656. this.btnToolbox3.Size = new System.Drawing.Size(60, 25);
  657. this.btnToolbox3.TabIndex = 71;
  658. this.btnToolbox3.Text = " 工具箱";
  659. this.btnToolbox3.UseVisualStyleBackColor = false;
  660. //
  661. // tab
  662. //
  663. this.tab.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  664. this.tab.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  665. this.tab.Controls.Add(this.tabPage1);
  666. this.tab.Controls.Add(this.tabPage2);
  667. this.tab.Dock = System.Windows.Forms.DockStyle.Fill;
  668. this.tab.ItemSize = new System.Drawing.Size(100, 30);
  669. this.tab.Location = new System.Drawing.Point(0, 0);
  670. this.tab.Name = "tab";
  671. this.tab.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  672. this.tab.SelectedIndex = 0;
  673. this.tab.Size = new System.Drawing.Size(468, 211);
  674. this.tab.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  675. this.tab.TabIndex = 57;
  676. //
  677. // tabPage1
  678. //
  679. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  680. this.tabPage1.Controls.Add(this.dgv3);
  681. this.tabPage1.Location = new System.Drawing.Point(4, 34);
  682. this.tabPage1.Margin = new System.Windows.Forms.Padding(0);
  683. this.tabPage1.Name = "tabPage1";
  684. this.tabPage1.Size = new System.Drawing.Size(460, 173);
  685. this.tabPage1.TabIndex = 0;
  686. this.tabPage1.Text = "婚纱/写真(景点)";
  687. //
  688. // dgv3
  689. //
  690. this.dgv3.AllowUserToAddRows = false;
  691. this.dgv3.AllowUserToDeleteRows = false;
  692. this.dgv3.AllowUserToOrderColumns = true;
  693. this.dgv3.AllowUserToResizeRows = false;
  694. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  695. this.dgv3.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  696. this.dgv3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  697. this.dgv3.BackgroundColor = System.Drawing.Color.White;
  698. this.dgv3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  699. this.dgv3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  700. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  701. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  702. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
  704. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  705. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  706. this.dgv3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  707. this.dgv3.ColumnHeadersHeight = 24;
  708. this.dgv3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  709. this.dgv3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  710. this.ID3,
  711. this.Pgm_ProductNumber3,
  712. this.Pgm_ProductName3,
  713. this.Pgm_Quantity3,
  714. this.Prod_CostPrice3,
  715. this.Prod_SalesPrice3});
  716. this.dgv3.Dock = System.Windows.Forms.DockStyle.Fill;
  717. this.dgv3.EnableHeadersVisualStyles = false;
  718. this.dgv3.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  719. this.dgv3.GridViewUniquelyIdentify = resources.GetString("dgv3.GridViewUniquelyIdentify");
  720. this.dgv3.IsCompleteBonding = false;
  721. this.dgv3.IsCopyCellValue = true;
  722. this.dgv3.Location = new System.Drawing.Point(0, 0);
  723. this.dgv3.MultiSelect = false;
  724. this.dgv3.Name = "dgv3";
  725. this.dgv3.RowHeadersVisible = false;
  726. this.dgv3.RowTemplate.Height = 23;
  727. this.dgv3.RowTemplate.ReadOnly = true;
  728. this.dgv3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  729. this.dgv3.Size = new System.Drawing.Size(460, 173);
  730. this.dgv3.TabIndex = 66;
  731. //
  732. // ID3
  733. //
  734. this.ID3.HeaderText = "ID";
  735. this.ID3.Name = "ID3";
  736. this.ID3.ReadOnly = true;
  737. this.ID3.Visible = false;
  738. //
  739. // Pgm_ProductNumber3
  740. //
  741. this.Pgm_ProductNumber3.HeaderText = "景点编号";
  742. this.Pgm_ProductNumber3.Name = "Pgm_ProductNumber3";
  743. this.Pgm_ProductNumber3.ReadOnly = true;
  744. this.Pgm_ProductNumber3.Visible = false;
  745. //
  746. // Pgm_ProductName3
  747. //
  748. this.Pgm_ProductName3.HeaderText = "景点名称";
  749. this.Pgm_ProductName3.Name = "Pgm_ProductName3";
  750. this.Pgm_ProductName3.ReadOnly = true;
  751. //
  752. // Pgm_Quantity3
  753. //
  754. this.Pgm_Quantity3.HeaderText = "服装数量";
  755. this.Pgm_Quantity3.Name = "Pgm_Quantity3";
  756. //
  757. // Prod_CostPrice3
  758. //
  759. this.Prod_CostPrice3.HeaderText = "成本单价";
  760. this.Prod_CostPrice3.Name = "Prod_CostPrice3";
  761. this.Prod_CostPrice3.ReadOnly = true;
  762. //
  763. // Prod_SalesPrice3
  764. //
  765. this.Prod_SalesPrice3.HeaderText = "销售单价";
  766. this.Prod_SalesPrice3.Name = "Prod_SalesPrice3";
  767. this.Prod_SalesPrice3.ReadOnly = true;
  768. //
  769. // tabPage2
  770. //
  771. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  772. this.tabPage2.Controls.Add(this.dgv4);
  773. this.tabPage2.Location = new System.Drawing.Point(4, 34);
  774. this.tabPage2.Margin = new System.Windows.Forms.Padding(0);
  775. this.tabPage2.Name = "tabPage2";
  776. this.tabPage2.Size = new System.Drawing.Size(460, 173);
  777. this.tabPage2.TabIndex = 1;
  778. this.tabPage2.Text = "儿童(次数)";
  779. //
  780. // dgv4
  781. //
  782. this.dgv4.AllowUserToAddRows = false;
  783. this.dgv4.AllowUserToDeleteRows = false;
  784. this.dgv4.AllowUserToOrderColumns = true;
  785. this.dgv4.AllowUserToResizeRows = false;
  786. dataGridViewCellStyle7.BackColor = System.Drawing.Color.LightCyan;
  787. this.dgv4.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  788. this.dgv4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  789. this.dgv4.BackgroundColor = System.Drawing.Color.White;
  790. this.dgv4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  791. this.dgv4.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  792. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  793. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  794. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  795. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Navy;
  796. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  797. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  798. this.dgv4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  799. this.dgv4.ColumnHeadersHeight = 24;
  800. this.dgv4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  801. this.dgv4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  802. this.ID4,
  803. this.Pgm_ProductNumber4,
  804. this.Pgm_ProductName4,
  805. this.Pgm_Quantity4});
  806. this.dgv4.Dock = System.Windows.Forms.DockStyle.Fill;
  807. this.dgv4.EnableHeadersVisualStyles = false;
  808. this.dgv4.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  809. this.dgv4.GridViewUniquelyIdentify = resources.GetString("dgv4.GridViewUniquelyIdentify");
  810. this.dgv4.IsCompleteBonding = false;
  811. this.dgv4.IsCopyCellValue = true;
  812. this.dgv4.Location = new System.Drawing.Point(0, 0);
  813. this.dgv4.MultiSelect = false;
  814. this.dgv4.Name = "dgv4";
  815. this.dgv4.RowHeadersVisible = false;
  816. this.dgv4.RowTemplate.Height = 23;
  817. this.dgv4.RowTemplate.ReadOnly = true;
  818. this.dgv4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  819. this.dgv4.Size = new System.Drawing.Size(460, 173);
  820. this.dgv4.TabIndex = 58;
  821. //
  822. // ID4
  823. //
  824. this.ID4.HeaderText = "ID";
  825. this.ID4.Name = "ID4";
  826. this.ID4.ReadOnly = true;
  827. this.ID4.Visible = false;
  828. //
  829. // Pgm_ProductNumber4
  830. //
  831. this.Pgm_ProductNumber4.HeaderText = "次数编号";
  832. this.Pgm_ProductNumber4.Name = "Pgm_ProductNumber4";
  833. this.Pgm_ProductNumber4.Visible = false;
  834. //
  835. // Pgm_ProductName4
  836. //
  837. this.Pgm_ProductName4.HeaderText = "次数名称";
  838. this.Pgm_ProductName4.Name = "Pgm_ProductName4";
  839. this.Pgm_ProductName4.ReadOnly = true;
  840. //
  841. // Pgm_Quantity4
  842. //
  843. this.Pgm_Quantity4.HeaderText = "服装数量";
  844. this.Pgm_Quantity4.Name = "Pgm_Quantity4";
  845. //
  846. // FrmPackagesGoodsSet
  847. //
  848. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  849. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  850. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  851. this.ClientSize = new System.Drawing.Size(970, 610);
  852. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  853. this.IsUserControlsSize = false;
  854. this.Name = "FrmPackagesGoodsSet";
  855. this.Text = "套系赠送商品设置";
  856. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  857. this.plExMainContainer.ResumeLayout(false);
  858. this.plFormMainContent.ResumeLayout(false);
  859. this.panelEx2.ResumeLayout(false);
  860. this.panelEx2.PerformLayout();
  861. this.splitContainerEx1.Panel1.ResumeLayout(false);
  862. this.splitContainerEx1.Panel1.PerformLayout();
  863. this.splitContainerEx1.Panel2.ResumeLayout(false);
  864. ((System.ComponentModel.ISupportInitialize)(this.splitContainerEx1)).EndInit();
  865. this.splitContainerEx1.ResumeLayout(false);
  866. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  867. this.splitContainerEx2.Panel1.ResumeLayout(false);
  868. this.splitContainerEx2.Panel1.PerformLayout();
  869. this.splitContainerEx2.Panel2.ResumeLayout(false);
  870. ((System.ComponentModel.ISupportInitialize)(this.splitContainerEx2)).EndInit();
  871. this.splitContainerEx2.ResumeLayout(false);
  872. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  873. this.tab.ResumeLayout(false);
  874. this.tabPage1.ResumeLayout(false);
  875. ((System.ComponentModel.ISupportInitialize)(this.dgv3)).EndInit();
  876. this.tabPage2.ResumeLayout(false);
  877. ((System.ComponentModel.ISupportInitialize)(this.dgv4)).EndInit();
  878. this.ResumeLayout(false);
  879. }
  880. #endregion
  881. private ComponentLibrary.LabelEx labelEx1;
  882. private ComponentLibrary.LabelEx labelEx7;
  883. private ComponentLibrary.LabelEx labelEx5;
  884. protected ComponentLibrary.LabelEx lblMJ;
  885. protected ComponentLibrary.LabelEx lblCBJ;
  886. protected ComponentLibrary.ButtonForm btnProductSet;
  887. protected System.Windows.Forms.TabPage tabPage1;
  888. protected ComponentLibrary.DataGridViewEx dgv3;
  889. protected System.Windows.Forms.TabPage tabPage2;
  890. protected ComponentLibrary.DataGridViewEx dgv4;
  891. private ComponentLibrary.LabelEx labelEx8;
  892. protected ComponentLibrary.ButtonForm btnDelete2;
  893. protected ComponentLibrary.DataGridViewEx dgv2;
  894. protected ComponentLibrary.ButtonForm btnToolbox2;
  895. private ComponentLibrary.LabelEx labelEx6;
  896. protected ComponentLibrary.ButtonForm btnDelete1;
  897. protected ComponentLibrary.DataGridViewEx dgv1;
  898. protected ComponentLibrary.ButtonForm btnToolbox1;
  899. private System.Windows.Forms.DataGridViewTextBoxColumn ID2;
  900. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_ProductNumber2;
  901. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_ProductName2;
  902. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_Quantity2;
  903. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_CostPrice2;
  904. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_SalesPrice2;
  905. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  906. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_ProductNumber;
  907. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_ProductName;
  908. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_Quantity;
  909. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_CostPrice;
  910. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_SalesPrice;
  911. protected ComponentLibrary.ComboBoxTreeViewEx CtvPak_Name;
  912. private ComponentLibrary.SplitContainerEx splitContainerEx1;
  913. private ComponentLibrary.SplitContainerEx splitContainerEx2;
  914. protected ComponentLibrary.ButtonForm btnDelete3;
  915. protected ComponentLibrary.ButtonForm btnToolbox3;
  916. protected ComponentLibrary.ButtonEx btnSave1;
  917. protected ComponentLibrary.LabelEx lblPakIntoTheArchive;
  918. protected ComponentLibrary.LabelEx lblPakUnitPrice;
  919. private ComponentLibrary.PanelEx panelEx1;
  920. protected ComponentLibrary.PanelEx panelEx2;
  921. private System.Windows.Forms.DataGridViewTextBoxColumn ID3;
  922. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_ProductNumber3;
  923. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_ProductName3;
  924. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_Quantity3;
  925. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_CostPrice3;
  926. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_SalesPrice3;
  927. private System.Windows.Forms.DataGridViewTextBoxColumn ID4;
  928. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_ProductNumber4;
  929. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_ProductName4;
  930. private System.Windows.Forms.DataGridViewTextBoxColumn Pgm_Quantity4;
  931. protected internal ComponentLibrary.ButtonForm btnUp;
  932. protected internal ComponentLibrary.ButtonForm btnDown;
  933. protected internal ComponentLibrary.TabControlEx tab;
  934. }
  935. }