123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- namespace LYFZ.Software.UI.DecisionAssistant.SetSmallForm
- {
- partial class AnalyzedOrderDetailSmallForm
- {
- /// <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(AnalyzedOrderDetailSmallForm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.gridViewDetail = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btn_Export = new System.Windows.Forms.Button();
- this.labelMsg = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.gridViewDetail);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(942, 353);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(942, 353);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(910, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
- //
- // gridViewDetail
- //
- this.gridViewDetail.AllowUserToAddRows = false;
- this.gridViewDetail.AllowUserToDeleteRows = false;
- this.gridViewDetail.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.gridViewDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.gridViewDetail.BackgroundColor = System.Drawing.Color.White;
- this.gridViewDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.gridViewDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.gridViewDetail.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gridViewDetail.EnableHeadersVisualStyles = false;
- this.gridViewDetail.EraseCell = false;
- this.gridViewDetail.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.gridViewDetail.GridViewUniquelyIdentify = "_gridViewDetail_gridViewDetail_gridViewDetail_gridViewDetail_gridViewDetail";
- this.gridViewDetail.IsCompleteBonding = false;
- this.gridViewDetail.IsCopyCellValue = true;
- this.gridViewDetail.Location = new System.Drawing.Point(0, 0);
- this.gridViewDetail.Name = "gridViewDetail";
- this.gridViewDetail.RowHeadersVisible = false;
- this.gridViewDetail.RowTemplate.Height = 23;
- this.gridViewDetail.RowTemplate.ReadOnly = true;
- this.gridViewDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.gridViewDetail.Size = new System.Drawing.Size(942, 318);
- this.gridViewDetail.TabIndex = 0;
- //
- // 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.btn_Export);
- this.panelEx1.Controls.Add(this.labelMsg);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx1.Location = new System.Drawing.Point(0, 318);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
- this.panelEx1.Size = new System.Drawing.Size(942, 35);
- this.panelEx1.TabIndex = 1;
- //
- // btn_Export
- //
- this.btn_Export.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_Export.Location = new System.Drawing.Point(864, 3);
- this.btn_Export.Margin = new System.Windows.Forms.Padding(5);
- this.btn_Export.Name = "btn_Export";
- this.btn_Export.Size = new System.Drawing.Size(75, 29);
- this.btn_Export.TabIndex = 1;
- this.btn_Export.Text = "导出";
- this.btn_Export.UseVisualStyleBackColor = true;
- //
- // labelMsg
- //
- this.labelMsg.AutoSize = true;
- this.labelMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelMsg.Location = new System.Drawing.Point(12, 12);
- this.labelMsg.Name = "labelMsg";
- this.labelMsg.Size = new System.Drawing.Size(0, 17);
- this.labelMsg.TabIndex = 0;
- //
- // AnalyzedOrderDetailSmallForm
- //
- 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(942, 418);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "AnalyzedOrderDetailSmallForm";
- this.Text = "决策分析详情";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.DataGridViewEx gridViewDetail;
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.LabelEx labelMsg;
- protected internal System.Windows.Forms.Button btn_Export;
- }
- }
|