AnalyzedOrderDetailSmallForm.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace LYFZ.Software.UI.DecisionAssistant.SetSmallForm
  2. {
  3. partial class AnalyzedOrderDetailSmallForm
  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(AnalyzedOrderDetailSmallForm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.gridViewDetail = new LYFZ.ComponentLibrary.DataGridViewEx();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btn_Export = new System.Windows.Forms.Button();
  34. this.labelMsg = new LYFZ.ComponentLibrary.LabelEx();
  35. this.plExMainContainer.SuspendLayout();
  36. this.plFormMainContent.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
  38. this.panelEx1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // plExMainContainer
  42. //
  43. this.plExMainContainer.Controls.Add(this.gridViewDetail);
  44. this.plExMainContainer.Controls.Add(this.panelEx1);
  45. this.plExMainContainer.Size = new System.Drawing.Size(942, 353);
  46. //
  47. // plFormMainContent
  48. //
  49. this.plFormMainContent.Size = new System.Drawing.Size(942, 353);
  50. //
  51. // btnAppFormExit
  52. //
  53. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  54. this.btnAppFormExit.Location = new System.Drawing.Point(910, 0);
  55. //
  56. // btnAppFormMinimize
  57. //
  58. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  59. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  60. //
  61. // gridViewDetail
  62. //
  63. this.gridViewDetail.AllowUserToAddRows = false;
  64. this.gridViewDetail.AllowUserToDeleteRows = false;
  65. this.gridViewDetail.AllowUserToResizeRows = false;
  66. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  67. this.gridViewDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  68. this.gridViewDetail.BackgroundColor = System.Drawing.Color.White;
  69. this.gridViewDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  70. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  71. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  72. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  74. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  75. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  76. this.gridViewDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  77. this.gridViewDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.gridViewDetail.EnableHeadersVisualStyles = false;
  79. this.gridViewDetail.EraseCell = false;
  80. this.gridViewDetail.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  81. this.gridViewDetail.GridViewUniquelyIdentify = "_gridViewDetail_gridViewDetail_gridViewDetail_gridViewDetail_gridViewDetail";
  82. this.gridViewDetail.IsCompleteBonding = false;
  83. this.gridViewDetail.IsCopyCellValue = true;
  84. this.gridViewDetail.Location = new System.Drawing.Point(0, 0);
  85. this.gridViewDetail.Name = "gridViewDetail";
  86. this.gridViewDetail.RowHeadersVisible = false;
  87. this.gridViewDetail.RowTemplate.Height = 23;
  88. this.gridViewDetail.RowTemplate.ReadOnly = true;
  89. this.gridViewDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  90. this.gridViewDetail.Size = new System.Drawing.Size(942, 318);
  91. this.gridViewDetail.TabIndex = 0;
  92. //
  93. // panelEx1
  94. //
  95. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  96. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  97. this.panelEx1.BorderWidth = 1;
  98. this.panelEx1.Controls.Add(this.btn_Export);
  99. this.panelEx1.Controls.Add(this.labelMsg);
  100. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  101. this.panelEx1.Location = new System.Drawing.Point(0, 318);
  102. this.panelEx1.Name = "panelEx1";
  103. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  104. this.panelEx1.Size = new System.Drawing.Size(942, 35);
  105. this.panelEx1.TabIndex = 1;
  106. //
  107. // btn_Export
  108. //
  109. this.btn_Export.Dock = System.Windows.Forms.DockStyle.Right;
  110. this.btn_Export.Location = new System.Drawing.Point(864, 3);
  111. this.btn_Export.Margin = new System.Windows.Forms.Padding(5);
  112. this.btn_Export.Name = "btn_Export";
  113. this.btn_Export.Size = new System.Drawing.Size(75, 29);
  114. this.btn_Export.TabIndex = 1;
  115. this.btn_Export.Text = "导出";
  116. this.btn_Export.UseVisualStyleBackColor = true;
  117. //
  118. // labelMsg
  119. //
  120. this.labelMsg.AutoSize = true;
  121. this.labelMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  122. this.labelMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  123. this.labelMsg.Location = new System.Drawing.Point(12, 12);
  124. this.labelMsg.Name = "labelMsg";
  125. this.labelMsg.Size = new System.Drawing.Size(0, 17);
  126. this.labelMsg.TabIndex = 0;
  127. //
  128. // AnalyzedOrderDetailSmallForm
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  133. this.ClientSize = new System.Drawing.Size(942, 418);
  134. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  135. this.MaximizeBox = false;
  136. this.MinimizeBox = false;
  137. this.Name = "AnalyzedOrderDetailSmallForm";
  138. this.Text = "决策分析详情";
  139. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  140. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  141. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  142. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  143. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  144. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  145. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  146. this.plExMainContainer.ResumeLayout(false);
  147. this.plFormMainContent.ResumeLayout(false);
  148. ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
  149. this.panelEx1.ResumeLayout(false);
  150. this.panelEx1.PerformLayout();
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. protected internal ComponentLibrary.DataGridViewEx gridViewDetail;
  155. private ComponentLibrary.PanelEx panelEx1;
  156. protected internal ComponentLibrary.LabelEx labelMsg;
  157. protected internal System.Windows.Forms.Button btn_Export;
  158. }
  159. }