|
|
|
@ -0,0 +1,142 @@ |
|
|
|
|
|
|
|
|
|
namespace MainApp.Controls |
|
|
|
|
{ |
|
|
|
|
partial class Paging_Control |
|
|
|
|
{ |
|
|
|
|
/// <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.mainGridView = new System.Windows.Forms.DataGridView(); |
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
|
this.prevButton = new System.Windows.Forms.Button(); |
|
|
|
|
this.nextButton = new System.Windows.Forms.Button(); |
|
|
|
|
this.pageLabel = new System.Windows.Forms.Label(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mainGridView)).BeginInit(); |
|
|
|
|
this.tableLayoutPanel1.SuspendLayout(); |
|
|
|
|
this.tableLayoutPanel2.SuspendLayout(); |
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
// |
|
|
|
|
// mainGridView |
|
|
|
|
// |
|
|
|
|
this.mainGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
|
this.mainGridView.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.mainGridView.Location = new System.Drawing.Point(3, 3); |
|
|
|
|
this.mainGridView.Name = "mainGridView"; |
|
|
|
|
this.mainGridView.RowTemplate.Height = 23; |
|
|
|
|
this.mainGridView.Size = new System.Drawing.Size(383, 438); |
|
|
|
|
this.mainGridView.TabIndex = 2; |
|
|
|
|
// |
|
|
|
|
// tableLayoutPanel1 |
|
|
|
|
// |
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 1; |
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.mainGridView, 0, 0); |
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); |
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|
|
|
|
this.tableLayoutPanel1.RowCount = 2; |
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); |
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(389, 479); |
|
|
|
|
this.tableLayoutPanel1.TabIndex = 3; |
|
|
|
|
// |
|
|
|
|
// tableLayoutPanel2 |
|
|
|
|
// |
|
|
|
|
this.tableLayoutPanel2.ColumnCount = 3; |
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); |
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); |
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.prevButton, 1, 0); |
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.nextButton, 2, 0); |
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.pageLabel, 0, 0); |
|
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 447); |
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
|
|
|
|
this.tableLayoutPanel2.RowCount = 1; |
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(383, 29); |
|
|
|
|
this.tableLayoutPanel2.TabIndex = 3; |
|
|
|
|
// |
|
|
|
|
// prevButton |
|
|
|
|
// |
|
|
|
|
this.prevButton.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.prevButton.Location = new System.Drawing.Point(186, 3); |
|
|
|
|
this.prevButton.Name = "prevButton"; |
|
|
|
|
this.prevButton.Size = new System.Drawing.Size(94, 23); |
|
|
|
|
this.prevButton.TabIndex = 0; |
|
|
|
|
this.prevButton.Text = "< Prev"; |
|
|
|
|
this.prevButton.UseVisualStyleBackColor = true; |
|
|
|
|
this.prevButton.Click += new System.EventHandler(this.prevButton_Click); |
|
|
|
|
// |
|
|
|
|
// nextButton |
|
|
|
|
// |
|
|
|
|
this.nextButton.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.nextButton.Location = new System.Drawing.Point(286, 3); |
|
|
|
|
this.nextButton.Name = "nextButton"; |
|
|
|
|
this.nextButton.Size = new System.Drawing.Size(94, 23); |
|
|
|
|
this.nextButton.TabIndex = 0; |
|
|
|
|
this.nextButton.Text = "Next >"; |
|
|
|
|
this.nextButton.UseVisualStyleBackColor = true; |
|
|
|
|
this.nextButton.Click += new System.EventHandler(this.nextButton_Click); |
|
|
|
|
// |
|
|
|
|
// pageLabel |
|
|
|
|
// |
|
|
|
|
this.pageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
|
|
|
|
this.pageLabel.AutoSize = true; |
|
|
|
|
this.pageLabel.Location = new System.Drawing.Point(3, 17); |
|
|
|
|
this.pageLabel.Name = "pageLabel"; |
|
|
|
|
this.pageLabel.Size = new System.Drawing.Size(11, 12); |
|
|
|
|
this.pageLabel.TabIndex = 1; |
|
|
|
|
this.pageLabel.Text = "0"; |
|
|
|
|
this.pageLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
|
|
// |
|
|
|
|
// Paging_Control |
|
|
|
|
// |
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1); |
|
|
|
|
this.Name = "Paging_Control"; |
|
|
|
|
this.Size = new System.Drawing.Size(389, 479); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mainGridView)).EndInit(); |
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false); |
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false); |
|
|
|
|
this.tableLayoutPanel2.PerformLayout(); |
|
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridView mainGridView; |
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
|
|
|
|
private System.Windows.Forms.Button prevButton; |
|
|
|
|
private System.Windows.Forms.Button nextButton; |
|
|
|
|
private System.Windows.Forms.Label pageLabel; |
|
|
|
|
} |
|
|
|
|
} |