FrmPreselected.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. namespace LYFZ.Software.UI.Dresses.DressManagement
  2. {
  3. partial class FrmPreselected
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPreselected));
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  34. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Dsro_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Dsro_CreateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Dsro_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  45. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.plExMainContainer.SuspendLayout();
  47. this.plFormMainContent.SuspendLayout();
  48. this.panelEx2.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // plExMainContainer
  53. //
  54. this.plExMainContainer.Controls.Add(this.panelEx2);
  55. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  56. this.plExMainContainer.Size = new System.Drawing.Size(661, 545);
  57. //
  58. // plFormMainContent
  59. //
  60. this.plFormMainContent.Size = new System.Drawing.Size(661, 545);
  61. //
  62. // btnAppFormMaximize
  63. //
  64. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  65. this.btnAppFormMaximize.Location = new System.Drawing.Point(602, 0);
  66. //
  67. // btnAppFormExit
  68. //
  69. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  70. this.btnAppFormExit.Location = new System.Drawing.Point(629, 0);
  71. //
  72. // btnAppFormMinimize
  73. //
  74. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  75. this.btnAppFormMinimize.Location = new System.Drawing.Point(575, 0);
  76. //
  77. // panelEx2
  78. //
  79. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  80. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  81. this.panelEx2.BorderWidth = 1;
  82. this.panelEx2.Controls.Add(this.ucPagerEx1);
  83. this.panelEx2.Controls.Add(this.dgv);
  84. this.panelEx2.Controls.Add(this.btnSelect);
  85. this.panelEx2.Controls.Add(this.btnSlect);
  86. this.panelEx2.Controls.Add(this.btnDelete);
  87. this.panelEx2.Controls.Add(this.txtkeyword);
  88. this.panelEx2.Controls.Add(this.panelEx3);
  89. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  91. this.panelEx2.Name = "panelEx2";
  92. this.panelEx2.Size = new System.Drawing.Size(641, 525);
  93. this.panelEx2.TabIndex = 196;
  94. //
  95. // ucPagerEx1
  96. //
  97. this.ucPagerEx1.CurrentPageCount = 0;
  98. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  99. this.ucPagerEx1.Location = new System.Drawing.Point(0, 499);
  100. this.ucPagerEx1.Name = "ucPagerEx1";
  101. this.ucPagerEx1.NMax = 0;
  102. this.ucPagerEx1.PageCount = 0;
  103. this.ucPagerEx1.PageCurrent = 1;
  104. this.ucPagerEx1.PageSize = 20;
  105. this.ucPagerEx1.Size = new System.Drawing.Size(639, 24);
  106. this.ucPagerEx1.TabIndex = 284;
  107. this.ucPagerEx1.TbDataSource = null;
  108. //
  109. // dgv
  110. //
  111. this.dgv.AllowUserToAddRows = false;
  112. this.dgv.AllowUserToDeleteRows = false;
  113. this.dgv.AllowUserToResizeRows = false;
  114. dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
  115. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  116. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  117. | System.Windows.Forms.AnchorStyles.Left)
  118. | System.Windows.Forms.AnchorStyles.Right)));
  119. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  120. this.dgv.BackgroundColor = System.Drawing.Color.White;
  121. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  122. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  123. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  124. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  125. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
  127. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  128. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  129. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  130. this.dgv.ColumnHeadersHeight = 24;
  131. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  132. this.Column1,
  133. this.Dsro_Number,
  134. this.Cus_Name,
  135. this.Cus_Telephone,
  136. this.Dsro_CreateName,
  137. this.Dsro_CreateDateTime});
  138. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  139. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  140. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  142. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  143. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  144. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  145. this.dgv.DefaultCellStyle = dataGridViewCellStyle6;
  146. this.dgv.EnableHeadersVisualStyles = false;
  147. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  148. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  149. this.dgv.IsCompleteBonding = false;
  150. this.dgv.Location = new System.Drawing.Point(5, 48);
  151. this.dgv.Name = "dgv";
  152. this.dgv.ReadOnly = true;
  153. this.dgv.RowHeadersVisible = false;
  154. this.dgv.RowTemplate.Height = 23;
  155. this.dgv.RowTemplate.ReadOnly = true;
  156. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  157. this.dgv.Size = new System.Drawing.Size(630, 450);
  158. this.dgv.TabIndex = 283;
  159. //
  160. // Column1
  161. //
  162. this.Column1.HeaderText = "ID";
  163. this.Column1.Name = "Column1";
  164. this.Column1.ReadOnly = true;
  165. this.Column1.Visible = false;
  166. //
  167. // Dsro_Number
  168. //
  169. this.Dsro_Number.HeaderText = "单号";
  170. this.Dsro_Number.Name = "Dsro_Number";
  171. this.Dsro_Number.ReadOnly = true;
  172. //
  173. // Cus_Name
  174. //
  175. this.Cus_Name.HeaderText = "客户名称";
  176. this.Cus_Name.Name = "Cus_Name";
  177. this.Cus_Name.ReadOnly = true;
  178. //
  179. // Cus_Telephone
  180. //
  181. this.Cus_Telephone.HeaderText = "电话";
  182. this.Cus_Telephone.Name = "Cus_Telephone";
  183. this.Cus_Telephone.ReadOnly = true;
  184. //
  185. // Dsro_CreateName
  186. //
  187. this.Dsro_CreateName.HeaderText = "录入人";
  188. this.Dsro_CreateName.Name = "Dsro_CreateName";
  189. this.Dsro_CreateName.ReadOnly = true;
  190. //
  191. // Dsro_CreateDateTime
  192. //
  193. this.Dsro_CreateDateTime.HeaderText = "日期";
  194. this.Dsro_CreateDateTime.Name = "Dsro_CreateDateTime";
  195. this.Dsro_CreateDateTime.ReadOnly = true;
  196. //
  197. // btnSelect
  198. //
  199. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  200. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  201. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  202. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  203. this.btnSelect.ForeColor = System.Drawing.Color.White;
  204. this.btnSelect.IsCustomBackImg = false;
  205. this.btnSelect.IsShowText = true;
  206. this.btnSelect.Location = new System.Drawing.Point(324, 7);
  207. this.btnSelect.Name = "btnSelect";
  208. this.btnSelect.Size = new System.Drawing.Size(87, 26);
  209. this.btnSelect.TabIndex = 210;
  210. this.btnSelect.Text = " 选 择";
  211. this.btnSelect.UseVisualStyleBackColor = false;
  212. this.btnSelect.Visible = false;
  213. //
  214. // btnSlect
  215. //
  216. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  217. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  218. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  219. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  220. this.btnSlect.ForeColor = System.Drawing.Color.White;
  221. this.btnSlect.IsCustomBackImg = false;
  222. this.btnSlect.IsShowText = true;
  223. this.btnSlect.Location = new System.Drawing.Point(138, 7);
  224. this.btnSlect.Name = "btnSlect";
  225. this.btnSlect.Size = new System.Drawing.Size(87, 26);
  226. this.btnSlect.TabIndex = 198;
  227. this.btnSlect.Text = " 查 询";
  228. this.btnSlect.UseVisualStyleBackColor = false;
  229. //
  230. // btnDelete
  231. //
  232. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  233. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  234. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  235. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  236. this.btnDelete.ForeColor = System.Drawing.Color.White;
  237. this.btnDelete.IsCustomBackImg = false;
  238. this.btnDelete.IsShowText = true;
  239. this.btnDelete.Location = new System.Drawing.Point(231, 7);
  240. this.btnDelete.Name = "btnDelete";
  241. this.btnDelete.Size = new System.Drawing.Size(87, 26);
  242. this.btnDelete.TabIndex = 202;
  243. this.btnDelete.Text = " 删 除";
  244. this.btnDelete.UseVisualStyleBackColor = false;
  245. //
  246. // txtkeyword
  247. //
  248. this.txtkeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  249. this.txtkeyword.EmptyTextTip = null;
  250. this.txtkeyword.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  251. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 9F);
  252. this.txtkeyword.Location = new System.Drawing.Point(7, 8);
  253. this.txtkeyword.Name = "txtkeyword";
  254. this.txtkeyword.Size = new System.Drawing.Size(121, 23);
  255. this.txtkeyword.TabIndex = 199;
  256. //
  257. // panelEx3
  258. //
  259. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  260. | System.Windows.Forms.AnchorStyles.Right)));
  261. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  262. this.panelEx3.BorderWidth = 1;
  263. this.panelEx3.Location = new System.Drawing.Point(1, 42);
  264. this.panelEx3.Name = "panelEx3";
  265. this.panelEx3.Size = new System.Drawing.Size(639, 1);
  266. this.panelEx3.TabIndex = 197;
  267. //
  268. // FrmPreselected
  269. //
  270. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  271. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  272. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  273. this.ClientSize = new System.Drawing.Size(661, 610);
  274. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  275. this.Name = "FrmPreselected";
  276. this.Padding = new System.Windows.Forms.Padding(10);
  277. this.Text = "已预选管理";
  278. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  279. this.plExMainContainer.ResumeLayout(false);
  280. this.plFormMainContent.ResumeLayout(false);
  281. this.panelEx2.ResumeLayout(false);
  282. this.panelEx2.PerformLayout();
  283. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  284. this.ResumeLayout(false);
  285. }
  286. #endregion
  287. private ComponentLibrary.PanelEx panelEx2;
  288. protected ComponentLibrary.ButtonEx btnSlect;
  289. protected ComponentLibrary.ButtonEx btnDelete;
  290. protected ComponentLibrary.TextBoxBasicEx txtkeyword;
  291. private ComponentLibrary.PanelEx panelEx3;
  292. protected ComponentLibrary.ButtonEx btnSelect;
  293. protected UCPager.ucPagerEx ucPagerEx1;
  294. protected ComponentLibrary.DataGridViewEx dgv;
  295. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  296. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Number;
  297. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  298. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  299. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateName;
  300. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateDateTime;
  301. }
  302. }