This commit is contained in:
chi
2023-10-19 00:49:41 +09:00
parent 06b0699bf7
commit 2f66e3cca1
37 changed files with 14907 additions and 834 deletions

View File

@@ -80,6 +80,8 @@
this.useUserStateDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.useJobReportDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.exceptHolyDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
@@ -87,6 +89,7 @@
this.cm1.SuspendLayout();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// bn
@@ -364,11 +367,11 @@
//
// tbFind
//
this.tbFind.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tbFind.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbFind.Location = new System.Drawing.Point(0, 629);
this.tbFind.Location = new System.Drawing.Point(126, 0);
this.tbFind.Name = "tbFind";
this.tbFind.Size = new System.Drawing.Size(1234, 43);
this.tbFind.Size = new System.Drawing.Size(1108, 43);
this.tbFind.TabIndex = 3;
this.tbFind.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
@@ -412,7 +415,7 @@
this.arDatagridView1.ReadOnly = true;
this.arDatagridView1.RowTemplate.Height = 23;
this.arDatagridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.arDatagridView1.Size = new System.Drawing.Size(1234, 604);
this.arDatagridView1.Size = new System.Drawing.Size(1234, 603);
this.arDatagridView1.TabIndex = 6;
//
// idDataGridViewTextBoxColumn
@@ -520,13 +523,35 @@
this.exceptHolyDataGridViewCheckBoxColumn.Name = "exceptHolyDataGridViewCheckBoxColumn";
this.exceptHolyDataGridViewCheckBoxColumn.ReadOnly = true;
//
// panel1
//
this.panel1.Controls.Add(this.tbFind);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 628);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1234, 44);
this.panel1.TabIndex = 7;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
this.label1.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(126, 44);
this.label1.TabIndex = 4;
this.label1.Text = "검색";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// fUserList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1234, 711);
this.Controls.Add(this.arDatagridView1);
this.Controls.Add(this.tbFind);
this.Controls.Add(this.panel1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.bn);
this.Name = "fUserList";
@@ -541,6 +566,8 @@
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@@ -598,5 +625,7 @@
private System.Windows.Forms.DataGridViewCheckBoxColumn useUserStateDataGridViewCheckBoxColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn useJobReportDataGridViewCheckBoxColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn exceptHolyDataGridViewCheckBoxColumn;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
}
}