123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- namespace LYFZ.Software.UI.FinancialManagement
- {
- partial class FrmOtherIncome
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOtherIncome));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.dtpDateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.dtpDateTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnEntry = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.panelEx4.SuspendLayout();
- this.panelEx6.SuspendLayout();
- this.panelEx7.SuspendLayout();
- this.panelEx8.SuspendLayout();
- this.panelClose.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.AutoScroll = true;
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dgvData);
- this.panelEx2.Controls.Add(this.flowLayoutPanel1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(5, 10);
- this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
- this.panelEx2.Size = new System.Drawing.Size(900, 485);
- this.panelEx2.TabIndex = 194;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelEx1);
- this.flowLayoutPanel1.Controls.Add(this.panelEx3);
- this.flowLayoutPanel1.Controls.Add(this.panelEx4);
- this.flowLayoutPanel1.Controls.Add(this.panelEx6);
- this.flowLayoutPanel1.Controls.Add(this.panelEx7);
- this.flowLayoutPanel1.Controls.Add(this.panelEx8);
- this.flowLayoutPanel1.Controls.Add(this.panelClose);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
- this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 40);
- this.flowLayoutPanel1.TabIndex = 225;
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.txtkeyword);
- this.panelEx1.Location = new System.Drawing.Point(3, 5);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(150, 30);
- this.panelEx1.TabIndex = 223;
- //
- // txtkeyword
- //
- this.txtkeyword.BackColor = System.Drawing.Color.Transparent;
- this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtkeyword.Icon = null;
- this.txtkeyword.IconIsButton = false;
- this.txtkeyword.IsPasswordChat = '\0';
- this.txtkeyword.IsSystemPasswordChar = false;
- this.txtkeyword.Lines = new string[0];
- this.txtkeyword.Location = new System.Drawing.Point(2, 3);
- this.txtkeyword.Margin = new System.Windows.Forms.Padding(0);
- this.txtkeyword.MaxLength = 32767;
- this.txtkeyword.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtkeyword.MouseBack = null;
- this.txtkeyword.Multiline = false;
- this.txtkeyword.Name = "txtkeyword";
- this.txtkeyword.NormlBack = null;
- this.txtkeyword.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtkeyword.ReadOnly = false;
- this.txtkeyword.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtkeyword.Size = new System.Drawing.Size(140, 25);
- this.txtkeyword.TabIndex = 2232;
- this.txtkeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtkeyword.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtkeyword.WaterText = "项目名称、付款人";
- this.txtkeyword.WordWrap = true;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.dtpDateTimeEnd);
- this.panelEx3.Controls.Add(this.labelEx1);
- this.panelEx3.Controls.Add(this.dtpDateTimeStart);
- this.panelEx3.Location = new System.Drawing.Point(159, 5);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(230, 30);
- this.panelEx3.TabIndex = 224;
- //
- // dtpDateTimeEnd
- //
- this.dtpDateTimeEnd.CustomFormat = " ";
- this.dtpDateTimeEnd.DateValue = "";
- this.dtpDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDateTimeEnd.IsShowTime = false;
- this.dtpDateTimeEnd.Location = new System.Drawing.Point(124, 5);
- this.dtpDateTimeEnd.Name = "dtpDateTimeEnd";
- this.dtpDateTimeEnd.Size = new System.Drawing.Size(95, 21);
- this.dtpDateTimeEnd.TabIndex = 5;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(101, 7);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(21, 17);
- this.labelEx1.TabIndex = 4;
- this.labelEx1.Text = "—";
- //
- // dtpDateTimeStart
- //
- this.dtpDateTimeStart.CustomFormat = " ";
- this.dtpDateTimeStart.DateValue = "";
- this.dtpDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDateTimeStart.IsShowTime = false;
- this.dtpDateTimeStart.Location = new System.Drawing.Point(4, 5);
- this.dtpDateTimeStart.Name = "dtpDateTimeStart";
- this.dtpDateTimeStart.Size = new System.Drawing.Size(95, 21);
- this.dtpDateTimeStart.TabIndex = 3;
- //
- // panelEx4
- //
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.btnQuery);
- this.panelEx4.Location = new System.Drawing.Point(395, 5);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(90, 30);
- this.panelEx4.TabIndex = 225;
- //
- // btnQuery
- //
- this.btnQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
- this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQuery.ForeColor = System.Drawing.Color.White;
- this.btnQuery.IsCustomBackImg = false;
- this.btnQuery.IsShowText = true;
- this.btnQuery.Location = new System.Drawing.Point(2, 2);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(85, 26);
- this.btnQuery.TabIndex = 226;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // panelEx6
- //
- this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx6.BorderWidth = 1;
- this.panelEx6.Controls.Add(this.btnEntry);
- this.panelEx6.Location = new System.Drawing.Point(491, 5);
- this.panelEx6.Name = "panelEx6";
- this.panelEx6.Size = new System.Drawing.Size(90, 30);
- this.panelEx6.TabIndex = 227;
- //
- // btnEntry
- //
- this.btnEntry.BackColor = System.Drawing.Color.Transparent;
- this.btnEntry.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEntry.BackImg")));
- this.btnEntry.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnEntry.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnEntry.ForeColor = System.Drawing.Color.White;
- this.btnEntry.IsCustomBackImg = false;
- this.btnEntry.IsShowText = true;
- this.btnEntry.Location = new System.Drawing.Point(2, 2);
- this.btnEntry.Name = "btnEntry";
- this.btnEntry.Size = new System.Drawing.Size(85, 26);
- this.btnEntry.TabIndex = 211;
- this.btnEntry.Text = " 录 入";
- this.btnEntry.UseVisualStyleBackColor = false;
- //
- // panelEx7
- //
- this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx7.BorderWidth = 1;
- this.panelEx7.Controls.Add(this.btnDelete);
- this.panelEx7.Location = new System.Drawing.Point(587, 5);
- this.panelEx7.Name = "panelEx7";
- this.panelEx7.Size = new System.Drawing.Size(90, 30);
- this.panelEx7.TabIndex = 228;
- //
- // 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(2, 2);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 26);
- this.btnDelete.TabIndex = 215;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // panelEx8
- //
- this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx8.BorderWidth = 1;
- this.panelEx8.Controls.Add(this.btnPrint);
- this.panelEx8.Location = new System.Drawing.Point(683, 5);
- this.panelEx8.Name = "panelEx8";
- this.panelEx8.Size = new System.Drawing.Size(90, 30);
- this.panelEx8.TabIndex = 229;
- //
- // btnPrint
- //
- this.btnPrint.BackColor = System.Drawing.Color.Transparent;
- this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
- this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPrint.ForeColor = System.Drawing.Color.White;
- this.btnPrint.IsCustomBackImg = false;
- this.btnPrint.IsShowText = true;
- this.btnPrint.Location = new System.Drawing.Point(2, 2);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(85, 26);
- this.btnPrint.TabIndex = 216;
- this.btnPrint.Text = " 打印单据";
- this.btnPrint.UseVisualStyleBackColor = false;
- //
- // panelClose
- //
- this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelClose.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelClose.BorderWidth = 1;
- this.panelClose.Controls.Add(this.btnClose);
- this.panelClose.Location = new System.Drawing.Point(779, 5);
- this.panelClose.Name = "panelClose";
- this.panelClose.Size = new System.Drawing.Size(90, 30);
- this.panelClose.TabIndex = 230;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(2, 2);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 26);
- this.btnClose.TabIndex = 212;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvData.ColumnHeadersHeight = 24;
- this.dgvData.dgvColumnHeadersHeight = 24;
- this.dgvData.dgvCurrentColumnOriginalSet = "";
- this.dgvData.dgvCurrentColumnWidth = "";
- this.dgvData.dgvCurrentHideColumn = null;
- this.dgvData.dgvFixedHideColumn = "";
- this.dgvData.dgvGuidName = null;
- this.dgvData.dgvUserEmployeeID = null;
- this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.ImageHeight = 15;
- this.dgvData.ImageWidth = 15;
- this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
- this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
- this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = true;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = false;
- this.dgvData.Location = new System.Drawing.Point(2, 42);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvData.RowHeadersWidth = 40;
- this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(896, 441);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 228;
- this.dgvData.ViceCount = 1;
- //
- // FrmOtherIncome
- //
- 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(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "FrmOtherIncome";
- this.Text = "其它收入录入";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- this.panelEx4.ResumeLayout(false);
- this.panelEx6.ResumeLayout(false);
- this.panelEx7.ResumeLayout(false);
- this.panelEx8.ResumeLayout(false);
- this.panelClose.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.ButtonEx btnPrint;
- protected ComponentLibrary.ButtonEx btnDelete;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnEntry;
- protected ComponentLibrary.TextBoxEx txtkeyword;
- protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeEnd;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeStart;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.PanelEx panelEx3;
- protected internal ComponentLibrary.PanelEx panelEx4;
- protected internal ComponentLibrary.PanelEx panelEx6;
- protected internal ComponentLibrary.PanelEx panelEx7;
- protected internal ComponentLibrary.PanelEx panelEx8;
- protected internal ComponentLibrary.PanelEx panelClose;
- protected internal ComponentLibrary.PanelEx panelEx1;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- }
- }
|