namespace CLIP.eForm.Consent.UI.ConsentListTabElements { partial class ConsentSelectTabDailySearch { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 구성 요소 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// private void InitializeComponent() { this.todd = new System.Windows.Forms.DateTimePicker(); this.fromdd = new System.Windows.Forms.DateTimePicker(); this.btnSearch = new System.Windows.Forms.Button(); this.gridConsentList = new System.Windows.Forms.DataGridView(); this.btnAllCertfy = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.gridConsentList)).BeginInit(); this.SuspendLayout(); // // todd // this.todd.CustomFormat = "yyyy-MM-dd"; this.todd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.todd.Location = new System.Drawing.Point(102, 8); this.todd.Name = "todd"; this.todd.Size = new System.Drawing.Size(85, 21); this.todd.TabIndex = 34; // // fromdd // this.fromdd.CustomFormat = "yyyy-MM-dd"; this.fromdd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.fromdd.Location = new System.Drawing.Point(7, 8); this.fromdd.Name = "fromdd"; this.fromdd.Size = new System.Drawing.Size(85, 21); this.fromdd.TabIndex = 33; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(197, 7); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(45, 23); this.btnSearch.TabIndex = 32; this.btnSearch.Text = "조회"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // gridConsentList // this.gridConsentList.AllowUserToAddRows = false; this.gridConsentList.AllowUserToDeleteRows = false; this.gridConsentList.AllowUserToResizeRows = false; this.gridConsentList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridConsentList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.gridConsentList.ColumnHeadersHeight = 32; this.gridConsentList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.gridConsentList.Location = new System.Drawing.Point(6, 36); this.gridConsentList.MultiSelect = false; this.gridConsentList.Name = "gridConsentList"; this.gridConsentList.ReadOnly = true; this.gridConsentList.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.gridConsentList.RowHeadersWidth = 25; this.gridConsentList.RowTemplate.Height = 23; this.gridConsentList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.gridConsentList.Size = new System.Drawing.Size(561, 449); this.gridConsentList.TabIndex = 37; this.gridConsentList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridConsentList_CellContentClick); this.gridConsentList.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridConsentList_CellDoubleClick); this.gridConsentList.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gridConsentList_ColumnHeaderMouseClick); // // btnAllCertfy // this.btnAllCertfy.Location = new System.Drawing.Point(248, 7); this.btnAllCertfy.Name = "btnAllCertfy"; this.btnAllCertfy.Size = new System.Drawing.Size(89, 23); this.btnAllCertfy.TabIndex = 38; this.btnAllCertfy.Text = "일괄 인증저장"; this.btnAllCertfy.UseVisualStyleBackColor = true; this.btnAllCertfy.Click += new System.EventHandler(this.btnAllCertifyEvent); // // ConsentSelectTabDailySearch // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnAllCertfy); this.Controls.Add(this.gridConsentList); this.Controls.Add(this.todd); this.Controls.Add(this.fromdd); this.Controls.Add(this.btnSearch); this.Name = "ConsentSelectTabDailySearch"; this.Size = new System.Drawing.Size(573, 488); this.Load += new System.EventHandler(this.ConsentSelectTabDailySearch_Load); ((System.ComponentModel.ISupportInitialize)(this.gridConsentList)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DateTimePicker todd; private System.Windows.Forms.DateTimePicker fromdd; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.DataGridView gridConsentList; private System.Windows.Forms.Button btnAllCertfy; } }