ConsentSelectTabDailySearch.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace CLIP.eForm.Consent.UI.ConsentListTabElements {
  2. partial class ConsentSelectTabDailySearch {
  3. /// <summary>
  4. /// 필수 디자이너 변수입니다.
  5. /// </summary>
  6. private System.ComponentModel.IContainer components = null;
  7. /// <summary>
  8. /// 사용 중인 모든 리소스를 정리합니다.
  9. /// </summary>
  10. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
  11. protected override void Dispose(bool disposing) {
  12. if (disposing && (components != null)) {
  13. components.Dispose();
  14. }
  15. base.Dispose(disposing);
  16. }
  17. #region 구성 요소 디자이너에서 생성한 코드
  18. /// <summary>
  19. /// 디자이너 지원에 필요한 메서드입니다.
  20. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
  21. /// </summary>
  22. private void InitializeComponent() {
  23. this.todd = new System.Windows.Forms.DateTimePicker();
  24. this.fromdd = new System.Windows.Forms.DateTimePicker();
  25. this.btnSearch = new System.Windows.Forms.Button();
  26. this.gridConsentList = new System.Windows.Forms.DataGridView();
  27. this.btnAllCertfy = new System.Windows.Forms.Button();
  28. ((System.ComponentModel.ISupportInitialize)(this.gridConsentList)).BeginInit();
  29. this.SuspendLayout();
  30. //
  31. // todd
  32. //
  33. this.todd.CustomFormat = "yyyy-MM-dd";
  34. this.todd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  35. this.todd.Location = new System.Drawing.Point(102, 8);
  36. this.todd.Name = "todd";
  37. this.todd.Size = new System.Drawing.Size(85, 21);
  38. this.todd.TabIndex = 34;
  39. //
  40. // fromdd
  41. //
  42. this.fromdd.CustomFormat = "yyyy-MM-dd";
  43. this.fromdd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  44. this.fromdd.Location = new System.Drawing.Point(7, 8);
  45. this.fromdd.Name = "fromdd";
  46. this.fromdd.Size = new System.Drawing.Size(85, 21);
  47. this.fromdd.TabIndex = 33;
  48. //
  49. // btnSearch
  50. //
  51. this.btnSearch.Location = new System.Drawing.Point(197, 7);
  52. this.btnSearch.Name = "btnSearch";
  53. this.btnSearch.Size = new System.Drawing.Size(45, 23);
  54. this.btnSearch.TabIndex = 32;
  55. this.btnSearch.Text = "조회";
  56. this.btnSearch.UseVisualStyleBackColor = true;
  57. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  58. //
  59. // gridConsentList
  60. //
  61. this.gridConsentList.AllowUserToAddRows = false;
  62. this.gridConsentList.AllowUserToDeleteRows = false;
  63. this.gridConsentList.AllowUserToResizeRows = false;
  64. this.gridConsentList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  65. | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.gridConsentList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  68. this.gridConsentList.ColumnHeadersHeight = 32;
  69. this.gridConsentList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  70. this.gridConsentList.Location = new System.Drawing.Point(6, 36);
  71. this.gridConsentList.MultiSelect = false;
  72. this.gridConsentList.Name = "gridConsentList";
  73. this.gridConsentList.ReadOnly = true;
  74. this.gridConsentList.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  75. this.gridConsentList.RowHeadersWidth = 25;
  76. this.gridConsentList.RowTemplate.Height = 23;
  77. this.gridConsentList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  78. this.gridConsentList.Size = new System.Drawing.Size(561, 449);
  79. this.gridConsentList.TabIndex = 37;
  80. this.gridConsentList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridConsentList_CellContentClick);
  81. this.gridConsentList.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridConsentList_CellDoubleClick);
  82. this.gridConsentList.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gridConsentList_ColumnHeaderMouseClick);
  83. //
  84. // btnAllCertfy
  85. //
  86. this.btnAllCertfy.Location = new System.Drawing.Point(248, 7);
  87. this.btnAllCertfy.Name = "btnAllCertfy";
  88. this.btnAllCertfy.Size = new System.Drawing.Size(89, 23);
  89. this.btnAllCertfy.TabIndex = 38;
  90. this.btnAllCertfy.Text = "일괄 인증저장";
  91. this.btnAllCertfy.UseVisualStyleBackColor = true;
  92. this.btnAllCertfy.Click += new System.EventHandler(this.btnAllCertifyEvent);
  93. //
  94. // ConsentSelectTabDailySearch
  95. //
  96. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  97. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  98. this.Controls.Add(this.btnAllCertfy);
  99. this.Controls.Add(this.gridConsentList);
  100. this.Controls.Add(this.todd);
  101. this.Controls.Add(this.fromdd);
  102. this.Controls.Add(this.btnSearch);
  103. this.Name = "ConsentSelectTabDailySearch";
  104. this.Size = new System.Drawing.Size(573, 488);
  105. this.Load += new System.EventHandler(this.ConsentSelectTabDailySearch_Load);
  106. ((System.ComponentModel.ISupportInitialize)(this.gridConsentList)).EndInit();
  107. this.ResumeLayout(false);
  108. }
  109. #endregion
  110. private System.Windows.Forms.DateTimePicker todd;
  111. private System.Windows.Forms.DateTimePicker fromdd;
  112. private System.Windows.Forms.Button btnSearch;
  113. private System.Windows.Forms.DataGridView gridConsentList;
  114. private System.Windows.Forms.Button btnAllCertfy;
  115. }
  116. }