PackagesBackCashsSelectSuperSmallForm.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class PackagesBackCashsSelectSuperSmallForm
  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(PackagesBackCashsSelectSuperSmallForm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  32. this.plExMainContainer.SuspendLayout();
  33. this.plFormMainContent.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Controls.Add(this.dgvData);
  40. this.plExMainContainer.Size = new System.Drawing.Size(430, 380);
  41. //
  42. // plFormMainContent
  43. //
  44. this.plFormMainContent.Size = new System.Drawing.Size(430, 380);
  45. //
  46. // btnAppFormMaximize
  47. //
  48. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  49. this.btnAppFormMaximize.Location = new System.Drawing.Point(371, 0);
  50. //
  51. // btnAppFormExit
  52. //
  53. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  54. this.btnAppFormExit.Location = new System.Drawing.Point(398, 0);
  55. //
  56. // btnAppFormMinimize
  57. //
  58. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  59. this.btnAppFormMinimize.Location = new System.Drawing.Point(371, 0);
  60. //
  61. // dgvData
  62. //
  63. this.dgvData.AllowUserToAddRows = false;
  64. this.dgvData.AllowUserToDeleteRows = false;
  65. this.dgvData.AllowUserToResizeRows = false;
  66. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  67. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  68. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  69. | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  72. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  73. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  74. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  75. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  76. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  77. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  79. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  80. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  81. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  82. this.dgvData.ColumnHeadersHeight = 24;
  83. this.dgvData.EnableHeadersVisualStyles = false;
  84. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  85. this.dgvData.GridViewUniquelyIdentify = "_dgvData";
  86. this.dgvData.IsCompleteBonding = false;
  87. this.dgvData.Location = new System.Drawing.Point(3, 3);
  88. this.dgvData.Name = "dgvData";
  89. this.dgvData.RowHeadersVisible = false;
  90. this.dgvData.RowTemplate.Height = 23;
  91. this.dgvData.RowTemplate.ReadOnly = true;
  92. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  93. this.dgvData.Size = new System.Drawing.Size(425, 375);
  94. this.dgvData.TabIndex = 0;
  95. //
  96. // PackagesBackCashsSelectSuperSmallForm
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  101. this.ClientSize = new System.Drawing.Size(430, 445);
  102. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  103. this.MaximizeBox = false;
  104. this.MinimizeBox = false;
  105. this.Name = "PackagesBackCashsSelectSuperSmallForm";
  106. this.Text = "套系返现选择 (双击选择)";
  107. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  108. this.plExMainContainer.ResumeLayout(false);
  109. this.plFormMainContent.ResumeLayout(false);
  110. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  111. this.ResumeLayout(false);
  112. }
  113. #endregion
  114. protected ComponentLibrary.DataGridViewEx dgvData;
  115. }
  116. }