FrmPreselection.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746
  1. namespace LYFZ.Software.UI.Dresses.DressManagement
  2. {
  3. partial class FrmPreselection
  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(FrmPreselection));
  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. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.txtDsro_CreateName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  37. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.btnChoose = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  42. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  43. this.txtCus_CustomerNumber = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  44. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  46. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Dsro_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.销售人员 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Dsro_CreateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Dsro_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.btnCusSelect = new LYFZ.ComponentLibrary.ButtonForm();
  56. this.picDsfm_PicturePath = new LYFZ.ComponentLibrary.PictureBoxEx();
  57. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  58. this.Dsfm_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Dsfm_DressType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Dsfm_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Dsfm_DressQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Dsfm_RentPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Dsfm_SalePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Dsfm_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.txtCus_Telephone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  67. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.txtCus_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  69. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  70. this.txtDsro_CreateDateTime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  71. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  72. this.txtDsro_HandledName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  73. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  74. this.txtDsro_Number = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  75. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  76. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  77. this.btnPreselection = new LYFZ.ComponentLibrary.ButtonEx();
  78. this.plExMainContainer.SuspendLayout();
  79. this.plFormMainContent.SuspendLayout();
  80. this.panelEx2.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // plExMainContainer
  87. //
  88. this.plExMainContainer.Controls.Add(this.panelEx2);
  89. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  90. this.plExMainContainer.Size = new System.Drawing.Size(910, 585);
  91. //
  92. // plFormMainContent
  93. //
  94. this.plFormMainContent.Size = new System.Drawing.Size(910, 585);
  95. //
  96. // btnAppFormMaximize
  97. //
  98. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  99. //
  100. // btnAppFormExit
  101. //
  102. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  103. //
  104. // btnAppFormMinimize
  105. //
  106. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  107. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  108. //
  109. // panelEx2
  110. //
  111. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  112. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  113. this.panelEx2.BorderWidth = 1;
  114. this.panelEx2.Controls.Add(this.txtDsro_CreateName);
  115. this.panelEx2.Controls.Add(this.labelEx7);
  116. this.panelEx2.Controls.Add(this.btnChoose);
  117. this.panelEx2.Controls.Add(this.btnSlect);
  118. this.panelEx2.Controls.Add(this.btnDelete);
  119. this.panelEx2.Controls.Add(this.txtkeyword);
  120. this.panelEx2.Controls.Add(this.ucPagerEx1);
  121. this.panelEx2.Controls.Add(this.txtCus_CustomerNumber);
  122. this.panelEx2.Controls.Add(this.labelEx19);
  123. this.panelEx2.Controls.Add(this.dgv2);
  124. this.panelEx2.Controls.Add(this.labelEx2);
  125. this.panelEx2.Controls.Add(this.btnClose);
  126. this.panelEx2.Controls.Add(this.btnCusSelect);
  127. this.panelEx2.Controls.Add(this.picDsfm_PicturePath);
  128. this.panelEx2.Controls.Add(this.dgv);
  129. this.panelEx2.Controls.Add(this.labelEx18);
  130. this.panelEx2.Controls.Add(this.txtCus_Telephone);
  131. this.panelEx2.Controls.Add(this.labelEx10);
  132. this.panelEx2.Controls.Add(this.txtCus_Name);
  133. this.panelEx2.Controls.Add(this.labelEx9);
  134. this.panelEx2.Controls.Add(this.txtDsro_CreateDateTime);
  135. this.panelEx2.Controls.Add(this.labelEx5);
  136. this.panelEx2.Controls.Add(this.txtDsro_HandledName);
  137. this.panelEx2.Controls.Add(this.labelEx4);
  138. this.panelEx2.Controls.Add(this.txtDsro_Number);
  139. this.panelEx2.Controls.Add(this.labelEx6);
  140. this.panelEx2.Controls.Add(this.labelEx1);
  141. this.panelEx2.Controls.Add(this.btnPreselection);
  142. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  144. this.panelEx2.Name = "panelEx2";
  145. this.panelEx2.Size = new System.Drawing.Size(890, 565);
  146. this.panelEx2.TabIndex = 197;
  147. //
  148. // txtDsro_CreateName
  149. //
  150. this.txtDsro_CreateName.AfterSelectLevelFirstNode = false;
  151. this.txtDsro_CreateName.DropDownHeight = 220;
  152. this.txtDsro_CreateName.DropDownShow = false;
  153. this.txtDsro_CreateName.FormattingEnabled = true;
  154. this.txtDsro_CreateName.IntegralHeight = false;
  155. this.txtDsro_CreateName.IsNodeMouseClick = false;
  156. this.txtDsro_CreateName.IsSelectParentNode = false;
  157. this.txtDsro_CreateName.Location = new System.Drawing.Point(92, 80);
  158. this.txtDsro_CreateName.Name = "txtDsro_CreateName";
  159. this.txtDsro_CreateName.ReadOnly = true;
  160. this.txtDsro_CreateName.SelectedNode = null;
  161. this.txtDsro_CreateName.Size = new System.Drawing.Size(132, 20);
  162. this.txtDsro_CreateName.StrGetName = "";
  163. this.txtDsro_CreateName.StrKey = null;
  164. this.txtDsro_CreateName.TabIndex = 288;
  165. //
  166. // labelEx7
  167. //
  168. this.labelEx7.AutoSize = true;
  169. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  170. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  171. this.labelEx7.Location = new System.Drawing.Point(20, 82);
  172. this.labelEx7.Name = "labelEx7";
  173. this.labelEx7.Size = new System.Drawing.Size(73, 17);
  174. this.labelEx7.TabIndex = 289;
  175. this.labelEx7.Text = "*销售人员:";
  176. //
  177. // btnChoose
  178. //
  179. this.btnChoose.BackColor = System.Drawing.Color.Transparent;
  180. this.btnChoose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnChoose.BackImg")));
  181. this.btnChoose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  182. this.btnChoose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  183. this.btnChoose.ForeColor = System.Drawing.Color.White;
  184. this.btnChoose.IsCustomBackImg = false;
  185. this.btnChoose.IsShowText = true;
  186. this.btnChoose.Location = new System.Drawing.Point(416, 309);
  187. this.btnChoose.Name = "btnChoose";
  188. this.btnChoose.Size = new System.Drawing.Size(87, 26);
  189. this.btnChoose.TabIndex = 287;
  190. this.btnChoose.Text = " 选 择";
  191. this.btnChoose.UseVisualStyleBackColor = false;
  192. //
  193. // btnSlect
  194. //
  195. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  196. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  197. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  198. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  199. this.btnSlect.ForeColor = System.Drawing.Color.White;
  200. this.btnSlect.IsCustomBackImg = false;
  201. this.btnSlect.IsShowText = true;
  202. this.btnSlect.Location = new System.Drawing.Point(230, 309);
  203. this.btnSlect.Name = "btnSlect";
  204. this.btnSlect.Size = new System.Drawing.Size(87, 26);
  205. this.btnSlect.TabIndex = 283;
  206. this.btnSlect.Text = " 查 询";
  207. this.btnSlect.UseVisualStyleBackColor = false;
  208. //
  209. // btnDelete
  210. //
  211. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  212. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  213. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  214. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  215. this.btnDelete.ForeColor = System.Drawing.Color.White;
  216. this.btnDelete.IsCustomBackImg = false;
  217. this.btnDelete.IsShowText = true;
  218. this.btnDelete.Location = new System.Drawing.Point(323, 309);
  219. this.btnDelete.Name = "btnDelete";
  220. this.btnDelete.Size = new System.Drawing.Size(87, 26);
  221. this.btnDelete.TabIndex = 286;
  222. this.btnDelete.Text = " 删 除";
  223. this.btnDelete.UseVisualStyleBackColor = false;
  224. //
  225. // txtkeyword
  226. //
  227. this.txtkeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  228. this.txtkeyword.EmptyTextTip = null;
  229. this.txtkeyword.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  230. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 9F);
  231. this.txtkeyword.Location = new System.Drawing.Point(103, 311);
  232. this.txtkeyword.Name = "txtkeyword";
  233. this.txtkeyword.Size = new System.Drawing.Size(121, 23);
  234. this.txtkeyword.TabIndex = 284;
  235. //
  236. // ucPagerEx1
  237. //
  238. this.ucPagerEx1.CurrentPageCount = 0;
  239. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  240. this.ucPagerEx1.Location = new System.Drawing.Point(0, 539);
  241. this.ucPagerEx1.Name = "ucPagerEx1";
  242. this.ucPagerEx1.NMax = 0;
  243. this.ucPagerEx1.PageCount = 0;
  244. this.ucPagerEx1.PageCurrent = 1;
  245. this.ucPagerEx1.PageSize = 20;
  246. this.ucPagerEx1.Size = new System.Drawing.Size(888, 24);
  247. this.ucPagerEx1.TabIndex = 282;
  248. this.ucPagerEx1.TbDataSource = null;
  249. //
  250. // txtCus_CustomerNumber
  251. //
  252. this.txtCus_CustomerNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  253. this.txtCus_CustomerNumber.EmptyTextTip = null;
  254. this.txtCus_CustomerNumber.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  255. this.txtCus_CustomerNumber.Font = new System.Drawing.Font("微软雅黑", 9F);
  256. this.txtCus_CustomerNumber.Location = new System.Drawing.Point(798, 47);
  257. this.txtCus_CustomerNumber.Name = "txtCus_CustomerNumber";
  258. this.txtCus_CustomerNumber.Size = new System.Drawing.Size(75, 23);
  259. this.txtCus_CustomerNumber.TabIndex = 281;
  260. this.txtCus_CustomerNumber.Visible = false;
  261. //
  262. // labelEx19
  263. //
  264. this.labelEx19.AutoSize = true;
  265. this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  266. this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  267. this.labelEx19.Location = new System.Drawing.Point(727, 50);
  268. this.labelEx19.Name = "labelEx19";
  269. this.labelEx19.Size = new System.Drawing.Size(68, 17);
  270. this.labelEx19.TabIndex = 280;
  271. this.labelEx19.Text = "客户编号:";
  272. this.labelEx19.Visible = false;
  273. //
  274. // dgv2
  275. //
  276. this.dgv2.AllowUserToAddRows = false;
  277. this.dgv2.AllowUserToDeleteRows = false;
  278. this.dgv2.AllowUserToResizeRows = false;
  279. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  280. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  281. this.dgv2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  282. | System.Windows.Forms.AnchorStyles.Left)
  283. | System.Windows.Forms.AnchorStyles.Right)));
  284. this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  285. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  286. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  287. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  288. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  289. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  290. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  292. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  293. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  294. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  295. this.dgv2.ColumnHeadersHeight = 24;
  296. this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  297. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  298. this.Column1,
  299. this.Dsro_Number,
  300. this.Cus_Name,
  301. this.Cus_Telephone,
  302. this.销售人员,
  303. this.Dsro_CreateName,
  304. this.Dsro_CreateDateTime});
  305. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  306. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  307. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  309. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  310. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  311. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  312. this.dgv2.DefaultCellStyle = dataGridViewCellStyle3;
  313. this.dgv2.EnableHeadersVisualStyles = false;
  314. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  315. this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
  316. this.dgv2.IsCompleteBonding = false;
  317. this.dgv2.Location = new System.Drawing.Point(10, 338);
  318. this.dgv2.Name = "dgv2";
  319. this.dgv2.ReadOnly = true;
  320. this.dgv2.RowHeadersVisible = false;
  321. this.dgv2.RowTemplate.Height = 23;
  322. this.dgv2.RowTemplate.ReadOnly = true;
  323. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  324. this.dgv2.Size = new System.Drawing.Size(870, 200);
  325. this.dgv2.TabIndex = 277;
  326. //
  327. // Column1
  328. //
  329. this.Column1.HeaderText = "ID";
  330. this.Column1.Name = "Column1";
  331. this.Column1.ReadOnly = true;
  332. this.Column1.Visible = false;
  333. //
  334. // Dsro_Number
  335. //
  336. this.Dsro_Number.HeaderText = "单号";
  337. this.Dsro_Number.Name = "Dsro_Number";
  338. this.Dsro_Number.ReadOnly = true;
  339. //
  340. // Cus_Name
  341. //
  342. this.Cus_Name.HeaderText = "客户名称";
  343. this.Cus_Name.Name = "Cus_Name";
  344. this.Cus_Name.ReadOnly = true;
  345. //
  346. // Cus_Telephone
  347. //
  348. this.Cus_Telephone.HeaderText = "电话";
  349. this.Cus_Telephone.Name = "Cus_Telephone";
  350. this.Cus_Telephone.ReadOnly = true;
  351. //
  352. // 销售人员
  353. //
  354. this.销售人员.HeaderText = "销售人员";
  355. this.销售人员.Name = "销售人员";
  356. this.销售人员.ReadOnly = true;
  357. //
  358. // Dsro_CreateName
  359. //
  360. this.Dsro_CreateName.HeaderText = "录入人";
  361. this.Dsro_CreateName.Name = "Dsro_CreateName";
  362. this.Dsro_CreateName.ReadOnly = true;
  363. //
  364. // Dsro_CreateDateTime
  365. //
  366. this.Dsro_CreateDateTime.HeaderText = "日期";
  367. this.Dsro_CreateDateTime.Name = "Dsro_CreateDateTime";
  368. this.Dsro_CreateDateTime.ReadOnly = true;
  369. //
  370. // labelEx2
  371. //
  372. this.labelEx2.AutoSize = true;
  373. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  374. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  375. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  376. this.labelEx2.Location = new System.Drawing.Point(11, 318);
  377. this.labelEx2.Name = "labelEx2";
  378. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  379. this.labelEx2.TabIndex = 276;
  380. this.labelEx2.Text = "已预选管理";
  381. //
  382. // btnClose
  383. //
  384. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  385. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  386. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  387. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  388. this.btnClose.ForeColor = System.Drawing.Color.White;
  389. this.btnClose.IsCustomBackImg = false;
  390. this.btnClose.IsShowText = true;
  391. this.btnClose.Location = new System.Drawing.Point(786, 9);
  392. this.btnClose.Name = "btnClose";
  393. this.btnClose.Size = new System.Drawing.Size(87, 26);
  394. this.btnClose.TabIndex = 272;
  395. this.btnClose.Text = " 关 闭";
  396. this.btnClose.UseVisualStyleBackColor = false;
  397. //
  398. // btnCusSelect
  399. //
  400. this.btnCusSelect.BackColor = System.Drawing.Color.Transparent;
  401. this.btnCusSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCusSelect.BackImg")));
  402. this.btnCusSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  403. this.btnCusSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  404. this.btnCusSelect.ForeColor = System.Drawing.Color.White;
  405. this.btnCusSelect.IsCustomBackImg = false;
  406. this.btnCusSelect.IsShowText = true;
  407. this.btnCusSelect.Location = new System.Drawing.Point(444, 46);
  408. this.btnCusSelect.Name = "btnCusSelect";
  409. this.btnCusSelect.Size = new System.Drawing.Size(50, 24);
  410. this.btnCusSelect.TabIndex = 265;
  411. this.btnCusSelect.Text = " 选择";
  412. this.btnCusSelect.UseVisualStyleBackColor = false;
  413. //
  414. // picDsfm_PicturePath
  415. //
  416. this.picDsfm_PicturePath.BackColor = System.Drawing.Color.Silver;
  417. this.picDsfm_PicturePath.Cursor = System.Windows.Forms.Cursors.Hand;
  418. this.picDsfm_PicturePath.Enabled = false;
  419. this.picDsfm_PicturePath.Location = new System.Drawing.Point(689, 141);
  420. this.picDsfm_PicturePath.Name = "picDsfm_PicturePath";
  421. this.picDsfm_PicturePath.Size = new System.Drawing.Size(184, 153);
  422. this.picDsfm_PicturePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  423. this.picDsfm_PicturePath.TabIndex = 264;
  424. this.picDsfm_PicturePath.TabStop = false;
  425. //
  426. // dgv
  427. //
  428. this.dgv.AllowUserToAddRows = false;
  429. this.dgv.AllowUserToDeleteRows = false;
  430. this.dgv.AllowUserToResizeRows = false;
  431. dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
  432. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  433. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  434. this.dgv.BackgroundColor = System.Drawing.Color.White;
  435. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  436. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  437. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  438. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  439. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
  441. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  442. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  443. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  444. this.dgv.ColumnHeadersHeight = 24;
  445. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  446. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  447. this.Dsfm_DressNumber,
  448. this.Dsfm_DressType,
  449. this.Dsfm_DressName,
  450. this.Dsfm_DressQuantity,
  451. this.Dsfm_RentPrice,
  452. this.Dsfm_SalePrice,
  453. this.Dsfm_CostPrice});
  454. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  455. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  456. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  458. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  459. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  460. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  461. this.dgv.DefaultCellStyle = dataGridViewCellStyle6;
  462. this.dgv.EnableHeadersVisualStyles = false;
  463. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  464. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  465. this.dgv.IsCompleteBonding = false;
  466. this.dgv.Location = new System.Drawing.Point(14, 141);
  467. this.dgv.MultiSelect = false;
  468. this.dgv.Name = "dgv";
  469. this.dgv.ReadOnly = true;
  470. this.dgv.RowHeadersVisible = false;
  471. this.dgv.RowTemplate.Height = 23;
  472. this.dgv.RowTemplate.ReadOnly = true;
  473. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  474. this.dgv.Size = new System.Drawing.Size(657, 153);
  475. this.dgv.TabIndex = 262;
  476. //
  477. // Dsfm_DressNumber
  478. //
  479. this.Dsfm_DressNumber.HeaderText = "编号";
  480. this.Dsfm_DressNumber.Name = "Dsfm_DressNumber";
  481. this.Dsfm_DressNumber.ReadOnly = true;
  482. //
  483. // Dsfm_DressType
  484. //
  485. this.Dsfm_DressType.HeaderText = "类别";
  486. this.Dsfm_DressType.Name = "Dsfm_DressType";
  487. this.Dsfm_DressType.ReadOnly = true;
  488. //
  489. // Dsfm_DressName
  490. //
  491. this.Dsfm_DressName.HeaderText = "名称";
  492. this.Dsfm_DressName.Name = "Dsfm_DressName";
  493. this.Dsfm_DressName.ReadOnly = true;
  494. //
  495. // Dsfm_DressQuantity
  496. //
  497. this.Dsfm_DressQuantity.HeaderText = "数量";
  498. this.Dsfm_DressQuantity.Name = "Dsfm_DressQuantity";
  499. this.Dsfm_DressQuantity.ReadOnly = true;
  500. //
  501. // Dsfm_RentPrice
  502. //
  503. this.Dsfm_RentPrice.HeaderText = "出租价";
  504. this.Dsfm_RentPrice.Name = "Dsfm_RentPrice";
  505. this.Dsfm_RentPrice.ReadOnly = true;
  506. //
  507. // Dsfm_SalePrice
  508. //
  509. this.Dsfm_SalePrice.HeaderText = "出售价";
  510. this.Dsfm_SalePrice.Name = "Dsfm_SalePrice";
  511. this.Dsfm_SalePrice.ReadOnly = true;
  512. //
  513. // Dsfm_CostPrice
  514. //
  515. this.Dsfm_CostPrice.HeaderText = "成本价";
  516. this.Dsfm_CostPrice.Name = "Dsfm_CostPrice";
  517. this.Dsfm_CostPrice.ReadOnly = true;
  518. this.Dsfm_CostPrice.Visible = false;
  519. //
  520. // labelEx18
  521. //
  522. this.labelEx18.AutoSize = true;
  523. this.labelEx18.BackColor = System.Drawing.Color.Transparent;
  524. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  525. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  526. this.labelEx18.Location = new System.Drawing.Point(11, 122);
  527. this.labelEx18.Name = "labelEx18";
  528. this.labelEx18.Size = new System.Drawing.Size(56, 17);
  529. this.labelEx18.TabIndex = 261;
  530. this.labelEx18.Text = "礼服资料";
  531. //
  532. // txtCus_Telephone
  533. //
  534. this.txtCus_Telephone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  535. this.txtCus_Telephone.EmptyTextTip = null;
  536. this.txtCus_Telephone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  537. this.txtCus_Telephone.Font = new System.Drawing.Font("微软雅黑", 9F);
  538. this.txtCus_Telephone.Location = new System.Drawing.Point(607, 47);
  539. this.txtCus_Telephone.MaxLength = 11;
  540. this.txtCus_Telephone.Name = "txtCus_Telephone";
  541. this.txtCus_Telephone.Size = new System.Drawing.Size(114, 23);
  542. this.txtCus_Telephone.TabIndex = 240;
  543. //
  544. // labelEx10
  545. //
  546. this.labelEx10.AutoSize = true;
  547. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  548. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  549. this.labelEx10.Location = new System.Drawing.Point(555, 50);
  550. this.labelEx10.Name = "labelEx10";
  551. this.labelEx10.Size = new System.Drawing.Size(49, 17);
  552. this.labelEx10.TabIndex = 239;
  553. this.labelEx10.Text = "*电话:";
  554. //
  555. // txtCus_Name
  556. //
  557. this.txtCus_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  558. this.txtCus_Name.EmptyTextTip = null;
  559. this.txtCus_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  560. this.txtCus_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  561. this.txtCus_Name.Location = new System.Drawing.Point(342, 47);
  562. this.txtCus_Name.Name = "txtCus_Name";
  563. this.txtCus_Name.Size = new System.Drawing.Size(100, 23);
  564. this.txtCus_Name.TabIndex = 238;
  565. //
  566. // labelEx9
  567. //
  568. this.labelEx9.AutoSize = true;
  569. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  570. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  571. this.labelEx9.Location = new System.Drawing.Point(266, 50);
  572. this.labelEx9.Name = "labelEx9";
  573. this.labelEx9.Size = new System.Drawing.Size(77, 17);
  574. this.labelEx9.TabIndex = 237;
  575. this.labelEx9.Text = "* 客户姓名:";
  576. //
  577. // txtDsro_CreateDateTime
  578. //
  579. this.txtDsro_CreateDateTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  580. this.txtDsro_CreateDateTime.EmptyTextTip = null;
  581. this.txtDsro_CreateDateTime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  582. this.txtDsro_CreateDateTime.Font = new System.Drawing.Font("微软雅黑", 9F);
  583. this.txtDsro_CreateDateTime.Location = new System.Drawing.Point(607, 79);
  584. this.txtDsro_CreateDateTime.Name = "txtDsro_CreateDateTime";
  585. this.txtDsro_CreateDateTime.ReadOnly = true;
  586. this.txtDsro_CreateDateTime.Size = new System.Drawing.Size(114, 23);
  587. this.txtDsro_CreateDateTime.TabIndex = 231;
  588. //
  589. // labelEx5
  590. //
  591. this.labelEx5.AutoSize = true;
  592. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  593. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  594. this.labelEx5.Location = new System.Drawing.Point(555, 82);
  595. this.labelEx5.Name = "labelEx5";
  596. this.labelEx5.Size = new System.Drawing.Size(49, 17);
  597. this.labelEx5.TabIndex = 230;
  598. this.labelEx5.Text = "*日期:";
  599. //
  600. // txtDsro_HandledName
  601. //
  602. this.txtDsro_HandledName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  603. this.txtDsro_HandledName.EmptyTextTip = null;
  604. this.txtDsro_HandledName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  605. this.txtDsro_HandledName.Font = new System.Drawing.Font("微软雅黑", 9F);
  606. this.txtDsro_HandledName.Location = new System.Drawing.Point(342, 79);
  607. this.txtDsro_HandledName.Name = "txtDsro_HandledName";
  608. this.txtDsro_HandledName.ReadOnly = true;
  609. this.txtDsro_HandledName.Size = new System.Drawing.Size(152, 23);
  610. this.txtDsro_HandledName.TabIndex = 229;
  611. //
  612. // labelEx4
  613. //
  614. this.labelEx4.AutoSize = true;
  615. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  616. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  617. this.labelEx4.Location = new System.Drawing.Point(282, 82);
  618. this.labelEx4.Name = "labelEx4";
  619. this.labelEx4.Size = new System.Drawing.Size(61, 17);
  620. this.labelEx4.TabIndex = 228;
  621. this.labelEx4.Text = "*经手人:";
  622. //
  623. // txtDsro_Number
  624. //
  625. this.txtDsro_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  626. this.txtDsro_Number.EmptyTextTip = null;
  627. this.txtDsro_Number.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  628. this.txtDsro_Number.Font = new System.Drawing.Font("微软雅黑", 9F);
  629. this.txtDsro_Number.Location = new System.Drawing.Point(92, 47);
  630. this.txtDsro_Number.Name = "txtDsro_Number";
  631. this.txtDsro_Number.ReadOnly = true;
  632. this.txtDsro_Number.Size = new System.Drawing.Size(132, 23);
  633. this.txtDsro_Number.TabIndex = 223;
  634. //
  635. // labelEx6
  636. //
  637. this.labelEx6.AutoSize = true;
  638. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  639. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  640. this.labelEx6.Location = new System.Drawing.Point(40, 50);
  641. this.labelEx6.Name = "labelEx6";
  642. this.labelEx6.Size = new System.Drawing.Size(53, 17);
  643. this.labelEx6.TabIndex = 222;
  644. this.labelEx6.Text = "* 单号:";
  645. //
  646. // labelEx1
  647. //
  648. this.labelEx1.AutoSize = true;
  649. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  650. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  651. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  652. this.labelEx1.Location = new System.Drawing.Point(11, 16);
  653. this.labelEx1.Name = "labelEx1";
  654. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  655. this.labelEx1.TabIndex = 201;
  656. this.labelEx1.Text = "预选资料";
  657. //
  658. // btnPreselection
  659. //
  660. this.btnPreselection.BackColor = System.Drawing.Color.Transparent;
  661. this.btnPreselection.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPreselection.BackImg")));
  662. this.btnPreselection.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  663. this.btnPreselection.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  664. this.btnPreselection.ForeColor = System.Drawing.Color.White;
  665. this.btnPreselection.IsCustomBackImg = false;
  666. this.btnPreselection.IsShowText = true;
  667. this.btnPreselection.Location = new System.Drawing.Point(689, 9);
  668. this.btnPreselection.Name = "btnPreselection";
  669. this.btnPreselection.Size = new System.Drawing.Size(87, 26);
  670. this.btnPreselection.TabIndex = 200;
  671. this.btnPreselection.Text = " 保 存";
  672. this.btnPreselection.UseVisualStyleBackColor = false;
  673. //
  674. // FrmPreselection
  675. //
  676. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  677. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  678. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  679. this.ClientSize = new System.Drawing.Size(910, 650);
  680. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  681. this.IsUserControlsSize = false;
  682. this.MaximizeBox = false;
  683. this.Name = "FrmPreselection";
  684. this.Text = "预选";
  685. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  686. this.plExMainContainer.ResumeLayout(false);
  687. this.plFormMainContent.ResumeLayout(false);
  688. this.panelEx2.ResumeLayout(false);
  689. this.panelEx2.PerformLayout();
  690. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  691. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).EndInit();
  692. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  693. this.ResumeLayout(false);
  694. }
  695. #endregion
  696. private ComponentLibrary.PanelEx panelEx2;
  697. protected ComponentLibrary.ButtonEx btnPreselection;
  698. private ComponentLibrary.LabelEx labelEx1;
  699. private ComponentLibrary.LabelEx labelEx6;
  700. protected ComponentLibrary.TextBoxBasicEx txtDsro_CreateDateTime;
  701. private ComponentLibrary.LabelEx labelEx5;
  702. protected ComponentLibrary.TextBoxBasicEx txtDsro_HandledName;
  703. private ComponentLibrary.LabelEx labelEx4;
  704. protected ComponentLibrary.TextBoxBasicEx txtDsro_Number;
  705. protected ComponentLibrary.TextBoxBasicEx txtCus_Name;
  706. private ComponentLibrary.LabelEx labelEx9;
  707. protected ComponentLibrary.TextBoxBasicEx txtCus_Telephone;
  708. private ComponentLibrary.LabelEx labelEx10;
  709. private ComponentLibrary.LabelEx labelEx18;
  710. protected ComponentLibrary.DataGridViewEx dgv;
  711. protected ComponentLibrary.PictureBoxEx picDsfm_PicturePath;
  712. protected ComponentLibrary.ButtonForm btnCusSelect;
  713. protected ComponentLibrary.ButtonEx btnClose;
  714. private ComponentLibrary.LabelEx labelEx2;
  715. protected ComponentLibrary.DataGridViewEx dgv2;
  716. protected ComponentLibrary.TextBoxBasicEx txtCus_CustomerNumber;
  717. private ComponentLibrary.LabelEx labelEx19;
  718. protected UCPager.ucPagerEx ucPagerEx1;
  719. protected ComponentLibrary.ButtonEx btnChoose;
  720. protected ComponentLibrary.ButtonEx btnSlect;
  721. protected ComponentLibrary.ButtonEx btnDelete;
  722. protected ComponentLibrary.TextBoxBasicEx txtkeyword;
  723. protected ComponentLibrary.ComboBoxTreeViewEx txtDsro_CreateName;
  724. private ComponentLibrary.LabelEx labelEx7;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  726. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Number;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn 销售人员;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateName;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateDateTime;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressNumber;
  733. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressType;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressName;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressQuantity;
  736. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_RentPrice;
  737. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_SalePrice;
  738. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CostPrice;
  739. }
  740. }