ShopMessageSetFormMain.Designer.cs 98 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638
  1. namespace LYFZ.Software.UI.StudioDataSet
  2. {
  3. partial class ShopMessageSetFormMain
  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(ShopMessageSetFormMain));
  29. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  30. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.cmbStoreName = new LYFZ.ComponentLibrary.ComboBoxEx();
  32. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.tabPage2 = new System.Windows.Forms.TabPage();
  36. this.panelExX2 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.tabControl2 = new LYFZ.ComponentLibrary.TabControlEx();
  38. this.tabPrint = new System.Windows.Forms.TabPage();
  39. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.txtDressExplain = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.txtMakingExplain = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.txtIncomeMoneyExplain = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.txtIncomeMoneyTitle = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.tbPage1 = new System.Windows.Forms.TabPage();
  50. this.panelExX3 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.txtWeddingReserveExplain = new LYFZ.ComponentLibrary.TextBoxEx();
  53. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.panel_Wedding = new LYFZ.ComponentLibrary.PanelEx();
  55. this.btnDownloadWeddingLOG = new LYFZ.ComponentLibrary.ButtonForm();
  56. this.btnWeddingDelete = new LYFZ.ComponentLibrary.ButtonForm();
  57. this.pictWeddingLOG = new LYFZ.ComponentLibrary.PictureBoxEx();
  58. this.btnWeddingSelectLOG = new LYFZ.ComponentLibrary.ButtonForm();
  59. this.lblWeddingLOG = new LYFZ.ComponentLibrary.LabelEx();
  60. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  61. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.tbPage2 = new System.Windows.Forms.TabPage();
  63. this.panelExX4 = new LYFZ.ComponentLibrary.PanelEx();
  64. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  65. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  66. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.txtChildReserveExplain = new LYFZ.ComponentLibrary.TextBoxEx();
  68. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.panel_Child = new LYFZ.ComponentLibrary.PanelEx();
  70. this.btnDownloadChildLOG = new LYFZ.ComponentLibrary.ButtonForm();
  71. this.btnChildDelete = new LYFZ.ComponentLibrary.ButtonForm();
  72. this.lblChildLOG = new LYFZ.ComponentLibrary.LabelEx();
  73. this.pictChildLOG = new LYFZ.ComponentLibrary.PictureBoxEx();
  74. this.btnChildSelectLOG = new LYFZ.ComponentLibrary.ButtonForm();
  75. this.tbPage3 = new System.Windows.Forms.TabPage();
  76. this.panelExX5 = new LYFZ.ComponentLibrary.PanelEx();
  77. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  78. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  79. this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
  80. this.txtPortraitReserveExplain = new LYFZ.ComponentLibrary.TextBoxEx();
  81. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  82. this.panel_Portrait = new LYFZ.ComponentLibrary.PanelEx();
  83. this.btnDownloadPortraitLOG = new LYFZ.ComponentLibrary.ButtonForm();
  84. this.btnPortraitDelete = new LYFZ.ComponentLibrary.ButtonForm();
  85. this.lblPortraitLOG = new LYFZ.ComponentLibrary.LabelEx();
  86. this.pictPortraitLOG = new LYFZ.ComponentLibrary.PictureBoxEx();
  87. this.btnPortraitSelectLOG = new LYFZ.ComponentLibrary.ButtonForm();
  88. this.tabPage1 = new System.Windows.Forms.TabPage();
  89. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  90. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  91. this.txtPhone = new LYFZ.ComponentLibrary.TextBoxEx();
  92. this.btnDownloadDimCode = new LYFZ.ComponentLibrary.ButtonForm();
  93. this.labelEx22 = new LYFZ.ComponentLibrary.LabelEx();
  94. this.txtMicroSharePassword = new LYFZ.ComponentLibrary.TextBoxEx();
  95. this.labelEx21 = new LYFZ.ComponentLibrary.LabelEx();
  96. this.txtMicroShareAccount = new LYFZ.ComponentLibrary.TextBoxEx();
  97. this.dtpDianQingDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  98. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  99. this.btnCodeDelete = new LYFZ.ComponentLibrary.ButtonForm();
  100. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  101. this.btnDimCodeUpdate = new LYFZ.ComponentLibrary.ButtonForm();
  102. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  103. this.pictDimCode = new LYFZ.ComponentLibrary.PictureBoxEx();
  104. this.lblDimCode = new LYFZ.ComponentLibrary.LabelEx();
  105. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  106. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  107. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  108. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  109. this.txtStoreManager = new LYFZ.ComponentLibrary.TextBoxEx();
  110. this.txtStoreName = new LYFZ.ComponentLibrary.TextBoxEx();
  111. this.txtURL = new LYFZ.ComponentLibrary.TextBoxEx();
  112. this.txtAddress = new LYFZ.ComponentLibrary.TextBoxEx();
  113. this.tabControl = new LYFZ.ComponentLibrary.TabControlEx();
  114. this.plExMainContainer.SuspendLayout();
  115. this.plFormMainContent.SuspendLayout();
  116. this.panelEx2.SuspendLayout();
  117. this.tabPage2.SuspendLayout();
  118. this.panelExX2.SuspendLayout();
  119. this.tabControl2.SuspendLayout();
  120. this.tabPrint.SuspendLayout();
  121. this.panelEx9.SuspendLayout();
  122. this.tbPage1.SuspendLayout();
  123. this.panelExX3.SuspendLayout();
  124. this.panelEx6.SuspendLayout();
  125. this.panel_Wedding.SuspendLayout();
  126. ((System.ComponentModel.ISupportInitialize)(this.pictWeddingLOG)).BeginInit();
  127. this.panelEx10.SuspendLayout();
  128. this.tbPage2.SuspendLayout();
  129. this.panelExX4.SuspendLayout();
  130. this.panelEx4.SuspendLayout();
  131. this.panelEx7.SuspendLayout();
  132. this.panel_Child.SuspendLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.pictChildLOG)).BeginInit();
  134. this.tbPage3.SuspendLayout();
  135. this.panelExX5.SuspendLayout();
  136. this.panelEx5.SuspendLayout();
  137. this.panelEx8.SuspendLayout();
  138. this.panel_Portrait.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.pictPortraitLOG)).BeginInit();
  140. this.tabPage1.SuspendLayout();
  141. this.panelEx1.SuspendLayout();
  142. this.panelEx3.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.pictDimCode)).BeginInit();
  144. this.tabControl.SuspendLayout();
  145. this.SuspendLayout();
  146. //
  147. // plExMainContainer
  148. //
  149. this.plExMainContainer.AutoScroll = true;
  150. this.plExMainContainer.Controls.Add(this.panelEx2);
  151. this.plExMainContainer.Controls.Add(this.btnCancel);
  152. this.plExMainContainer.Controls.Add(this.btnSave);
  153. this.plExMainContainer.Controls.Add(this.tabControl);
  154. this.plExMainContainer.Size = new System.Drawing.Size(814, 478);
  155. //
  156. // plFormMainContent
  157. //
  158. this.plFormMainContent.Size = new System.Drawing.Size(814, 478);
  159. //
  160. // btnAppFormMaximize
  161. //
  162. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  163. this.btnAppFormMaximize.Location = new System.Drawing.Point(755, 0);
  164. //
  165. // btnAppFormExit
  166. //
  167. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  168. this.btnAppFormExit.Location = new System.Drawing.Point(782, 0);
  169. //
  170. // btnAppFormMinimize
  171. //
  172. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  173. this.btnAppFormMinimize.Location = new System.Drawing.Point(728, 0);
  174. //
  175. // openFileDialog1
  176. //
  177. this.openFileDialog1.FileName = "openFileDialog1";
  178. //
  179. // panelEx2
  180. //
  181. this.panelEx2.BackColor = System.Drawing.Color.Transparent;
  182. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  183. this.panelEx2.BorderWidth = 1;
  184. this.panelEx2.Controls.Add(this.cmbStoreName);
  185. this.panelEx2.Controls.Add(this.labelEx18);
  186. this.panelEx2.Location = new System.Drawing.Point(362, 3);
  187. this.panelEx2.Name = "panelEx2";
  188. this.panelEx2.Size = new System.Drawing.Size(257, 28);
  189. this.panelEx2.TabIndex = 44;
  190. //
  191. // cmbStoreName
  192. //
  193. this.cmbStoreName.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  194. this.cmbStoreName.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  195. this.cmbStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  196. this.cmbStoreName.Font = new System.Drawing.Font("宋体", 10.5F);
  197. this.cmbStoreName.FormattingEnabled = true;
  198. this.cmbStoreName.IsCustomColor = false;
  199. this.cmbStoreName.Location = new System.Drawing.Point(53, 3);
  200. this.cmbStoreName.Name = "cmbStoreName";
  201. this.cmbStoreName.ReadOnly = true;
  202. this.cmbStoreName.Size = new System.Drawing.Size(183, 22);
  203. this.cmbStoreName.TabIndex = 15;
  204. //
  205. // labelEx18
  206. //
  207. this.labelEx18.AutoSize = true;
  208. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  209. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  210. this.labelEx18.Location = new System.Drawing.Point(6, 6);
  211. this.labelEx18.Name = "labelEx18";
  212. this.labelEx18.Size = new System.Drawing.Size(44, 17);
  213. this.labelEx18.TabIndex = 0;
  214. this.labelEx18.Text = "店名:";
  215. //
  216. // btnCancel
  217. //
  218. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  219. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  220. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  221. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  222. this.btnCancel.ForeColor = System.Drawing.Color.White;
  223. this.btnCancel.IsCustomBackImg = false;
  224. this.btnCancel.IsShowText = true;
  225. this.btnCancel.Location = new System.Drawing.Point(718, 3);
  226. this.btnCancel.Name = "btnCancel";
  227. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  228. this.btnCancel.TabIndex = 42;
  229. this.btnCancel.Text = " 关 闭";
  230. this.btnCancel.UseVisualStyleBackColor = false;
  231. //
  232. // btnSave
  233. //
  234. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  235. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  236. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  237. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  238. this.btnSave.ForeColor = System.Drawing.Color.White;
  239. this.btnSave.IsCustomBackImg = false;
  240. this.btnSave.IsShowText = true;
  241. this.btnSave.Location = new System.Drawing.Point(625, 3);
  242. this.btnSave.Name = "btnSave";
  243. this.btnSave.Size = new System.Drawing.Size(85, 28);
  244. this.btnSave.TabIndex = 43;
  245. this.btnSave.Text = " 修 改";
  246. this.btnSave.UseVisualStyleBackColor = false;
  247. //
  248. // tabPage2
  249. //
  250. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  251. this.tabPage2.Controls.Add(this.panelExX2);
  252. this.tabPage2.Location = new System.Drawing.Point(4, 34);
  253. this.tabPage2.Name = "tabPage2";
  254. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  255. this.tabPage2.Size = new System.Drawing.Size(902, 507);
  256. this.tabPage2.TabIndex = 1;
  257. this.tabPage2.Text = "打印资料设置";
  258. //
  259. // panelExX2
  260. //
  261. this.panelExX2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  262. this.panelExX2.BorderWidth = 1;
  263. this.panelExX2.Controls.Add(this.tabControl2);
  264. this.panelExX2.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.panelExX2.Location = new System.Drawing.Point(3, 3);
  266. this.panelExX2.Name = "panelExX2";
  267. this.panelExX2.Size = new System.Drawing.Size(896, 501);
  268. this.panelExX2.TabIndex = 0;
  269. //
  270. // tabControl2
  271. //
  272. this.tabControl2.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  273. this.tabControl2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  274. this.tabControl2.BorderColor = System.Drawing.Color.Gray;
  275. this.tabControl2.Controls.Add(this.tabPrint);
  276. this.tabControl2.Controls.Add(this.tbPage1);
  277. this.tabControl2.Controls.Add(this.tbPage2);
  278. this.tabControl2.Controls.Add(this.tbPage3);
  279. this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.tabControl2.ItemSize = new System.Drawing.Size(120, 30);
  281. this.tabControl2.Location = new System.Drawing.Point(0, 0);
  282. this.tabControl2.Name = "tabControl2";
  283. this.tabControl2.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  284. this.tabControl2.SelectedIndex = 0;
  285. this.tabControl2.Size = new System.Drawing.Size(896, 501);
  286. this.tabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  287. this.tabControl2.TabIndex = 1;
  288. //
  289. // tabPrint
  290. //
  291. this.tabPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  292. this.tabPrint.Controls.Add(this.panelEx9);
  293. this.tabPrint.Location = new System.Drawing.Point(4, 34);
  294. this.tabPrint.Name = "tabPrint";
  295. this.tabPrint.Padding = new System.Windows.Forms.Padding(3);
  296. this.tabPrint.Size = new System.Drawing.Size(888, 463);
  297. this.tabPrint.TabIndex = 3;
  298. this.tabPrint.Text = "其他打印设置";
  299. //
  300. // panelEx9
  301. //
  302. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  303. this.panelEx9.BorderWidth = 1;
  304. this.panelEx9.Controls.Add(this.txtDressExplain);
  305. this.panelEx9.Controls.Add(this.txtMakingExplain);
  306. this.panelEx9.Controls.Add(this.labelEx16);
  307. this.panelEx9.Controls.Add(this.labelEx6);
  308. this.panelEx9.Controls.Add(this.labelEx7);
  309. this.panelEx9.Controls.Add(this.txtIncomeMoneyExplain);
  310. this.panelEx9.Controls.Add(this.labelEx9);
  311. this.panelEx9.Controls.Add(this.txtIncomeMoneyTitle);
  312. this.panelEx9.Controls.Add(this.labelEx10);
  313. this.panelEx9.Dock = System.Windows.Forms.DockStyle.Fill;
  314. this.panelEx9.Location = new System.Drawing.Point(3, 3);
  315. this.panelEx9.Name = "panelEx9";
  316. this.panelEx9.Size = new System.Drawing.Size(882, 457);
  317. this.panelEx9.TabIndex = 0;
  318. //
  319. // txtDressExplain
  320. //
  321. this.txtDressExplain.BackColor = System.Drawing.Color.Transparent;
  322. this.txtDressExplain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  323. this.txtDressExplain.Icon = null;
  324. this.txtDressExplain.IconIsButton = false;
  325. this.txtDressExplain.IsPasswordChat = '\0';
  326. this.txtDressExplain.IsSystemPasswordChar = false;
  327. this.txtDressExplain.Lines = new string[0];
  328. this.txtDressExplain.Location = new System.Drawing.Point(100, 109);
  329. this.txtDressExplain.Margin = new System.Windows.Forms.Padding(0);
  330. this.txtDressExplain.MaxLength = 32767;
  331. this.txtDressExplain.MinimumSize = new System.Drawing.Size(0, 24);
  332. this.txtDressExplain.MouseBack = null;
  333. this.txtDressExplain.Multiline = true;
  334. this.txtDressExplain.Name = "txtDressExplain";
  335. this.txtDressExplain.NormlBack = null;
  336. this.txtDressExplain.Padding = new System.Windows.Forms.Padding(5);
  337. this.txtDressExplain.ReadOnly = false;
  338. this.txtDressExplain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  339. this.txtDressExplain.Size = new System.Drawing.Size(652, 130);
  340. this.txtDressExplain.TabIndex = 71;
  341. this.txtDressExplain.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  342. this.txtDressExplain.WaterColor = System.Drawing.Color.DarkGray;
  343. this.txtDressExplain.WaterText = "建议字数长度在800字以内";
  344. this.txtDressExplain.WordWrap = true;
  345. //
  346. // txtMakingExplain
  347. //
  348. this.txtMakingExplain.BackColor = System.Drawing.Color.Transparent;
  349. this.txtMakingExplain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  350. this.txtMakingExplain.Icon = null;
  351. this.txtMakingExplain.IconIsButton = false;
  352. this.txtMakingExplain.IsPasswordChat = '\0';
  353. this.txtMakingExplain.IsSystemPasswordChar = false;
  354. this.txtMakingExplain.Lines = new string[0];
  355. this.txtMakingExplain.Location = new System.Drawing.Point(100, 245);
  356. this.txtMakingExplain.Margin = new System.Windows.Forms.Padding(0);
  357. this.txtMakingExplain.MaxLength = 32767;
  358. this.txtMakingExplain.MinimumSize = new System.Drawing.Size(0, 24);
  359. this.txtMakingExplain.MouseBack = null;
  360. this.txtMakingExplain.Multiline = true;
  361. this.txtMakingExplain.Name = "txtMakingExplain";
  362. this.txtMakingExplain.NormlBack = null;
  363. this.txtMakingExplain.Padding = new System.Windows.Forms.Padding(5);
  364. this.txtMakingExplain.ReadOnly = false;
  365. this.txtMakingExplain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  366. this.txtMakingExplain.Size = new System.Drawing.Size(652, 130);
  367. this.txtMakingExplain.TabIndex = 70;
  368. this.txtMakingExplain.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  369. this.txtMakingExplain.WaterColor = System.Drawing.Color.DarkGray;
  370. this.txtMakingExplain.WaterText = "建议字数长度在800字以内";
  371. this.txtMakingExplain.WordWrap = true;
  372. //
  373. // labelEx16
  374. //
  375. this.labelEx16.AutoSize = true;
  376. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  377. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  378. this.labelEx16.Location = new System.Drawing.Point(19, 18);
  379. this.labelEx16.Name = "labelEx16";
  380. this.labelEx16.Size = new System.Drawing.Size(56, 17);
  381. this.labelEx16.TabIndex = 69;
  382. this.labelEx16.Text = "打印资料";
  383. //
  384. // labelEx6
  385. //
  386. this.labelEx6.AutoSize = true;
  387. this.labelEx6.BackColor = System.Drawing.Color.Transparent;
  388. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  389. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  390. this.labelEx6.Location = new System.Drawing.Point(17, 47);
  391. this.labelEx6.Name = "labelEx6";
  392. this.labelEx6.Size = new System.Drawing.Size(80, 17);
  393. this.labelEx6.TabIndex = 63;
  394. this.labelEx6.Text = "收款单标题:";
  395. //
  396. // labelEx7
  397. //
  398. this.labelEx7.AutoSize = true;
  399. this.labelEx7.BackColor = System.Drawing.Color.Transparent;
  400. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  401. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  402. this.labelEx7.Location = new System.Drawing.Point(17, 80);
  403. this.labelEx7.Name = "labelEx7";
  404. this.labelEx7.Size = new System.Drawing.Size(80, 17);
  405. this.labelEx7.TabIndex = 64;
  406. this.labelEx7.Text = "收款单说明:";
  407. //
  408. // txtIncomeMoneyExplain
  409. //
  410. this.txtIncomeMoneyExplain.BackColor = System.Drawing.Color.Transparent;
  411. this.txtIncomeMoneyExplain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  412. this.txtIncomeMoneyExplain.Icon = null;
  413. this.txtIncomeMoneyExplain.IconIsButton = false;
  414. this.txtIncomeMoneyExplain.IsPasswordChat = '\0';
  415. this.txtIncomeMoneyExplain.IsSystemPasswordChar = false;
  416. this.txtIncomeMoneyExplain.Lines = new string[0];
  417. this.txtIncomeMoneyExplain.Location = new System.Drawing.Point(100, 76);
  418. this.txtIncomeMoneyExplain.Margin = new System.Windows.Forms.Padding(0);
  419. this.txtIncomeMoneyExplain.MaxLength = 32767;
  420. this.txtIncomeMoneyExplain.MinimumSize = new System.Drawing.Size(0, 24);
  421. this.txtIncomeMoneyExplain.MouseBack = null;
  422. this.txtIncomeMoneyExplain.Multiline = false;
  423. this.txtIncomeMoneyExplain.Name = "txtIncomeMoneyExplain";
  424. this.txtIncomeMoneyExplain.NormlBack = null;
  425. this.txtIncomeMoneyExplain.Padding = new System.Windows.Forms.Padding(5);
  426. this.txtIncomeMoneyExplain.ReadOnly = false;
  427. this.txtIncomeMoneyExplain.ScrollBars = System.Windows.Forms.ScrollBars.None;
  428. this.txtIncomeMoneyExplain.Size = new System.Drawing.Size(652, 25);
  429. this.txtIncomeMoneyExplain.TabIndex = 66;
  430. this.txtIncomeMoneyExplain.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  431. this.txtIncomeMoneyExplain.WaterColor = System.Drawing.Color.DarkGray;
  432. this.txtIncomeMoneyExplain.WaterText = "建议字数长度在100字以内";
  433. this.txtIncomeMoneyExplain.WordWrap = true;
  434. //
  435. // labelEx9
  436. //
  437. this.labelEx9.AutoSize = true;
  438. this.labelEx9.BackColor = System.Drawing.Color.Transparent;
  439. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  440. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  441. this.labelEx9.Location = new System.Drawing.Point(17, 247);
  442. this.labelEx9.Name = "labelEx9";
  443. this.labelEx9.Size = new System.Drawing.Size(80, 17);
  444. this.labelEx9.TabIndex = 67;
  445. this.labelEx9.Text = "制作单说明:";
  446. //
  447. // txtIncomeMoneyTitle
  448. //
  449. this.txtIncomeMoneyTitle.BackColor = System.Drawing.Color.Transparent;
  450. this.txtIncomeMoneyTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  451. this.txtIncomeMoneyTitle.Icon = null;
  452. this.txtIncomeMoneyTitle.IconIsButton = false;
  453. this.txtIncomeMoneyTitle.IsPasswordChat = '\0';
  454. this.txtIncomeMoneyTitle.IsSystemPasswordChar = false;
  455. this.txtIncomeMoneyTitle.Lines = new string[0];
  456. this.txtIncomeMoneyTitle.Location = new System.Drawing.Point(100, 43);
  457. this.txtIncomeMoneyTitle.Margin = new System.Windows.Forms.Padding(0);
  458. this.txtIncomeMoneyTitle.MaxLength = 32767;
  459. this.txtIncomeMoneyTitle.MinimumSize = new System.Drawing.Size(0, 24);
  460. this.txtIncomeMoneyTitle.MouseBack = null;
  461. this.txtIncomeMoneyTitle.Multiline = false;
  462. this.txtIncomeMoneyTitle.Name = "txtIncomeMoneyTitle";
  463. this.txtIncomeMoneyTitle.NormlBack = null;
  464. this.txtIncomeMoneyTitle.Padding = new System.Windows.Forms.Padding(5);
  465. this.txtIncomeMoneyTitle.ReadOnly = false;
  466. this.txtIncomeMoneyTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
  467. this.txtIncomeMoneyTitle.Size = new System.Drawing.Size(652, 25);
  468. this.txtIncomeMoneyTitle.TabIndex = 65;
  469. this.txtIncomeMoneyTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  470. this.txtIncomeMoneyTitle.WaterColor = System.Drawing.Color.DarkGray;
  471. this.txtIncomeMoneyTitle.WaterText = "建议字数长度在50字以内";
  472. this.txtIncomeMoneyTitle.WordWrap = true;
  473. //
  474. // labelEx10
  475. //
  476. this.labelEx10.AutoSize = true;
  477. this.labelEx10.BackColor = System.Drawing.Color.Transparent;
  478. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  479. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  480. this.labelEx10.Location = new System.Drawing.Point(17, 111);
  481. this.labelEx10.Name = "labelEx10";
  482. this.labelEx10.Size = new System.Drawing.Size(80, 17);
  483. this.labelEx10.TabIndex = 68;
  484. this.labelEx10.Text = "礼服单说明:";
  485. //
  486. // tbPage1
  487. //
  488. this.tbPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  489. this.tbPage1.Controls.Add(this.panelExX3);
  490. this.tbPage1.Location = new System.Drawing.Point(4, 34);
  491. this.tbPage1.Name = "tbPage1";
  492. this.tbPage1.Padding = new System.Windows.Forms.Padding(3);
  493. this.tbPage1.Size = new System.Drawing.Size(792, 396);
  494. this.tbPage1.TabIndex = 0;
  495. this.tbPage1.Text = "婚纱单打印设置";
  496. //
  497. // panelExX3
  498. //
  499. this.panelExX3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  500. this.panelExX3.BorderWidth = 1;
  501. this.panelExX3.Controls.Add(this.panelEx6);
  502. this.panelExX3.Dock = System.Windows.Forms.DockStyle.Fill;
  503. this.panelExX3.Location = new System.Drawing.Point(3, 3);
  504. this.panelExX3.Name = "panelExX3";
  505. this.panelExX3.Size = new System.Drawing.Size(786, 390);
  506. this.panelExX3.TabIndex = 0;
  507. //
  508. // panelEx6
  509. //
  510. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  511. this.panelEx6.BorderWidth = 1;
  512. this.panelEx6.Controls.Add(this.txtWeddingReserveExplain);
  513. this.panelEx6.Controls.Add(this.labelEx8);
  514. this.panelEx6.Controls.Add(this.panel_Wedding);
  515. this.panelEx6.Controls.Add(this.panelEx10);
  516. this.panelEx6.Dock = System.Windows.Forms.DockStyle.Fill;
  517. this.panelEx6.Location = new System.Drawing.Point(0, 0);
  518. this.panelEx6.Name = "panelEx6";
  519. this.panelEx6.Size = new System.Drawing.Size(786, 390);
  520. this.panelEx6.TabIndex = 1;
  521. //
  522. // txtWeddingReserveExplain
  523. //
  524. this.txtWeddingReserveExplain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  525. | System.Windows.Forms.AnchorStyles.Right)));
  526. this.txtWeddingReserveExplain.BackColor = System.Drawing.Color.Transparent;
  527. this.txtWeddingReserveExplain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  528. this.txtWeddingReserveExplain.Icon = null;
  529. this.txtWeddingReserveExplain.IconIsButton = false;
  530. this.txtWeddingReserveExplain.IsPasswordChat = '\0';
  531. this.txtWeddingReserveExplain.IsSystemPasswordChar = false;
  532. this.txtWeddingReserveExplain.Lines = new string[0];
  533. this.txtWeddingReserveExplain.Location = new System.Drawing.Point(8, 24);
  534. this.txtWeddingReserveExplain.Margin = new System.Windows.Forms.Padding(0);
  535. this.txtWeddingReserveExplain.MaxLength = 32767;
  536. this.txtWeddingReserveExplain.MinimumSize = new System.Drawing.Size(0, 24);
  537. this.txtWeddingReserveExplain.MouseBack = null;
  538. this.txtWeddingReserveExplain.Multiline = true;
  539. this.txtWeddingReserveExplain.Name = "txtWeddingReserveExplain";
  540. this.txtWeddingReserveExplain.NormlBack = null;
  541. this.txtWeddingReserveExplain.Padding = new System.Windows.Forms.Padding(5);
  542. this.txtWeddingReserveExplain.ReadOnly = false;
  543. this.txtWeddingReserveExplain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  544. this.txtWeddingReserveExplain.Size = new System.Drawing.Size(745, 178);
  545. this.txtWeddingReserveExplain.TabIndex = 63;
  546. this.txtWeddingReserveExplain.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  547. this.txtWeddingReserveExplain.WaterColor = System.Drawing.Color.DarkGray;
  548. this.txtWeddingReserveExplain.WaterText = "建议字数长度在800字以内";
  549. this.txtWeddingReserveExplain.WordWrap = true;
  550. //
  551. // labelEx8
  552. //
  553. this.labelEx8.AutoSize = true;
  554. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  555. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  556. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  557. this.labelEx8.Location = new System.Drawing.Point(6, 6);
  558. this.labelEx8.Name = "labelEx8";
  559. this.labelEx8.Size = new System.Drawing.Size(80, 17);
  560. this.labelEx8.TabIndex = 62;
  561. this.labelEx8.Text = "预约单说明:";
  562. //
  563. // panel_Wedding
  564. //
  565. this.panel_Wedding.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  566. this.panel_Wedding.BorderWidth = 1;
  567. this.panel_Wedding.Controls.Add(this.btnDownloadWeddingLOG);
  568. this.panel_Wedding.Controls.Add(this.btnWeddingDelete);
  569. this.panel_Wedding.Controls.Add(this.pictWeddingLOG);
  570. this.panel_Wedding.Controls.Add(this.btnWeddingSelectLOG);
  571. this.panel_Wedding.Controls.Add(this.lblWeddingLOG);
  572. this.panel_Wedding.Location = new System.Drawing.Point(3, 206);
  573. this.panel_Wedding.Margin = new System.Windows.Forms.Padding(1);
  574. this.panel_Wedding.Name = "panel_Wedding";
  575. this.panel_Wedding.Size = new System.Drawing.Size(755, 160);
  576. this.panel_Wedding.TabIndex = 60;
  577. //
  578. // btnDownloadWeddingLOG
  579. //
  580. this.btnDownloadWeddingLOG.BackColor = System.Drawing.Color.Transparent;
  581. this.btnDownloadWeddingLOG.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDownloadWeddingLOG.BackImg")));
  582. this.btnDownloadWeddingLOG.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  583. this.btnDownloadWeddingLOG.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  584. this.btnDownloadWeddingLOG.ForeColor = System.Drawing.Color.White;
  585. this.btnDownloadWeddingLOG.IsCustomBackImg = false;
  586. this.btnDownloadWeddingLOG.IsShowText = true;
  587. this.btnDownloadWeddingLOG.Location = new System.Drawing.Point(483, 4);
  588. this.btnDownloadWeddingLOG.Name = "btnDownloadWeddingLOG";
  589. this.btnDownloadWeddingLOG.Size = new System.Drawing.Size(85, 25);
  590. this.btnDownloadWeddingLOG.TabIndex = 51;
  591. this.btnDownloadWeddingLOG.Text = " 下 载";
  592. this.btnDownloadWeddingLOG.UseVisualStyleBackColor = false;
  593. //
  594. // btnWeddingDelete
  595. //
  596. this.btnWeddingDelete.BackColor = System.Drawing.Color.Transparent;
  597. this.btnWeddingDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWeddingDelete.BackImg")));
  598. this.btnWeddingDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  599. this.btnWeddingDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  600. this.btnWeddingDelete.ForeColor = System.Drawing.Color.White;
  601. this.btnWeddingDelete.IsCustomBackImg = false;
  602. this.btnWeddingDelete.IsShowText = true;
  603. this.btnWeddingDelete.Location = new System.Drawing.Point(665, 4);
  604. this.btnWeddingDelete.Name = "btnWeddingDelete";
  605. this.btnWeddingDelete.Size = new System.Drawing.Size(85, 25);
  606. this.btnWeddingDelete.TabIndex = 46;
  607. this.btnWeddingDelete.Text = " 删 除";
  608. this.btnWeddingDelete.UseVisualStyleBackColor = false;
  609. //
  610. // pictWeddingLOG
  611. //
  612. this.pictWeddingLOG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  613. this.pictWeddingLOG.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  614. this.pictWeddingLOG.Location = new System.Drawing.Point(5, 31);
  615. this.pictWeddingLOG.Name = "pictWeddingLOG";
  616. this.pictWeddingLOG.Size = new System.Drawing.Size(745, 125);
  617. this.pictWeddingLOG.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  618. this.pictWeddingLOG.TabIndex = 50;
  619. this.pictWeddingLOG.TabStop = false;
  620. //
  621. // btnWeddingSelectLOG
  622. //
  623. this.btnWeddingSelectLOG.BackColor = System.Drawing.Color.Transparent;
  624. this.btnWeddingSelectLOG.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWeddingSelectLOG.BackImg")));
  625. this.btnWeddingSelectLOG.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  626. this.btnWeddingSelectLOG.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  627. this.btnWeddingSelectLOG.ForeColor = System.Drawing.Color.White;
  628. this.btnWeddingSelectLOG.IsCustomBackImg = false;
  629. this.btnWeddingSelectLOG.IsShowText = true;
  630. this.btnWeddingSelectLOG.Location = new System.Drawing.Point(574, 4);
  631. this.btnWeddingSelectLOG.Name = "btnWeddingSelectLOG";
  632. this.btnWeddingSelectLOG.Size = new System.Drawing.Size(85, 25);
  633. this.btnWeddingSelectLOG.TabIndex = 45;
  634. this.btnWeddingSelectLOG.Text = " 浏 览";
  635. this.btnWeddingSelectLOG.UseVisualStyleBackColor = false;
  636. //
  637. // lblWeddingLOG
  638. //
  639. this.lblWeddingLOG.AutoSize = true;
  640. this.lblWeddingLOG.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  641. this.lblWeddingLOG.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  642. this.lblWeddingLOG.Location = new System.Drawing.Point(9, 11);
  643. this.lblWeddingLOG.Name = "lblWeddingLOG";
  644. this.lblWeddingLOG.Size = new System.Drawing.Size(101, 17);
  645. this.lblWeddingLOG.TabIndex = 49;
  646. this.lblWeddingLOG.Text = "预约单LOG(婚纱)";
  647. //
  648. // panelEx10
  649. //
  650. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  651. this.panelEx10.BorderWidth = 1;
  652. this.panelEx10.Controls.Add(this.labelEx13);
  653. this.panelEx10.Location = new System.Drawing.Point(3, 367);
  654. this.panelEx10.Margin = new System.Windows.Forms.Padding(1);
  655. this.panelEx10.Name = "panelEx10";
  656. this.panelEx10.Size = new System.Drawing.Size(755, 20);
  657. this.panelEx10.TabIndex = 61;
  658. //
  659. // labelEx13
  660. //
  661. this.labelEx13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  662. this.labelEx13.AutoSize = true;
  663. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  664. this.labelEx13.ForeColor = System.Drawing.Color.Red;
  665. this.labelEx13.Location = new System.Drawing.Point(315, 2);
  666. this.labelEx13.Name = "labelEx13";
  667. this.labelEx13.Size = new System.Drawing.Size(443, 16);
  668. this.labelEx13.TabIndex = 52;
  669. this.labelEx13.Text = "温馨建议:预约单LOG尺寸 2000*280(像素),分辨率300;建议图片大小在800K以内。";
  670. //
  671. // tbPage2
  672. //
  673. this.tbPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  674. this.tbPage2.Controls.Add(this.panelExX4);
  675. this.tbPage2.Location = new System.Drawing.Point(4, 34);
  676. this.tbPage2.Name = "tbPage2";
  677. this.tbPage2.Padding = new System.Windows.Forms.Padding(3);
  678. this.tbPage2.Size = new System.Drawing.Size(792, 396);
  679. this.tbPage2.TabIndex = 1;
  680. this.tbPage2.Text = "儿童单打印设置";
  681. //
  682. // panelExX4
  683. //
  684. this.panelExX4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  685. this.panelExX4.BorderWidth = 1;
  686. this.panelExX4.Controls.Add(this.panelEx4);
  687. this.panelExX4.Dock = System.Windows.Forms.DockStyle.Fill;
  688. this.panelExX4.Location = new System.Drawing.Point(3, 3);
  689. this.panelExX4.Name = "panelExX4";
  690. this.panelExX4.Size = new System.Drawing.Size(786, 390);
  691. this.panelExX4.TabIndex = 0;
  692. //
  693. // panelEx4
  694. //
  695. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  696. this.panelEx4.BorderWidth = 1;
  697. this.panelEx4.Controls.Add(this.panelEx7);
  698. this.panelEx4.Controls.Add(this.txtChildReserveExplain);
  699. this.panelEx4.Controls.Add(this.labelEx11);
  700. this.panelEx4.Controls.Add(this.panel_Child);
  701. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
  702. this.panelEx4.Location = new System.Drawing.Point(0, 0);
  703. this.panelEx4.Name = "panelEx4";
  704. this.panelEx4.Size = new System.Drawing.Size(786, 390);
  705. this.panelEx4.TabIndex = 1;
  706. //
  707. // panelEx7
  708. //
  709. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  710. this.panelEx7.BorderWidth = 1;
  711. this.panelEx7.Controls.Add(this.labelEx12);
  712. this.panelEx7.Location = new System.Drawing.Point(3, 367);
  713. this.panelEx7.Margin = new System.Windows.Forms.Padding(1);
  714. this.panelEx7.Name = "panelEx7";
  715. this.panelEx7.Size = new System.Drawing.Size(755, 20);
  716. this.panelEx7.TabIndex = 66;
  717. //
  718. // labelEx12
  719. //
  720. this.labelEx12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  721. this.labelEx12.AutoSize = true;
  722. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  723. this.labelEx12.ForeColor = System.Drawing.Color.Red;
  724. this.labelEx12.Location = new System.Drawing.Point(315, 2);
  725. this.labelEx12.Name = "labelEx12";
  726. this.labelEx12.Size = new System.Drawing.Size(443, 16);
  727. this.labelEx12.TabIndex = 52;
  728. this.labelEx12.Text = "温馨建议:预约单LOG尺寸 2000*280(像素),分辨率300;建议图片大小在800K以内。";
  729. //
  730. // txtChildReserveExplain
  731. //
  732. this.txtChildReserveExplain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  733. | System.Windows.Forms.AnchorStyles.Right)));
  734. this.txtChildReserveExplain.BackColor = System.Drawing.Color.Transparent;
  735. this.txtChildReserveExplain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  736. this.txtChildReserveExplain.Icon = null;
  737. this.txtChildReserveExplain.IconIsButton = false;
  738. this.txtChildReserveExplain.IsPasswordChat = '\0';
  739. this.txtChildReserveExplain.IsSystemPasswordChar = false;
  740. this.txtChildReserveExplain.Lines = new string[0];
  741. this.txtChildReserveExplain.Location = new System.Drawing.Point(8, 24);
  742. this.txtChildReserveExplain.Margin = new System.Windows.Forms.Padding(0);
  743. this.txtChildReserveExplain.MaxLength = 32767;
  744. this.txtChildReserveExplain.MinimumSize = new System.Drawing.Size(0, 24);
  745. this.txtChildReserveExplain.MouseBack = null;
  746. this.txtChildReserveExplain.Multiline = true;
  747. this.txtChildReserveExplain.Name = "txtChildReserveExplain";
  748. this.txtChildReserveExplain.NormlBack = null;
  749. this.txtChildReserveExplain.Padding = new System.Windows.Forms.Padding(5);
  750. this.txtChildReserveExplain.ReadOnly = false;
  751. this.txtChildReserveExplain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  752. this.txtChildReserveExplain.Size = new System.Drawing.Size(745, 178);
  753. this.txtChildReserveExplain.TabIndex = 65;
  754. this.txtChildReserveExplain.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  755. this.txtChildReserveExplain.WaterColor = System.Drawing.Color.DarkGray;
  756. this.txtChildReserveExplain.WaterText = "建议字数长度在800字以内";
  757. this.txtChildReserveExplain.WordWrap = true;
  758. //
  759. // labelEx11
  760. //
  761. this.labelEx11.AutoSize = true;
  762. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  763. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  764. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  765. this.labelEx11.Location = new System.Drawing.Point(6, 6);
  766. this.labelEx11.Name = "labelEx11";
  767. this.labelEx11.Size = new System.Drawing.Size(80, 17);
  768. this.labelEx11.TabIndex = 64;
  769. this.labelEx11.Text = "预约单说明:";
  770. //
  771. // panel_Child
  772. //
  773. this.panel_Child.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  774. this.panel_Child.BorderWidth = 1;
  775. this.panel_Child.Controls.Add(this.btnDownloadChildLOG);
  776. this.panel_Child.Controls.Add(this.btnChildDelete);
  777. this.panel_Child.Controls.Add(this.lblChildLOG);
  778. this.panel_Child.Controls.Add(this.pictChildLOG);
  779. this.panel_Child.Controls.Add(this.btnChildSelectLOG);
  780. this.panel_Child.Location = new System.Drawing.Point(3, 206);
  781. this.panel_Child.Margin = new System.Windows.Forms.Padding(1);
  782. this.panel_Child.Name = "panel_Child";
  783. this.panel_Child.Size = new System.Drawing.Size(755, 160);
  784. this.panel_Child.TabIndex = 63;
  785. //
  786. // btnDownloadChildLOG
  787. //
  788. this.btnDownloadChildLOG.BackColor = System.Drawing.Color.Transparent;
  789. this.btnDownloadChildLOG.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDownloadChildLOG.BackImg")));
  790. this.btnDownloadChildLOG.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  791. this.btnDownloadChildLOG.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  792. this.btnDownloadChildLOG.ForeColor = System.Drawing.Color.White;
  793. this.btnDownloadChildLOG.IsCustomBackImg = false;
  794. this.btnDownloadChildLOG.IsShowText = true;
  795. this.btnDownloadChildLOG.Location = new System.Drawing.Point(483, 4);
  796. this.btnDownloadChildLOG.Name = "btnDownloadChildLOG";
  797. this.btnDownloadChildLOG.Size = new System.Drawing.Size(85, 25);
  798. this.btnDownloadChildLOG.TabIndex = 54;
  799. this.btnDownloadChildLOG.Text = " 下 载";
  800. this.btnDownloadChildLOG.UseVisualStyleBackColor = false;
  801. //
  802. // btnChildDelete
  803. //
  804. this.btnChildDelete.BackColor = System.Drawing.Color.Transparent;
  805. this.btnChildDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnChildDelete.BackImg")));
  806. this.btnChildDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  807. this.btnChildDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  808. this.btnChildDelete.ForeColor = System.Drawing.Color.White;
  809. this.btnChildDelete.IsCustomBackImg = false;
  810. this.btnChildDelete.IsShowText = true;
  811. this.btnChildDelete.Location = new System.Drawing.Point(665, 4);
  812. this.btnChildDelete.Name = "btnChildDelete";
  813. this.btnChildDelete.Size = new System.Drawing.Size(85, 25);
  814. this.btnChildDelete.TabIndex = 48;
  815. this.btnChildDelete.Text = " 删 除";
  816. this.btnChildDelete.UseVisualStyleBackColor = false;
  817. //
  818. // lblChildLOG
  819. //
  820. this.lblChildLOG.AutoSize = true;
  821. this.lblChildLOG.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  822. this.lblChildLOG.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  823. this.lblChildLOG.Location = new System.Drawing.Point(9, 11);
  824. this.lblChildLOG.Name = "lblChildLOG";
  825. this.lblChildLOG.Size = new System.Drawing.Size(101, 17);
  826. this.lblChildLOG.TabIndex = 52;
  827. this.lblChildLOG.Text = "预约单LOG(儿童)";
  828. //
  829. // pictChildLOG
  830. //
  831. this.pictChildLOG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  832. this.pictChildLOG.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  833. this.pictChildLOG.Location = new System.Drawing.Point(5, 31);
  834. this.pictChildLOG.Name = "pictChildLOG";
  835. this.pictChildLOG.Size = new System.Drawing.Size(745, 125);
  836. this.pictChildLOG.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  837. this.pictChildLOG.TabIndex = 53;
  838. this.pictChildLOG.TabStop = false;
  839. //
  840. // btnChildSelectLOG
  841. //
  842. this.btnChildSelectLOG.BackColor = System.Drawing.Color.Transparent;
  843. this.btnChildSelectLOG.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnChildSelectLOG.BackImg")));
  844. this.btnChildSelectLOG.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  845. this.btnChildSelectLOG.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  846. this.btnChildSelectLOG.ForeColor = System.Drawing.Color.White;
  847. this.btnChildSelectLOG.IsCustomBackImg = false;
  848. this.btnChildSelectLOG.IsShowText = true;
  849. this.btnChildSelectLOG.Location = new System.Drawing.Point(574, 4);
  850. this.btnChildSelectLOG.Name = "btnChildSelectLOG";
  851. this.btnChildSelectLOG.Size = new System.Drawing.Size(85, 25);
  852. this.btnChildSelectLOG.TabIndex = 47;
  853. this.btnChildSelectLOG.Text = " 浏 览";
  854. this.btnChildSelectLOG.UseVisualStyleBackColor = false;
  855. //
  856. // tbPage3
  857. //
  858. this.tbPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  859. this.tbPage3.Controls.Add(this.panelExX5);
  860. this.tbPage3.Location = new System.Drawing.Point(4, 34);
  861. this.tbPage3.Name = "tbPage3";
  862. this.tbPage3.Padding = new System.Windows.Forms.Padding(3);
  863. this.tbPage3.Size = new System.Drawing.Size(792, 396);
  864. this.tbPage3.TabIndex = 2;
  865. this.tbPage3.Text = "写真单打印设置";
  866. //
  867. // panelExX5
  868. //
  869. this.panelExX5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  870. this.panelExX5.BorderWidth = 1;
  871. this.panelExX5.Controls.Add(this.panelEx5);
  872. this.panelExX5.Dock = System.Windows.Forms.DockStyle.Fill;
  873. this.panelExX5.Location = new System.Drawing.Point(3, 3);
  874. this.panelExX5.Name = "panelExX5";
  875. this.panelExX5.Size = new System.Drawing.Size(786, 390);
  876. this.panelExX5.TabIndex = 0;
  877. //
  878. // panelEx5
  879. //
  880. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  881. this.panelEx5.BorderWidth = 1;
  882. this.panelEx5.Controls.Add(this.panelEx8);
  883. this.panelEx5.Controls.Add(this.txtPortraitReserveExplain);
  884. this.panelEx5.Controls.Add(this.labelEx14);
  885. this.panelEx5.Controls.Add(this.panel_Portrait);
  886. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  887. this.panelEx5.Location = new System.Drawing.Point(0, 0);
  888. this.panelEx5.Name = "panelEx5";
  889. this.panelEx5.Size = new System.Drawing.Size(786, 390);
  890. this.panelEx5.TabIndex = 1;
  891. //
  892. // panelEx8
  893. //
  894. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  895. this.panelEx8.BorderWidth = 1;
  896. this.panelEx8.Controls.Add(this.labelEx17);
  897. this.panelEx8.Location = new System.Drawing.Point(3, 367);
  898. this.panelEx8.Margin = new System.Windows.Forms.Padding(1);
  899. this.panelEx8.Name = "panelEx8";
  900. this.panelEx8.Size = new System.Drawing.Size(755, 20);
  901. this.panelEx8.TabIndex = 68;
  902. //
  903. // labelEx17
  904. //
  905. this.labelEx17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  906. this.labelEx17.AutoSize = true;
  907. this.labelEx17.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  908. this.labelEx17.ForeColor = System.Drawing.Color.Red;
  909. this.labelEx17.Location = new System.Drawing.Point(315, 2);
  910. this.labelEx17.Name = "labelEx17";
  911. this.labelEx17.Size = new System.Drawing.Size(443, 16);
  912. this.labelEx17.TabIndex = 52;
  913. this.labelEx17.Text = "温馨建议:预约单LOG尺寸 2000*280(像素),分辨率300;建议图片大小在800K以内。";
  914. //
  915. // txtPortraitReserveExplain
  916. //
  917. this.txtPortraitReserveExplain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  918. | System.Windows.Forms.AnchorStyles.Right)));
  919. this.txtPortraitReserveExplain.BackColor = System.Drawing.Color.Transparent;
  920. this.txtPortraitReserveExplain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  921. this.txtPortraitReserveExplain.Icon = null;
  922. this.txtPortraitReserveExplain.IconIsButton = false;
  923. this.txtPortraitReserveExplain.IsPasswordChat = '\0';
  924. this.txtPortraitReserveExplain.IsSystemPasswordChar = false;
  925. this.txtPortraitReserveExplain.Lines = new string[0];
  926. this.txtPortraitReserveExplain.Location = new System.Drawing.Point(8, 24);
  927. this.txtPortraitReserveExplain.Margin = new System.Windows.Forms.Padding(0);
  928. this.txtPortraitReserveExplain.MaxLength = 32767;
  929. this.txtPortraitReserveExplain.MinimumSize = new System.Drawing.Size(0, 24);
  930. this.txtPortraitReserveExplain.MouseBack = null;
  931. this.txtPortraitReserveExplain.Multiline = true;
  932. this.txtPortraitReserveExplain.Name = "txtPortraitReserveExplain";
  933. this.txtPortraitReserveExplain.NormlBack = null;
  934. this.txtPortraitReserveExplain.Padding = new System.Windows.Forms.Padding(5);
  935. this.txtPortraitReserveExplain.ReadOnly = false;
  936. this.txtPortraitReserveExplain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  937. this.txtPortraitReserveExplain.Size = new System.Drawing.Size(745, 178);
  938. this.txtPortraitReserveExplain.TabIndex = 67;
  939. this.txtPortraitReserveExplain.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  940. this.txtPortraitReserveExplain.WaterColor = System.Drawing.Color.DarkGray;
  941. this.txtPortraitReserveExplain.WaterText = "建议字数长度在800字以内";
  942. this.txtPortraitReserveExplain.WordWrap = true;
  943. //
  944. // labelEx14
  945. //
  946. this.labelEx14.AutoSize = true;
  947. this.labelEx14.BackColor = System.Drawing.Color.Transparent;
  948. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  949. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  950. this.labelEx14.Location = new System.Drawing.Point(6, 6);
  951. this.labelEx14.Name = "labelEx14";
  952. this.labelEx14.Size = new System.Drawing.Size(80, 17);
  953. this.labelEx14.TabIndex = 66;
  954. this.labelEx14.Text = "预约单说明:";
  955. //
  956. // panel_Portrait
  957. //
  958. this.panel_Portrait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  959. this.panel_Portrait.BorderWidth = 1;
  960. this.panel_Portrait.Controls.Add(this.btnDownloadPortraitLOG);
  961. this.panel_Portrait.Controls.Add(this.btnPortraitDelete);
  962. this.panel_Portrait.Controls.Add(this.lblPortraitLOG);
  963. this.panel_Portrait.Controls.Add(this.pictPortraitLOG);
  964. this.panel_Portrait.Controls.Add(this.btnPortraitSelectLOG);
  965. this.panel_Portrait.Location = new System.Drawing.Point(3, 206);
  966. this.panel_Portrait.Margin = new System.Windows.Forms.Padding(1);
  967. this.panel_Portrait.Name = "panel_Portrait";
  968. this.panel_Portrait.Size = new System.Drawing.Size(755, 160);
  969. this.panel_Portrait.TabIndex = 65;
  970. //
  971. // btnDownloadPortraitLOG
  972. //
  973. this.btnDownloadPortraitLOG.BackColor = System.Drawing.Color.Transparent;
  974. this.btnDownloadPortraitLOG.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDownloadPortraitLOG.BackImg")));
  975. this.btnDownloadPortraitLOG.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  976. this.btnDownloadPortraitLOG.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  977. this.btnDownloadPortraitLOG.ForeColor = System.Drawing.Color.White;
  978. this.btnDownloadPortraitLOG.IsCustomBackImg = false;
  979. this.btnDownloadPortraitLOG.IsShowText = true;
  980. this.btnDownloadPortraitLOG.Location = new System.Drawing.Point(483, 4);
  981. this.btnDownloadPortraitLOG.Name = "btnDownloadPortraitLOG";
  982. this.btnDownloadPortraitLOG.Size = new System.Drawing.Size(85, 25);
  983. this.btnDownloadPortraitLOG.TabIndex = 54;
  984. this.btnDownloadPortraitLOG.Text = " 下 载";
  985. this.btnDownloadPortraitLOG.UseVisualStyleBackColor = false;
  986. //
  987. // btnPortraitDelete
  988. //
  989. this.btnPortraitDelete.BackColor = System.Drawing.Color.Transparent;
  990. this.btnPortraitDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPortraitDelete.BackImg")));
  991. this.btnPortraitDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  992. this.btnPortraitDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  993. this.btnPortraitDelete.ForeColor = System.Drawing.Color.White;
  994. this.btnPortraitDelete.IsCustomBackImg = false;
  995. this.btnPortraitDelete.IsShowText = true;
  996. this.btnPortraitDelete.Location = new System.Drawing.Point(665, 4);
  997. this.btnPortraitDelete.Name = "btnPortraitDelete";
  998. this.btnPortraitDelete.Size = new System.Drawing.Size(85, 25);
  999. this.btnPortraitDelete.TabIndex = 48;
  1000. this.btnPortraitDelete.Text = " 删 除";
  1001. this.btnPortraitDelete.UseVisualStyleBackColor = false;
  1002. //
  1003. // lblPortraitLOG
  1004. //
  1005. this.lblPortraitLOG.AutoSize = true;
  1006. this.lblPortraitLOG.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1007. this.lblPortraitLOG.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1008. this.lblPortraitLOG.Location = new System.Drawing.Point(9, 11);
  1009. this.lblPortraitLOG.Name = "lblPortraitLOG";
  1010. this.lblPortraitLOG.Size = new System.Drawing.Size(101, 17);
  1011. this.lblPortraitLOG.TabIndex = 52;
  1012. this.lblPortraitLOG.Text = "预约单LOG(写真)";
  1013. //
  1014. // pictPortraitLOG
  1015. //
  1016. this.pictPortraitLOG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  1017. this.pictPortraitLOG.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1018. this.pictPortraitLOG.Location = new System.Drawing.Point(5, 31);
  1019. this.pictPortraitLOG.Name = "pictPortraitLOG";
  1020. this.pictPortraitLOG.Size = new System.Drawing.Size(745, 125);
  1021. this.pictPortraitLOG.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  1022. this.pictPortraitLOG.TabIndex = 53;
  1023. this.pictPortraitLOG.TabStop = false;
  1024. //
  1025. // btnPortraitSelectLOG
  1026. //
  1027. this.btnPortraitSelectLOG.BackColor = System.Drawing.Color.Transparent;
  1028. this.btnPortraitSelectLOG.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPortraitSelectLOG.BackImg")));
  1029. this.btnPortraitSelectLOG.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1030. this.btnPortraitSelectLOG.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1031. this.btnPortraitSelectLOG.ForeColor = System.Drawing.Color.White;
  1032. this.btnPortraitSelectLOG.IsCustomBackImg = false;
  1033. this.btnPortraitSelectLOG.IsShowText = true;
  1034. this.btnPortraitSelectLOG.Location = new System.Drawing.Point(574, 4);
  1035. this.btnPortraitSelectLOG.Name = "btnPortraitSelectLOG";
  1036. this.btnPortraitSelectLOG.Size = new System.Drawing.Size(85, 25);
  1037. this.btnPortraitSelectLOG.TabIndex = 47;
  1038. this.btnPortraitSelectLOG.Text = " 浏 览";
  1039. this.btnPortraitSelectLOG.UseVisualStyleBackColor = false;
  1040. //
  1041. // tabPage1
  1042. //
  1043. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1044. this.tabPage1.Controls.Add(this.panelEx1);
  1045. this.tabPage1.Location = new System.Drawing.Point(4, 34);
  1046. this.tabPage1.Name = "tabPage1";
  1047. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  1048. this.tabPage1.Size = new System.Drawing.Size(806, 440);
  1049. this.tabPage1.TabIndex = 0;
  1050. this.tabPage1.Text = "资料设置";
  1051. //
  1052. // panelEx1
  1053. //
  1054. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1055. this.panelEx1.BorderWidth = 1;
  1056. this.panelEx1.Controls.Add(this.panelEx3);
  1057. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  1058. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  1059. this.panelEx1.Name = "panelEx1";
  1060. this.panelEx1.Size = new System.Drawing.Size(800, 434);
  1061. this.panelEx1.TabIndex = 0;
  1062. //
  1063. // panelEx3
  1064. //
  1065. this.panelEx3.AutoScroll = true;
  1066. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1067. this.panelEx3.BorderWidth = 1;
  1068. this.panelEx3.Controls.Add(this.txtPhone);
  1069. this.panelEx3.Controls.Add(this.btnDownloadDimCode);
  1070. this.panelEx3.Controls.Add(this.labelEx22);
  1071. this.panelEx3.Controls.Add(this.txtMicroSharePassword);
  1072. this.panelEx3.Controls.Add(this.labelEx21);
  1073. this.panelEx3.Controls.Add(this.txtMicroShareAccount);
  1074. this.panelEx3.Controls.Add(this.dtpDianQingDate);
  1075. this.panelEx3.Controls.Add(this.labelEx19);
  1076. this.panelEx3.Controls.Add(this.btnCodeDelete);
  1077. this.panelEx3.Controls.Add(this.labelEx15);
  1078. this.panelEx3.Controls.Add(this.btnDimCodeUpdate);
  1079. this.panelEx3.Controls.Add(this.labelEx1);
  1080. this.panelEx3.Controls.Add(this.pictDimCode);
  1081. this.panelEx3.Controls.Add(this.lblDimCode);
  1082. this.panelEx3.Controls.Add(this.labelEx2);
  1083. this.panelEx3.Controls.Add(this.labelEx3);
  1084. this.panelEx3.Controls.Add(this.labelEx4);
  1085. this.panelEx3.Controls.Add(this.labelEx5);
  1086. this.panelEx3.Controls.Add(this.txtStoreManager);
  1087. this.panelEx3.Controls.Add(this.txtStoreName);
  1088. this.panelEx3.Controls.Add(this.txtURL);
  1089. this.panelEx3.Controls.Add(this.txtAddress);
  1090. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  1091. this.panelEx3.Location = new System.Drawing.Point(0, 0);
  1092. this.panelEx3.Name = "panelEx3";
  1093. this.panelEx3.Size = new System.Drawing.Size(800, 434);
  1094. this.panelEx3.TabIndex = 42;
  1095. //
  1096. // txtPhone
  1097. //
  1098. this.txtPhone.BackColor = System.Drawing.Color.Transparent;
  1099. this.txtPhone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1100. this.txtPhone.Icon = null;
  1101. this.txtPhone.IconIsButton = false;
  1102. this.txtPhone.IsPasswordChat = '\0';
  1103. this.txtPhone.IsSystemPasswordChar = false;
  1104. this.txtPhone.Lines = new string[0];
  1105. this.txtPhone.Location = new System.Drawing.Point(106, 105);
  1106. this.txtPhone.Margin = new System.Windows.Forms.Padding(0);
  1107. this.txtPhone.MaxLength = 20;
  1108. this.txtPhone.MinimumSize = new System.Drawing.Size(0, 24);
  1109. this.txtPhone.MouseBack = null;
  1110. this.txtPhone.Multiline = false;
  1111. this.txtPhone.Name = "txtPhone";
  1112. this.txtPhone.NormlBack = null;
  1113. this.txtPhone.Padding = new System.Windows.Forms.Padding(5);
  1114. this.txtPhone.ReadOnly = false;
  1115. this.txtPhone.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1116. this.txtPhone.Size = new System.Drawing.Size(120, 25);
  1117. this.txtPhone.TabIndex = 50;
  1118. this.txtPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1119. this.txtPhone.WaterColor = System.Drawing.Color.DarkGray;
  1120. this.txtPhone.WaterText = "字数不得超过20字";
  1121. this.txtPhone.WordWrap = true;
  1122. //
  1123. // btnDownloadDimCode
  1124. //
  1125. this.btnDownloadDimCode.BackColor = System.Drawing.Color.Transparent;
  1126. this.btnDownloadDimCode.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDownloadDimCode.BackImg")));
  1127. this.btnDownloadDimCode.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1128. this.btnDownloadDimCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1129. this.btnDownloadDimCode.ForeColor = System.Drawing.Color.White;
  1130. this.btnDownloadDimCode.IsCustomBackImg = false;
  1131. this.btnDownloadDimCode.IsShowText = true;
  1132. this.btnDownloadDimCode.Location = new System.Drawing.Point(545, 50);
  1133. this.btnDownloadDimCode.Name = "btnDownloadDimCode";
  1134. this.btnDownloadDimCode.Size = new System.Drawing.Size(70, 25);
  1135. this.btnDownloadDimCode.TabIndex = 49;
  1136. this.btnDownloadDimCode.Text = " 下 载";
  1137. this.btnDownloadDimCode.UseVisualStyleBackColor = false;
  1138. //
  1139. // labelEx22
  1140. //
  1141. this.labelEx22.AutoSize = true;
  1142. this.labelEx22.BackColor = System.Drawing.Color.Transparent;
  1143. this.labelEx22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1144. this.labelEx22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1145. this.labelEx22.Location = new System.Drawing.Point(23, 261);
  1146. this.labelEx22.Name = "labelEx22";
  1147. this.labelEx22.Size = new System.Drawing.Size(80, 17);
  1148. this.labelEx22.TabIndex = 47;
  1149. this.labelEx22.Text = "微分享密码:";
  1150. //
  1151. // txtMicroSharePassword
  1152. //
  1153. this.txtMicroSharePassword.BackColor = System.Drawing.Color.Transparent;
  1154. this.txtMicroSharePassword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1155. this.txtMicroSharePassword.Icon = null;
  1156. this.txtMicroSharePassword.IconIsButton = false;
  1157. this.txtMicroSharePassword.IsPasswordChat = '\0';
  1158. this.txtMicroSharePassword.IsSystemPasswordChar = false;
  1159. this.txtMicroSharePassword.Lines = new string[0];
  1160. this.txtMicroSharePassword.Location = new System.Drawing.Point(106, 257);
  1161. this.txtMicroSharePassword.Margin = new System.Windows.Forms.Padding(0);
  1162. this.txtMicroSharePassword.MaxLength = 32767;
  1163. this.txtMicroSharePassword.MinimumSize = new System.Drawing.Size(0, 24);
  1164. this.txtMicroSharePassword.MouseBack = null;
  1165. this.txtMicroSharePassword.Multiline = false;
  1166. this.txtMicroSharePassword.Name = "txtMicroSharePassword";
  1167. this.txtMicroSharePassword.NormlBack = null;
  1168. this.txtMicroSharePassword.Padding = new System.Windows.Forms.Padding(5);
  1169. this.txtMicroSharePassword.ReadOnly = false;
  1170. this.txtMicroSharePassword.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1171. this.txtMicroSharePassword.Size = new System.Drawing.Size(320, 25);
  1172. this.txtMicroSharePassword.TabIndex = 48;
  1173. this.txtMicroSharePassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1174. this.txtMicroSharePassword.WaterColor = System.Drawing.Color.DarkGray;
  1175. this.txtMicroSharePassword.WaterText = "建议字数长度在20字以内";
  1176. this.txtMicroSharePassword.WordWrap = true;
  1177. //
  1178. // labelEx21
  1179. //
  1180. this.labelEx21.AutoSize = true;
  1181. this.labelEx21.BackColor = System.Drawing.Color.Transparent;
  1182. this.labelEx21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1183. this.labelEx21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1184. this.labelEx21.Location = new System.Drawing.Point(23, 210);
  1185. this.labelEx21.Name = "labelEx21";
  1186. this.labelEx21.Size = new System.Drawing.Size(80, 17);
  1187. this.labelEx21.TabIndex = 45;
  1188. this.labelEx21.Text = "微分享帐号:";
  1189. //
  1190. // txtMicroShareAccount
  1191. //
  1192. this.txtMicroShareAccount.BackColor = System.Drawing.Color.Transparent;
  1193. this.txtMicroShareAccount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1194. this.txtMicroShareAccount.Icon = null;
  1195. this.txtMicroShareAccount.IconIsButton = false;
  1196. this.txtMicroShareAccount.IsPasswordChat = '\0';
  1197. this.txtMicroShareAccount.IsSystemPasswordChar = false;
  1198. this.txtMicroShareAccount.Lines = new string[0];
  1199. this.txtMicroShareAccount.Location = new System.Drawing.Point(106, 206);
  1200. this.txtMicroShareAccount.Margin = new System.Windows.Forms.Padding(0);
  1201. this.txtMicroShareAccount.MaxLength = 32767;
  1202. this.txtMicroShareAccount.MinimumSize = new System.Drawing.Size(0, 24);
  1203. this.txtMicroShareAccount.MouseBack = null;
  1204. this.txtMicroShareAccount.Multiline = false;
  1205. this.txtMicroShareAccount.Name = "txtMicroShareAccount";
  1206. this.txtMicroShareAccount.NormlBack = null;
  1207. this.txtMicroShareAccount.Padding = new System.Windows.Forms.Padding(5);
  1208. this.txtMicroShareAccount.ReadOnly = false;
  1209. this.txtMicroShareAccount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1210. this.txtMicroShareAccount.Size = new System.Drawing.Size(320, 25);
  1211. this.txtMicroShareAccount.TabIndex = 46;
  1212. this.txtMicroShareAccount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1213. this.txtMicroShareAccount.WaterColor = System.Drawing.Color.DarkGray;
  1214. this.txtMicroShareAccount.WaterText = "字数不得超过150";
  1215. this.txtMicroShareAccount.WordWrap = true;
  1216. //
  1217. // dtpDianQingDate
  1218. //
  1219. this.dtpDianQingDate.CustomFormat = " ";
  1220. this.dtpDianQingDate.DateValue = "";
  1221. this.dtpDianQingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  1222. this.dtpDianQingDate.IsShowTime = false;
  1223. this.dtpDianQingDate.Location = new System.Drawing.Point(327, 106);
  1224. this.dtpDianQingDate.Name = "dtpDianQingDate";
  1225. this.dtpDianQingDate.Size = new System.Drawing.Size(99, 21);
  1226. this.dtpDianQingDate.TabIndex = 5;
  1227. //
  1228. // labelEx19
  1229. //
  1230. this.labelEx19.AutoSize = true;
  1231. this.labelEx19.BackColor = System.Drawing.Color.Transparent;
  1232. this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1233. this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1234. this.labelEx19.Location = new System.Drawing.Point(256, 108);
  1235. this.labelEx19.Name = "labelEx19";
  1236. this.labelEx19.Size = new System.Drawing.Size(68, 17);
  1237. this.labelEx19.TabIndex = 41;
  1238. this.labelEx19.Text = "店庆日期:";
  1239. //
  1240. // btnCodeDelete
  1241. //
  1242. this.btnCodeDelete.BackColor = System.Drawing.Color.Transparent;
  1243. this.btnCodeDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCodeDelete.BackImg")));
  1244. this.btnCodeDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1245. this.btnCodeDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1246. this.btnCodeDelete.ForeColor = System.Drawing.Color.White;
  1247. this.btnCodeDelete.IsCustomBackImg = false;
  1248. this.btnCodeDelete.IsShowText = true;
  1249. this.btnCodeDelete.Location = new System.Drawing.Point(697, 50);
  1250. this.btnCodeDelete.Name = "btnCodeDelete";
  1251. this.btnCodeDelete.Size = new System.Drawing.Size(70, 25);
  1252. this.btnCodeDelete.TabIndex = 11;
  1253. this.btnCodeDelete.Text = " 删 除";
  1254. this.btnCodeDelete.UseVisualStyleBackColor = false;
  1255. //
  1256. // labelEx15
  1257. //
  1258. this.labelEx15.AutoSize = true;
  1259. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1260. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1261. this.labelEx15.Location = new System.Drawing.Point(25, 25);
  1262. this.labelEx15.Name = "labelEx15";
  1263. this.labelEx15.Size = new System.Drawing.Size(56, 17);
  1264. this.labelEx15.TabIndex = 0;
  1265. this.labelEx15.Text = "影楼资料";
  1266. //
  1267. // btnDimCodeUpdate
  1268. //
  1269. this.btnDimCodeUpdate.BackColor = System.Drawing.Color.Transparent;
  1270. this.btnDimCodeUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDimCodeUpdate.BackImg")));
  1271. this.btnDimCodeUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1272. this.btnDimCodeUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1273. this.btnDimCodeUpdate.ForeColor = System.Drawing.Color.White;
  1274. this.btnDimCodeUpdate.IsCustomBackImg = false;
  1275. this.btnDimCodeUpdate.IsShowText = true;
  1276. this.btnDimCodeUpdate.Location = new System.Drawing.Point(621, 50);
  1277. this.btnDimCodeUpdate.Name = "btnDimCodeUpdate";
  1278. this.btnDimCodeUpdate.Size = new System.Drawing.Size(70, 25);
  1279. this.btnDimCodeUpdate.TabIndex = 10;
  1280. this.btnDimCodeUpdate.Text = " 浏 览";
  1281. this.btnDimCodeUpdate.UseVisualStyleBackColor = false;
  1282. //
  1283. // labelEx1
  1284. //
  1285. this.labelEx1.AutoSize = true;
  1286. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  1287. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1288. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1289. this.labelEx1.Location = new System.Drawing.Point(59, 58);
  1290. this.labelEx1.Name = "labelEx1";
  1291. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  1292. this.labelEx1.TabIndex = 0;
  1293. this.labelEx1.Text = "店名:";
  1294. //
  1295. // pictDimCode
  1296. //
  1297. this.pictDimCode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  1298. this.pictDimCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1299. this.pictDimCode.Location = new System.Drawing.Point(468, 78);
  1300. this.pictDimCode.Name = "pictDimCode";
  1301. this.pictDimCode.Size = new System.Drawing.Size(300, 257);
  1302. this.pictDimCode.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  1303. this.pictDimCode.TabIndex = 22;
  1304. this.pictDimCode.TabStop = false;
  1305. //
  1306. // lblDimCode
  1307. //
  1308. this.lblDimCode.AutoSize = true;
  1309. this.lblDimCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1310. this.lblDimCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1311. this.lblDimCode.Location = new System.Drawing.Point(465, 58);
  1312. this.lblDimCode.Name = "lblDimCode";
  1313. this.lblDimCode.Size = new System.Drawing.Size(44, 17);
  1314. this.lblDimCode.TabIndex = 10;
  1315. this.lblDimCode.Text = "二维码";
  1316. //
  1317. // labelEx2
  1318. //
  1319. this.labelEx2.AutoSize = true;
  1320. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  1321. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1322. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1323. this.labelEx2.Location = new System.Drawing.Point(59, 108);
  1324. this.labelEx2.Name = "labelEx2";
  1325. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  1326. this.labelEx2.TabIndex = 1;
  1327. this.labelEx2.Text = "电话:";
  1328. //
  1329. // labelEx3
  1330. //
  1331. this.labelEx3.AutoSize = true;
  1332. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  1333. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1334. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1335. this.labelEx3.Location = new System.Drawing.Point(59, 368);
  1336. this.labelEx3.Name = "labelEx3";
  1337. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  1338. this.labelEx3.TabIndex = 2;
  1339. this.labelEx3.Text = "地址:";
  1340. //
  1341. // labelEx4
  1342. //
  1343. this.labelEx4.AutoSize = true;
  1344. this.labelEx4.BackColor = System.Drawing.Color.Transparent;
  1345. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1346. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1347. this.labelEx4.Location = new System.Drawing.Point(59, 314);
  1348. this.labelEx4.Name = "labelEx4";
  1349. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  1350. this.labelEx4.TabIndex = 3;
  1351. this.labelEx4.Text = "网址:";
  1352. //
  1353. // labelEx5
  1354. //
  1355. this.labelEx5.AutoSize = true;
  1356. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  1357. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1358. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1359. this.labelEx5.Location = new System.Drawing.Point(59, 159);
  1360. this.labelEx5.Name = "labelEx5";
  1361. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  1362. this.labelEx5.TabIndex = 4;
  1363. this.labelEx5.Text = "店长:";
  1364. //
  1365. // txtStoreManager
  1366. //
  1367. this.txtStoreManager.BackColor = System.Drawing.Color.Transparent;
  1368. this.txtStoreManager.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1369. this.txtStoreManager.Icon = null;
  1370. this.txtStoreManager.IconIsButton = false;
  1371. this.txtStoreManager.IsPasswordChat = '\0';
  1372. this.txtStoreManager.IsSystemPasswordChar = false;
  1373. this.txtStoreManager.Lines = new string[0];
  1374. this.txtStoreManager.Location = new System.Drawing.Point(106, 155);
  1375. this.txtStoreManager.Margin = new System.Windows.Forms.Padding(0);
  1376. this.txtStoreManager.MaxLength = 32767;
  1377. this.txtStoreManager.MinimumSize = new System.Drawing.Size(0, 24);
  1378. this.txtStoreManager.MouseBack = null;
  1379. this.txtStoreManager.Multiline = false;
  1380. this.txtStoreManager.Name = "txtStoreManager";
  1381. this.txtStoreManager.NormlBack = null;
  1382. this.txtStoreManager.Padding = new System.Windows.Forms.Padding(5);
  1383. this.txtStoreManager.ReadOnly = false;
  1384. this.txtStoreManager.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1385. this.txtStoreManager.Size = new System.Drawing.Size(320, 25);
  1386. this.txtStoreManager.TabIndex = 2;
  1387. this.txtStoreManager.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1388. this.txtStoreManager.WaterColor = System.Drawing.Color.DarkGray;
  1389. this.txtStoreManager.WaterText = "字数长度不得超过20字";
  1390. this.txtStoreManager.WordWrap = true;
  1391. //
  1392. // txtStoreName
  1393. //
  1394. this.txtStoreName.BackColor = System.Drawing.Color.Transparent;
  1395. this.txtStoreName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1396. this.txtStoreName.Icon = null;
  1397. this.txtStoreName.IconIsButton = false;
  1398. this.txtStoreName.IsPasswordChat = '\0';
  1399. this.txtStoreName.IsSystemPasswordChar = false;
  1400. this.txtStoreName.Lines = new string[0];
  1401. this.txtStoreName.Location = new System.Drawing.Point(106, 54);
  1402. this.txtStoreName.Margin = new System.Windows.Forms.Padding(0);
  1403. this.txtStoreName.MaxLength = 32767;
  1404. this.txtStoreName.MinimumSize = new System.Drawing.Size(0, 24);
  1405. this.txtStoreName.MouseBack = null;
  1406. this.txtStoreName.Multiline = false;
  1407. this.txtStoreName.Name = "txtStoreName";
  1408. this.txtStoreName.NormlBack = null;
  1409. this.txtStoreName.Padding = new System.Windows.Forms.Padding(5);
  1410. this.txtStoreName.ReadOnly = false;
  1411. this.txtStoreName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1412. this.txtStoreName.Size = new System.Drawing.Size(320, 25);
  1413. this.txtStoreName.TabIndex = 0;
  1414. this.txtStoreName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1415. this.txtStoreName.WaterColor = System.Drawing.Color.DarkGray;
  1416. this.txtStoreName.WaterText = "字数长度不得超过100字";
  1417. this.txtStoreName.WordWrap = true;
  1418. //
  1419. // txtURL
  1420. //
  1421. this.txtURL.BackColor = System.Drawing.Color.Transparent;
  1422. this.txtURL.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1423. this.txtURL.Icon = null;
  1424. this.txtURL.IconIsButton = false;
  1425. this.txtURL.IsPasswordChat = '\0';
  1426. this.txtURL.IsSystemPasswordChar = false;
  1427. this.txtURL.Lines = new string[0];
  1428. this.txtURL.Location = new System.Drawing.Point(106, 310);
  1429. this.txtURL.Margin = new System.Windows.Forms.Padding(0);
  1430. this.txtURL.MaxLength = 32767;
  1431. this.txtURL.MinimumSize = new System.Drawing.Size(0, 24);
  1432. this.txtURL.MouseBack = null;
  1433. this.txtURL.Multiline = false;
  1434. this.txtURL.Name = "txtURL";
  1435. this.txtURL.NormlBack = null;
  1436. this.txtURL.Padding = new System.Windows.Forms.Padding(5);
  1437. this.txtURL.ReadOnly = false;
  1438. this.txtURL.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1439. this.txtURL.Size = new System.Drawing.Size(320, 25);
  1440. this.txtURL.TabIndex = 3;
  1441. this.txtURL.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1442. this.txtURL.WaterColor = System.Drawing.Color.DarkGray;
  1443. this.txtURL.WaterText = "建议字数长度在50字以内";
  1444. this.txtURL.WordWrap = true;
  1445. //
  1446. // txtAddress
  1447. //
  1448. this.txtAddress.BackColor = System.Drawing.Color.Transparent;
  1449. this.txtAddress.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1450. this.txtAddress.Icon = null;
  1451. this.txtAddress.IconIsButton = false;
  1452. this.txtAddress.IsPasswordChat = '\0';
  1453. this.txtAddress.IsSystemPasswordChar = false;
  1454. this.txtAddress.Lines = new string[0];
  1455. this.txtAddress.Location = new System.Drawing.Point(106, 364);
  1456. this.txtAddress.Margin = new System.Windows.Forms.Padding(0);
  1457. this.txtAddress.MaxLength = 32767;
  1458. this.txtAddress.MinimumSize = new System.Drawing.Size(0, 24);
  1459. this.txtAddress.MouseBack = null;
  1460. this.txtAddress.Multiline = false;
  1461. this.txtAddress.Name = "txtAddress";
  1462. this.txtAddress.NormlBack = null;
  1463. this.txtAddress.Padding = new System.Windows.Forms.Padding(5);
  1464. this.txtAddress.ReadOnly = false;
  1465. this.txtAddress.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1466. this.txtAddress.Size = new System.Drawing.Size(661, 25);
  1467. this.txtAddress.TabIndex = 4;
  1468. this.txtAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1469. this.txtAddress.WaterColor = System.Drawing.Color.DarkGray;
  1470. this.txtAddress.WaterText = "字数长度不得超过200字";
  1471. this.txtAddress.WordWrap = true;
  1472. //
  1473. // tabControl
  1474. //
  1475. this.tabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  1476. this.tabControl.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1477. this.tabControl.Controls.Add(this.tabPage1);
  1478. this.tabControl.Controls.Add(this.tabPage2);
  1479. this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  1480. this.tabControl.ItemSize = new System.Drawing.Size(120, 30);
  1481. this.tabControl.Location = new System.Drawing.Point(0, 0);
  1482. this.tabControl.Name = "tabControl";
  1483. this.tabControl.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1484. this.tabControl.SelectedIndex = 0;
  1485. this.tabControl.Size = new System.Drawing.Size(814, 478);
  1486. this.tabControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  1487. this.tabControl.TabIndex = 25;
  1488. //
  1489. // ShopMessageSetFormMain
  1490. //
  1491. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1492. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1493. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1494. this.ClientSize = new System.Drawing.Size(814, 543);
  1495. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1496. this.IsUserControlsSize = false;
  1497. this.Name = "ShopMessageSetFormMain";
  1498. this.Text = "本店信息设置";
  1499. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1500. this.plExMainContainer.ResumeLayout(false);
  1501. this.plFormMainContent.ResumeLayout(false);
  1502. this.panelEx2.ResumeLayout(false);
  1503. this.panelEx2.PerformLayout();
  1504. this.tabPage2.ResumeLayout(false);
  1505. this.panelExX2.ResumeLayout(false);
  1506. this.tabControl2.ResumeLayout(false);
  1507. this.tabPrint.ResumeLayout(false);
  1508. this.panelEx9.ResumeLayout(false);
  1509. this.panelEx9.PerformLayout();
  1510. this.tbPage1.ResumeLayout(false);
  1511. this.panelExX3.ResumeLayout(false);
  1512. this.panelEx6.ResumeLayout(false);
  1513. this.panelEx6.PerformLayout();
  1514. this.panel_Wedding.ResumeLayout(false);
  1515. this.panel_Wedding.PerformLayout();
  1516. ((System.ComponentModel.ISupportInitialize)(this.pictWeddingLOG)).EndInit();
  1517. this.panelEx10.ResumeLayout(false);
  1518. this.panelEx10.PerformLayout();
  1519. this.tbPage2.ResumeLayout(false);
  1520. this.panelExX4.ResumeLayout(false);
  1521. this.panelEx4.ResumeLayout(false);
  1522. this.panelEx4.PerformLayout();
  1523. this.panelEx7.ResumeLayout(false);
  1524. this.panelEx7.PerformLayout();
  1525. this.panel_Child.ResumeLayout(false);
  1526. this.panel_Child.PerformLayout();
  1527. ((System.ComponentModel.ISupportInitialize)(this.pictChildLOG)).EndInit();
  1528. this.tbPage3.ResumeLayout(false);
  1529. this.panelExX5.ResumeLayout(false);
  1530. this.panelEx5.ResumeLayout(false);
  1531. this.panelEx5.PerformLayout();
  1532. this.panelEx8.ResumeLayout(false);
  1533. this.panelEx8.PerformLayout();
  1534. this.panel_Portrait.ResumeLayout(false);
  1535. this.panel_Portrait.PerformLayout();
  1536. ((System.ComponentModel.ISupportInitialize)(this.pictPortraitLOG)).EndInit();
  1537. this.tabPage1.ResumeLayout(false);
  1538. this.panelEx1.ResumeLayout(false);
  1539. this.panelEx3.ResumeLayout(false);
  1540. this.panelEx3.PerformLayout();
  1541. ((System.ComponentModel.ISupportInitialize)(this.pictDimCode)).EndInit();
  1542. this.tabControl.ResumeLayout(false);
  1543. this.ResumeLayout(false);
  1544. }
  1545. #endregion
  1546. protected System.Windows.Forms.OpenFileDialog openFileDialog1;
  1547. protected ComponentLibrary.PanelEx panelEx2;
  1548. protected ComponentLibrary.ComboBoxEx cmbStoreName;
  1549. private ComponentLibrary.LabelEx labelEx18;
  1550. protected ComponentLibrary.ButtonEx btnCancel;
  1551. protected ComponentLibrary.ButtonEx btnSave;
  1552. protected ComponentLibrary.TabControlEx tabControl;
  1553. private System.Windows.Forms.TabPage tabPage1;
  1554. private ComponentLibrary.PanelEx panelEx1;
  1555. protected ComponentLibrary.PanelEx panelEx3;
  1556. protected ComponentLibrary.DateTimePickerEx dtpDianQingDate;
  1557. private ComponentLibrary.LabelEx labelEx19;
  1558. private ComponentLibrary.ButtonForm btnCodeDelete;
  1559. private ComponentLibrary.LabelEx labelEx15;
  1560. private ComponentLibrary.ButtonForm btnDimCodeUpdate;
  1561. private ComponentLibrary.LabelEx labelEx1;
  1562. protected ComponentLibrary.PictureBoxEx pictDimCode;
  1563. private ComponentLibrary.LabelEx labelEx2;
  1564. private ComponentLibrary.LabelEx labelEx3;
  1565. private ComponentLibrary.LabelEx labelEx4;
  1566. private ComponentLibrary.LabelEx labelEx5;
  1567. protected ComponentLibrary.TextBoxEx txtStoreManager;
  1568. protected ComponentLibrary.TextBoxEx txtStoreName;
  1569. protected ComponentLibrary.TextBoxEx txtURL;
  1570. protected ComponentLibrary.TextBoxEx txtAddress;
  1571. private ComponentLibrary.LabelEx labelEx22;
  1572. protected ComponentLibrary.TextBoxEx txtMicroSharePassword;
  1573. private ComponentLibrary.LabelEx labelEx21;
  1574. protected ComponentLibrary.TextBoxEx txtMicroShareAccount;
  1575. protected internal ComponentLibrary.ButtonForm btnDownloadDimCode;
  1576. protected ComponentLibrary.LabelEx lblDimCode;
  1577. private ComponentLibrary.PanelEx panelExX2;
  1578. protected ComponentLibrary.TabControlEx tabControl2;
  1579. protected System.Windows.Forms.TabPage tbPage1;
  1580. protected System.Windows.Forms.TabPage tbPage2;
  1581. protected System.Windows.Forms.TabPage tbPage3;
  1582. private ComponentLibrary.PanelEx panelExX3;
  1583. private ComponentLibrary.PanelEx panelEx6;
  1584. protected ComponentLibrary.TextBoxEx txtWeddingReserveExplain;
  1585. private ComponentLibrary.LabelEx labelEx8;
  1586. protected ComponentLibrary.PanelEx panel_Wedding;
  1587. protected internal ComponentLibrary.ButtonForm btnDownloadWeddingLOG;
  1588. private ComponentLibrary.ButtonForm btnWeddingDelete;
  1589. protected ComponentLibrary.PictureBoxEx pictWeddingLOG;
  1590. private ComponentLibrary.ButtonForm btnWeddingSelectLOG;
  1591. protected ComponentLibrary.LabelEx lblWeddingLOG;
  1592. private ComponentLibrary.PanelEx panelEx10;
  1593. private ComponentLibrary.LabelEx labelEx13;
  1594. private ComponentLibrary.PanelEx panelExX4;
  1595. private ComponentLibrary.PanelEx panelEx4;
  1596. private ComponentLibrary.PanelEx panelEx7;
  1597. private ComponentLibrary.LabelEx labelEx12;
  1598. protected ComponentLibrary.TextBoxEx txtChildReserveExplain;
  1599. private ComponentLibrary.LabelEx labelEx11;
  1600. protected ComponentLibrary.PanelEx panel_Child;
  1601. protected internal ComponentLibrary.ButtonForm btnDownloadChildLOG;
  1602. private ComponentLibrary.ButtonForm btnChildDelete;
  1603. protected ComponentLibrary.LabelEx lblChildLOG;
  1604. protected ComponentLibrary.PictureBoxEx pictChildLOG;
  1605. private ComponentLibrary.ButtonForm btnChildSelectLOG;
  1606. private ComponentLibrary.PanelEx panelExX5;
  1607. private ComponentLibrary.PanelEx panelEx5;
  1608. protected ComponentLibrary.TextBoxEx txtPortraitReserveExplain;
  1609. private ComponentLibrary.LabelEx labelEx14;
  1610. protected ComponentLibrary.PanelEx panel_Portrait;
  1611. protected internal ComponentLibrary.ButtonForm btnDownloadPortraitLOG;
  1612. private ComponentLibrary.ButtonForm btnPortraitDelete;
  1613. protected ComponentLibrary.LabelEx lblPortraitLOG;
  1614. protected ComponentLibrary.PictureBoxEx pictPortraitLOG;
  1615. protected ComponentLibrary.ButtonForm btnPortraitSelectLOG;
  1616. protected internal ComponentLibrary.TextBoxEx txtPhone;
  1617. protected internal System.Windows.Forms.TabPage tabPage2;
  1618. private System.Windows.Forms.TabPage tabPrint;
  1619. protected internal ComponentLibrary.PanelEx panelEx9;
  1620. protected ComponentLibrary.TextBoxEx txtDressExplain;
  1621. protected ComponentLibrary.TextBoxEx txtMakingExplain;
  1622. private ComponentLibrary.LabelEx labelEx16;
  1623. private ComponentLibrary.LabelEx labelEx6;
  1624. private ComponentLibrary.LabelEx labelEx7;
  1625. protected ComponentLibrary.TextBoxEx txtIncomeMoneyExplain;
  1626. private ComponentLibrary.LabelEx labelEx9;
  1627. protected ComponentLibrary.TextBoxEx txtIncomeMoneyTitle;
  1628. private ComponentLibrary.LabelEx labelEx10;
  1629. private ComponentLibrary.PanelEx panelEx8;
  1630. private ComponentLibrary.LabelEx labelEx17;
  1631. }
  1632. }