123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543 |
- namespace LYFZ.Software.UI.FinancialManagement
- {
- partial class FrmFinancialExpenses
- {
- /// <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(FrmFinancialExpenses));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx14 = new LYFZ.ComponentLibrary.PanelEx();
- this.dtpDateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.dtpDateTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.panelQuery = new LYFZ.ComponentLibrary.PanelEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelConditionQuery = new LYFZ.ComponentLibrary.PanelEx();
- this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnEntry = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnReport = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelEx14.SuspendLayout();
- this.panelQuery.SuspendLayout();
- this.panelConditionQuery.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.panelEx4.SuspendLayout();
- this.panelEx5.SuspendLayout();
- this.panelEx6.SuspendLayout();
- this.panelEx7.SuspendLayout();
- this.panelClose.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- 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")));
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.SystemColors.Control;
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.dgvData);
- this.panelEx1.Controls.Add(this.flowLayoutPanel1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
- this.panelEx1.Size = new System.Drawing.Size(900, 485);
- this.panelEx1.TabIndex = 5;
- //
- // 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 = 225;
- this.dgvData.ViceCount = 1;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelEx14);
- this.flowLayoutPanel1.Controls.Add(this.panelQuery);
- this.flowLayoutPanel1.Controls.Add(this.panelConditionQuery);
- this.flowLayoutPanel1.Controls.Add(this.panelEx2);
- this.flowLayoutPanel1.Controls.Add(this.panelEx3);
- this.flowLayoutPanel1.Controls.Add(this.panelEx4);
- this.flowLayoutPanel1.Controls.Add(this.panelEx5);
- this.flowLayoutPanel1.Controls.Add(this.panelEx6);
- this.flowLayoutPanel1.Controls.Add(this.panelEx7);
- 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, 3, 0, 0);
- this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 40);
- this.flowLayoutPanel1.TabIndex = 224;
- //
- // panelEx14
- //
- this.panelEx14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx14.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx14.BorderWidth = 1;
- this.panelEx14.Controls.Add(this.dtpDateTimeEnd);
- this.panelEx14.Controls.Add(this.labelEx1);
- this.panelEx14.Controls.Add(this.dtpDateTimeStart);
- this.panelEx14.Location = new System.Drawing.Point(1, 5);
- this.panelEx14.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelEx14.Name = "panelEx14";
- this.panelEx14.Size = new System.Drawing.Size(230, 30);
- this.panelEx14.TabIndex = 236;
- //
- // 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;
- //
- // panelQuery
- //
- this.panelQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelQuery.BorderWidth = 1;
- this.panelQuery.Controls.Add(this.btnQuery);
- this.panelQuery.Location = new System.Drawing.Point(233, 5);
- this.panelQuery.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelQuery.Name = "panelQuery";
- this.panelQuery.Size = new System.Drawing.Size(90, 30);
- this.panelQuery.TabIndex = 237;
- //
- // 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 = 211;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // panelConditionQuery
- //
- this.panelConditionQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelConditionQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelConditionQuery.BorderWidth = 1;
- this.panelConditionQuery.Controls.Add(this.btnConditionQuery);
- this.panelConditionQuery.Location = new System.Drawing.Point(325, 5);
- this.panelConditionQuery.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelConditionQuery.Name = "panelConditionQuery";
- this.panelConditionQuery.Size = new System.Drawing.Size(90, 30);
- this.panelConditionQuery.TabIndex = 238;
- //
- // btnConditionQuery
- //
- this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg")));
- this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnConditionQuery.ForeColor = System.Drawing.Color.White;
- this.btnConditionQuery.IsCustomBackImg = false;
- this.btnConditionQuery.IsShowText = true;
- this.btnConditionQuery.Location = new System.Drawing.Point(2, 2);
- this.btnConditionQuery.Name = "btnConditionQuery";
- this.btnConditionQuery.Size = new System.Drawing.Size(85, 26);
- this.btnConditionQuery.TabIndex = 211;
- this.btnConditionQuery.Text = " 条件查询";
- this.btnConditionQuery.UseVisualStyleBackColor = false;
- //
- // 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.btnEntry);
- this.panelEx2.Location = new System.Drawing.Point(417, 5);
- this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(90, 30);
- this.panelEx2.TabIndex = 188;
- //
- // 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 = 173;
- this.btnEntry.Text = " 录 入";
- this.btnEntry.UseVisualStyleBackColor = false;
- //
- // 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.btnUpdate);
- this.panelEx3.Location = new System.Drawing.Point(509, 5);
- this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(90, 30);
- this.panelEx3.TabIndex = 189;
- //
- // btnUpdate
- //
- this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
- this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
- this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUpdate.ForeColor = System.Drawing.Color.White;
- this.btnUpdate.IsCustomBackImg = false;
- this.btnUpdate.IsShowText = true;
- this.btnUpdate.Location = new System.Drawing.Point(2, 2);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.Size = new System.Drawing.Size(85, 26);
- this.btnUpdate.TabIndex = 177;
- this.btnUpdate.Text = " 修 改";
- this.btnUpdate.UseVisualStyleBackColor = false;
- //
- // 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.btnDelete);
- this.panelEx4.Location = new System.Drawing.Point(601, 5);
- this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(90, 30);
- this.panelEx4.TabIndex = 190;
- //
- // 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 = 178;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // panelEx5
- //
- this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx5.BorderWidth = 1;
- this.panelEx5.Controls.Add(this.btnPrint);
- this.panelEx5.Location = new System.Drawing.Point(693, 5);
- this.panelEx5.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelEx5.Name = "panelEx5";
- this.panelEx5.Size = new System.Drawing.Size(90, 30);
- this.panelEx5.TabIndex = 191;
- //
- // 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 = 179;
- this.btnPrint.Text = " 打印单据";
- this.btnPrint.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.btnReport);
- this.panelEx6.Location = new System.Drawing.Point(785, 5);
- this.panelEx6.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelEx6.Name = "panelEx6";
- this.panelEx6.Size = new System.Drawing.Size(90, 30);
- this.panelEx6.TabIndex = 192;
- //
- // btnReport
- //
- this.btnReport.BackColor = System.Drawing.Color.Transparent;
- this.btnReport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReport.BackImg")));
- this.btnReport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnReport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnReport.ForeColor = System.Drawing.Color.White;
- this.btnReport.IsCustomBackImg = false;
- this.btnReport.IsShowText = true;
- this.btnReport.Location = new System.Drawing.Point(2, 2);
- this.btnReport.Name = "btnReport";
- this.btnReport.Size = new System.Drawing.Size(85, 26);
- this.btnReport.TabIndex = 180;
- this.btnReport.Text = " 报 表";
- this.btnReport.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.btnExport);
- this.panelEx7.Location = new System.Drawing.Point(1, 39);
- this.panelEx7.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelEx7.Name = "panelEx7";
- this.panelEx7.Size = new System.Drawing.Size(90, 30);
- this.panelEx7.TabIndex = 239;
- //
- // 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(2, 2);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(85, 26);
- this.btnExport.TabIndex = 174;
- this.btnExport.Text = " 导 出";
- this.btnExport.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(93, 39);
- this.panelClose.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
- this.panelClose.Name = "panelClose";
- this.panelClose.Size = new System.Drawing.Size(90, 30);
- this.panelClose.TabIndex = 193;
- //
- // 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 = 174;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // FrmFinancialExpenses
- //
- 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 = "FrmFinancialExpenses";
- this.Text = "财务支出";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelEx14.ResumeLayout(false);
- this.panelEx14.PerformLayout();
- this.panelQuery.ResumeLayout(false);
- this.panelConditionQuery.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx3.ResumeLayout(false);
- this.panelEx4.ResumeLayout(false);
- this.panelEx5.ResumeLayout(false);
- this.panelEx6.ResumeLayout(false);
- this.panelEx7.ResumeLayout(false);
- this.panelClose.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.ButtonEx btnReport;
- protected ComponentLibrary.ButtonEx btnPrint;
- protected ComponentLibrary.ButtonEx btnDelete;
- protected ComponentLibrary.ButtonEx btnUpdate;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnEntry;
- private ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.PanelEx panelEx4;
- private ComponentLibrary.PanelEx panelEx5;
- private ComponentLibrary.PanelEx panelEx6;
- protected internal ComponentLibrary.PanelEx panelEx14;
- protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeEnd;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeStart;
- protected internal ComponentLibrary.PanelEx panelQuery;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.PanelEx panelConditionQuery;
- protected internal ComponentLibrary.ButtonEx btnConditionQuery;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- protected internal ComponentLibrary.PanelEx panelClose;
- protected internal ComponentLibrary.PanelEx panelEx7;
- protected ComponentLibrary.ButtonEx btnExport;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- }
- }
|