123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354 |
- namespace LYFZ.Software.UI.FinancialManagement.SetSmallForm
- {
- partial class OtherConsumeImportPhotoSetSmallForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OtherConsumeImportPhotoSetSmallForm));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevPhotography = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonForm();
- this.lblCoverPage = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnBrowse = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnReset = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.chkPickupNot = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.chkPickupOK = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(700, 485);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(700, 485);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(668, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.listViewData);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(10);
- this.panelEx1.Size = new System.Drawing.Size(680, 465);
- this.panelEx1.TabIndex = 0;
- //
- // listViewData
- //
- this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewData.FullRowSelect = true;
- this.listViewData.Location = new System.Drawing.Point(10, 110);
- this.listViewData.Name = "listViewData";
- this.listViewData.Size = new System.Drawing.Size(660, 345);
- this.listViewData.TabIndex = 2296;
- this.listViewData.UseCompatibleStateImageBehavior = false;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.chkPickupOK);
- this.panelEx2.Controls.Add(this.chkPickupNot);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.btnReset);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Controls.Add(this.cmbtreevPhotography);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Controls.Add(this.btnExport);
- this.panelEx2.Controls.Add(this.lblCoverPage);
- this.panelEx2.Controls.Add(this.btnSaveed);
- this.panelEx2.Controls.Add(this.btnCancel);
- this.panelEx2.Controls.Add(this.btnDelete);
- this.panelEx2.Controls.Add(this.btnBrowse);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Location = new System.Drawing.Point(10, 10);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(660, 100);
- this.panelEx2.TabIndex = 2297;
- //
- // panelEx3
- //
- this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Location = new System.Drawing.Point(0, 52);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(660, 1);
- this.panelEx3.TabIndex = 2308;
- //
- // cmbtreevPhotography
- //
- this.cmbtreevPhotography.AfterSelectLevelFirstNode = true;
- this.cmbtreevPhotography.DropDownHeight = 220;
- this.cmbtreevPhotography.DropDownShow = false;
- this.cmbtreevPhotography.FormattingEnabled = true;
- this.cmbtreevPhotography.IntegralHeight = false;
- this.cmbtreevPhotography.IsNodeMouseClick = true;
- this.cmbtreevPhotography.IsSelectParentNode = false;
- this.cmbtreevPhotography.Location = new System.Drawing.Point(64, 17);
- this.cmbtreevPhotography.Name = "cmbtreevPhotography";
- this.cmbtreevPhotography.ReadOnly = true;
- this.cmbtreevPhotography.SelectedNode = null;
- this.cmbtreevPhotography.Size = new System.Drawing.Size(120, 20);
- this.cmbtreevPhotography.StrGetName = "";
- this.cmbtreevPhotography.StrKey = null;
- this.cmbtreevPhotography.TabIndex = 2307;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(1, 19);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(65, 17);
- this.labelEx1.TabIndex = 2306;
- this.labelEx1.Text = "* 摄影师:";
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.Transparent;
- this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
- this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.IsCustomBackImg = false;
- this.btnExport.IsShowText = true;
- this.btnExport.Location = new System.Drawing.Point(407, 67);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(80, 28);
- this.btnExport.TabIndex = 2305;
- this.btnExport.Text = " 下 载";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // lblCoverPage
- //
- this.lblCoverPage.AutoSize = true;
- this.lblCoverPage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblCoverPage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblCoverPage.Location = new System.Drawing.Point(3, 77);
- this.lblCoverPage.Name = "lblCoverPage";
- this.lblCoverPage.Size = new System.Drawing.Size(56, 17);
- this.lblCoverPage.TabIndex = 2304;
- this.lblCoverPage.Text = "相关相片";
- //
- // btnSaveed
- //
- this.btnSaveed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
- this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
- this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSaveed.ForeColor = System.Drawing.Color.White;
- this.btnSaveed.IsCustomBackImg = false;
- this.btnSaveed.IsShowText = true;
- this.btnSaveed.Location = new System.Drawing.Point(493, 13);
- this.btnSaveed.Name = "btnSaveed";
- this.btnSaveed.Size = new System.Drawing.Size(80, 28);
- this.btnSaveed.TabIndex = 2303;
- this.btnSaveed.Text = " 保 存";
- this.btnSaveed.UseVisualStyleBackColor = false;
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
- this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.IsCustomBackImg = false;
- this.btnCancel.IsShowText = true;
- this.btnCancel.Location = new System.Drawing.Point(579, 13);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(80, 28);
- this.btnCancel.TabIndex = 2302;
- this.btnCancel.Text = " 取 消";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
- this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.IsCustomBackImg = false;
- this.btnDelete.IsShowText = true;
- this.btnDelete.Location = new System.Drawing.Point(493, 67);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(80, 28);
- this.btnDelete.TabIndex = 2301;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // btnBrowse
- //
- this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
- this.btnBrowse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowse.BackImg")));
- this.btnBrowse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnBrowse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnBrowse.ForeColor = System.Drawing.Color.White;
- this.btnBrowse.IsCustomBackImg = false;
- this.btnBrowse.IsShowText = true;
- this.btnBrowse.Location = new System.Drawing.Point(579, 67);
- this.btnBrowse.Name = "btnBrowse";
- this.btnBrowse.Size = new System.Drawing.Size(80, 28);
- this.btnBrowse.TabIndex = 2300;
- this.btnBrowse.Text = " 浏 览";
- this.btnBrowse.UseVisualStyleBackColor = false;
- //
- // btnReset
- //
- this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnReset.BackColor = System.Drawing.Color.Transparent;
- this.btnReset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReset.BackImg")));
- this.btnReset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnReset.ForeColor = System.Drawing.Color.White;
- this.btnReset.IsCustomBackImg = false;
- this.btnReset.IsShowText = true;
- this.btnReset.Location = new System.Drawing.Point(407, 13);
- this.btnReset.Name = "btnReset";
- this.btnReset.Size = new System.Drawing.Size(80, 28);
- this.btnReset.TabIndex = 2309;
- this.btnReset.Text = " 重 置";
- this.btnReset.UseVisualStyleBackColor = false;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(210, 19);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(77, 17);
- this.labelEx2.TabIndex = 2310;
- this.labelEx2.Text = "* 是否取件:";
- //
- // chkPickupNot
- //
- this.chkPickupNot.AutoSize = true;
- this.chkPickupNot.BackColor = System.Drawing.Color.Transparent;
- this.chkPickupNot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkPickupNot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkPickupNot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkPickupNot.Fourstates = false;
- this.chkPickupNot.IsGreenTick = false;
- this.chkPickupNot.Location = new System.Drawing.Point(285, 17);
- this.chkPickupNot.Name = "chkPickupNot";
- this.chkPickupNot.Size = new System.Drawing.Size(51, 21);
- this.chkPickupNot.TabIndex = 2311;
- this.chkPickupNot.Text = "未取";
- this.chkPickupNot.UseVisualStyleBackColor = false;
- //
- // chkPickupOK
- //
- this.chkPickupOK.AutoSize = true;
- this.chkPickupOK.BackColor = System.Drawing.Color.Transparent;
- this.chkPickupOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkPickupOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkPickupOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkPickupOK.Fourstates = false;
- this.chkPickupOK.IsGreenTick = false;
- this.chkPickupOK.Location = new System.Drawing.Point(342, 17);
- this.chkPickupOK.Name = "chkPickupOK";
- this.chkPickupOK.Size = new System.Drawing.Size(51, 21);
- this.chkPickupOK.TabIndex = 2312;
- this.chkPickupOK.Text = "已取";
- this.chkPickupOK.UseVisualStyleBackColor = false;
- //
- // OtherConsumeImportPhotoSetSmallForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(700, 550);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "OtherConsumeImportPhotoSetSmallForm";
- this.Text = "导入证件照";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.ListViewEx listViewData;
- private ComponentLibrary.PanelEx panelEx2;
- protected internal ComponentLibrary.ButtonForm btnDelete;
- protected internal ComponentLibrary.ButtonForm btnBrowse;
- protected internal ComponentLibrary.ButtonEx btnSaveed;
- protected internal ComponentLibrary.ButtonEx btnCancel;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.ButtonForm btnExport;
- protected internal ComponentLibrary.LabelEx lblCoverPage;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevPhotography;
- private ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- protected internal ComponentLibrary.ButtonEx btnReset;
- protected internal ComponentLibrary.CheckBoxEx chkPickupOK;
- protected internal ComponentLibrary.CheckBoxEx chkPickupNot;
- }
- }
|