OtherConsumeImportPhotoSetSmallForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. namespace LYFZ.Software.UI.FinancialManagement.SetSmallForm
  2. {
  3. partial class OtherConsumeImportPhotoSetSmallForm
  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(OtherConsumeImportPhotoSetSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.cmbtreevPhotography = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  34. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.btnExport = new LYFZ.ComponentLibrary.ButtonForm();
  36. this.lblCoverPage = new LYFZ.ComponentLibrary.LabelEx();
  37. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  40. this.btnBrowse = new LYFZ.ComponentLibrary.ButtonForm();
  41. this.btnReset = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.chkPickupNot = new LYFZ.ComponentLibrary.CheckBoxEx();
  44. this.chkPickupOK = new LYFZ.ComponentLibrary.CheckBoxEx();
  45. this.plExMainContainer.SuspendLayout();
  46. this.plFormMainContent.SuspendLayout();
  47. this.panelEx1.SuspendLayout();
  48. this.panelEx2.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // plExMainContainer
  52. //
  53. this.plExMainContainer.Controls.Add(this.panelEx1);
  54. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  55. this.plExMainContainer.Size = new System.Drawing.Size(700, 485);
  56. //
  57. // plFormMainContent
  58. //
  59. this.plFormMainContent.Size = new System.Drawing.Size(700, 485);
  60. //
  61. // btnAppFormExit
  62. //
  63. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  64. this.btnAppFormExit.Location = new System.Drawing.Point(668, 0);
  65. //
  66. // btnAppFormMinimize
  67. //
  68. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  69. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  70. //
  71. // panelEx1
  72. //
  73. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  74. this.panelEx1.BorderWidth = 1;
  75. this.panelEx1.Controls.Add(this.listViewData);
  76. this.panelEx1.Controls.Add(this.panelEx2);
  77. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  79. this.panelEx1.Name = "panelEx1";
  80. this.panelEx1.Padding = new System.Windows.Forms.Padding(10);
  81. this.panelEx1.Size = new System.Drawing.Size(680, 465);
  82. this.panelEx1.TabIndex = 0;
  83. //
  84. // listViewData
  85. //
  86. this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.listViewData.FullRowSelect = true;
  88. this.listViewData.Location = new System.Drawing.Point(10, 110);
  89. this.listViewData.Name = "listViewData";
  90. this.listViewData.Size = new System.Drawing.Size(660, 345);
  91. this.listViewData.TabIndex = 2296;
  92. this.listViewData.UseCompatibleStateImageBehavior = false;
  93. //
  94. // panelEx2
  95. //
  96. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  97. this.panelEx2.BorderWidth = 1;
  98. this.panelEx2.Controls.Add(this.chkPickupOK);
  99. this.panelEx2.Controls.Add(this.chkPickupNot);
  100. this.panelEx2.Controls.Add(this.labelEx2);
  101. this.panelEx2.Controls.Add(this.btnReset);
  102. this.panelEx2.Controls.Add(this.panelEx3);
  103. this.panelEx2.Controls.Add(this.cmbtreevPhotography);
  104. this.panelEx2.Controls.Add(this.labelEx1);
  105. this.panelEx2.Controls.Add(this.btnExport);
  106. this.panelEx2.Controls.Add(this.lblCoverPage);
  107. this.panelEx2.Controls.Add(this.btnSaveed);
  108. this.panelEx2.Controls.Add(this.btnCancel);
  109. this.panelEx2.Controls.Add(this.btnDelete);
  110. this.panelEx2.Controls.Add(this.btnBrowse);
  111. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  112. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  113. this.panelEx2.Name = "panelEx2";
  114. this.panelEx2.Size = new System.Drawing.Size(660, 100);
  115. this.panelEx2.TabIndex = 2297;
  116. //
  117. // panelEx3
  118. //
  119. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  120. | System.Windows.Forms.AnchorStyles.Right)));
  121. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  122. this.panelEx3.BorderWidth = 1;
  123. this.panelEx3.Location = new System.Drawing.Point(0, 52);
  124. this.panelEx3.Name = "panelEx3";
  125. this.panelEx3.Size = new System.Drawing.Size(660, 1);
  126. this.panelEx3.TabIndex = 2308;
  127. //
  128. // cmbtreevPhotography
  129. //
  130. this.cmbtreevPhotography.AfterSelectLevelFirstNode = true;
  131. this.cmbtreevPhotography.DropDownHeight = 220;
  132. this.cmbtreevPhotography.DropDownShow = false;
  133. this.cmbtreevPhotography.FormattingEnabled = true;
  134. this.cmbtreevPhotography.IntegralHeight = false;
  135. this.cmbtreevPhotography.IsNodeMouseClick = true;
  136. this.cmbtreevPhotography.IsSelectParentNode = false;
  137. this.cmbtreevPhotography.Location = new System.Drawing.Point(64, 17);
  138. this.cmbtreevPhotography.Name = "cmbtreevPhotography";
  139. this.cmbtreevPhotography.ReadOnly = true;
  140. this.cmbtreevPhotography.SelectedNode = null;
  141. this.cmbtreevPhotography.Size = new System.Drawing.Size(120, 20);
  142. this.cmbtreevPhotography.StrGetName = "";
  143. this.cmbtreevPhotography.StrKey = null;
  144. this.cmbtreevPhotography.TabIndex = 2307;
  145. //
  146. // labelEx1
  147. //
  148. this.labelEx1.AutoSize = true;
  149. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  150. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  151. this.labelEx1.Location = new System.Drawing.Point(1, 19);
  152. this.labelEx1.Name = "labelEx1";
  153. this.labelEx1.Size = new System.Drawing.Size(65, 17);
  154. this.labelEx1.TabIndex = 2306;
  155. this.labelEx1.Text = "* 摄影师:";
  156. //
  157. // btnExport
  158. //
  159. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  160. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  161. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  162. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  163. this.btnExport.ForeColor = System.Drawing.Color.White;
  164. this.btnExport.IsCustomBackImg = false;
  165. this.btnExport.IsShowText = true;
  166. this.btnExport.Location = new System.Drawing.Point(407, 67);
  167. this.btnExport.Name = "btnExport";
  168. this.btnExport.Size = new System.Drawing.Size(80, 28);
  169. this.btnExport.TabIndex = 2305;
  170. this.btnExport.Text = " 下 载";
  171. this.btnExport.UseVisualStyleBackColor = false;
  172. //
  173. // lblCoverPage
  174. //
  175. this.lblCoverPage.AutoSize = true;
  176. this.lblCoverPage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  177. this.lblCoverPage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  178. this.lblCoverPage.Location = new System.Drawing.Point(3, 77);
  179. this.lblCoverPage.Name = "lblCoverPage";
  180. this.lblCoverPage.Size = new System.Drawing.Size(56, 17);
  181. this.lblCoverPage.TabIndex = 2304;
  182. this.lblCoverPage.Text = "相关相片";
  183. //
  184. // btnSaveed
  185. //
  186. this.btnSaveed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  187. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  188. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  189. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  190. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  191. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  192. this.btnSaveed.IsCustomBackImg = false;
  193. this.btnSaveed.IsShowText = true;
  194. this.btnSaveed.Location = new System.Drawing.Point(493, 13);
  195. this.btnSaveed.Name = "btnSaveed";
  196. this.btnSaveed.Size = new System.Drawing.Size(80, 28);
  197. this.btnSaveed.TabIndex = 2303;
  198. this.btnSaveed.Text = " 保 存";
  199. this.btnSaveed.UseVisualStyleBackColor = false;
  200. //
  201. // btnCancel
  202. //
  203. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  204. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  205. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  206. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  207. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  208. this.btnCancel.ForeColor = System.Drawing.Color.White;
  209. this.btnCancel.IsCustomBackImg = false;
  210. this.btnCancel.IsShowText = true;
  211. this.btnCancel.Location = new System.Drawing.Point(579, 13);
  212. this.btnCancel.Name = "btnCancel";
  213. this.btnCancel.Size = new System.Drawing.Size(80, 28);
  214. this.btnCancel.TabIndex = 2302;
  215. this.btnCancel.Text = " 取 消";
  216. this.btnCancel.UseVisualStyleBackColor = false;
  217. //
  218. // btnDelete
  219. //
  220. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  221. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  222. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  223. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  224. this.btnDelete.ForeColor = System.Drawing.Color.White;
  225. this.btnDelete.IsCustomBackImg = false;
  226. this.btnDelete.IsShowText = true;
  227. this.btnDelete.Location = new System.Drawing.Point(493, 67);
  228. this.btnDelete.Name = "btnDelete";
  229. this.btnDelete.Size = new System.Drawing.Size(80, 28);
  230. this.btnDelete.TabIndex = 2301;
  231. this.btnDelete.Text = " 删 除";
  232. this.btnDelete.UseVisualStyleBackColor = false;
  233. //
  234. // btnBrowse
  235. //
  236. this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
  237. this.btnBrowse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowse.BackImg")));
  238. this.btnBrowse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  239. this.btnBrowse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  240. this.btnBrowse.ForeColor = System.Drawing.Color.White;
  241. this.btnBrowse.IsCustomBackImg = false;
  242. this.btnBrowse.IsShowText = true;
  243. this.btnBrowse.Location = new System.Drawing.Point(579, 67);
  244. this.btnBrowse.Name = "btnBrowse";
  245. this.btnBrowse.Size = new System.Drawing.Size(80, 28);
  246. this.btnBrowse.TabIndex = 2300;
  247. this.btnBrowse.Text = " 浏 览";
  248. this.btnBrowse.UseVisualStyleBackColor = false;
  249. //
  250. // btnReset
  251. //
  252. this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  253. this.btnReset.BackColor = System.Drawing.Color.Transparent;
  254. this.btnReset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReset.BackImg")));
  255. this.btnReset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  256. this.btnReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  257. this.btnReset.ForeColor = System.Drawing.Color.White;
  258. this.btnReset.IsCustomBackImg = false;
  259. this.btnReset.IsShowText = true;
  260. this.btnReset.Location = new System.Drawing.Point(407, 13);
  261. this.btnReset.Name = "btnReset";
  262. this.btnReset.Size = new System.Drawing.Size(80, 28);
  263. this.btnReset.TabIndex = 2309;
  264. this.btnReset.Text = " 重 置";
  265. this.btnReset.UseVisualStyleBackColor = false;
  266. //
  267. // labelEx2
  268. //
  269. this.labelEx2.AutoSize = true;
  270. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  271. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  272. this.labelEx2.Location = new System.Drawing.Point(210, 19);
  273. this.labelEx2.Name = "labelEx2";
  274. this.labelEx2.Size = new System.Drawing.Size(77, 17);
  275. this.labelEx2.TabIndex = 2310;
  276. this.labelEx2.Text = "* 是否取件:";
  277. //
  278. // chkPickupNot
  279. //
  280. this.chkPickupNot.AutoSize = true;
  281. this.chkPickupNot.BackColor = System.Drawing.Color.Transparent;
  282. this.chkPickupNot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  283. this.chkPickupNot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  284. this.chkPickupNot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  285. this.chkPickupNot.Fourstates = false;
  286. this.chkPickupNot.IsGreenTick = false;
  287. this.chkPickupNot.Location = new System.Drawing.Point(285, 17);
  288. this.chkPickupNot.Name = "chkPickupNot";
  289. this.chkPickupNot.Size = new System.Drawing.Size(51, 21);
  290. this.chkPickupNot.TabIndex = 2311;
  291. this.chkPickupNot.Text = "未取";
  292. this.chkPickupNot.UseVisualStyleBackColor = false;
  293. //
  294. // chkPickupOK
  295. //
  296. this.chkPickupOK.AutoSize = true;
  297. this.chkPickupOK.BackColor = System.Drawing.Color.Transparent;
  298. this.chkPickupOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  299. this.chkPickupOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  300. this.chkPickupOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  301. this.chkPickupOK.Fourstates = false;
  302. this.chkPickupOK.IsGreenTick = false;
  303. this.chkPickupOK.Location = new System.Drawing.Point(342, 17);
  304. this.chkPickupOK.Name = "chkPickupOK";
  305. this.chkPickupOK.Size = new System.Drawing.Size(51, 21);
  306. this.chkPickupOK.TabIndex = 2312;
  307. this.chkPickupOK.Text = "已取";
  308. this.chkPickupOK.UseVisualStyleBackColor = false;
  309. //
  310. // OtherConsumeImportPhotoSetSmallForm
  311. //
  312. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  313. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  314. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  315. this.ClientSize = new System.Drawing.Size(700, 550);
  316. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  317. this.IsUserControlsSize = false;
  318. this.MaximizeBox = false;
  319. this.MinimizeBox = false;
  320. this.Name = "OtherConsumeImportPhotoSetSmallForm";
  321. this.Text = "导入证件照";
  322. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  323. this.plExMainContainer.ResumeLayout(false);
  324. this.plFormMainContent.ResumeLayout(false);
  325. this.panelEx1.ResumeLayout(false);
  326. this.panelEx2.ResumeLayout(false);
  327. this.panelEx2.PerformLayout();
  328. this.ResumeLayout(false);
  329. }
  330. #endregion
  331. private ComponentLibrary.PanelEx panelEx1;
  332. protected internal ComponentLibrary.ListViewEx listViewData;
  333. private ComponentLibrary.PanelEx panelEx2;
  334. protected internal ComponentLibrary.ButtonForm btnDelete;
  335. protected internal ComponentLibrary.ButtonForm btnBrowse;
  336. protected internal ComponentLibrary.ButtonEx btnSaveed;
  337. protected internal ComponentLibrary.ButtonEx btnCancel;
  338. private ComponentLibrary.LabelEx labelEx1;
  339. protected internal ComponentLibrary.ButtonForm btnExport;
  340. protected internal ComponentLibrary.LabelEx lblCoverPage;
  341. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevPhotography;
  342. private ComponentLibrary.PanelEx panelEx3;
  343. private ComponentLibrary.LabelEx labelEx2;
  344. protected internal ComponentLibrary.ButtonEx btnReset;
  345. protected internal ComponentLibrary.CheckBoxEx chkPickupOK;
  346. protected internal ComponentLibrary.CheckBoxEx chkPickupNot;
  347. }
  348. }