DispatchDoor.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. namespace LYFZ.Software.UI.HospitalTrackingSystem
  2. {
  3. partial class DispatchDoor
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DispatchDoor));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.txtNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnAdding = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.txtBusinessType = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.txtBabyAge = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.txtBabyName = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.txtAreas = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.txtHusbandPhone = new LYFZ.ComponentLibrary.TextBoxEx();
  45. this.txtMyselfPhone = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.txtName = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. this.panelEx1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  60. this.panelEx2.SuspendLayout();
  61. this.panelEx3.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // plExMainContainer
  65. //
  66. this.plExMainContainer.Controls.Add(this.panelEx1);
  67. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  68. this.plExMainContainer.Size = new System.Drawing.Size(940, 545);
  69. //
  70. // plFormMainContent
  71. //
  72. this.plFormMainContent.Size = new System.Drawing.Size(940, 545);
  73. //
  74. // btnAppFormMaximize
  75. //
  76. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  77. this.btnAppFormMaximize.Location = new System.Drawing.Point(881, 0);
  78. //
  79. // btnAppFormExit
  80. //
  81. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  82. this.btnAppFormExit.Location = new System.Drawing.Point(908, 0);
  83. //
  84. // btnAppFormMinimize
  85. //
  86. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  87. this.btnAppFormMinimize.Location = new System.Drawing.Point(881, 0);
  88. //
  89. // panelEx1
  90. //
  91. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  92. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  93. this.panelEx1.BorderWidth = 1;
  94. this.panelEx1.Controls.Add(this.dgvData);
  95. this.panelEx1.Controls.Add(this.panelEx2);
  96. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  98. this.panelEx1.Name = "panelEx1";
  99. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  100. this.panelEx1.Size = new System.Drawing.Size(920, 525);
  101. this.panelEx1.TabIndex = 16;
  102. //
  103. // dgvData
  104. //
  105. this.dgvData.AllowUserToAddRows = false;
  106. this.dgvData.AllowUserToDeleteRows = false;
  107. this.dgvData.AllowUserToResizeRows = false;
  108. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  109. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  110. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  111. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  112. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  114. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  115. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  116. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  117. this.dgvData.ColumnHeadersHeight = 24;
  118. this.dgvData.dgvColumnHeadersHeight = 24;
  119. this.dgvData.dgvCurrentColumnOriginalSet = "";
  120. this.dgvData.dgvCurrentColumnWidth = "";
  121. this.dgvData.dgvCurrentHideColumn = null;
  122. this.dgvData.dgvFixedHideColumn = null;
  123. this.dgvData.dgvGuidName = null;
  124. this.dgvData.dgvUserEmployeeID = null;
  125. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.dgvData.EnableHeadersVisualStyles = false;
  127. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  128. this.dgvData.ImageHeight = 15;
  129. this.dgvData.ImageWidth = 15;
  130. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  131. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  132. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  133. this.dgvData.IsCompleteBonding = false;
  134. this.dgvData.IsCopyCellValue = true;
  135. this.dgvData.IsShowSerialNumber = false;
  136. this.dgvData.IsSortedRedraw = true;
  137. this.dgvData.IsSortMode = false;
  138. this.dgvData.Location = new System.Drawing.Point(2, 214);
  139. this.dgvData.Name = "dgvData";
  140. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  141. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  142. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  144. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  145. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  146. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  147. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  148. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  149. this.dgvData.RowHeadersWidth = 25;
  150. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  151. this.dgvData.RowTemplate.Height = 23;
  152. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  153. this.dgvData.Size = new System.Drawing.Size(916, 309);
  154. this.dgvData.StrSecondStageNull = "";
  155. this.dgvData.StrValueNullColumn = "";
  156. this.dgvData.TabIndex = 29;
  157. this.dgvData.ViceCount = 1;
  158. //
  159. // panelEx2
  160. //
  161. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  162. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  163. this.panelEx2.BorderWidth = 1;
  164. this.panelEx2.Controls.Add(this.txtNumber);
  165. this.panelEx2.Controls.Add(this.panelEx3);
  166. this.panelEx2.Controls.Add(this.txtBusinessType);
  167. this.panelEx2.Controls.Add(this.txtBabyAge);
  168. this.panelEx2.Controls.Add(this.txtBabyName);
  169. this.panelEx2.Controls.Add(this.txtAreas);
  170. this.panelEx2.Controls.Add(this.txtHusbandPhone);
  171. this.panelEx2.Controls.Add(this.txtMyselfPhone);
  172. this.panelEx2.Controls.Add(this.txtName);
  173. this.panelEx2.Controls.Add(this.labelEx5);
  174. this.panelEx2.Controls.Add(this.labelEx8);
  175. this.panelEx2.Controls.Add(this.labelEx4);
  176. this.panelEx2.Controls.Add(this.labelEx12);
  177. this.panelEx2.Controls.Add(this.labelEx7);
  178. this.panelEx2.Controls.Add(this.labelEx3);
  179. this.panelEx2.Controls.Add(this.labelEx2);
  180. this.panelEx2.Controls.Add(this.labelEx1);
  181. this.panelEx2.Controls.Add(this.labelEx6);
  182. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  183. this.panelEx2.Location = new System.Drawing.Point(2, 2);
  184. this.panelEx2.Name = "panelEx2";
  185. this.panelEx2.Size = new System.Drawing.Size(916, 212);
  186. this.panelEx2.TabIndex = 58;
  187. //
  188. // txtNumber
  189. //
  190. this.txtNumber.BackColor = System.Drawing.Color.Transparent;
  191. this.txtNumber.Icon = null;
  192. this.txtNumber.IconIsButton = false;
  193. this.txtNumber.IsPasswordChat = '\0';
  194. this.txtNumber.IsSystemPasswordChar = false;
  195. this.txtNumber.Lines = new string[0];
  196. this.txtNumber.Location = new System.Drawing.Point(85, 11);
  197. this.txtNumber.Margin = new System.Windows.Forms.Padding(0);
  198. this.txtNumber.MaxLength = 32767;
  199. this.txtNumber.MinimumSize = new System.Drawing.Size(0, 26);
  200. this.txtNumber.MouseBack = null;
  201. this.txtNumber.Multiline = false;
  202. this.txtNumber.Name = "txtNumber";
  203. this.txtNumber.NormlBack = null;
  204. this.txtNumber.Padding = new System.Windows.Forms.Padding(5);
  205. this.txtNumber.ReadOnly = true;
  206. this.txtNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  207. this.txtNumber.Size = new System.Drawing.Size(226, 26);
  208. this.txtNumber.TabIndex = 74;
  209. this.txtNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  210. this.txtNumber.WaterColor = System.Drawing.Color.DarkGray;
  211. this.txtNumber.WaterText = "";
  212. this.txtNumber.WordWrap = true;
  213. //
  214. // panelEx3
  215. //
  216. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  217. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  218. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  219. this.panelEx3.BorderWidth = 1;
  220. this.panelEx3.Controls.Add(this.btnOK);
  221. this.panelEx3.Controls.Add(this.btnUpdate);
  222. this.panelEx3.Controls.Add(this.btnDelete);
  223. this.panelEx3.Controls.Add(this.btnAdding);
  224. this.panelEx3.Location = new System.Drawing.Point(519, 163);
  225. this.panelEx3.Name = "panelEx3";
  226. this.panelEx3.Size = new System.Drawing.Size(394, 38);
  227. this.panelEx3.TabIndex = 73;
  228. //
  229. // btnOK
  230. //
  231. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  232. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  233. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  234. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  235. this.btnOK.ForeColor = System.Drawing.Color.White;
  236. this.btnOK.IsCustomBackImg = false;
  237. this.btnOK.IsShowText = true;
  238. this.btnOK.Location = new System.Drawing.Point(299, 5);
  239. this.btnOK.Name = "btnOK";
  240. this.btnOK.Size = new System.Drawing.Size(85, 28);
  241. this.btnOK.TabIndex = 31;
  242. this.btnOK.Text = " 确 定";
  243. this.btnOK.UseVisualStyleBackColor = false;
  244. //
  245. // btnUpdate
  246. //
  247. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  248. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  249. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  250. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  251. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  252. this.btnUpdate.IsCustomBackImg = false;
  253. this.btnUpdate.IsShowText = true;
  254. this.btnUpdate.Location = new System.Drawing.Point(108, 5);
  255. this.btnUpdate.Name = "btnUpdate";
  256. this.btnUpdate.Size = new System.Drawing.Size(85, 28);
  257. this.btnUpdate.TabIndex = 30;
  258. this.btnUpdate.Text = " 修改派单";
  259. this.btnUpdate.UseVisualStyleBackColor = false;
  260. this.btnUpdate.Visible = false;
  261. //
  262. // btnDelete
  263. //
  264. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  265. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  266. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  267. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  268. this.btnDelete.ForeColor = System.Drawing.Color.White;
  269. this.btnDelete.IsCustomBackImg = false;
  270. this.btnDelete.IsShowText = true;
  271. this.btnDelete.Location = new System.Drawing.Point(204, 5);
  272. this.btnDelete.Name = "btnDelete";
  273. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  274. this.btnDelete.TabIndex = 29;
  275. this.btnDelete.Text = " 删 除";
  276. this.btnDelete.UseVisualStyleBackColor = false;
  277. this.btnDelete.Visible = false;
  278. //
  279. // btnAdding
  280. //
  281. this.btnAdding.BackColor = System.Drawing.Color.Transparent;
  282. this.btnAdding.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdding.BackImg")));
  283. this.btnAdding.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  284. this.btnAdding.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  285. this.btnAdding.ForeColor = System.Drawing.Color.White;
  286. this.btnAdding.IsCustomBackImg = false;
  287. this.btnAdding.IsShowText = true;
  288. this.btnAdding.Location = new System.Drawing.Point(13, 5);
  289. this.btnAdding.Name = "btnAdding";
  290. this.btnAdding.Size = new System.Drawing.Size(85, 28);
  291. this.btnAdding.TabIndex = 27;
  292. this.btnAdding.Text = " 添加派单";
  293. this.btnAdding.UseVisualStyleBackColor = false;
  294. this.btnAdding.Visible = false;
  295. //
  296. // txtBusinessType
  297. //
  298. this.txtBusinessType.BackColor = System.Drawing.Color.Transparent;
  299. this.txtBusinessType.Icon = null;
  300. this.txtBusinessType.IconIsButton = false;
  301. this.txtBusinessType.IsPasswordChat = '\0';
  302. this.txtBusinessType.IsSystemPasswordChar = false;
  303. this.txtBusinessType.Lines = new string[0];
  304. this.txtBusinessType.Location = new System.Drawing.Point(733, 79);
  305. this.txtBusinessType.Margin = new System.Windows.Forms.Padding(0);
  306. this.txtBusinessType.MaxLength = 32767;
  307. this.txtBusinessType.MinimumSize = new System.Drawing.Size(0, 26);
  308. this.txtBusinessType.MouseBack = null;
  309. this.txtBusinessType.Multiline = false;
  310. this.txtBusinessType.Name = "txtBusinessType";
  311. this.txtBusinessType.NormlBack = null;
  312. this.txtBusinessType.Padding = new System.Windows.Forms.Padding(5);
  313. this.txtBusinessType.ReadOnly = true;
  314. this.txtBusinessType.ScrollBars = System.Windows.Forms.ScrollBars.None;
  315. this.txtBusinessType.Size = new System.Drawing.Size(170, 26);
  316. this.txtBusinessType.TabIndex = 72;
  317. this.txtBusinessType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  318. this.txtBusinessType.WaterColor = System.Drawing.Color.DarkGray;
  319. this.txtBusinessType.WaterText = "";
  320. this.txtBusinessType.WordWrap = true;
  321. //
  322. // txtBabyAge
  323. //
  324. this.txtBabyAge.BackColor = System.Drawing.Color.Transparent;
  325. this.txtBabyAge.Icon = null;
  326. this.txtBabyAge.IconIsButton = false;
  327. this.txtBabyAge.IsPasswordChat = '\0';
  328. this.txtBabyAge.IsSystemPasswordChar = false;
  329. this.txtBabyAge.Lines = new string[0];
  330. this.txtBabyAge.Location = new System.Drawing.Point(506, 79);
  331. this.txtBabyAge.Margin = new System.Windows.Forms.Padding(0);
  332. this.txtBabyAge.MaxLength = 32767;
  333. this.txtBabyAge.MinimumSize = new System.Drawing.Size(0, 26);
  334. this.txtBabyAge.MouseBack = null;
  335. this.txtBabyAge.Multiline = false;
  336. this.txtBabyAge.Name = "txtBabyAge";
  337. this.txtBabyAge.NormlBack = null;
  338. this.txtBabyAge.Padding = new System.Windows.Forms.Padding(5);
  339. this.txtBabyAge.ReadOnly = true;
  340. this.txtBabyAge.ScrollBars = System.Windows.Forms.ScrollBars.None;
  341. this.txtBabyAge.Size = new System.Drawing.Size(104, 26);
  342. this.txtBabyAge.TabIndex = 71;
  343. this.txtBabyAge.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  344. this.txtBabyAge.WaterColor = System.Drawing.Color.DarkGray;
  345. this.txtBabyAge.WaterText = "";
  346. this.txtBabyAge.WordWrap = true;
  347. //
  348. // txtBabyName
  349. //
  350. this.txtBabyName.BackColor = System.Drawing.Color.Transparent;
  351. this.txtBabyName.Icon = null;
  352. this.txtBabyName.IconIsButton = false;
  353. this.txtBabyName.IsPasswordChat = '\0';
  354. this.txtBabyName.IsSystemPasswordChar = false;
  355. this.txtBabyName.Lines = new string[0];
  356. this.txtBabyName.Location = new System.Drawing.Point(79, 123);
  357. this.txtBabyName.Margin = new System.Windows.Forms.Padding(0);
  358. this.txtBabyName.MaxLength = 32767;
  359. this.txtBabyName.MinimumSize = new System.Drawing.Size(0, 26);
  360. this.txtBabyName.MouseBack = null;
  361. this.txtBabyName.Multiline = false;
  362. this.txtBabyName.Name = "txtBabyName";
  363. this.txtBabyName.NormlBack = null;
  364. this.txtBabyName.Padding = new System.Windows.Forms.Padding(5);
  365. this.txtBabyName.ReadOnly = true;
  366. this.txtBabyName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  367. this.txtBabyName.Size = new System.Drawing.Size(104, 26);
  368. this.txtBabyName.TabIndex = 70;
  369. this.txtBabyName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  370. this.txtBabyName.WaterColor = System.Drawing.Color.DarkGray;
  371. this.txtBabyName.WaterText = "";
  372. this.txtBabyName.WordWrap = true;
  373. //
  374. // txtAreas
  375. //
  376. this.txtAreas.BackColor = System.Drawing.Color.Transparent;
  377. this.txtAreas.Icon = null;
  378. this.txtAreas.IconIsButton = false;
  379. this.txtAreas.IsPasswordChat = '\0';
  380. this.txtAreas.IsSystemPasswordChar = false;
  381. this.txtAreas.Lines = new string[0];
  382. this.txtAreas.Location = new System.Drawing.Point(506, 123);
  383. this.txtAreas.Margin = new System.Windows.Forms.Padding(0);
  384. this.txtAreas.MaxLength = 32767;
  385. this.txtAreas.MinimumSize = new System.Drawing.Size(0, 26);
  386. this.txtAreas.MouseBack = null;
  387. this.txtAreas.Multiline = false;
  388. this.txtAreas.Name = "txtAreas";
  389. this.txtAreas.NormlBack = null;
  390. this.txtAreas.Padding = new System.Windows.Forms.Padding(5);
  391. this.txtAreas.ReadOnly = true;
  392. this.txtAreas.ScrollBars = System.Windows.Forms.ScrollBars.None;
  393. this.txtAreas.Size = new System.Drawing.Size(397, 26);
  394. this.txtAreas.TabIndex = 69;
  395. this.txtAreas.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  396. this.txtAreas.WaterColor = System.Drawing.Color.DarkGray;
  397. this.txtAreas.WaterText = "";
  398. this.txtAreas.WordWrap = true;
  399. //
  400. // txtHusbandPhone
  401. //
  402. this.txtHusbandPhone.BackColor = System.Drawing.Color.Transparent;
  403. this.txtHusbandPhone.Icon = null;
  404. this.txtHusbandPhone.IconIsButton = false;
  405. this.txtHusbandPhone.IsPasswordChat = '\0';
  406. this.txtHusbandPhone.IsSystemPasswordChar = false;
  407. this.txtHusbandPhone.Lines = new string[0];
  408. this.txtHusbandPhone.Location = new System.Drawing.Point(287, 123);
  409. this.txtHusbandPhone.Margin = new System.Windows.Forms.Padding(0);
  410. this.txtHusbandPhone.MaxLength = 32767;
  411. this.txtHusbandPhone.MinimumSize = new System.Drawing.Size(0, 26);
  412. this.txtHusbandPhone.MouseBack = null;
  413. this.txtHusbandPhone.Multiline = false;
  414. this.txtHusbandPhone.Name = "txtHusbandPhone";
  415. this.txtHusbandPhone.NormlBack = null;
  416. this.txtHusbandPhone.Padding = new System.Windows.Forms.Padding(5);
  417. this.txtHusbandPhone.ReadOnly = true;
  418. this.txtHusbandPhone.ScrollBars = System.Windows.Forms.ScrollBars.None;
  419. this.txtHusbandPhone.Size = new System.Drawing.Size(106, 26);
  420. this.txtHusbandPhone.TabIndex = 68;
  421. this.txtHusbandPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  422. this.txtHusbandPhone.WaterColor = System.Drawing.Color.DarkGray;
  423. this.txtHusbandPhone.WaterText = "";
  424. this.txtHusbandPhone.WordWrap = true;
  425. //
  426. // txtMyselfPhone
  427. //
  428. this.txtMyselfPhone.BackColor = System.Drawing.Color.Transparent;
  429. this.txtMyselfPhone.Icon = null;
  430. this.txtMyselfPhone.IconIsButton = false;
  431. this.txtMyselfPhone.IsPasswordChat = '\0';
  432. this.txtMyselfPhone.IsSystemPasswordChar = false;
  433. this.txtMyselfPhone.Lines = new string[0];
  434. this.txtMyselfPhone.Location = new System.Drawing.Point(287, 79);
  435. this.txtMyselfPhone.Margin = new System.Windows.Forms.Padding(0);
  436. this.txtMyselfPhone.MaxLength = 32767;
  437. this.txtMyselfPhone.MinimumSize = new System.Drawing.Size(0, 26);
  438. this.txtMyselfPhone.MouseBack = null;
  439. this.txtMyselfPhone.Multiline = false;
  440. this.txtMyselfPhone.Name = "txtMyselfPhone";
  441. this.txtMyselfPhone.NormlBack = null;
  442. this.txtMyselfPhone.Padding = new System.Windows.Forms.Padding(5);
  443. this.txtMyselfPhone.ReadOnly = true;
  444. this.txtMyselfPhone.ScrollBars = System.Windows.Forms.ScrollBars.None;
  445. this.txtMyselfPhone.Size = new System.Drawing.Size(106, 26);
  446. this.txtMyselfPhone.TabIndex = 67;
  447. this.txtMyselfPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  448. this.txtMyselfPhone.WaterColor = System.Drawing.Color.DarkGray;
  449. this.txtMyselfPhone.WaterText = "";
  450. this.txtMyselfPhone.WordWrap = true;
  451. //
  452. // txtName
  453. //
  454. this.txtName.BackColor = System.Drawing.Color.Transparent;
  455. this.txtName.Icon = null;
  456. this.txtName.IconIsButton = false;
  457. this.txtName.IsPasswordChat = '\0';
  458. this.txtName.IsSystemPasswordChar = false;
  459. this.txtName.Lines = new string[0];
  460. this.txtName.Location = new System.Drawing.Point(79, 79);
  461. this.txtName.Margin = new System.Windows.Forms.Padding(0);
  462. this.txtName.MaxLength = 32767;
  463. this.txtName.MinimumSize = new System.Drawing.Size(0, 26);
  464. this.txtName.MouseBack = null;
  465. this.txtName.Multiline = false;
  466. this.txtName.Name = "txtName";
  467. this.txtName.NormlBack = null;
  468. this.txtName.Padding = new System.Windows.Forms.Padding(5);
  469. this.txtName.ReadOnly = true;
  470. this.txtName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  471. this.txtName.Size = new System.Drawing.Size(104, 26);
  472. this.txtName.TabIndex = 66;
  473. this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  474. this.txtName.WaterColor = System.Drawing.Color.DarkGray;
  475. this.txtName.WaterText = "";
  476. this.txtName.WordWrap = true;
  477. //
  478. // labelEx5
  479. //
  480. this.labelEx5.AutoSize = true;
  481. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  482. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  483. this.labelEx5.Location = new System.Drawing.Point(668, 83);
  484. this.labelEx5.Name = "labelEx5";
  485. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  486. this.labelEx5.TabIndex = 61;
  487. this.labelEx5.Text = "业务意向:";
  488. //
  489. // labelEx8
  490. //
  491. this.labelEx8.AutoSize = true;
  492. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  493. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  494. this.labelEx8.Location = new System.Drawing.Point(441, 83);
  495. this.labelEx8.Name = "labelEx8";
  496. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  497. this.labelEx8.TabIndex = 64;
  498. this.labelEx8.Text = "宝宝年龄:";
  499. //
  500. // labelEx4
  501. //
  502. this.labelEx4.AutoSize = true;
  503. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  504. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  505. this.labelEx4.Location = new System.Drawing.Point(222, 83);
  506. this.labelEx4.Name = "labelEx4";
  507. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  508. this.labelEx4.TabIndex = 60;
  509. this.labelEx4.Text = "本人手机:";
  510. //
  511. // labelEx12
  512. //
  513. this.labelEx12.AutoSize = true;
  514. this.labelEx12.BackColor = System.Drawing.Color.Transparent;
  515. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  516. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  517. this.labelEx12.Location = new System.Drawing.Point(13, 48);
  518. this.labelEx12.Name = "labelEx12";
  519. this.labelEx12.Size = new System.Drawing.Size(61, 19);
  520. this.labelEx12.TabIndex = 65;
  521. this.labelEx12.Text = "客户资料";
  522. //
  523. // labelEx7
  524. //
  525. this.labelEx7.AutoSize = true;
  526. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  527. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  528. this.labelEx7.Location = new System.Drawing.Point(14, 127);
  529. this.labelEx7.Name = "labelEx7";
  530. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  531. this.labelEx7.TabIndex = 63;
  532. this.labelEx7.Text = "宝宝姓名:";
  533. //
  534. // labelEx3
  535. //
  536. this.labelEx3.AutoSize = true;
  537. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  538. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  539. this.labelEx3.Location = new System.Drawing.Point(222, 127);
  540. this.labelEx3.Name = "labelEx3";
  541. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  542. this.labelEx3.TabIndex = 59;
  543. this.labelEx3.Text = "老公手机:";
  544. //
  545. // labelEx2
  546. //
  547. this.labelEx2.AutoSize = true;
  548. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  549. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  550. this.labelEx2.Location = new System.Drawing.Point(14, 83);
  551. this.labelEx2.Name = "labelEx2";
  552. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  553. this.labelEx2.TabIndex = 58;
  554. this.labelEx2.Text = "客户姓名:";
  555. //
  556. // labelEx1
  557. //
  558. this.labelEx1.AutoSize = true;
  559. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  560. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  561. this.labelEx1.Location = new System.Drawing.Point(14, 15);
  562. this.labelEx1.Name = "labelEx1";
  563. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  564. this.labelEx1.TabIndex = 57;
  565. this.labelEx1.Text = "来单编号:";
  566. //
  567. // labelEx6
  568. //
  569. this.labelEx6.AutoSize = true;
  570. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  571. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  572. this.labelEx6.Location = new System.Drawing.Point(441, 127);
  573. this.labelEx6.Name = "labelEx6";
  574. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  575. this.labelEx6.TabIndex = 62;
  576. this.labelEx6.Text = "客户区域:";
  577. //
  578. // DispatchDoor
  579. //
  580. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  581. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  582. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  583. this.ClientSize = new System.Drawing.Size(940, 610);
  584. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  585. this.IsMaximized = false;
  586. this.IsUserControlsSize = false;
  587. this.MaximizeBox = false;
  588. this.Name = "DispatchDoor";
  589. this.Text = "派单上门";
  590. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  591. this.plExMainContainer.ResumeLayout(false);
  592. this.plFormMainContent.ResumeLayout(false);
  593. this.panelEx1.ResumeLayout(false);
  594. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  595. this.panelEx2.ResumeLayout(false);
  596. this.panelEx2.PerformLayout();
  597. this.panelEx3.ResumeLayout(false);
  598. this.ResumeLayout(false);
  599. }
  600. #endregion
  601. private ComponentLibrary.PanelEx panelEx1;
  602. protected internal ComponentLibrary.DataGridViewEc dgvData;
  603. private ComponentLibrary.PanelEx panelEx2;
  604. public ComponentLibrary.TextBoxEx txtNumber;
  605. private ComponentLibrary.PanelEx panelEx3;
  606. protected internal ComponentLibrary.ButtonEx btnUpdate;
  607. protected internal ComponentLibrary.ButtonEx btnDelete;
  608. protected internal ComponentLibrary.ButtonEx btnAdding;
  609. public ComponentLibrary.TextBoxEx txtBusinessType;
  610. public ComponentLibrary.TextBoxEx txtBabyAge;
  611. public ComponentLibrary.TextBoxEx txtBabyName;
  612. public ComponentLibrary.TextBoxEx txtAreas;
  613. public ComponentLibrary.TextBoxEx txtHusbandPhone;
  614. public ComponentLibrary.TextBoxEx txtMyselfPhone;
  615. public ComponentLibrary.TextBoxEx txtName;
  616. private ComponentLibrary.LabelEx labelEx5;
  617. private ComponentLibrary.LabelEx labelEx8;
  618. private ComponentLibrary.LabelEx labelEx4;
  619. private ComponentLibrary.LabelEx labelEx12;
  620. private ComponentLibrary.LabelEx labelEx7;
  621. private ComponentLibrary.LabelEx labelEx3;
  622. private ComponentLibrary.LabelEx labelEx2;
  623. private ComponentLibrary.LabelEx labelEx1;
  624. private ComponentLibrary.LabelEx labelEx6;
  625. protected internal ComponentLibrary.ButtonEx btnOK;
  626. }
  627. }