FrmPreselectedUpdate.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. namespace LYFZ.Software.UI.Dresses.DressManagement
  2. {
  3. partial class FrmPreselectedUpdate
  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(FrmPreselectedUpdate));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btnOk = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.txtDsro_CreateName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  36. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.btndelete = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.picDsfm_PicturePath = new LYFZ.ComponentLibrary.PictureBoxEx();
  40. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  41. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.txtDsro_ReservationBackTime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  43. this.lbl2 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.txtDsro_TakeDressTime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  45. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.txtDsro_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  48. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.txtDsro_CreateDateTime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  50. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.txtDsro_MortgageAmount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  52. this.lbl1 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.txtDsro_Amount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  54. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.txtDsro_Number = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  56. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  59. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Dsfm_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Dsfm_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Dsfm_DressQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Dsfm_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Dsfm_SalePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.plExMainContainer.SuspendLayout();
  66. this.plFormMainContent.SuspendLayout();
  67. this.panelEx2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // plExMainContainer
  73. //
  74. this.plExMainContainer.Controls.Add(this.panelEx2);
  75. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  76. //
  77. // btnAppFormMaximize
  78. //
  79. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  80. this.btnAppFormMaximize.Location = new System.Drawing.Point(1009, 0);
  81. //
  82. // btnAppFormExit
  83. //
  84. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  85. //
  86. // btnAppFormMinimize
  87. //
  88. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  89. this.btnAppFormMinimize.Location = new System.Drawing.Point(982, 0);
  90. //
  91. // panelEx2
  92. //
  93. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  94. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  95. this.panelEx2.BorderWidth = 1;
  96. this.panelEx2.Controls.Add(this.txtDsro_CreateName);
  97. this.panelEx2.Controls.Add(this.btnOk);
  98. this.panelEx2.Controls.Add(this.btnSelect);
  99. this.panelEx2.Controls.Add(this.labelEx3);
  100. this.panelEx2.Controls.Add(this.btndelete);
  101. this.panelEx2.Controls.Add(this.btnClose);
  102. this.panelEx2.Controls.Add(this.picDsfm_PicturePath);
  103. this.panelEx2.Controls.Add(this.dgv);
  104. this.panelEx2.Controls.Add(this.labelEx18);
  105. this.panelEx2.Controls.Add(this.txtDsro_ReservationBackTime);
  106. this.panelEx2.Controls.Add(this.lbl2);
  107. this.panelEx2.Controls.Add(this.txtDsro_TakeDressTime);
  108. this.panelEx2.Controls.Add(this.labelEx16);
  109. this.panelEx2.Controls.Add(this.panelEx1);
  110. this.panelEx2.Controls.Add(this.txtDsro_Remark);
  111. this.panelEx2.Controls.Add(this.labelEx7);
  112. this.panelEx2.Controls.Add(this.txtDsro_CreateDateTime);
  113. this.panelEx2.Controls.Add(this.labelEx5);
  114. this.panelEx2.Controls.Add(this.txtDsro_MortgageAmount);
  115. this.panelEx2.Controls.Add(this.lbl1);
  116. this.panelEx2.Controls.Add(this.txtDsro_Amount);
  117. this.panelEx2.Controls.Add(this.labelEx2);
  118. this.panelEx2.Controls.Add(this.txtDsro_Number);
  119. this.panelEx2.Controls.Add(this.labelEx6);
  120. this.panelEx2.Controls.Add(this.labelEx1);
  121. this.panelEx2.Controls.Add(this.btnSave);
  122. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  124. this.panelEx2.Name = "panelEx2";
  125. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  126. this.panelEx2.TabIndex = 198;
  127. //
  128. // btnOk
  129. //
  130. this.btnOk.BackColor = System.Drawing.Color.Transparent;
  131. this.btnOk.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOk.BackImg")));
  132. this.btnOk.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  133. this.btnOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  134. this.btnOk.ForeColor = System.Drawing.Color.White;
  135. this.btnOk.IsCustomBackImg = false;
  136. this.btnOk.IsShowText = true;
  137. this.btnOk.Location = new System.Drawing.Point(688, 204);
  138. this.btnOk.Name = "btnOk";
  139. this.btnOk.Size = new System.Drawing.Size(85, 26);
  140. this.btnOk.TabIndex = 299;
  141. this.btnOk.Text = " 保 存";
  142. this.btnOk.UseVisualStyleBackColor = false;
  143. //
  144. // btnSelect
  145. //
  146. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  147. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  148. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  149. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  150. this.btnSelect.ForeColor = System.Drawing.Color.White;
  151. this.btnSelect.IsCustomBackImg = false;
  152. this.btnSelect.IsShowText = true;
  153. this.btnSelect.Location = new System.Drawing.Point(597, 204);
  154. this.btnSelect.Name = "btnSelect";
  155. this.btnSelect.Size = new System.Drawing.Size(85, 26);
  156. this.btnSelect.TabIndex = 298;
  157. this.btnSelect.Text = " 选 择";
  158. this.btnSelect.UseVisualStyleBackColor = false;
  159. //
  160. // txtDsro_CreateName
  161. //
  162. this.txtDsro_CreateName.AfterSelectLevelFirstNode = false;
  163. this.txtDsro_CreateName.DropDownHeight = 220;
  164. this.txtDsro_CreateName.DropDownShow = false;
  165. this.txtDsro_CreateName.Enabled = false;
  166. this.txtDsro_CreateName.FormattingEnabled = true;
  167. this.txtDsro_CreateName.IntegralHeight = false;
  168. this.txtDsro_CreateName.IsNodeMouseClick = false;
  169. this.txtDsro_CreateName.IsSelectParentNode = false;
  170. this.txtDsro_CreateName.Location = new System.Drawing.Point(743, 45);
  171. this.txtDsro_CreateName.Name = "txtDsro_CreateName";
  172. this.txtDsro_CreateName.ReadOnly = true;
  173. this.txtDsro_CreateName.SelectedNode = null;
  174. this.txtDsro_CreateName.Size = new System.Drawing.Size(122, 20);
  175. this.txtDsro_CreateName.StrGetName = "";
  176. this.txtDsro_CreateName.StrKey = null;
  177. this.txtDsro_CreateName.TabIndex = 296;
  178. //
  179. // labelEx3
  180. //
  181. this.labelEx3.AutoSize = true;
  182. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  183. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  184. this.labelEx3.Location = new System.Drawing.Point(677, 47);
  185. this.labelEx3.Name = "labelEx3";
  186. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  187. this.labelEx3.TabIndex = 297;
  188. this.labelEx3.Text = "销售人员:";
  189. //
  190. // btndelete
  191. //
  192. this.btndelete.BackColor = System.Drawing.Color.Transparent;
  193. this.btndelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndelete.BackImg")));
  194. this.btndelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  195. this.btndelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  196. this.btndelete.ForeColor = System.Drawing.Color.White;
  197. this.btndelete.IsCustomBackImg = false;
  198. this.btndelete.IsShowText = true;
  199. this.btndelete.Location = new System.Drawing.Point(779, 204);
  200. this.btndelete.Name = "btndelete";
  201. this.btndelete.Size = new System.Drawing.Size(85, 26);
  202. this.btndelete.TabIndex = 276;
  203. this.btndelete.Text = " 删 除";
  204. this.btndelete.UseVisualStyleBackColor = false;
  205. //
  206. // btnClose
  207. //
  208. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  209. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  210. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  211. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  212. this.btnClose.ForeColor = System.Drawing.Color.White;
  213. this.btnClose.IsCustomBackImg = false;
  214. this.btnClose.IsShowText = true;
  215. this.btnClose.Location = new System.Drawing.Point(779, 11);
  216. this.btnClose.Name = "btnClose";
  217. this.btnClose.Size = new System.Drawing.Size(85, 26);
  218. this.btnClose.TabIndex = 272;
  219. this.btnClose.Text = " 关 闭";
  220. this.btnClose.UseVisualStyleBackColor = false;
  221. //
  222. // picDsfm_PicturePath
  223. //
  224. this.picDsfm_PicturePath.BackColor = System.Drawing.Color.Silver;
  225. this.picDsfm_PicturePath.Cursor = System.Windows.Forms.Cursors.Hand;
  226. this.picDsfm_PicturePath.Enabled = false;
  227. this.picDsfm_PicturePath.Location = new System.Drawing.Point(554, 238);
  228. this.picDsfm_PicturePath.Name = "picDsfm_PicturePath";
  229. this.picDsfm_PicturePath.Size = new System.Drawing.Size(320, 280);
  230. this.picDsfm_PicturePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  231. this.picDsfm_PicturePath.TabIndex = 264;
  232. this.picDsfm_PicturePath.TabStop = false;
  233. //
  234. // dgv
  235. //
  236. this.dgv.AllowUserToAddRows = false;
  237. this.dgv.AllowUserToDeleteRows = false;
  238. this.dgv.AllowUserToResizeRows = false;
  239. dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
  240. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  241. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  242. | System.Windows.Forms.AnchorStyles.Left)));
  243. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  244. this.dgv.BackgroundColor = System.Drawing.Color.White;
  245. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  246. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  247. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  248. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  249. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
  251. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  252. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  253. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  254. this.dgv.ColumnHeadersHeight = 24;
  255. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  256. this.ID,
  257. this.Dsfm_DressNumber,
  258. this.Dsfm_DressName,
  259. this.Dsfm_DressQuantity,
  260. this.Dsfm_CostPrice,
  261. this.Dsfm_SalePrice});
  262. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  263. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  264. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  266. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  267. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  268. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  269. this.dgv.DefaultCellStyle = dataGridViewCellStyle6;
  270. this.dgv.EnableHeadersVisualStyles = false;
  271. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  272. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  273. this.dgv.IsCompleteBonding = false;
  274. this.dgv.Location = new System.Drawing.Point(7, 238);
  275. this.dgv.MultiSelect = false;
  276. this.dgv.Name = "dgv";
  277. this.dgv.ReadOnly = true;
  278. this.dgv.RowHeadersVisible = false;
  279. this.dgv.RowTemplate.Height = 23;
  280. this.dgv.RowTemplate.ReadOnly = true;
  281. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  282. this.dgv.Size = new System.Drawing.Size(541, 280);
  283. this.dgv.TabIndex = 262;
  284. //
  285. // labelEx18
  286. //
  287. this.labelEx18.AutoSize = true;
  288. this.labelEx18.BackColor = System.Drawing.Color.Transparent;
  289. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  290. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  291. this.labelEx18.Location = new System.Drawing.Point(11, 215);
  292. this.labelEx18.Name = "labelEx18";
  293. this.labelEx18.Size = new System.Drawing.Size(56, 17);
  294. this.labelEx18.TabIndex = 261;
  295. this.labelEx18.Text = "礼服资料";
  296. //
  297. // txtDsro_ReservationBackTime
  298. //
  299. this.txtDsro_ReservationBackTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  300. this.txtDsro_ReservationBackTime.EmptyTextTip = null;
  301. this.txtDsro_ReservationBackTime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  302. this.txtDsro_ReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 9F);
  303. this.txtDsro_ReservationBackTime.Location = new System.Drawing.Point(519, 80);
  304. this.txtDsro_ReservationBackTime.Name = "txtDsro_ReservationBackTime";
  305. this.txtDsro_ReservationBackTime.ReadOnly = true;
  306. this.txtDsro_ReservationBackTime.Size = new System.Drawing.Size(120, 23);
  307. this.txtDsro_ReservationBackTime.TabIndex = 260;
  308. //
  309. // lbl2
  310. //
  311. this.lbl2.AutoSize = true;
  312. this.lbl2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  313. this.lbl2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  314. this.lbl2.Location = new System.Drawing.Point(453, 83);
  315. this.lbl2.Name = "lbl2";
  316. this.lbl2.Size = new System.Drawing.Size(68, 17);
  317. this.lbl2.TabIndex = 259;
  318. this.lbl2.Text = "还回时间:";
  319. //
  320. // txtDsro_TakeDressTime
  321. //
  322. this.txtDsro_TakeDressTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  323. this.txtDsro_TakeDressTime.EmptyTextTip = null;
  324. this.txtDsro_TakeDressTime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  325. this.txtDsro_TakeDressTime.Font = new System.Drawing.Font("微软雅黑", 9F);
  326. this.txtDsro_TakeDressTime.Location = new System.Drawing.Point(301, 81);
  327. this.txtDsro_TakeDressTime.Name = "txtDsro_TakeDressTime";
  328. this.txtDsro_TakeDressTime.ReadOnly = true;
  329. this.txtDsro_TakeDressTime.Size = new System.Drawing.Size(120, 23);
  330. this.txtDsro_TakeDressTime.TabIndex = 258;
  331. //
  332. // labelEx16
  333. //
  334. this.labelEx16.AutoSize = true;
  335. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  336. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  337. this.labelEx16.Location = new System.Drawing.Point(236, 84);
  338. this.labelEx16.Name = "labelEx16";
  339. this.labelEx16.Size = new System.Drawing.Size(68, 17);
  340. this.labelEx16.TabIndex = 257;
  341. this.labelEx16.Text = "取衣时间:";
  342. //
  343. // panelEx1
  344. //
  345. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  346. | System.Windows.Forms.AnchorStyles.Right)));
  347. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  348. this.panelEx1.BorderWidth = 1;
  349. this.panelEx1.Location = new System.Drawing.Point(0, 186);
  350. this.panelEx1.Name = "panelEx1";
  351. this.panelEx1.Size = new System.Drawing.Size(887, 1);
  352. this.panelEx1.TabIndex = 234;
  353. //
  354. // txtDsro_Remark
  355. //
  356. this.txtDsro_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  357. this.txtDsro_Remark.EmptyTextTip = null;
  358. this.txtDsro_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  359. this.txtDsro_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  360. this.txtDsro_Remark.Location = new System.Drawing.Point(85, 118);
  361. this.txtDsro_Remark.Multiline = true;
  362. this.txtDsro_Remark.Name = "txtDsro_Remark";
  363. this.txtDsro_Remark.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
  364. this.txtDsro_Remark.Size = new System.Drawing.Size(779, 54);
  365. this.txtDsro_Remark.TabIndex = 233;
  366. //
  367. // labelEx7
  368. //
  369. this.labelEx7.AutoSize = true;
  370. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  371. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  372. this.labelEx7.Location = new System.Drawing.Point(43, 121);
  373. this.labelEx7.Name = "labelEx7";
  374. this.labelEx7.Size = new System.Drawing.Size(44, 17);
  375. this.labelEx7.TabIndex = 232;
  376. this.labelEx7.Text = "备注:";
  377. //
  378. // txtDsro_CreateDateTime
  379. //
  380. this.txtDsro_CreateDateTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  381. this.txtDsro_CreateDateTime.EmptyTextTip = null;
  382. this.txtDsro_CreateDateTime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  383. this.txtDsro_CreateDateTime.Font = new System.Drawing.Font("微软雅黑", 9F);
  384. this.txtDsro_CreateDateTime.Location = new System.Drawing.Point(85, 81);
  385. this.txtDsro_CreateDateTime.Name = "txtDsro_CreateDateTime";
  386. this.txtDsro_CreateDateTime.ReadOnly = true;
  387. this.txtDsro_CreateDateTime.Size = new System.Drawing.Size(120, 23);
  388. this.txtDsro_CreateDateTime.TabIndex = 231;
  389. //
  390. // labelEx5
  391. //
  392. this.labelEx5.AutoSize = true;
  393. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  394. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  395. this.labelEx5.Location = new System.Drawing.Point(19, 84);
  396. this.labelEx5.Name = "labelEx5";
  397. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  398. this.labelEx5.TabIndex = 230;
  399. this.labelEx5.Text = "订单日期:";
  400. //
  401. // txtDsro_MortgageAmount
  402. //
  403. this.txtDsro_MortgageAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  404. this.txtDsro_MortgageAmount.EmptyTextTip = null;
  405. this.txtDsro_MortgageAmount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  406. this.txtDsro_MortgageAmount.Font = new System.Drawing.Font("微软雅黑", 9F);
  407. this.txtDsro_MortgageAmount.Location = new System.Drawing.Point(519, 44);
  408. this.txtDsro_MortgageAmount.Name = "txtDsro_MortgageAmount";
  409. this.txtDsro_MortgageAmount.Size = new System.Drawing.Size(120, 23);
  410. this.txtDsro_MortgageAmount.TabIndex = 227;
  411. //
  412. // lbl1
  413. //
  414. this.lbl1.AutoSize = true;
  415. this.lbl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  416. this.lbl1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  417. this.lbl1.Location = new System.Drawing.Point(477, 47);
  418. this.lbl1.Name = "lbl1";
  419. this.lbl1.Size = new System.Drawing.Size(44, 17);
  420. this.lbl1.TabIndex = 226;
  421. this.lbl1.Text = "押金:";
  422. //
  423. // txtDsro_Amount
  424. //
  425. this.txtDsro_Amount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  426. this.txtDsro_Amount.EmptyTextTip = null;
  427. this.txtDsro_Amount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  428. this.txtDsro_Amount.Font = new System.Drawing.Font("微软雅黑", 9F);
  429. this.txtDsro_Amount.Location = new System.Drawing.Point(301, 44);
  430. this.txtDsro_Amount.Name = "txtDsro_Amount";
  431. this.txtDsro_Amount.Size = new System.Drawing.Size(120, 23);
  432. this.txtDsro_Amount.TabIndex = 225;
  433. //
  434. // labelEx2
  435. //
  436. this.labelEx2.AutoSize = true;
  437. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  438. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  439. this.labelEx2.Location = new System.Drawing.Point(260, 47);
  440. this.labelEx2.Name = "labelEx2";
  441. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  442. this.labelEx2.TabIndex = 224;
  443. this.labelEx2.Text = "金额:";
  444. //
  445. // txtDsro_Number
  446. //
  447. this.txtDsro_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  448. this.txtDsro_Number.EmptyTextTip = null;
  449. this.txtDsro_Number.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  450. this.txtDsro_Number.Font = new System.Drawing.Font("微软雅黑", 9F);
  451. this.txtDsro_Number.Location = new System.Drawing.Point(85, 44);
  452. this.txtDsro_Number.Name = "txtDsro_Number";
  453. this.txtDsro_Number.ReadOnly = true;
  454. this.txtDsro_Number.Size = new System.Drawing.Size(120, 23);
  455. this.txtDsro_Number.TabIndex = 223;
  456. //
  457. // labelEx6
  458. //
  459. this.labelEx6.AutoSize = true;
  460. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  461. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  462. this.labelEx6.Location = new System.Drawing.Point(43, 47);
  463. this.labelEx6.Name = "labelEx6";
  464. this.labelEx6.Size = new System.Drawing.Size(44, 17);
  465. this.labelEx6.TabIndex = 222;
  466. this.labelEx6.Text = "单号:";
  467. //
  468. // labelEx1
  469. //
  470. this.labelEx1.AutoSize = true;
  471. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  472. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  473. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  474. this.labelEx1.Location = new System.Drawing.Point(11, 11);
  475. this.labelEx1.Name = "labelEx1";
  476. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  477. this.labelEx1.TabIndex = 201;
  478. this.labelEx1.Text = "预选资料";
  479. //
  480. // btnSave
  481. //
  482. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  483. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  484. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  485. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  486. this.btnSave.ForeColor = System.Drawing.Color.White;
  487. this.btnSave.IsCustomBackImg = false;
  488. this.btnSave.IsShowText = true;
  489. this.btnSave.Location = new System.Drawing.Point(688, 11);
  490. this.btnSave.Name = "btnSave";
  491. this.btnSave.Size = new System.Drawing.Size(85, 26);
  492. this.btnSave.TabIndex = 200;
  493. this.btnSave.Text = " 保 存";
  494. this.btnSave.UseVisualStyleBackColor = false;
  495. //
  496. // ID
  497. //
  498. this.ID.HeaderText = "ID";
  499. this.ID.Name = "ID";
  500. this.ID.ReadOnly = true;
  501. this.ID.Visible = false;
  502. //
  503. // Dsfm_DressNumber
  504. //
  505. this.Dsfm_DressNumber.HeaderText = "编号";
  506. this.Dsfm_DressNumber.Name = "Dsfm_DressNumber";
  507. this.Dsfm_DressNumber.ReadOnly = true;
  508. //
  509. // Dsfm_DressName
  510. //
  511. this.Dsfm_DressName.HeaderText = "名称";
  512. this.Dsfm_DressName.Name = "Dsfm_DressName";
  513. this.Dsfm_DressName.ReadOnly = true;
  514. //
  515. // Dsfm_DressQuantity
  516. //
  517. this.Dsfm_DressQuantity.HeaderText = "数量";
  518. this.Dsfm_DressQuantity.Name = "Dsfm_DressQuantity";
  519. this.Dsfm_DressQuantity.ReadOnly = true;
  520. //
  521. // Dsfm_CostPrice
  522. //
  523. this.Dsfm_CostPrice.HeaderText = "成本价";
  524. this.Dsfm_CostPrice.Name = "Dsfm_CostPrice";
  525. this.Dsfm_CostPrice.ReadOnly = true;
  526. //
  527. // Dsfm_SalePrice
  528. //
  529. this.Dsfm_SalePrice.HeaderText = "出售价";
  530. this.Dsfm_SalePrice.Name = "Dsfm_SalePrice";
  531. this.Dsfm_SalePrice.ReadOnly = true;
  532. //
  533. // FrmPreselectedUpdate
  534. //
  535. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  536. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  537. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  538. this.ClientSize = new System.Drawing.Size(910, 610);
  539. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  540. this.IsUserControlsSize = false;
  541. this.MinimizeBox = false;
  542. this.Name = "FrmPreselectedUpdate";
  543. this.Text = "编辑";
  544. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  545. this.plExMainContainer.ResumeLayout(false);
  546. this.plFormMainContent.ResumeLayout(false);
  547. this.panelEx2.ResumeLayout(false);
  548. this.panelEx2.PerformLayout();
  549. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).EndInit();
  550. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  551. this.ResumeLayout(false);
  552. }
  553. #endregion
  554. private ComponentLibrary.PanelEx panelEx2;
  555. protected ComponentLibrary.ButtonEx btndelete;
  556. protected ComponentLibrary.ButtonEx btnClose;
  557. protected ComponentLibrary.PictureBoxEx picDsfm_PicturePath;
  558. protected ComponentLibrary.DataGridViewEx dgv;
  559. private ComponentLibrary.LabelEx labelEx18;
  560. protected ComponentLibrary.TextBoxBasicEx txtDsro_ReservationBackTime;
  561. protected ComponentLibrary.TextBoxBasicEx txtDsro_TakeDressTime;
  562. private ComponentLibrary.LabelEx labelEx16;
  563. private ComponentLibrary.PanelEx panelEx1;
  564. protected ComponentLibrary.TextBoxBasicEx txtDsro_Remark;
  565. private ComponentLibrary.LabelEx labelEx7;
  566. protected ComponentLibrary.TextBoxBasicEx txtDsro_CreateDateTime;
  567. private ComponentLibrary.LabelEx labelEx5;
  568. protected ComponentLibrary.TextBoxBasicEx txtDsro_MortgageAmount;
  569. protected ComponentLibrary.TextBoxBasicEx txtDsro_Amount;
  570. private ComponentLibrary.LabelEx labelEx2;
  571. protected ComponentLibrary.TextBoxBasicEx txtDsro_Number;
  572. private ComponentLibrary.LabelEx labelEx6;
  573. private ComponentLibrary.LabelEx labelEx1;
  574. protected ComponentLibrary.ButtonEx btnSave;
  575. protected ComponentLibrary.LabelEx lbl2;
  576. protected ComponentLibrary.LabelEx lbl1;
  577. protected ComponentLibrary.ComboBoxTreeViewEx txtDsro_CreateName;
  578. private ComponentLibrary.LabelEx labelEx3;
  579. protected ComponentLibrary.ButtonEx btnSelect;
  580. protected ComponentLibrary.ButtonEx btnOk;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressNumber;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressName;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressQuantity;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CostPrice;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_SalePrice;
  587. }
  588. }