12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- namespace LYFZ.ComponentLibrary
- {
- partial class DataGridViewStatisticsCount
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.SuspendLayout();
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx1.ForeColor = System.Drawing.Color.Black;
- this.labelEx1.Location = new System.Drawing.Point(25, 4);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(186, 19);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "当前显示 12 条 / 共 120 条";
- //
- // DataGridViewStatisticsCount
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.labelEx1);
- this.Name = "DataGridViewStatisticsCount";
- this.Size = new System.Drawing.Size(499, 26);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private LabelEx labelEx1;
- }
- }
|