プロジェクト

全般

プロフィール

リビジョン 470

堀内約5年前に追加

最新版マージ後のバグ修正

差分を表示:

trunk/src/ProcessManagement/ProcessManagement/Common/Process/ClsExcute.cs
477 477
        //                                                                        };
478 478
        #endregion
479 479
        public static Dictionary<int, string> AppovalList = new Dictionary<int, string>() { 
480
                                                                                { 1,  "積算見積書承認"},
481
                                                                                { 2,  "積算予算書承認"},
482
                                                                                { 3,  "工事予算書承認"},
483
                                                                                { 4,  "注文書承認"},
484
                                                                                { 5,  "請求承認"},
485
                                                                                { 6,  "工事日報承認"},
486
                                                                                { 7,  "議事録承認"},
487
                                                                                { 8,  "出勤管理承認"},
488
                                                                                { 9,  "発注者登録承認"},
489
                                                                                { 10, "協力会社登録承認"},
490
                                                                                { 11, "手間支払承認"},
491
                                                                                { 12, "業者支払承認"},
492
                                                                                { 13, "安全パトロール承認"},
493
                                                                                { 14, "早出承認" },
494
                                                                                { 15, "残業承認" },
495
                                                                                { 16, "休日出勤承認" },
496
                                                                                { 17, "振替休日承認" },
497
                                                                                { 18, "代休承認" },
498
                                                                                { 19, "有給休暇承認" },
499
                                                                                { 20, "欠勤承認" },
500
                                                                                { 21, "遅刻承認" },
501
                                                                                { 22, "早退承認"},
502
                                                                                { 23, "外出承認"},
480
                                                                                { (int)ApprovalListNo.EstimateApproval,             "積算見積書承認"},
481
                                                                                { (int)ApprovalListNo.EstimateBudgetApproval,       "積算予算書承認"},
482
                                                                                { (int)ApprovalListNo.ConstructionBudgetApproval,   "工事予算書承認"},
483
                                                                                { (int)ApprovalListNo.PurchaseOrderEntryApproval,   "注文書承認"},
484
                                                                                { (int)ApprovalListNo.OrderRequestApproval,         "請求承認"},
485
                                                                                { (int)ApprovalListNo.DRConstructionApproval,       "工事日報承認"},
486
                                                                                { (int)ApprovalListNo.DRProceedingsApproval,        "議事録承認"},
487
                                                                                { (int)ApprovalListNo.DRWorkApproval,               "出勤管理承認"},
488
                                                                                { (int)ApprovalListNo.CostomerRegistApproval,       "発注者登録承認"},
489
                                                                                { (int)ApprovalListNo.SubConstregistApproval,       "協力会社登録承認"},
490
                                                                                { (int)ApprovalListNo.FeePayment,                   "手間支払承認"},
491
                                                                                { (int)ApprovalListNo.SubConstrPayment,             "業者支払承認"},
492
                                                                                { (int)ApprovalListNo.SafetyPatrolApproval,         "安全パトロール承認"},
493
                                                                                { (int)ApprovalListNo.OutEarly,                     "早出承認" },
494
                                                                                { (int)ApprovalListNo.OverTime,                     "残業承認" },
495
                                                                                { (int)ApprovalListNo.HolidayWork,                  "休日出勤承認" },
496
                                                                                { (int)ApprovalListNo.TransferHoliday,              "振替休日承認" },
497
                                                                                { (int)ApprovalListNo.CompensatoryHoliday,          "代休承認" },
498
                                                                                { (int)ApprovalListNo.PaidHolidays,                 "有給休暇承認" },
499
                                                                                { (int)ApprovalListNo.Absence,                      "欠勤承認" },
500
                                                                                { (int)ApprovalListNo.Late,                         "遅刻承認" },
501
                                                                                { (int)ApprovalListNo.LeaveEarly,                   "早退承認"},
502
                                                                                { (int)ApprovalListNo.GoOut,                        "外出承認"},
503 503
                                                                                };
504 504

  
505 505
        #endregion
trunk/src/ProcessManagement/ProcessManagement/Forms/Master/ApprovalRoute/FrmApprovalDisp.cs
58 58
        private static Color s_LastApproval = Color.LightSalmon;
59 59
        #endregion
60 60

  
61
        #region 承認一覧定義
62

  
63
        /// <summary>
64
        /// 1:製品版:青龍:承認一覧(承認処理は無いが確認に必要なため)
65
        /// </summary>
66
        private static Dictionary<int, string> AppList_ProductsModelType1 = new Dictionary<int, string>() {
67
                                                                                { (int)ClsExcute.ApprovalListNo.EstimateApproval,             "積算見積書承認"},
68
                                                                                { (int)ClsExcute.ApprovalListNo.ConstructionBudgetApproval,   "工事予算書承認"},
69
                                                                                { (int)ClsExcute.ApprovalListNo.PurchaseOrderEntryApproval,   "注文書承認"},
70
                                                                                { (int)ClsExcute.ApprovalListNo.OrderRequestApproval,         "請求承認"},
71
                                                                                };
72

  
73
        #region 2:製品版:白虎・朱雀:承認一覧
74
        /// <summary>
75
        /// 2:製品版:白虎・朱雀:承認一覧
76
        /// </summary>
77
        private static Dictionary<int, string> AppList_ProductsModelType2 = new Dictionary<int, string>() {
78
                                                                                { (int)ClsExcute.ApprovalListNo.EstimateApproval,             "積算見積書承認"},
79
                                                                                { (int)ClsExcute.ApprovalListNo.ConstructionBudgetApproval,   "工事予算書承認"},
80
                                                                                { (int)ClsExcute.ApprovalListNo.PurchaseOrderEntryApproval,   "注文書承認"},
81
                                                                                { (int)ClsExcute.ApprovalListNo.OrderRequestApproval,         "請求承認"},
82
                                                                                { (int)ClsExcute.ApprovalListNo.FeePayment,                   "手間支払承認"},
83
                                                                                { (int)ClsExcute.ApprovalListNo.SubConstrPayment,             "業者支払承認"},
84
                                                                                };
61 85
        #endregion
86
        #endregion
62 87

  
88
        #endregion
89

  
63 90
        #region 変数
64 91
        /// <summary>
65 92
        /// 終了ボタン押下フラグ
trunk/src/ProcessManagement/ProcessManagement/Forms/Master/ApprovalRoute/FrmApprovalDispAux.cs
165 165
                int AddRowCnt = 0;
166 166
                int AddColCnt = 0;
167 167
                DataGridViewRow CurRow = null;
168
                Dictionary<int, string> MasterList = GetDispList();
168 169
                foreach (DepartmentMaster DepRec in DepList)
169 170
                {
170 171
                    // 部署名セット
......
177 178
                    DispNo = 1;
178 179

  
179 180
                    int nBreakPoint1 = ClsExcute.AppovalList.First(x => x.Value.Equals("議事録承認")).Key;
180
                    foreach (KeyValuePair<int, string> AppList in ClsExcute.AppovalList)
181
                    foreach (KeyValuePair<int, string> AppList in MasterList)
181 182
                    {
182
                        // 製品版は途中までしか表示しない
183
                        if (ProductDefine.ProductType == (int)ProductDefine.ProductTypeDef.ProductsModelType1
184
                            && nBreakPoint1 < AppList.Key) { break; }
185

  
186 183
                        // 対象データのみ取得
187 184
                        object[] objTergetList = ReadList.Cast<object[]>().Where(x => DepRec.DepartmentCode == CommonMotions.cnvInt(x[(int)DispRecCol.DepartmentCode])
188 185
                                                                                    && AppList.Key == CommonMotions.cnvInt(x[(int)DispRecCol.ApprovalCode]))
......
235 232
        }
236 233
        #endregion
237 234

  
235
        #region 表示リストを製品タイプで選択する
236
        /// <summary>
237
        /// 表示リストを製品タイプで選択する
238
        /// </summary>
239
        /// <returns></returns>
240
        private Dictionary<int, string> GetDispList()
241
        {
242
            try
243
            {
244
                int nType = ProductDefine.ProductType;
245

  
246
                if (nType == (int)ProductDefine.ProductTypeDef.Originals)
247
                    return ClsExcute.AppovalList;
248

  
249
                else if (nType == (int)ProductDefine.ProductTypeDef.ProductsModelType1)
250
                    return AppList_ProductsModelType1;
251

  
252
                else if (nType == (int)ProductDefine.ProductTypeDef.ProductsModelType2)
253
                    return AppList_ProductsModelType2;
254

  
255
                else
256
                    return null;
257
            }
258
            catch (Exception ex)
259
            {
260
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
261
                return null;
262
            }
263
        }
264
        #endregion
265

  
238 266
        #region 最終承認者色をセルにセットする
239 267
        /// <summary>
240 268
        /// 最終承認者色をセルにセットする
trunk/src/ProcessManagement/ProcessManagement/Forms/Master/PersonInCharge/FrmPersonInCharge.cs
198 198
        /// <summary>
199 199
        /// 配属部署グリッド固定行
200 200
        /// </summary>
201
        const int s_FixRowsRefAssGrid = 4;
201
        const int s_FixRowsRefAssGrid = 5;
202 202
        /// <summary>
203 203
        /// 資格グリッド固定行
204 204
        /// </summary>
205
        const int s_FixRowsRefQuaGrid = 4;
205
        const int s_FixRowsRefQuaGrid = 5;
206 206
        /// <summary>
207 207
        /// 参照部署グリッド固定行
208 208
        /// </summary>
......
332 332
            /// </summary>
333 333
            DepartmentGrid3,
334 334
            /// <summary>
335
            /// 27:空白2
335
            /// 27;所属部署グリッド3行目
336 336
            /// </summary>
337
            Blank2,
337
            DepartmentGrid4,
338 338
            /// <summary>
339 339
            /// 28:資格タイトル
340 340
            /// </summary>
......
352 352
            /// </summary>
353 353
            QualificationGrid3,
354 354
            /// <summary>
355
            /// 32:資格入力2行目
355
            /// 32:資格グリッド4行目
356 356
            /// </summary>
357
            QualificationAction,
357
            QualificationGrid4,
358 358
            /// <summary>
359 359
            /// 33:印鑑表示名
360 360
            /// </summary>
trunk/src/ProcessManagement/ProcessManagement/Forms/Master/PersonInCharge/FrmPersonInCharge.designer.cs
68 68
            this.label8 = new System.Windows.Forms.Label();
69 69
            this.txtInput2 = new System.Windows.Forms.TextBox();
70 70
            this.label9 = new System.Windows.Forms.Label();
71
            this.txtInput3 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
72 71
            this.txtInput4 = new System.Windows.Forms.TextBox();
73 72
            this.label2 = new System.Windows.Forms.Label();
74 73
            this.label7 = new System.Windows.Forms.Label();
......
79 78
            this.label14 = new System.Windows.Forms.Label();
80 79
            this.label16 = new System.Windows.Forms.Label();
81 80
            this.txtInput9 = new System.Windows.Forms.TextBox();
82
            this.cmbLedgerFlg = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
83 81
            this.label12 = new System.Windows.Forms.Label();
84 82
            this.lblSecRange = new System.Windows.Forms.Label();
85 83
            this.label4 = new System.Windows.Forms.Label();
86 84
            this.label18 = new System.Windows.Forms.Label();
87 85
            this.lblSecRank = new System.Windows.Forms.Label();
88 86
            this.label17 = new System.Windows.Forms.Label();
89
            this.cmbSecManage = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
90 87
            this.label21 = new System.Windows.Forms.Label();
91 88
            this.txtInput11 = new System.Windows.Forms.TextBox();
92 89
            this.label15 = new System.Windows.Forms.Label();
93 90
            this.txtInput12 = new System.Windows.Forms.TextBox();
94 91
            this.label25 = new System.Windows.Forms.Label();
95 92
            this.textBox1 = new System.Windows.Forms.TextBox();
96
            this.dgvSalary = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
97
            this.SalaryColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
98
            this.SalaryColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
99
            this.SalaryColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
100 93
            this.label34 = new System.Windows.Forms.Label();
101 94
            this.textBox7 = new System.Windows.Forms.TextBox();
102 95
            this.label33 = new System.Windows.Forms.Label();
......
105 98
            this.textBox3 = new System.Windows.Forms.TextBox();
106 99
            this.label30 = new System.Windows.Forms.Label();
107 100
            this.label29 = new System.Windows.Forms.Label();
108
            this.comboBoxEX1 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
109 101
            this.label27 = new System.Windows.Forms.Label();
110 102
            this.label26 = new System.Windows.Forms.Label();
111 103
            this.panel4 = new System.Windows.Forms.Panel();
......
113 105
            this.radioButton1 = new System.Windows.Forms.RadioButton();
114 106
            this.label28 = new System.Windows.Forms.Label();
115 107
            this.textBox2 = new System.Windows.Forms.TextBox();
116
            this.dgvRefDepartment = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
117
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
118
            this.TextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
119
            this.cmbRefDepartment = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
120
            this.dgvAssignment = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
121
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
122
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
123
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
124 108
            this.label24 = new System.Windows.Forms.Label();
125 109
            this.txtInput13 = new System.Windows.Forms.TextBox();
126 110
            this.label6 = new System.Windows.Forms.Label();
127
            this.cmbDepartment = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
128 111
            this.label5 = new System.Windows.Forms.Label();
129 112
            this.txtInput5 = new System.Windows.Forms.TextBox();
130 113
            this.label36 = new System.Windows.Forms.Label();
......
153 136
            this.textBox11 = new System.Windows.Forms.TextBox();
154 137
            this.label41 = new System.Windows.Forms.Label();
155 138
            this.textBox12 = new System.Windows.Forms.TextBox();
156
            this.dgvQualification = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
157
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
158
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
159
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
160
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
161
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
162 139
            this.btnQuaNewRow = new System.Windows.Forms.Button();
163 140
            this.btnQuaDelRow = new System.Windows.Forms.Button();
164 141
            this.label37 = new System.Windows.Forms.Label();
165
            this.cmbWorkingType = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
166 142
            this.lblStartTime = new System.Windows.Forms.Label();
167 143
            this.label43 = new System.Windows.Forms.Label();
168 144
            this.lblCompTime = new System.Windows.Forms.Label();
......
184 160
            this.btnEmpToChrg = new System.Windows.Forms.Button();
185 161
            this.label20 = new System.Windows.Forms.Label();
186 162
            this.btnHelp = new System.Windows.Forms.Button();
163
            this.txtInput3 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
164
            this.cmbLedgerFlg = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
165
            this.cmbSecManage = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
166
            this.dgvSalary = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
167
            this.SalaryColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
168
            this.SalaryColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
169
            this.SalaryColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
170
            this.comboBoxEX1 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
171
            this.dgvRefDepartment = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
172
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
173
            this.TextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
174
            this.cmbRefDepartment = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
175
            this.dgvAssignment = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
176
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
177
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
178
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
179
            this.cmbDepartment = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
180
            this.dgvQualification = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
181
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
182
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
183
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
184
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
185
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
186
            this.cmbWorkingType = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
187 187
            this.dgvMaster = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
188 188
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
189 189
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
......
195 195
            this.panel1.SuspendLayout();
196 196
            this.tableLayoutPanel1.SuspendLayout();
197 197
            this.panel5.SuspendLayout();
198
            this.panel4.SuspendLayout();
199
            this.panel2.SuspendLayout();
200
            this.panel3.SuspendLayout();
198 201
            ((System.ComponentModel.ISupportInitialize)(this.dgvSalary)).BeginInit();
199
            this.panel4.SuspendLayout();
200 202
            ((System.ComponentModel.ISupportInitialize)(this.dgvRefDepartment)).BeginInit();
201 203
            ((System.ComponentModel.ISupportInitialize)(this.dgvAssignment)).BeginInit();
202 204
            ((System.ComponentModel.ISupportInitialize)(this.dgvQualification)).BeginInit();
203
            this.panel2.SuspendLayout();
204
            this.panel3.SuspendLayout();
205 205
            ((System.ComponentModel.ISupportInitialize)(this.dgvMaster)).BeginInit();
206 206
            this.SuspendLayout();
207 207
            // 
......
623 623
            this.label9.Text = "就業終了日";
624 624
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
625 625
            // 
626
            // txtInput3
627
            // 
628
            this.txtInput3.Anchor = System.Windows.Forms.AnchorStyles.Left;
629
            this.tableLayoutPanel1.SetColumnSpan(this.txtInput3, 3);
630
            this.txtInput3.ImeMode = System.Windows.Forms.ImeMode.Disable;
631
            this.txtInput3.Location = new System.Drawing.Point(153, 461);
632
            this.txtInput3.MaxLength = 11;
633
            this.txtInput3.Name = "txtInput3";
634
            this.txtInput3.Size = new System.Drawing.Size(144, 23);
635
            this.txtInput3.TabIndex = 15;
636
            this.txtInput3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
637
            this.txtInput3.TextChanged += new System.EventHandler(this.txtInput_TextChanged);
638
            this.txtInput3.Validated += new System.EventHandler(this.txtInput_Validated);
639
            // 
640 626
            // txtInput4
641 627
            // 
642 628
            this.txtInput4.Anchor = System.Windows.Forms.AnchorStyles.Left;
......
768 754
            this.txtInput9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
769 755
            this.txtInput9.TextChanged += new System.EventHandler(this.valueChange);
770 756
            // 
771
            // cmbLedgerFlg
772
            // 
773
            this.cmbLedgerFlg.Anchor = System.Windows.Forms.AnchorStyles.Left;
774
            this.tableLayoutPanel1.SetColumnSpan(this.cmbLedgerFlg, 3);
775
            this.cmbLedgerFlg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
776
            this.cmbLedgerFlg.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
777
            this.cmbLedgerFlg.FormattingEnabled = true;
778
            this.cmbLedgerFlg.Location = new System.Drawing.Point(153, 1197);
779
            this.cmbLedgerFlg.Name = "cmbLedgerFlg";
780
            this.cmbLedgerFlg.Size = new System.Drawing.Size(144, 24);
781
            this.cmbLedgerFlg.TabIndex = 25;
782
            this.cmbLedgerFlg.TextChanged += new System.EventHandler(this.valueChange);
783
            // 
784 757
            // label12
785 758
            // 
786 759
            this.label12.Anchor = System.Windows.Forms.AnchorStyles.Left;
......
857 830
            this.label17.Text = "機密区分";
858 831
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
859 832
            // 
860
            // cmbSecManage
861
            // 
862
            this.cmbSecManage.Anchor = System.Windows.Forms.AnchorStyles.Left;
863
            this.tableLayoutPanel1.SetColumnSpan(this.cmbSecManage, 6);
864
            this.cmbSecManage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
865
            this.cmbSecManage.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
866
            this.cmbSecManage.FormattingEnabled = true;
867
            this.cmbSecManage.Location = new System.Drawing.Point(153, 1302);
868
            this.cmbSecManage.Name = "cmbSecManage";
869
            this.cmbSecManage.Size = new System.Drawing.Size(294, 24);
870
            this.cmbSecManage.TabIndex = 28;
871
            this.cmbSecManage.SelectedValueChanged += new System.EventHandler(this.cmbSecManage_SelectedValueChanged);
872
            this.cmbSecManage.TextChanged += new System.EventHandler(this.valueChange);
873
            // 
874 833
            // label21
875 834
            // 
876 835
            this.label21.Anchor = System.Windows.Forms.AnchorStyles.Left;
......
951 910
            this.textBox1.TabIndex = 1;
952 911
            this.textBox1.TextChanged += new System.EventHandler(this.valueChange);
953 912
            // 
954
            // dgvSalary
955
            // 
956
            this.dgvSalary.AllowUserToAddRows = false;
957
            this.dgvSalary.AllowUserToDeleteRows = false;
958
            this.dgvSalary.AllowUserToResizeColumns = false;
959
            this.dgvSalary.AllowUserToResizeRows = false;
960
            this.dgvSalary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
961
            this.dgvSalary.BackgroundColor = System.Drawing.Color.White;
962
            this.dgvSalary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
963
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
964
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
965
            dataGridViewCellStyle1.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
966
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
967
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
968
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
969
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
970
            this.dgvSalary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
971
            this.dgvSalary.ColumnHeadersHeight = 24;
972
            this.dgvSalary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
973
            this.dgvSalary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
974
            this.SalaryColumn1,
975
            this.SalaryColumn2,
976
            this.SalaryColumn3});
977
            this.tableLayoutPanel1.SetColumnSpan(this.dgvSalary, 10);
978
            this.dgvSalary.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
979
            this.dgvSalary.Location = new System.Drawing.Point(7, 598);
980
            this.dgvSalary.MultiSelect = false;
981
            this.dgvSalary.Name = "dgvSalary";
982
            this.dgvSalary.ReadOnly = true;
983
            this.dgvSalary.RowHeadersVisible = false;
984
            this.dgvSalary.RowHeadersWidth = 18;
985
            this.dgvSalary.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
986
            this.tableLayoutPanel1.SetRowSpan(this.dgvSalary, 4);
987
            this.dgvSalary.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
988
            this.dgvSalary.Size = new System.Drawing.Size(590, 110);
989
            this.dgvSalary.TabIndex = 21;
990
            this.dgvSalary.TabStop = false;
991
            // 
992
            // SalaryColumn1
993
            // 
994
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
995
            this.SalaryColumn1.DefaultCellStyle = dataGridViewCellStyle2;
996
            this.SalaryColumn1.Frozen = true;
997
            this.SalaryColumn1.HeaderText = "給与開始年月日";
998
            this.SalaryColumn1.Name = "SalaryColumn1";
999
            this.SalaryColumn1.ReadOnly = true;
1000
            this.SalaryColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1001
            this.SalaryColumn1.Width = 150;
1002
            // 
1003
            // SalaryColumn2
1004
            // 
1005
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1006
            this.SalaryColumn2.DefaultCellStyle = dataGridViewCellStyle3;
1007
            this.SalaryColumn2.Frozen = true;
1008
            this.SalaryColumn2.HeaderText = "月給与額";
1009
            this.SalaryColumn2.Name = "SalaryColumn2";
1010
            this.SalaryColumn2.ReadOnly = true;
1011
            this.SalaryColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1012
            this.SalaryColumn2.Width = 210;
1013
            // 
1014
            // SalaryColumn3
1015
            // 
1016
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1017
            this.SalaryColumn3.DefaultCellStyle = dataGridViewCellStyle4;
1018
            this.SalaryColumn3.Frozen = true;
1019
            this.SalaryColumn3.HeaderText = "年給与額";
1020
            this.SalaryColumn3.Name = "SalaryColumn3";
1021
            this.SalaryColumn3.ReadOnly = true;
1022
            this.SalaryColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1023
            this.SalaryColumn3.Width = 210;
1024
            // 
1025 913
            // label34
1026 914
            // 
1027 915
            this.label34.Anchor = System.Windows.Forms.AnchorStyles.Left;
......
1129 1017
            this.label29.Text = "郵便番号";
1130 1018
            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1131 1019
            // 
1132
            // comboBoxEX1
1133
            // 
1134
            this.comboBoxEX1.Anchor = System.Windows.Forms.AnchorStyles.Left;
1135
            this.tableLayoutPanel1.SetColumnSpan(this.comboBoxEX1, 8);
1136
            this.comboBoxEX1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1137
            this.comboBoxEX1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1138
            this.comboBoxEX1.Font = new System.Drawing.Font("MS ゴシック", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1139
            this.comboBoxEX1.FormattingEnabled = true;
1140
            this.comboBoxEX1.Location = new System.Drawing.Point(153, 180);
1141
            this.comboBoxEX1.Name = "comboBoxEX1";
1142
            this.comboBoxEX1.Size = new System.Drawing.Size(300, 24);
1143
            this.comboBoxEX1.TabIndex = 6;
1144
            this.comboBoxEX1.TextChanged += new System.EventHandler(this.valueChange);
1145
            // 
1146 1020
            // label27
1147 1021
            // 
1148 1022
            this.label27.Anchor = System.Windows.Forms.AnchorStyles.Left;
......
1231 1105
            this.textBox2.TextChanged += new System.EventHandler(this.txtInput_TextChanged);
1232 1106
            this.textBox2.Validated += new System.EventHandler(this.txtInput_Validated);
1233 1107
            // 
1234
            // dgvRefDepartment
1235
            // 
1236
            this.dgvRefDepartment.AllowUserToAddRows = false;
1237
            this.dgvRefDepartment.AllowUserToDeleteRows = false;
1238
            this.dgvRefDepartment.AllowUserToResizeColumns = false;
1239
            this.dgvRefDepartment.AllowUserToResizeRows = false;
1240
            this.dgvRefDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
1241
            | System.Windows.Forms.AnchorStyles.Right)));
1242
            this.dgvRefDepartment.BackgroundColor = System.Drawing.Color.White;
1243
            this.dgvRefDepartment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1244
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1245
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
1246
            dataGridViewCellStyle5.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1247
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
1248
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1249
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1250
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1251
            this.dgvRefDepartment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
1252
            this.dgvRefDepartment.ColumnHeadersHeight = 24;
1253
            this.dgvRefDepartment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
1254
            this.dgvRefDepartment.ColumnHeadersVisible = false;
1255
            this.dgvRefDepartment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
1256
            this.Column8,
1257
            this.TextBoxColumn1});
1258
            this.tableLayoutPanel1.SetColumnSpan(this.dgvRefDepartment, 10);
1259
            this.dgvRefDepartment.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
1260
            this.dgvRefDepartment.Location = new System.Drawing.Point(7, 1438);
1261
            this.dgvRefDepartment.MultiSelect = false;
1262
            this.dgvRefDepartment.Name = "dgvRefDepartment";
1263
            this.dgvRefDepartment.ReadOnly = true;
1264
            this.dgvRefDepartment.RowHeadersVisible = false;
1265
            this.dgvRefDepartment.RowHeadersWidth = 18;
1266
            this.dgvRefDepartment.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
1267
            this.tableLayoutPanel1.SetRowSpan(this.dgvRefDepartment, 3);
1268
            this.dgvRefDepartment.RowTemplate.Height = 24;
1269
            this.dgvRefDepartment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1270
            this.dgvRefDepartment.Size = new System.Drawing.Size(590, 99);
1271
            this.dgvRefDepartment.TabIndex = 6;
1272
            this.dgvRefDepartment.TabStop = false;
1273
            // 
1274
            // Column8
1275
            // 
1276
            this.Column8.Frozen = true;
1277
            this.Column8.HeaderText = "部署コード";
1278
            this.Column8.Name = "Column8";
1279
            this.Column8.ReadOnly = true;
1280
            this.Column8.Visible = false;
1281
            // 
1282
            // TextBoxColumn1
1283
            // 
1284
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1285
            this.TextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle6;
1286
            this.TextBoxColumn1.Frozen = true;
1287
            this.TextBoxColumn1.HeaderText = "参 照 部 署 名 称";
1288
            this.TextBoxColumn1.Name = "TextBoxColumn1";
1289
            this.TextBoxColumn1.ReadOnly = true;
1290
            this.TextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
1291
            this.TextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1292
            this.TextBoxColumn1.Width = 570;
1293
            // 
1294
            // cmbRefDepartment
1295
            // 
1296
            this.cmbRefDepartment.Anchor = System.Windows.Forms.AnchorStyles.Right;
1297
            this.tableLayoutPanel1.SetColumnSpan(this.cmbRefDepartment, 10);
1298
            this.cmbRefDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1299
            this.cmbRefDepartment.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1300
            this.cmbRefDepartment.FormattingEnabled = true;
1301
            this.cmbRefDepartment.Location = new System.Drawing.Point(7, 1547);
1302
            this.cmbRefDepartment.Name = "cmbRefDepartment";
1303
            this.cmbRefDepartment.Size = new System.Drawing.Size(590, 24);
1304
            this.cmbRefDepartment.TabIndex = 31;
1305
            this.cmbRefDepartment.TextChanged += new System.EventHandler(this.valueChange);
1306
            // 
1307
            // dgvAssignment
1308
            // 
1309
            this.dgvAssignment.AllowUserToAddRows = false;
1310
            this.dgvAssignment.AllowUserToDeleteRows = false;
1311
            this.dgvAssignment.AllowUserToResizeColumns = false;
1312
            this.dgvAssignment.AllowUserToResizeRows = false;
1313
            this.dgvAssignment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1314
            this.dgvAssignment.BackgroundColor = System.Drawing.Color.White;
1315
            this.dgvAssignment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1316
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1317
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
1318
            dataGridViewCellStyle7.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1319
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
1320
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1321
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1322
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1323
            this.dgvAssignment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
1324
            this.dgvAssignment.ColumnHeadersHeight = 24;
1325
            this.dgvAssignment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
1326
            this.dgvAssignment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
1327
            this.dataGridViewTextBoxColumn1,
1328
            this.dataGridViewTextBoxColumn2,
1329
            this.dataGridViewTextBoxColumn3});
1330
            this.tableLayoutPanel1.SetColumnSpan(this.dgvAssignment, 10);
1331
            this.dgvAssignment.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
1332
            this.dgvAssignment.Location = new System.Drawing.Point(7, 843);
1333
            this.dgvAssignment.MultiSelect = false;
1334
            this.dgvAssignment.Name = "dgvAssignment";
1335
            this.dgvAssignment.ReadOnly = true;
1336
            this.dgvAssignment.RowHeadersVisible = false;
1337
            this.dgvAssignment.RowHeadersWidth = 18;
1338
            this.dgvAssignment.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
1339
            this.tableLayoutPanel1.SetRowSpan(this.dgvAssignment, 4);
1340
            this.dgvAssignment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1341
            this.dgvAssignment.Size = new System.Drawing.Size(590, 110);
1342
            this.dgvAssignment.TabIndex = 21;
1343
            this.dgvAssignment.TabStop = false;
1344
            // 
1345
            // dataGridViewTextBoxColumn1
1346
            // 
1347
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1348
            this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle8;
1349
            this.dataGridViewTextBoxColumn1.Frozen = true;
1350
            this.dataGridViewTextBoxColumn1.HeaderText = "配属年月日";
1351
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
1352
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
1353
            this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1354
            this.dataGridViewTextBoxColumn1.Width = 150;
1355
            // 
1356
            // dataGridViewTextBoxColumn2
1357
            // 
1358
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1359
            this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle9;
1360
            this.dataGridViewTextBoxColumn2.Frozen = true;
1361
            this.dataGridViewTextBoxColumn2.HeaderText = "配属部署名";
1362
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
1363
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
1364
            this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1365
            this.dataGridViewTextBoxColumn2.Width = 420;
1366
            // 
1367
            // dataGridViewTextBoxColumn3
1368
            // 
1369
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1370
            this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle10;
1371
            this.dataGridViewTextBoxColumn3.Frozen = true;
1372
            this.dataGridViewTextBoxColumn3.HeaderText = "部署コード";
1373
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
1374
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
1375
            this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1376
            this.dataGridViewTextBoxColumn3.Visible = false;
1377
            this.dataGridViewTextBoxColumn3.Width = 5;
1378
            // 
1379 1108
            // label24
1380 1109
            // 
1381 1110
            this.label24.Anchor = System.Windows.Forms.AnchorStyles.Left;
......
1416 1145
            this.label6.Text = "現在所属部署";
1417 1146
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1418 1147
            // 
1419
            // cmbDepartment
1420
            // 
1421
            this.cmbDepartment.Anchor = System.Windows.Forms.AnchorStyles.Left;
1422
            this.tableLayoutPanel1.SetColumnSpan(this.cmbDepartment, 9);
1423
            this.cmbDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1424
            this.cmbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1425
            this.cmbDepartment.FormattingEnabled = true;
1426
            this.cmbDepartment.Location = new System.Drawing.Point(153, 777);
1427
            this.cmbDepartment.Name = "cmbDepartment";
1428
            this.cmbDepartment.Size = new System.Drawing.Size(444, 24);
1429
            this.cmbDepartment.TabIndex = 20;
1430
            this.cmbDepartment.TextChanged += new System.EventHandler(this.valueChange);
1431
            // 
1432 1148
            // label5
1433 1149
            // 
1434 1150
            this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
......
1829 1545
            this.textBox12.TabIndex = 13;
1830 1546
            this.textBox12.TextChanged += new System.EventHandler(this.valueChange);
1831 1547
            // 
1832
            // dgvQualification
1833
            // 
1834
            this.dgvQualification.AllowUserToAddRows = false;
1835
            this.dgvQualification.AllowUserToDeleteRows = false;
1836
            this.dgvQualification.AllowUserToResizeColumns = false;
1837
            this.dgvQualification.AllowUserToResizeRows = false;
1838
            this.dgvQualification.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1839
            this.dgvQualification.BackgroundColor = System.Drawing.Color.White;
1840
            this.dgvQualification.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1841
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1842
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
1843
            dataGridViewCellStyle11.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1844
            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
1845
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1846
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1847
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1848
            this.dgvQualification.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
1849
            this.dgvQualification.ColumnHeadersHeight = 24;
1850
            this.dgvQualification.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
1851
            this.dgvQualification.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
1852
            this.dataGridViewTextBoxColumn4,
1853
            this.dataGridViewTextBoxColumn5,
1854
            this.Column10,
1855
            this.dataGridViewTextBoxColumn6,
1856
            this.Column9});
1857
            this.tableLayoutPanel1.SetColumnSpan(this.dgvQualification, 10);
1858
            this.dgvQualification.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
1859
            this.dgvQualification.Location = new System.Drawing.Point(7, 1018);
1860
            this.dgvQualification.MultiSelect = false;
1861
            this.dgvQualification.Name = "dgvQualification";
1862
            this.dgvQualification.RowHeadersVisible = false;
1863
            this.dgvQualification.RowHeadersWidth = 18;
1864
            this.dgvQualification.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
1865
            this.tableLayoutPanel1.SetRowSpan(this.dgvQualification, 4);
1866
            this.dgvQualification.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1867
            this.dgvQualification.Size = new System.Drawing.Size(590, 128);
1868
            this.dgvQualification.TabIndex = 21;
1869
            this.dgvQualification.TabStop = false;
1870
            this.dgvQualification.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQualification_CellDoubleClick);
1871
            this.dgvQualification.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQualification_CellEnter);
1872
            this.dgvQualification.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQualification_CellValidated);
1873
            // 
1874
            // dataGridViewTextBoxColumn4
1875
            // 
1876
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1877
            this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle12;
1878
            this.dataGridViewTextBoxColumn4.HeaderText = "取得年月日";
1879
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
1880
            this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1881
            this.dataGridViewTextBoxColumn4.Width = 150;
1882
            // 
1883
            // dataGridViewTextBoxColumn5
1884
            // 
1885
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1886
            this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle13;
1887
            this.dataGridViewTextBoxColumn5.HeaderText = "資格名称";
1888
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
1889
            this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1890
            this.dataGridViewTextBoxColumn5.Width = 420;
1891
            // 
1892
            // Column10
1893
            // 
1894
            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1895
            dataGridViewCellStyle14.ForeColor = System.Drawing.Color.Black;
1896
            this.Column10.DefaultCellStyle = dataGridViewCellStyle14;
1897
            this.Column10.HeaderText = "備 考";
1898
            this.Column10.Name = "Column10";
1899
            this.Column10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1900
            this.Column10.Width = 420;
1901
            // 
1902
            // dataGridViewTextBoxColumn6
1903
            // 
1904
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1905
            this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle15;
1906
            this.dataGridViewTextBoxColumn6.HeaderText = "分類コード";
1907
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
1908
            this.dataGridViewTextBoxColumn6.ReadOnly = true;
1909
            this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1910
            this.dataGridViewTextBoxColumn6.Visible = false;
1911
            this.dataGridViewTextBoxColumn6.Width = 5;
1912
            // 
1913
            // Column9
1914
            // 
1915
            this.Column9.HeaderText = "資格コード";
1916
            this.Column9.Name = "Column9";
1917
            this.Column9.ReadOnly = true;
1918
            this.Column9.Visible = false;
1919
            // 
1920 1548
            // btnQuaNewRow
1921 1549
            // 
1922 1550
            this.btnQuaNewRow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
......
1966 1594
            this.label37.Text = "就業タイプ";
1967 1595
            this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1968 1596
            // 
1969
            // cmbWorkingType
1970
            // 
1971
            this.cmbWorkingType.Anchor = System.Windows.Forms.AnchorStyles.Left;
1972
            this.tableLayoutPanel1.SetColumnSpan(this.cmbWorkingType, 9);
1973
            this.cmbWorkingType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1974
            this.cmbWorkingType.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1975
            this.cmbWorkingType.FormattingEnabled = true;
1976
            this.cmbWorkingType.Location = new System.Drawing.Point(153, 1652);
1977
            this.cmbWorkingType.Name = "cmbWorkingType";
1978
            this.cmbWorkingType.Size = new System.Drawing.Size(444, 24);
1979
            this.cmbWorkingType.TabIndex = 34;
1980
            this.cmbWorkingType.TextChanged += new System.EventHandler(this.cmbWorkingType_TextChanged);
1981
            // 
1982 1597
            // lblStartTime
1983 1598
            // 
1984 1599
            this.lblStartTime.Anchor = System.Windows.Forms.AnchorStyles.None;
......
2245 1860
            this.btnHelp.UseVisualStyleBackColor = false;
2246 1861
            this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
2247 1862
            // 
1863
            // txtInput3
1864
            // 
1865
            this.txtInput3.Anchor = System.Windows.Forms.AnchorStyles.Left;
1866
            this.tableLayoutPanel1.SetColumnSpan(this.txtInput3, 3);
1867
            this.txtInput3.ImeMode = System.Windows.Forms.ImeMode.Disable;
1868
            this.txtInput3.Location = new System.Drawing.Point(153, 461);
1869
            this.txtInput3.MaxLength = 11;
1870
            this.txtInput3.Name = "txtInput3";
1871
            this.txtInput3.Size = new System.Drawing.Size(144, 23);
1872
            this.txtInput3.TabIndex = 15;
1873
            this.txtInput3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1874
            this.txtInput3.TextChanged += new System.EventHandler(this.txtInput_TextChanged);
1875
            this.txtInput3.Validated += new System.EventHandler(this.txtInput_Validated);
1876
            // 
1877
            // cmbLedgerFlg
1878
            // 
1879
            this.cmbLedgerFlg.Anchor = System.Windows.Forms.AnchorStyles.Left;
1880
            this.tableLayoutPanel1.SetColumnSpan(this.cmbLedgerFlg, 3);
1881
            this.cmbLedgerFlg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1882
            this.cmbLedgerFlg.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1883
            this.cmbLedgerFlg.FormattingEnabled = true;
1884
            this.cmbLedgerFlg.Location = new System.Drawing.Point(153, 1195);
1885
            this.cmbLedgerFlg.Name = "cmbLedgerFlg";
1886
            this.cmbLedgerFlg.Size = new System.Drawing.Size(144, 24);
1887
            this.cmbLedgerFlg.TabIndex = 25;
1888
            this.cmbLedgerFlg.TextChanged += new System.EventHandler(this.valueChange);
1889
            // 
1890
            // cmbSecManage
1891
            // 
1892
            this.cmbSecManage.Anchor = System.Windows.Forms.AnchorStyles.Left;
1893
            this.tableLayoutPanel1.SetColumnSpan(this.cmbSecManage, 6);
1894
            this.cmbSecManage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1895
            this.cmbSecManage.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1896
            this.cmbSecManage.FormattingEnabled = true;
1897
            this.cmbSecManage.Location = new System.Drawing.Point(153, 1300);
1898
            this.cmbSecManage.Name = "cmbSecManage";
1899
            this.cmbSecManage.Size = new System.Drawing.Size(294, 24);
1900
            this.cmbSecManage.TabIndex = 28;
1901
            this.cmbSecManage.SelectedValueChanged += new System.EventHandler(this.cmbSecManage_SelectedValueChanged);
1902
            this.cmbSecManage.TextChanged += new System.EventHandler(this.valueChange);
1903
            // 
1904
            // dgvSalary
1905
            // 
1906
            this.dgvSalary.AllowUserToAddRows = false;
1907
            this.dgvSalary.AllowUserToDeleteRows = false;
1908
            this.dgvSalary.AllowUserToResizeColumns = false;
1909
            this.dgvSalary.AllowUserToResizeRows = false;
1910
            this.dgvSalary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1911
            this.dgvSalary.BackgroundColor = System.Drawing.Color.White;
1912
            this.dgvSalary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1913
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1914
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
1915
            dataGridViewCellStyle1.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1916
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
1917
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1918
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1919
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1920
            this.dgvSalary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
1921
            this.dgvSalary.ColumnHeadersHeight = 24;
1922
            this.dgvSalary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
1923
            this.dgvSalary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
1924
            this.SalaryColumn1,
1925
            this.SalaryColumn2,
1926
            this.SalaryColumn3});
1927
            this.tableLayoutPanel1.SetColumnSpan(this.dgvSalary, 10);
1928
            this.dgvSalary.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
1929
            this.dgvSalary.Location = new System.Drawing.Point(7, 598);
1930
            this.dgvSalary.MultiSelect = false;
1931
            this.dgvSalary.Name = "dgvSalary";
1932
            this.dgvSalary.ReadOnly = true;
1933
            this.dgvSalary.RowHeadersVisible = false;
1934
            this.dgvSalary.RowHeadersWidth = 18;
1935
            this.dgvSalary.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
1936
            this.tableLayoutPanel1.SetRowSpan(this.dgvSalary, 4);
1937
            this.dgvSalary.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1938
            this.dgvSalary.Size = new System.Drawing.Size(590, 110);
1939
            this.dgvSalary.TabIndex = 21;
1940
            this.dgvSalary.TabStop = false;
1941
            // 
1942
            // SalaryColumn1
1943
            // 
1944
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1945
            this.SalaryColumn1.DefaultCellStyle = dataGridViewCellStyle2;
1946
            this.SalaryColumn1.Frozen = true;
1947
            this.SalaryColumn1.HeaderText = "給与開始年月日";
1948
            this.SalaryColumn1.Name = "SalaryColumn1";
1949
            this.SalaryColumn1.ReadOnly = true;
1950
            this.SalaryColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1951
            this.SalaryColumn1.Width = 150;
1952
            // 
1953
            // SalaryColumn2
1954
            // 
1955
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1956
            this.SalaryColumn2.DefaultCellStyle = dataGridViewCellStyle3;
1957
            this.SalaryColumn2.Frozen = true;
1958
            this.SalaryColumn2.HeaderText = "月給与額";
1959
            this.SalaryColumn2.Name = "SalaryColumn2";
1960
            this.SalaryColumn2.ReadOnly = true;
1961
            this.SalaryColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1962
            this.SalaryColumn2.Width = 210;
1963
            // 
1964
            // SalaryColumn3
1965
            // 
1966
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1967
            this.SalaryColumn3.DefaultCellStyle = dataGridViewCellStyle4;
1968
            this.SalaryColumn3.Frozen = true;
1969
            this.SalaryColumn3.HeaderText = "年給与額";
1970
            this.SalaryColumn3.Name = "SalaryColumn3";
1971
            this.SalaryColumn3.ReadOnly = true;
1972
            this.SalaryColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
1973
            this.SalaryColumn3.Width = 210;
1974
            // 
1975
            // comboBoxEX1
1976
            // 
1977
            this.comboBoxEX1.Anchor = System.Windows.Forms.AnchorStyles.Left;
1978
            this.tableLayoutPanel1.SetColumnSpan(this.comboBoxEX1, 8);
1979
            this.comboBoxEX1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1980
            this.comboBoxEX1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1981
            this.comboBoxEX1.Font = new System.Drawing.Font("MS ゴシック", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1982
            this.comboBoxEX1.FormattingEnabled = true;
1983
            this.comboBoxEX1.Location = new System.Drawing.Point(153, 180);
1984
            this.comboBoxEX1.Name = "comboBoxEX1";
1985
            this.comboBoxEX1.Size = new System.Drawing.Size(300, 24);
1986
            this.comboBoxEX1.TabIndex = 6;
1987
            this.comboBoxEX1.TextChanged += new System.EventHandler(this.valueChange);
1988
            // 
1989
            // dgvRefDepartment
1990
            // 
1991
            this.dgvRefDepartment.AllowUserToAddRows = false;
1992
            this.dgvRefDepartment.AllowUserToDeleteRows = false;
1993
            this.dgvRefDepartment.AllowUserToResizeColumns = false;
1994
            this.dgvRefDepartment.AllowUserToResizeRows = false;
1995
            this.dgvRefDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
1996
            | System.Windows.Forms.AnchorStyles.Right)));
1997
            this.dgvRefDepartment.BackgroundColor = System.Drawing.Color.White;
1998
            this.dgvRefDepartment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1999
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
2000
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
2001
            dataGridViewCellStyle5.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2002
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
2003
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
2004
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
2005
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
2006
            this.dgvRefDepartment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
2007
            this.dgvRefDepartment.ColumnHeadersHeight = 24;
2008
            this.dgvRefDepartment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
2009
            this.dgvRefDepartment.ColumnHeadersVisible = false;
2010
            this.dgvRefDepartment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
2011
            this.Column8,
2012
            this.TextBoxColumn1});
2013
            this.tableLayoutPanel1.SetColumnSpan(this.dgvRefDepartment, 10);
2014
            this.dgvRefDepartment.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
2015
            this.dgvRefDepartment.Location = new System.Drawing.Point(7, 1438);
2016
            this.dgvRefDepartment.MultiSelect = false;
2017
            this.dgvRefDepartment.Name = "dgvRefDepartment";
2018
            this.dgvRefDepartment.ReadOnly = true;
2019
            this.dgvRefDepartment.RowHeadersVisible = false;
2020
            this.dgvRefDepartment.RowHeadersWidth = 18;
2021
            this.dgvRefDepartment.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
2022
            this.tableLayoutPanel1.SetRowSpan(this.dgvRefDepartment, 3);
2023
            this.dgvRefDepartment.RowTemplate.Height = 24;
2024
            this.dgvRefDepartment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
2025
            this.dgvRefDepartment.Size = new System.Drawing.Size(590, 99);
2026
            this.dgvRefDepartment.TabIndex = 6;
2027
            this.dgvRefDepartment.TabStop = false;
2028
            // 
2029
            // Column8
2030
            // 
2031
            this.Column8.Frozen = true;
2032
            this.Column8.HeaderText = "部署コード";
2033
            this.Column8.Name = "Column8";
2034
            this.Column8.ReadOnly = true;
2035
            this.Column8.Visible = false;
2036
            // 
2037
            // TextBoxColumn1
2038
            // 
2039
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
2040
            this.TextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle6;
2041
            this.TextBoxColumn1.Frozen = true;
2042
            this.TextBoxColumn1.HeaderText = "参 照 部 署 名 称";
2043
            this.TextBoxColumn1.Name = "TextBoxColumn1";
2044
            this.TextBoxColumn1.ReadOnly = true;
2045
            this.TextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
2046
            this.TextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2047
            this.TextBoxColumn1.Width = 570;
2048
            // 
2049
            // cmbRefDepartment
2050
            // 
2051
            this.cmbRefDepartment.Anchor = System.Windows.Forms.AnchorStyles.Right;
2052
            this.tableLayoutPanel1.SetColumnSpan(this.cmbRefDepartment, 10);
2053
            this.cmbRefDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2054
            this.cmbRefDepartment.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2055
            this.cmbRefDepartment.FormattingEnabled = true;
2056
            this.cmbRefDepartment.Location = new System.Drawing.Point(7, 1545);
2057
            this.cmbRefDepartment.Name = "cmbRefDepartment";
2058
            this.cmbRefDepartment.Size = new System.Drawing.Size(590, 24);
2059
            this.cmbRefDepartment.TabIndex = 31;
2060
            this.cmbRefDepartment.TextChanged += new System.EventHandler(this.valueChange);
2061
            // 
2062
            // dgvAssignment
2063
            // 
2064
            this.dgvAssignment.AllowUserToAddRows = false;
2065
            this.dgvAssignment.AllowUserToDeleteRows = false;
2066
            this.dgvAssignment.AllowUserToResizeColumns = false;
2067
            this.dgvAssignment.AllowUserToResizeRows = false;
2068
            this.dgvAssignment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2069
            this.dgvAssignment.BackgroundColor = System.Drawing.Color.White;
2070
            this.dgvAssignment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
2071
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
2072
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
2073
            dataGridViewCellStyle7.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2074
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
2075
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
2076
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
2077
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
2078
            this.dgvAssignment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
2079
            this.dgvAssignment.ColumnHeadersHeight = 24;
2080
            this.dgvAssignment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
2081
            this.dgvAssignment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
2082
            this.dataGridViewTextBoxColumn1,
2083
            this.dataGridViewTextBoxColumn2,
2084
            this.dataGridViewTextBoxColumn3});
2085
            this.tableLayoutPanel1.SetColumnSpan(this.dgvAssignment, 10);
2086
            this.dgvAssignment.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
2087
            this.dgvAssignment.Location = new System.Drawing.Point(7, 843);
2088
            this.dgvAssignment.MultiSelect = false;
2089
            this.dgvAssignment.Name = "dgvAssignment";
2090
            this.dgvAssignment.ReadOnly = true;
2091
            this.dgvAssignment.RowHeadersVisible = false;
2092
            this.dgvAssignment.RowHeadersWidth = 18;
2093
            this.dgvAssignment.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
2094
            this.tableLayoutPanel1.SetRowSpan(this.dgvAssignment, 4);
2095
            this.dgvAssignment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
2096
            this.dgvAssignment.Size = new System.Drawing.Size(590, 130);
2097
            this.dgvAssignment.TabIndex = 21;
2098
            this.dgvAssignment.TabStop = false;
2099
            // 
2100
            // dataGridViewTextBoxColumn1
2101
            // 
2102
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
2103
            this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle8;
2104
            this.dataGridViewTextBoxColumn1.Frozen = true;
2105
            this.dataGridViewTextBoxColumn1.HeaderText = "配属年月日";
2106
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
2107
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
2108
            this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2109
            this.dataGridViewTextBoxColumn1.Width = 150;
2110
            // 
2111
            // dataGridViewTextBoxColumn2
2112
            // 
2113
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
2114
            this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle9;
2115
            this.dataGridViewTextBoxColumn2.Frozen = true;
2116
            this.dataGridViewTextBoxColumn2.HeaderText = "配属部署名";
2117
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
2118
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
2119
            this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2120
            this.dataGridViewTextBoxColumn2.Width = 420;
2121
            // 
2122
            // dataGridViewTextBoxColumn3
2123
            // 
2124
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
2125
            this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle10;
2126
            this.dataGridViewTextBoxColumn3.Frozen = true;
2127
            this.dataGridViewTextBoxColumn3.HeaderText = "部署コード";
2128
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
2129
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
2130
            this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2131
            this.dataGridViewTextBoxColumn3.Visible = false;
2132
            this.dataGridViewTextBoxColumn3.Width = 5;
2133
            // 
2134
            // cmbDepartment
2135
            // 
2136
            this.cmbDepartment.Anchor = System.Windows.Forms.AnchorStyles.Left;
2137
            this.tableLayoutPanel1.SetColumnSpan(this.cmbDepartment, 9);
2138
            this.cmbDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2139
            this.cmbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2140
            this.cmbDepartment.FormattingEnabled = true;
2141
            this.cmbDepartment.Location = new System.Drawing.Point(153, 775);
2142
            this.cmbDepartment.Name = "cmbDepartment";
2143
            this.cmbDepartment.Size = new System.Drawing.Size(444, 24);
2144
            this.cmbDepartment.TabIndex = 20;
2145
            this.cmbDepartment.TextChanged += new System.EventHandler(this.valueChange);
2146
            // 
2147
            // dgvQualification
2148
            // 
2149
            this.dgvQualification.AllowUserToAddRows = false;
2150
            this.dgvQualification.AllowUserToDeleteRows = false;
2151
            this.dgvQualification.AllowUserToResizeColumns = false;
2152
            this.dgvQualification.AllowUserToResizeRows = false;
2153
            this.dgvQualification.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2154
            this.dgvQualification.BackgroundColor = System.Drawing.Color.White;
2155
            this.dgvQualification.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
2156
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
2157
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
2158
            dataGridViewCellStyle11.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2159
            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
2160
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
2161
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
2162
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
2163
            this.dgvQualification.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
2164
            this.dgvQualification.ColumnHeadersHeight = 24;
2165
            this.dgvQualification.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
2166
            this.dgvQualification.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
2167
            this.dataGridViewTextBoxColumn4,
2168
            this.dataGridViewTextBoxColumn5,
2169
            this.Column10,
2170
            this.dataGridViewTextBoxColumn6,
2171
            this.Column9});
2172
            this.tableLayoutPanel1.SetColumnSpan(this.dgvQualification, 10);
2173
            this.dgvQualification.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
2174
            this.dgvQualification.Location = new System.Drawing.Point(7, 1018);
2175
            this.dgvQualification.MultiSelect = false;
2176
            this.dgvQualification.Name = "dgvQualification";
2177
            this.dgvQualification.RowHeadersVisible = false;
2178
            this.dgvQualification.RowHeadersWidth = 18;
2179
            this.dgvQualification.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
2180
            this.tableLayoutPanel1.SetRowSpan(this.dgvQualification, 4);
2181
            this.dgvQualification.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
2182
            this.dgvQualification.Size = new System.Drawing.Size(590, 130);
2183
            this.dgvQualification.TabIndex = 21;
2184
            this.dgvQualification.TabStop = false;
2185
            this.dgvQualification.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQualification_CellDoubleClick);
2186
            this.dgvQualification.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQualification_CellEnter);
2187
            this.dgvQualification.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvQualification_CellValidated);
2188
            // 
2189
            // dataGridViewTextBoxColumn4
2190
            // 
2191
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
2192
            this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle12;
2193
            this.dataGridViewTextBoxColumn4.HeaderText = "取得年月日";
2194
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
2195
            this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2196
            this.dataGridViewTextBoxColumn4.Width = 150;
2197
            // 
2198
            // dataGridViewTextBoxColumn5
2199
            // 
2200
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
2201
            this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle13;
2202
            this.dataGridViewTextBoxColumn5.HeaderText = "資格名称";
2203
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
2204
            this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2205
            this.dataGridViewTextBoxColumn5.Width = 420;
2206
            // 
2207
            // Column10
2208
            // 
2209
            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
2210
            dataGridViewCellStyle14.ForeColor = System.Drawing.Color.Black;
2211
            this.Column10.DefaultCellStyle = dataGridViewCellStyle14;
2212
            this.Column10.HeaderText = "備 考";
2213
            this.Column10.Name = "Column10";
2214
            this.Column10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2215
            this.Column10.Width = 420;
2216
            // 
2217
            // dataGridViewTextBoxColumn6
2218
            // 
2219
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
2220
            this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle15;
2221
            this.dataGridViewTextBoxColumn6.HeaderText = "分類コード";
2222
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
2223
            this.dataGridViewTextBoxColumn6.ReadOnly = true;
2224
            this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2225
            this.dataGridViewTextBoxColumn6.Visible = false;
2226
            this.dataGridViewTextBoxColumn6.Width = 5;
2227
            // 
2228
            // Column9
2229
            // 
2230
            this.Column9.HeaderText = "資格コード";
2231
            this.Column9.Name = "Column9";
2232
            this.Column9.ReadOnly = true;
2233
            this.Column9.Visible = false;
2234
            // 
2235
            // cmbWorkingType
2236
            // 
2237
            this.cmbWorkingType.Anchor = System.Windows.Forms.AnchorStyles.Left;
2238
            this.tableLayoutPanel1.SetColumnSpan(this.cmbWorkingType, 9);
2239
            this.cmbWorkingType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2240
            this.cmbWorkingType.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2241
            this.cmbWorkingType.FormattingEnabled = true;
2242
            this.cmbWorkingType.Location = new System.Drawing.Point(153, 1650);
2243
            this.cmbWorkingType.Name = "cmbWorkingType";
2244
            this.cmbWorkingType.Size = new System.Drawing.Size(444, 24);
2245
            this.cmbWorkingType.TabIndex = 34;
2246
            this.cmbWorkingType.TextChanged += new System.EventHandler(this.cmbWorkingType_TextChanged);
2247
            // 
2248 2248
            // dgvMaster
2249 2249
            // 
2250 2250
            this.dgvMaster.AllowUserToAddRows = false;
......
2380 2380
            this.tableLayoutPanel1.ResumeLayout(false);
2381 2381
            this.tableLayoutPanel1.PerformLayout();
2382 2382
            this.panel5.ResumeLayout(false);
2383
            this.panel4.ResumeLayout(false);
2384
            this.panel2.ResumeLayout(false);
2385
            this.panel2.PerformLayout();
2386
            this.panel3.ResumeLayout(false);
2383 2387
            ((System.ComponentModel.ISupportInitialize)(this.dgvSalary)).EndInit();
2384
            this.panel4.ResumeLayout(false);
2385 2388
            ((System.ComponentModel.ISupportInitialize)(this.dgvRefDepartment)).EndInit();
2386 2389
            ((System.ComponentModel.ISupportInitialize)(this.dgvAssignment)).EndInit();
2387 2390
            ((System.ComponentModel.ISupportInitialize)(this.dgvQualification)).EndInit();
2388
            this.panel2.ResumeLayout(false);
2389
            this.panel2.PerformLayout();
2390
            this.panel3.ResumeLayout(false);
2391 2391
            ((System.ComponentModel.ISupportInitialize)(this.dgvMaster)).EndInit();
2392 2392
            this.ResumeLayout(false);
2393 2393

  
trunk/src/ProcessManagement/ProcessManagement/Forms/Master/PersonInCharge/FrmPersonInChargeAuxiliary.cs
86 86
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.DepartmentGrid1, false, fLayoutRowHeight);        // 24:所属部署グリッド1行目
87 87
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.DepartmentGrid2, false, fLayoutRowHeight);        // 25:所属部署グリッド2行目
88 88
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.DepartmentGrid3, false, fLayoutRowHeight);        // 26:所属部署グリッド3行目
89
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.Blank2, false, fLayoutRowHeight);                 // 27:空白2
89
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.DepartmentGrid4, false, fLayoutRowHeight);        // 27:所属部署グリッド4行目
90 90
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationTitle, false, fLayoutRowHeight);     // 28:資格タイトル
91 91
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationGrid1, false, fLayoutRowHeight);     // 29:資格グリッド1行目
92 92
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationGrid2, false, fLayoutRowHeight);     // 30:資格グリッド2行目
93 93
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationGrid3, false, fLayoutRowHeight);     // 31:資格グリッド3行目
94
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationAction, false, fLayoutRowHeight);    // 32:資格入力2行目
94
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationGrid4, false, fLayoutRowHeight);     // 32:資格グリッド3行目
95 95
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.LedgerFlg, false, fLayoutRowHeight);              // 34:台帳計算対象フラグ
96 96
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.CommutingDistance, false, fLayoutRowHeight);      // 35:通勤距離
97 97
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.CommuteCosts, false, fLayoutRowHeight);           // 36:通勤交通費
......
137 137
                // ----- テーブルレイアウト対象行の表示制御
138 138
                float fLayoutRowHeight = 0F;
139 139
                // ----- テーブルレイアウトの対象行にあるコントロールの表示制御
140
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.Blank2, false, fLayoutRowHeight);                 // 27:空白2
141
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationTitle, false, fLayoutRowHeight);     // 28:資格タイトル
142
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationGrid1, false, fLayoutRowHeight);     // 29:資格グリッド1行目
143
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationGrid2, false, fLayoutRowHeight);     // 30:資格グリッド2行目
144
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationGrid3, false, fLayoutRowHeight);     // 31:資格グリッド3行目
145
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.QualificationAction, false, fLayoutRowHeight);    // 32:資格入力2行目
146 140
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.CommutingDistance, false, fLayoutRowHeight);      // 35:通勤距離
147 141
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.CommuteCosts, false, fLayoutRowHeight);           // 36:通勤交通費
148 142
                SetTableLayoutRowControlVisible(tableLayoutPanel1, (int)DspDataRowDef.PaidVacationDays, false, fLayoutRowHeight);       // 46:有給休暇日数
trunk/src/ProcessManagement/ProcessManagement/Forms/Master/Security/FrmSecurityDefine.cs
198 198

  
199 199
                                                    new KeyValuePair<int, string>(-1, "施 工 管 理"),                                                    // ----- タイトル
200 200
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.ConstructionBudget, string.Empty),        //  6:工事予算書入力
201
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.DepartmentExpenssList, string.Empty),     // 11:部署別台帳一覧
202 201
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.ConstructionLedgerList, string.Empty),    // 12:工事詳細台帳一覧
203 202
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.ConstructionLedger, string.Empty),        // 13:工事詳細台帳
204 203
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.PriceOfBudget, string.Empty),             // 37:台帳状況確認画面
......
208 207
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.PurchaseStatusInput, string.Empty),       // 40:注文書状況入力
209 208
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.RequestInput, string.Empty),              // 31:請求入力
210 209
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.RequestPrint, string.Empty),              // 32:請求書印刷
211
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.RequestPrintList, string.Empty),          // 45:請求書印刷一覧
210
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.ReqBillingStatInput, string.Empty),       // 42:請求書状況入力
212 211
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.ReqApprovalStatus, string.Empty),         // 47:請求承認状況閲覧 
213
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.ReqBillingStatInput, string.Empty),       // 42:請求書状況入力
214 212
                                                    new KeyValuePair<int, string>((int)ClsExcute.ProcessExecuteNo.PaymentConfirmation, string.Empty),       // 30:入金確認
215 213
                                                    
216 214
                                                    new KeyValuePair<int, string>(-1, "マスタメンテナンス"),                                                // ----- タイトル
......
222 220
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.PersonInCharge, string.Empty),        // 担当者登録
223 221
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.Orderers, string.Empty),              // 発注者登録
224 222
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.ConstructionType, string.Empty),      // 工事種別登録
225
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.Suppliers, string.Empty),             // 仕入先登録
226 223
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.SubContractor, string.Empty),         // 協力会社登録
227 224
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.SubContrItem, string.Empty),          // 協力会社工種登録
228 225
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.SubContrJobCat, string.Empty),        // 協力会社職種登録
......
231 228
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.ConstructionWork, string.Empty),      // 小項目登録(作業登録)
232 229
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.TypeToComp,string.Empty),             // 工事種別・大項目リンク登録
233 230
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.ComponentLink, string.Empty),         // 大・中項目関連登録
231
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.QualificationD, string.Empty),        // 資格マスタ分類
232
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.QualificationQ, string.Empty),        // 資格マスタ区分
234 233
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.BusinessType, string.Empty),          // 法人格登録
235 234
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.OrderDivision, string.Empty),         // 発注者区分登録
236 235
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.ConstrExpenses, string.Empty),        // 施工経費区分登録
237 236
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.Unit, string.Empty),                  // 単位登録
238
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.Calender, string.Empty),              // カレンダー登録
239
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.VehicleMaster, string.Empty),         // 車両登録
240 237
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.BudgetCodeSum, string.Empty),         // 予算書集計コード登録
241 238
                                                    new KeyValuePair<int, string>((int)ClsExcute.MaintenanceExecuteNo.AddressConvert, string.Empty),        // 郵便番号引込
242 239
                                                };
trunk/src/ProcessManagement/ProcessManagement/Forms/Master/System/FrmSystem.cs
1477 1477
                        // 製品版(一人親方バージョン)
1478 1478
                        foreach (Control CurCtrl in groupBoxEx2.Controls)
1479 1479
                        {
1480
                            if (CurCtrl.Name.Equals("label15")
1481
                                || CurCtrl.Name.Equals("label38")
1482
                                || CurCtrl.Name.Equals("txtInput13")
1483
                                || CurCtrl.Name.Equals("label16")
1484
                                || CurCtrl.Name.Equals("label14")
1485
                                || CurCtrl.Name.Equals("txtInput23")
1486
                                || CurCtrl.Name.Equals("btnTax")
1487
                                ) continue;
1480
                            if (CurCtrl.Name.Equals("label15") || CurCtrl.Name.Equals("txtInput13") || CurCtrl.Name.Equals("label38")       // 消費税率
1481
                                || CurCtrl.Name.Equals("btnTax")                                                                            // 消費税ボタン
1482
                                || CurCtrl.Name.Equals("label16") || CurCtrl.Name.Equals("txtInput23") || CurCtrl.Name.Equals("label14"))   // 法定福利費率
1483
                                continue;
1488 1484

  
1489 1485
                            // 上記以外は表示しない
1490 1486
                            CurCtrl.Visible = false;
......
1494 1490
                        break;
1495 1491
                    case (int)ProductDefine.ProductTypeDef.ProductsModelType2:
1496 1492
                        // 製品版(承認バージョン)
1493
                        foreach (Control CurCtrl in groupBoxEx2.Controls)
1494
                        {
1495
                            if (CurCtrl.Name.Equals("label15") || CurCtrl.Name.Equals("txtInput13") || CurCtrl.Name.Equals("label38")       // 消費税率
1496
                                || CurCtrl.Name.Equals("btnTax")                                                                            // 消費税ボタン
1497
                                || CurCtrl.Name.Equals("label16") || CurCtrl.Name.Equals("txtInput23") || CurCtrl.Name.Equals("label14")    // 法定福利費率
1498
                                || CurCtrl.Name.Equals("label13") || CurCtrl.Name.Equals("txtCoopRate") || CurCtrl.Name.Equals("label26"))  // 協力金率
1499
                                continue;
1500

  
1501
                            // 上記以外は表示しない
1502
                            CurCtrl.Visible = false;
1503
                        }
1497 1504
                        // 運用形態は表示しない
1498 1505
                        panel2.Enabled = false;
1499 1506
                        break;

他の形式にエクスポート: Unified diff