DataGridViewSetColumn.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class DataGridViewSetColumn
  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(DataGridViewSetColumn));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btnRevert = new LYFZ.ComponentLibrary.ButtonForm();
  31. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.plExMainContainer.SuspendLayout();
  35. this.plFormMainContent.SuspendLayout();
  36. this.panelEx1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // plExMainContainer
  40. //
  41. this.plExMainContainer.Controls.Add(this.panelEx1);
  42. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  43. this.plExMainContainer.Size = new System.Drawing.Size(800, 475);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(800, 475);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(741, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. this.btnAppFormExit.Location = new System.Drawing.Point(768, 0);
  58. //
  59. // btnAppFormMinimize
  60. //
  61. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  62. this.btnAppFormMinimize.Location = new System.Drawing.Point(714, 0);
  63. //
  64. // panelEx1
  65. //
  66. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  67. this.panelEx1.BorderWidth = 1;
  68. this.panelEx1.Controls.Add(this.btnRevert);
  69. this.panelEx1.Controls.Add(this.btnCancel);
  70. this.panelEx1.Controls.Add(this.btnSaveed);
  71. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  72. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  74. this.panelEx1.Name = "panelEx1";
  75. this.panelEx1.Padding = new System.Windows.Forms.Padding(10);
  76. this.panelEx1.Size = new System.Drawing.Size(780, 455);
  77. this.panelEx1.TabIndex = 0;
  78. //
  79. // btnRevert
  80. //
  81. this.btnRevert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  82. this.btnRevert.BackColor = System.Drawing.Color.Transparent;
  83. this.btnRevert.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRevert.BackImg")));
  84. this.btnRevert.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  85. this.btnRevert.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  86. this.btnRevert.ForeColor = System.Drawing.Color.White;
  87. this.btnRevert.IsCustomBackImg = false;
  88. this.btnRevert.IsShowText = true;
  89. this.btnRevert.Location = new System.Drawing.Point(138, 418);
  90. this.btnRevert.Name = "btnRevert";
  91. this.btnRevert.Size = new System.Drawing.Size(110, 28);
  92. this.btnRevert.TabIndex = 4;
  93. this.btnRevert.Text = " 还原初始设置";
  94. this.btnRevert.UseVisualStyleBackColor = false;
  95. //
  96. // btnCancel
  97. //
  98. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  99. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  100. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  101. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  102. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  103. this.btnCancel.ForeColor = System.Drawing.Color.White;
  104. this.btnCancel.IsCustomBackImg = false;
  105. this.btnCancel.IsShowText = true;
  106. this.btnCancel.Location = new System.Drawing.Point(427, 418);
  107. this.btnCancel.Name = "btnCancel";
  108. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  109. this.btnCancel.TabIndex = 3;
  110. this.btnCancel.Text = " 取 消";
  111. this.btnCancel.UseVisualStyleBackColor = false;
  112. //
  113. // btnSaveed
  114. //
  115. this.btnSaveed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  116. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  117. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  118. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  119. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  120. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  121. this.btnSaveed.IsCustomBackImg = false;
  122. this.btnSaveed.IsShowText = true;
  123. this.btnSaveed.Location = new System.Drawing.Point(292, 418);
  124. this.btnSaveed.Name = "btnSaveed";
  125. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  126. this.btnSaveed.TabIndex = 2;
  127. this.btnSaveed.Text = " 保 存";
  128. this.btnSaveed.UseVisualStyleBackColor = false;
  129. //
  130. // flowLayoutPanel1
  131. //
  132. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  133. this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  134. this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 10);
  135. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  136. this.flowLayoutPanel1.Size = new System.Drawing.Size(760, 400);
  137. this.flowLayoutPanel1.TabIndex = 1;
  138. //
  139. // DataGridViewSetColumn
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  143. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  144. this.ClientSize = new System.Drawing.Size(800, 540);
  145. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  146. this.Name = "DataGridViewSetColumn";
  147. this.Text = "设置显示与隐藏";
  148. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  149. this.plExMainContainer.ResumeLayout(false);
  150. this.plFormMainContent.ResumeLayout(false);
  151. this.panelEx1.ResumeLayout(false);
  152. this.ResumeLayout(false);
  153. }
  154. #endregion
  155. private PanelEx panelEx1;
  156. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  157. private ButtonForm btnRevert;
  158. private ButtonEx btnCancel;
  159. private ButtonEx btnSaveed;
  160. }
  161. }