プロジェクト

全般

プロフィール

リビジョン 143

堀内7年以上前に追加

2017年5月14日移行直後不具合対応

差分を表示:

branches/src/ProcessManagement/ProcessManagement/Common/CommonVersion.cs
14 14
        /// <summary>
15 15
        /// 本体バージョン
16 16
        /// </summary>
17
        public static int s_SystemVersion = 29;
17
        public static int s_SystemVersion = 30;
18 18

  
19 19
        /// <summary>
20 20
        /// コピー・環境バージョン
branches/src/ProcessManagement/ProcessManagement/Forms/ControlsAction/TabPageManager.cs
8 8
using log4net.Appender;
9 9
using log4net.Repository.Hierarchy;
10 10

  
11
using ProcessManagement.Common;
12

  
11 13
namespace ProcessManagement.Forms.ControlsAction
12 14
{
13 15
    /// <summary>
......
74 76
        /// <param name="crl">基になるTabControlオブジェクト</param>
75 77
        public TabPageManager(TabControl crl)
76 78
        {
77
            // タブコントロールを取得
78
            m_tabControl = crl;
79
            try
80
            {
81
                // タブコントロールを取得
82
                m_tabControl = crl;
79 83

  
80
            if (m_tabPageInfos != null)
81
            {
82
                m_tabPageInfos.Initialize();
83
                m_tabPageInfos = null;
84
                if (m_tabPageInfos != null)
85
                {
86
                    m_tabPageInfos.Initialize();
87
                    m_tabPageInfos = null;
88
                }
89
                // タブ情報配列を初期化
90
                m_tabPageInfos = new PageInfo[m_tabControl.TabPages.Count];
91

  
92
                // タブ情報を取得する
93
                for (int i = 0; i < m_tabControl.TabPages.Count; i++)
94
                {
95
                    m_tabPageInfos[i] = new PageInfo(m_tabControl.TabPages[i], true);
96
                }
84 97
            }
85
            // タブ情報配列を初期化
86
            m_tabPageInfos = new PageInfo[m_tabControl.TabPages.Count];
87

  
88
            // タブ情報を取得する
89
            for (int i = 0; i < m_tabControl.TabPages.Count; i++)
98
            catch (Exception ex)
90 99
            {
91
                m_tabPageInfos[i] = new PageInfo(m_tabControl.TabPages[i], true);
100
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
92 101
            }
93 102
        }
94 103
        #endregion
......
101 110
        /// <param name="bReq">表示するときはTrue、非表示にするときはFalse。</param>
102 111
        public void ChangeTabPageVisible(int menucnt, bool bReq)
103 112
        {
104
            // 現在の状態が同じならば処理しない
105
            if (m_tabPageInfos[menucnt].Visible == bReq) return;
113
            try
114
            {
115
                // 現在の状態が同じならば処理しない
116
                if (m_tabPageInfos[menucnt].Visible == bReq) return;
106 117

  
107
            // リクエストを保存する
108
            m_tabPageInfos[menucnt].Visible = bReq;
109
            // コントロールのレイアウトロジックを一時中断する
110
            m_tabControl.SuspendLayout();
111
            // 全タブページの消去
112
            m_tabControl.TabPages.Clear();
118
                // リクエストを保存する
119
                m_tabPageInfos[menucnt].Visible = bReq;
120
                // コントロールのレイアウトロジックを一時中断する
121
                m_tabControl.SuspendLayout();
122
                // 全タブページの消去
123
                m_tabControl.TabPages.Clear();
113 124

  
114
            foreach (PageInfo wrk in m_tabPageInfos)
125
                foreach (PageInfo wrk in m_tabPageInfos)
126
                {
127
                    // リクエストがtrueならばタブページ情報を追加する
128
                    if (wrk.Visible) m_tabControl.TabPages.Add(wrk.TabPage);
129
                }
130

  
131
                // コントロールのレイアウトロジックを再開する
132
                m_tabControl.ResumeLayout();
133
            }
134
            catch (Exception ex)
115 135
            {
116
                // リクエストがtrueならばタブページ情報を追加する
117
                if (wrk.Visible) m_tabControl.TabPages.Add(wrk.TabPage);
136
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
118 137
            }
119

  
120
            // コントロールのレイアウトロジックを再開する
121
            m_tabControl.ResumeLayout();
122 138
        }
123 139
        #endregion
124 140
    }
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/DRTransport/FrmDRTransport.resx
1
<?xml version="1.0" encoding="utf-8"?>
2
<root>
3
  <!-- 
4
    Microsoft ResX Schema 
5
    
6
    Version 2.0
7
    
8
    The primary goals of this format is to allow a simple XML format 
9
    that is mostly human readable. The generation and parsing of the 
10
    various data types are done through the TypeConverter classes 
11
    associated with the data types.
12
    
13
    Example:
14
    
15
    ... ado.net/XML headers & schema ...
16
    <resheader name="resmimetype">text/microsoft-resx</resheader>
17
    <resheader name="version">2.0</resheader>
18
    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19
    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20
    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21
    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22
    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23
        <value>[base64 mime encoded serialized .NET Framework object]</value>
24
    </data>
25
    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26
        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27
        <comment>This is a comment</comment>
28
    </data>
29
                
30
    There are any number of "resheader" rows that contain simple 
31
    name/value pairs.
32
    
33
    Each data row contains a name, and value. The row also contains a 
34
    type or mimetype. Type corresponds to a .NET class that support 
35
    text/value conversion through the TypeConverter architecture. 
36
    Classes that don't support this are serialized and stored with the 
37
    mimetype set.
38
    
39
    The mimetype is used for serialized objects, and tells the 
40
    ResXResourceReader how to depersist the object. This is currently not 
41
    extensible. For a given mimetype the value must be set accordingly:
42
    
43
    Note - application/x-microsoft.net.object.binary.base64 is the format 
44
    that the ResXResourceWriter will generate, however the reader can 
45
    read any of the formats listed below.
46
    
47
    mimetype: application/x-microsoft.net.object.binary.base64
48
    value   : The object must be serialized with 
49
            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
50
            : and then encoded with base64 encoding.
51
    
52
    mimetype: application/x-microsoft.net.object.soap.base64
53
    value   : The object must be serialized with 
54
            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55
            : and then encoded with base64 encoding.
56

  
57
    mimetype: application/x-microsoft.net.object.bytearray.base64
58
    value   : The object must be serialized into a byte array 
59
            : using a System.ComponentModel.TypeConverter
60
            : and then encoded with base64 encoding.
61
    -->
62
  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
64
    <xsd:element name="root" msdata:IsDataSet="true">
65
      <xsd:complexType>
66
        <xsd:choice maxOccurs="unbounded">
67
          <xsd:element name="metadata">
68
            <xsd:complexType>
69
              <xsd:sequence>
70
                <xsd:element name="value" type="xsd:string" minOccurs="0" />
71
              </xsd:sequence>
72
              <xsd:attribute name="name" use="required" type="xsd:string" />
73
              <xsd:attribute name="type" type="xsd:string" />
74
              <xsd:attribute name="mimetype" type="xsd:string" />
75
              <xsd:attribute ref="xml:space" />
76
            </xsd:complexType>
77
          </xsd:element>
78
          <xsd:element name="assembly">
79
            <xsd:complexType>
80
              <xsd:attribute name="alias" type="xsd:string" />
81
              <xsd:attribute name="name" type="xsd:string" />
82
            </xsd:complexType>
83
          </xsd:element>
84
          <xsd:element name="data">
85
            <xsd:complexType>
86
              <xsd:sequence>
87
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88
                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
89
              </xsd:sequence>
90
              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93
              <xsd:attribute ref="xml:space" />
94
            </xsd:complexType>
95
          </xsd:element>
96
          <xsd:element name="resheader">
97
            <xsd:complexType>
98
              <xsd:sequence>
99
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100
              </xsd:sequence>
101
              <xsd:attribute name="name" type="xsd:string" use="required" />
102
            </xsd:complexType>
103
          </xsd:element>
104
        </xsd:choice>
105
      </xsd:complexType>
106
    </xsd:element>
107
  </xsd:schema>
108
  <resheader name="resmimetype">
109
    <value>text/microsoft-resx</value>
110
  </resheader>
111
  <resheader name="version">
112
    <value>2.0</value>
113
  </resheader>
114
  <resheader name="reader">
115
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116
  </resheader>
117
  <resheader name="writer">
118
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119
  </resheader>
120
</root>
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/DRTransport/FrmDRTransporttAuxiliary.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Collections;
4
using System.Linq;
5
using System.Text;
6
using System.Windows.Forms;
7
using System.Drawing;
8

  
9
using ProcessManagement.Forms.ControlsAction;
10
using ProcessManagement.Forms.CustomControls;
11
using ProcessManagement.Forms.SubForms;
12
using ProcessManagement.Forms.Master;
13
using ProcessManagement.DataModel;
14
using ProcessManagement.Common;
15
using ProcessManagement.DB.IOAccess;
16

  
17
namespace ProcessManagement.Forms.DataEntry
18
{
19
    partial class FrmDRTransport
20
    {
21

  
22
        #region 交通費フォームのレイアウト作成
23
        /// <summary>
24
        /// 交通費フォームのレイアウト作成
25
        /// </summary>
26
        private void CreateTransportFormLayout()
27
        {
28
            try
29
            {
30
                // 初期コントロールセット
31
                SetInitTransportControl();
32

  
33
                for (int i = 1; i < TransPortRow.Length; i++)
34
                {
35
                    TransPortRow[i] = new DailyReportRow();
36

  
37
                    // テキストボックスの配置
38
                    this.panel1.Controls.Add(TransPortRow[i].textBox1);
39
                    this.panel1.Controls.Add(TransPortRow[i].textBox2);
40
                    this.panel1.Controls.Add(TransPortRow[i].textBox3);
41

  
42
                    Size txtSize = new Size(90, 27);
43
                    Point txtPo1 = new Point(33, 1 + (i * 27));
44
                    Point txtPo2 = new Point(153, 1 + (i * 27));
45
                    Point txtPo3 = new Point(273, 1 + (i * 27));
46

  
47
                    SetTextBoxPropaty(TransPortRow[i].textBox1, 1, i + 1, txtPo1, txtSize);
48
                    SetTextBoxPropaty(TransPortRow[i].textBox2, 1, i + 1, txtPo2, txtSize);
49
                    SetTextBoxPropaty(TransPortRow[i].textBox3, 1, i + 1, txtPo3, txtSize);
50

  
51
                    // Kmラベルの配置
52
                    this.panel1.Controls.Add(TransPortRow[i].lblkm1);
53
                    this.panel1.Controls.Add(TransPortRow[i].lblkm2);
54
                    this.panel1.Controls.Add(TransPortRow[i].lblkm3);
55

  
56
                    Size kmlblSize = new Size(30, 27);
57
                    Point kmlblPo1 = new Point(123, 1 + (i * 27));
58
                    Point kmlblPo2 = new Point(243, 1 + (i * 27));
59
                    Point kmlblPo3 = new Point(363, 1 + (i * 27));
60

  
61
                    SetKmLabelPropaty(TransPortRow[i].lblkm1, 1, i + 1, kmlblPo1, kmlblSize);
62
                    SetKmLabelPropaty(TransPortRow[i].lblkm2, 1, i + 1, kmlblPo2, kmlblSize);
63
                    SetKmLabelPropaty(TransPortRow[i].lblkm3, 1, i + 1, kmlblPo3, kmlblSize);
64

  
65
                    // チェックボックスを載せるパネルの配置
66
                    this.panel1.Controls.Add(TransPortRow[i].pnlcheckBox1);
67
                    this.panel1.Controls.Add(TransPortRow[i].pnlcheckBox2);
68
                    this.panel1.Controls.Add(TransPortRow[i].pnlcheckBox3);
69
                    this.panel1.Controls.Add(TransPortRow[i].pnlcheckBox4);
70

  
71
                    Size pnlchkboxSize = new Size(72, 27);
72
                    Point pnlchkboxPo1 = new Point(393, 1 + (i * 27));
73
                    Point pnlchkboxPo2 = new Point(465, 1 + (i * 27));
74
                    Point pnlchkboxPo3 = new Point(537, 1 + (i * 27));
75
                    Point pnlchkboxPo4 = new Point(609, 1 + (i * 27));
76

  
77
                    SetCheckBoxPropaty(TransPortRow[i].pnlcheckBox1, 1, i + 1, pnlchkboxPo1, pnlchkboxSize);
78
                    SetCheckBoxPropaty(TransPortRow[i].pnlcheckBox2, 1, i + 1, pnlchkboxPo2, pnlchkboxSize);
79
                    SetCheckBoxPropaty(TransPortRow[i].pnlcheckBox3, 1, i + 1, pnlchkboxPo3, pnlchkboxSize);
80
                    SetCheckBoxPropaty(TransPortRow[i].pnlcheckBox4, 1, i + 1, pnlchkboxPo4, pnlchkboxSize);
81

  
82
                    // チェックボックスの配置
83
                    TransPortRow[i].pnlcheckBox1.Controls.Add(TransPortRow[i].checkBox1);
84
                    TransPortRow[i].pnlcheckBox2.Controls.Add(TransPortRow[i].checkBox2);
85
                    TransPortRow[i].pnlcheckBox3.Controls.Add(TransPortRow[i].checkBox3);
86
                    TransPortRow[i].pnlcheckBox4.Controls.Add(TransPortRow[i].checkBox4);
87

  
88
                    Size chkboxSize = new Size(16, 16);
89
                    Point chkboxPo1 = new Point(26, 5);
90
                    Point chkboxPo2 = new Point(26, 5);
91
                    Point chkboxPo3 = new Point(26, 5);
92
                    Point chkboxPo4 = new Point(26, 5);
93

  
94
                    SetCheckBoxPropaty(TransPortRow[i].checkBox1, 1, i + 1, chkboxPo1, chkboxSize);
95
                    SetCheckBoxPropaty(TransPortRow[i].checkBox2, 1, i + 1, chkboxPo2, chkboxSize);
96
                    SetCheckBoxPropaty(TransPortRow[i].checkBox3, 1, i + 1, chkboxPo3, chkboxSize);
97
                    SetCheckBoxPropaty(TransPortRow[i].checkBox4, 1, i + 1, chkboxPo4, chkboxSize);
98
                }
99
            }
100
            catch (System.Exception ex)
101
            {
102
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
103
            }
104
        }
105
        #endregion
106

  
107
        #region 交通費データ入力コントロールセット
108
        /// <summary>
109
        /// 交通費データ入力コントロールセット
110
        /// </summary>
111
        private void SetInitTransportControl()
112
        {
113
            try
114
            {
115
                TransPortRow[0].lblDay = this.lblDay01;
116
                TransPortRow[1].lblDay = this.lblDay02;
117
                TransPortRow[2].lblDay = this.lblDay03;
118
                TransPortRow[3].lblDay = this.lblDay04;
119
                TransPortRow[4].lblDay = this.lblDay05;
120
                TransPortRow[5].lblDay = this.lblDay06;
121
                TransPortRow[6].lblDay = this.lblDay07;
122
                TransPortRow[7].lblDay = this.lblDay08;
123
                TransPortRow[8].lblDay = this.lblDay09;
124
                TransPortRow[9].lblDay = this.lblDay10;
125
                TransPortRow[10].lblDay = this.lblDay11;
126
                TransPortRow[11].lblDay = this.lblDay12;
127
                TransPortRow[12].lblDay = this.lblDay13;
128
                TransPortRow[13].lblDay = this.lblDay14;
129
                TransPortRow[14].lblDay = this.lblDay15;
130
                TransPortRow[15].lblDay = this.lblDay16;
131
                TransPortRow[16].lblDay = this.lblDay17;
132
                TransPortRow[17].lblDay = this.lblDay18;
133
                TransPortRow[18].lblDay = this.lblDay19;
134
                TransPortRow[19].lblDay = this.lblDay20;
135
                TransPortRow[20].lblDay = this.lblDay21;
136
                TransPortRow[21].lblDay = this.lblDay22;
137
                TransPortRow[22].lblDay = this.lblDay23;
138
                TransPortRow[23].lblDay = this.lblDay24;
139
                TransPortRow[24].lblDay = this.lblDay25;
140
                TransPortRow[25].lblDay = this.lblDay26;
141
                TransPortRow[26].lblDay = this.lblDay27;
142
                TransPortRow[27].lblDay = this.lblDay28;
143
                TransPortRow[28].lblDay = this.lblDay29;
144
                TransPortRow[29].lblDay = this.lblDay30;
145
                TransPortRow[30].lblDay = this.lblDay31;
146

  
147
                TransPortRow[0].checkBox1 = this.checkBox1_01;
148
                TransPortRow[0].checkBox2 = this.checkBox2_01;
149
                TransPortRow[0].checkBox3 = this.checkBox3_01;
150
                TransPortRow[0].checkBox4 = this.checkBox4_01;
151

  
152
                TransPortRow[0].lblkm1 = this.lblkm1;
153
                TransPortRow[0].lblkm2 = this.lblkm2;
154
                TransPortRow[0].lblkm3 = this.lblkm3;
155

  
156
                TransPortRow[0].pnlcheckBox1 = this.pnlCheck1;
157
                TransPortRow[0].pnlcheckBox2 = this.pnlCheck2;
158
                TransPortRow[0].pnlcheckBox3 = this.pnlCheck3;
159
                TransPortRow[0].pnlcheckBox4 = this.pnlCheck4;
160

  
161
                TransPortRow[0].textBox1 = this.textBox1_01;
162
                TransPortRow[0].textBox2 = this.textBox2_01;
163
                TransPortRow[0].textBox3 = this.textBox3_01;
164

  
165
            }
166
            catch (System.Exception ex)
167
            {
168
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
169
            }
170
        }
171
        #endregion
172

  
173
        #region 交通費データ入力TextBoxプロパティセット
174
        /// <summary>
175
        /// 交通費データ入力TextBoxプロパティセット
176
        /// </summary>
177
        /// <param name="txtbox"></param>
178
        /// <param name="Group"></param>
179
        /// <param name="Count"></param>
180
        /// <param name="po"></param>
181
        /// <param name="ctrlSize"></param>
182
        private void SetTextBoxPropaty(TextBox txtbox,int Group,int Count, Point po, Size ctrlSize)
183
        {
184
            try
185
            {
186
                txtbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
187
                txtbox.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
188
                txtbox.Location = po;
189
                txtbox.Name = string.Format("textBox{0}_{1}", Group, Count.ToString("00"));
190
                txtbox.Size = ctrlSize;
191
                txtbox.TabIndex = 0;
192
                txtbox.Text = "";
193
                txtbox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
194
            }
195
            catch (System.Exception ex)
196
            {
197
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
198
            }
199
        }
200
        #endregion
201

  
202
        #region 交通費データ入力Labelプロパティセット
203
        /// <summary>
204
        /// 交通費データ入力Labelプロパティセット
205
        /// </summary>
206
        /// <param name="label"></param>
207
        /// <param name="Group"></param>
208
        /// <param name="Count"></param>
209
        /// <param name="po"></param>
210
        /// <param name="ctrlSize"></param>
211
        private void SetKmLabelPropaty(Label label, int Group, int Count, Point po, Size ctrlSize)
212
        {
213
            try
214
            {
215
                label.BackColor = System.Drawing.Color.White;
216
                label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
217
                label.Font = new System.Drawing.Font("Century", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
218
                label.Location = po;
219
                label.Name = string.Format("lblkm{0}_{1}", Group, Count.ToString("00"));
220
                label.Size = ctrlSize;
221
                label.TabIndex = 0;
222
                label.Text = "Km";
223
                label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
224
            }
225
            catch (System.Exception ex)
226
            {
227
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
228
            }
229
        }
230
        #endregion
231

  
232
        /// <summary>
233
        /// 交通費データ入力CheckBoxを載せるパネルプロパティセット
234
        /// </summary>
235
        /// <param name="pnl"></param>
236
        /// <param name="Group"></param>
237
        /// <param name="Count"></param>
238
        /// <param name="po"></param>
239
        /// <param name="ctrlSize"></param>
240
        private void SetCheckBoxPropaty(Panel pnl, int Group, int Count, Point po, Size ctrlSize)
241
        {
242
            try
243
            {
244
                pnl.BackColor = System.Drawing.Color.White;
245
                pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
246
                pnl.Location = po;
247
                pnl.Name = string.Format("pnlCheck1", Group, Count.ToString("00"));
248
                pnl.Size = ctrlSize;
249
                pnl.TabIndex = 0;
250
            }
251
            catch (System.Exception ex)
252
            {
253
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
254
            }
255
        }
256

  
257
        #region 交通費データ入力CheckBoxプロパティセット
258
        /// <summary>
259
        /// 交通費データ入力CheckBoxプロパティセット
260
        /// </summary>
261
        /// <param name="chkBox"></param>
262
        /// <param name="Group"></param>
263
        /// <param name="Count"></param>
264
        /// <param name="po"></param>
265
        /// <param name="ctrlSize"></param>
266
        private void SetCheckBoxPropaty(CheckBox chkBox, int Group, int Count, Point po, Size ctrlSize)
267
        {
268
            try
269
            {
270
                chkBox.Location = po;
271
                chkBox.Name = string.Format("checkBox{0}_{1}", Group, Count.ToString("00"));
272
                chkBox.Size = ctrlSize;
273
                chkBox.TabIndex = 0;
274
                chkBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
275
                chkBox.UseVisualStyleBackColor = true;
276
            }
277
            catch (System.Exception ex)
278
            {
279
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
280
            }
281
        }
282
        #endregion
283

  
284
        #region データ登録
285
        /// <summary>
286
        /// データ登録
287
        /// </summary>
288
        /// <returns></returns>
289
        private bool DataEntryProcess()
290
        {
291
            try
292
            {
293
                return true;
294
            }
295
            catch (System.Exception ex)
296
            {
297
                logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message);
298
                return false;
299
            }
300
        }
301
        #endregion
302
    }
303
}
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/DRTransport/FrmDRTransport.Designer.cs
1
namespace ProcessManagement.Forms.DataEntry
2
{
3
    partial class FrmDRTransport
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

  
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22

  
23
        #region Windows Form Designer generated code
24

  
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            this.label1 = new System.Windows.Forms.Label();
32
            this.btnLineDel = new System.Windows.Forms.Button();
33
            this.btnLineAdd = new System.Windows.Forms.Button();
34
            this.btnDataDelete = new System.Windows.Forms.Button();
35
            this.btnDataEntry = new System.Windows.Forms.Button();
36
            this.btnEnd = new System.Windows.Forms.Button();
37
            this.btnOtherProc = new System.Windows.Forms.Button();
38
            this.pnlTransport = new System.Windows.Forms.Panel();
39
            this.label11 = new System.Windows.Forms.Label();
40
            this.label10 = new System.Windows.Forms.Label();
41
            this.label5 = new System.Windows.Forms.Label();
42
            this.label4 = new System.Windows.Forms.Label();
43
            this.label3 = new System.Windows.Forms.Label();
44
            this.label9 = new System.Windows.Forms.Label();
45
            this.label8 = new System.Windows.Forms.Label();
46
            this.label7 = new System.Windows.Forms.Label();
47
            this.label6 = new System.Windows.Forms.Label();
48
            this.label2 = new System.Windows.Forms.Label();
49
            this.label60 = new System.Windows.Forms.Label();
50
            this.textBox5 = new System.Windows.Forms.TextBox();
51
            this.label59 = new System.Windows.Forms.Label();
52
            this.textBox4 = new System.Windows.Forms.TextBox();
53
            this.label58 = new System.Windows.Forms.Label();
54
            this.textBox3 = new System.Windows.Forms.TextBox();
55
            this.label57 = new System.Windows.Forms.Label();
56
            this.textBox2 = new System.Windows.Forms.TextBox();
57
            this.label56 = new System.Windows.Forms.Label();
58
            this.textBox1 = new System.Windows.Forms.TextBox();
59
            this.label55 = new System.Windows.Forms.Label();
60
            this.label54 = new System.Windows.Forms.Label();
61
            this.label53 = new System.Windows.Forms.Label();
62
            this.label50 = new System.Windows.Forms.Label();
63
            this.label51 = new System.Windows.Forms.Label();
64
            this.label52 = new System.Windows.Forms.Label();
65
            this.label47 = new System.Windows.Forms.Label();
66
            this.label48 = new System.Windows.Forms.Label();
67
            this.label49 = new System.Windows.Forms.Label();
68
            this.label38 = new System.Windows.Forms.Label();
69
            this.label39 = new System.Windows.Forms.Label();
70
            this.label40 = new System.Windows.Forms.Label();
71
            this.label41 = new System.Windows.Forms.Label();
72
            this.label42 = new System.Windows.Forms.Label();
73
            this.label43 = new System.Windows.Forms.Label();
74
            this.label44 = new System.Windows.Forms.Label();
75
            this.label45 = new System.Windows.Forms.Label();
76
            this.label46 = new System.Windows.Forms.Label();
77
            this.label35 = new System.Windows.Forms.Label();
78
            this.label36 = new System.Windows.Forms.Label();
79
            this.label37 = new System.Windows.Forms.Label();
80
            this.label32 = new System.Windows.Forms.Label();
81
            this.label33 = new System.Windows.Forms.Label();
82
            this.label34 = new System.Windows.Forms.Label();
83
            this.label29 = new System.Windows.Forms.Label();
84
            this.label31 = new System.Windows.Forms.Label();
85
            this.label27 = new System.Windows.Forms.Label();
86
            this.label30 = new System.Windows.Forms.Label();
87
            this.lblDspCosts4 = new System.Windows.Forms.Label();
88
            this.label28 = new System.Windows.Forms.Label();
89
            this.lblDspCosts3 = new System.Windows.Forms.Label();
90
            this.label22 = new System.Windows.Forms.Label();
91
            this.lblDspCosts2 = new System.Windows.Forms.Label();
92
            this.label21 = new System.Windows.Forms.Label();
93
            this.lblDspCosts1 = new System.Windows.Forms.Label();
94
            this.label26 = new System.Windows.Forms.Label();
95
            this.label25 = new System.Windows.Forms.Label();
96
            this.label24 = new System.Windows.Forms.Label();
97
            this.label23 = new System.Windows.Forms.Label();
98
            this.label16 = new System.Windows.Forms.Label();
99
            this.label15 = new System.Windows.Forms.Label();
100
            this.label14 = new System.Windows.Forms.Label();
101
            this.label13 = new System.Windows.Forms.Label();
102
            this.label20 = new System.Windows.Forms.Label();
103
            this.label19 = new System.Windows.Forms.Label();
104
            this.label18 = new System.Windows.Forms.Label();
105
            this.lblDspKm2 = new System.Windows.Forms.Label();
106
            this.lblDspKm1 = new System.Windows.Forms.Label();
107
            this.label17 = new System.Windows.Forms.Label();
108
            this.label12 = new System.Windows.Forms.Label();
109
            this.panel1 = new System.Windows.Forms.Panel();
110
            this.comboBox1 = new System.Windows.Forms.ComboBox();
111
            this.pnlCheck4 = new System.Windows.Forms.Panel();
112
            this.checkBox4_01 = new System.Windows.Forms.CheckBox();
113
            this.pnlCheck3 = new System.Windows.Forms.Panel();
114
            this.checkBox3_01 = new System.Windows.Forms.CheckBox();
115
            this.pnlCheck2 = new System.Windows.Forms.Panel();
116
            this.checkBox2_01 = new System.Windows.Forms.CheckBox();
117
            this.pnlCheck1 = new System.Windows.Forms.Panel();
118
            this.checkBox1_01 = new System.Windows.Forms.CheckBox();
119
            this.lblkm3 = new System.Windows.Forms.Label();
120
            this.textBox3_01 = new System.Windows.Forms.TextBox();
121
            this.lblkm2 = new System.Windows.Forms.Label();
122
            this.lblkm1 = new System.Windows.Forms.Label();
123
            this.textBox2_01 = new System.Windows.Forms.TextBox();
124
            this.textBox1_01 = new System.Windows.Forms.TextBox();
125
            this.lblDay31 = new System.Windows.Forms.Label();
126
            this.lblDay29 = new System.Windows.Forms.Label();
127
            this.lblDay28 = new System.Windows.Forms.Label();
128
            this.lblDay27 = new System.Windows.Forms.Label();
129
            this.lblDay26 = new System.Windows.Forms.Label();
130
            this.lblDay25 = new System.Windows.Forms.Label();
131
            this.lblDay24 = new System.Windows.Forms.Label();
132
            this.lblDay23 = new System.Windows.Forms.Label();
133
            this.lblDay22 = new System.Windows.Forms.Label();
134
            this.lblDay21 = new System.Windows.Forms.Label();
135
            this.lblDay20 = new System.Windows.Forms.Label();
136
            this.lblDay19 = new System.Windows.Forms.Label();
137
            this.lblDay18 = new System.Windows.Forms.Label();
138
            this.lblDay17 = new System.Windows.Forms.Label();
139
            this.lblDay16 = new System.Windows.Forms.Label();
140
            this.lblDay15 = new System.Windows.Forms.Label();
141
            this.lblDay14 = new System.Windows.Forms.Label();
142
            this.lblDay13 = new System.Windows.Forms.Label();
143
            this.lblDay12 = new System.Windows.Forms.Label();
144
            this.lblDay11 = new System.Windows.Forms.Label();
145
            this.lblDay10 = new System.Windows.Forms.Label();
146
            this.lblDay09 = new System.Windows.Forms.Label();
147
            this.lblDay08 = new System.Windows.Forms.Label();
148
            this.lblDay07 = new System.Windows.Forms.Label();
149
            this.lblDay06 = new System.Windows.Forms.Label();
150
            this.lblDay05 = new System.Windows.Forms.Label();
151
            this.lblDay04 = new System.Windows.Forms.Label();
152
            this.lblDay03 = new System.Windows.Forms.Label();
153
            this.lblDay02 = new System.Windows.Forms.Label();
154
            this.lblDay01 = new System.Windows.Forms.Label();
155
            this.lblDay30 = new System.Windows.Forms.Label();
156
            this.pnlTransport.SuspendLayout();
157
            this.panel1.SuspendLayout();
158
            this.pnlCheck4.SuspendLayout();
159
            this.pnlCheck3.SuspendLayout();
160
            this.pnlCheck2.SuspendLayout();
161
            this.pnlCheck1.SuspendLayout();
162
            this.SuspendLayout();
163
            // 
164
            // label1
165
            // 
166
            this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
167
            this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
168
            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
169
            this.label1.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
170
            this.label1.ForeColor = System.Drawing.Color.Black;
171
            this.label1.Location = new System.Drawing.Point(422, 10);
172
            this.label1.Name = "label1";
173
            this.label1.Size = new System.Drawing.Size(500, 20);
174
            this.label1.TabIndex = 7;
175
            this.label1.Text = "交 通 費 入 力";
176
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
177
            // 
178
            // btnLineDel
179
            // 
180
            this.btnLineDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
181
            this.btnLineDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
182
            this.btnLineDel.Font = new System.Drawing.Font("MS 明朝", 9.75F, System.Drawing.FontStyle.Bold);
183
            this.btnLineDel.Location = new System.Drawing.Point(815, 656);
184
            this.btnLineDel.Name = "btnLineDel";
185
            this.btnLineDel.Size = new System.Drawing.Size(130, 30);
186
            this.btnLineDel.TabIndex = 100;
187
            this.btnLineDel.Text = "行 削 除";
188
            this.btnLineDel.UseVisualStyleBackColor = false;
189
            this.btnLineDel.Visible = false;
190
            // 
191
            // btnLineAdd
192
            // 
193
            this.btnLineAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
194
            this.btnLineAdd.BackColor = System.Drawing.Color.PaleGreen;
195
            this.btnLineAdd.Font = new System.Drawing.Font("MS 明朝", 9.75F, System.Drawing.FontStyle.Bold);
196
            this.btnLineAdd.Location = new System.Drawing.Point(677, 656);
197
            this.btnLineAdd.Name = "btnLineAdd";
198
            this.btnLineAdd.Size = new System.Drawing.Size(130, 30);
199
            this.btnLineAdd.TabIndex = 99;
200
            this.btnLineAdd.Text = "行 追 加";
201
            this.btnLineAdd.UseVisualStyleBackColor = false;
202
            this.btnLineAdd.Visible = false;
203
            // 
204
            // btnDataDelete
205
            // 
206
            this.btnDataDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
207
            this.btnDataDelete.BackColor = System.Drawing.Color.Red;
208
            this.btnDataDelete.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
209
            this.btnDataDelete.ForeColor = System.Drawing.Color.White;
210
            this.btnDataDelete.Location = new System.Drawing.Point(1089, 656);
211
            this.btnDataDelete.Name = "btnDataDelete";
212
            this.btnDataDelete.Size = new System.Drawing.Size(120, 30);
213
            this.btnDataDelete.TabIndex = 97;
214
            this.btnDataDelete.Text = "削 除";
215
            this.btnDataDelete.UseVisualStyleBackColor = false;
216
            // 
217
            // btnDataEntry
218
            // 
219
            this.btnDataEntry.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
220
            this.btnDataEntry.BackColor = System.Drawing.Color.Green;
221
            this.btnDataEntry.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
222
            this.btnDataEntry.ForeColor = System.Drawing.Color.White;
223
            this.btnDataEntry.Location = new System.Drawing.Point(963, 656);
224
            this.btnDataEntry.Name = "btnDataEntry";
225
            this.btnDataEntry.Size = new System.Drawing.Size(120, 30);
226
            this.btnDataEntry.TabIndex = 96;
227
            this.btnDataEntry.Text = "登 録";
228
            this.btnDataEntry.UseVisualStyleBackColor = false;
229
            // 
230
            // btnEnd
231
            // 
232
            this.btnEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
233
            this.btnEnd.BackColor = System.Drawing.Color.Blue;
234
            this.btnEnd.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
235
            this.btnEnd.ForeColor = System.Drawing.Color.White;
236
            this.btnEnd.Location = new System.Drawing.Point(1215, 656);
237
            this.btnEnd.Name = "btnEnd";
238
            this.btnEnd.Size = new System.Drawing.Size(120, 30);
239
            this.btnEnd.TabIndex = 98;
240
            this.btnEnd.Text = "終 了";
241
            this.btnEnd.UseVisualStyleBackColor = false;
242
            this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click);
243
            // 
244
            // btnOtherProc
245
            // 
246
            this.btnOtherProc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
247
            this.btnOtherProc.BackColor = System.Drawing.Color.SpringGreen;
248
            this.btnOtherProc.Location = new System.Drawing.Point(7, 656);
249
            this.btnOtherProc.Name = "btnOtherProc";
250
            this.btnOtherProc.Size = new System.Drawing.Size(160, 30);
251
            this.btnOtherProc.TabIndex = 101;
252
            this.btnOtherProc.TabStop = false;
253
            this.btnOtherProc.Text = "他の画面へ";
254
            this.btnOtherProc.UseVisualStyleBackColor = false;
255
            // 
256
            // pnlTransport
257
            // 
258
            this.pnlTransport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
259
            | System.Windows.Forms.AnchorStyles.Left) 
260
            | System.Windows.Forms.AnchorStyles.Right)));
261
            this.pnlTransport.BackColor = System.Drawing.Color.DarkCyan;
262
            this.pnlTransport.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
263
            this.pnlTransport.Controls.Add(this.label11);
264
            this.pnlTransport.Controls.Add(this.label10);
265
            this.pnlTransport.Controls.Add(this.label5);
266
            this.pnlTransport.Controls.Add(this.label4);
267
            this.pnlTransport.Controls.Add(this.label3);
268
            this.pnlTransport.Controls.Add(this.label9);
269
            this.pnlTransport.Controls.Add(this.label8);
270
            this.pnlTransport.Controls.Add(this.label7);
271
            this.pnlTransport.Controls.Add(this.label6);
272
            this.pnlTransport.Controls.Add(this.label2);
273
            this.pnlTransport.Controls.Add(this.label60);
274
            this.pnlTransport.Controls.Add(this.textBox5);
275
            this.pnlTransport.Controls.Add(this.label59);
276
            this.pnlTransport.Controls.Add(this.textBox4);
277
            this.pnlTransport.Controls.Add(this.label58);
278
            this.pnlTransport.Controls.Add(this.textBox3);
279
            this.pnlTransport.Controls.Add(this.label57);
280
            this.pnlTransport.Controls.Add(this.textBox2);
281
            this.pnlTransport.Controls.Add(this.label56);
282
            this.pnlTransport.Controls.Add(this.textBox1);
283
            this.pnlTransport.Controls.Add(this.label55);
284
            this.pnlTransport.Controls.Add(this.label54);
285
            this.pnlTransport.Controls.Add(this.label53);
286
            this.pnlTransport.Controls.Add(this.label50);
287
            this.pnlTransport.Controls.Add(this.label51);
288
            this.pnlTransport.Controls.Add(this.label52);
289
            this.pnlTransport.Controls.Add(this.label47);
290
            this.pnlTransport.Controls.Add(this.label48);
291
            this.pnlTransport.Controls.Add(this.label49);
292
            this.pnlTransport.Controls.Add(this.label38);
293
            this.pnlTransport.Controls.Add(this.label39);
294
            this.pnlTransport.Controls.Add(this.label40);
295
            this.pnlTransport.Controls.Add(this.label41);
296
            this.pnlTransport.Controls.Add(this.label42);
297
            this.pnlTransport.Controls.Add(this.label43);
298
            this.pnlTransport.Controls.Add(this.label44);
299
            this.pnlTransport.Controls.Add(this.label45);
300
            this.pnlTransport.Controls.Add(this.label46);
301
            this.pnlTransport.Controls.Add(this.label35);
302
            this.pnlTransport.Controls.Add(this.label36);
303
            this.pnlTransport.Controls.Add(this.label37);
304
            this.pnlTransport.Controls.Add(this.label32);
305
            this.pnlTransport.Controls.Add(this.label33);
306
            this.pnlTransport.Controls.Add(this.label34);
307
            this.pnlTransport.Controls.Add(this.label29);
308
            this.pnlTransport.Controls.Add(this.label31);
309
            this.pnlTransport.Controls.Add(this.label27);
310
            this.pnlTransport.Controls.Add(this.label30);
311
            this.pnlTransport.Controls.Add(this.lblDspCosts4);
312
            this.pnlTransport.Controls.Add(this.label28);
313
            this.pnlTransport.Controls.Add(this.lblDspCosts3);
314
            this.pnlTransport.Controls.Add(this.label22);
315
            this.pnlTransport.Controls.Add(this.lblDspCosts2);
316
            this.pnlTransport.Controls.Add(this.label21);
317
            this.pnlTransport.Controls.Add(this.lblDspCosts1);
318
            this.pnlTransport.Controls.Add(this.label26);
319
            this.pnlTransport.Controls.Add(this.label25);
320
            this.pnlTransport.Controls.Add(this.label24);
321
            this.pnlTransport.Controls.Add(this.label23);
322
            this.pnlTransport.Controls.Add(this.label16);
323
            this.pnlTransport.Controls.Add(this.label15);
324
            this.pnlTransport.Controls.Add(this.label14);
325
            this.pnlTransport.Controls.Add(this.label13);
326
            this.pnlTransport.Controls.Add(this.label20);
327
            this.pnlTransport.Controls.Add(this.label19);
328
            this.pnlTransport.Controls.Add(this.label18);
329
            this.pnlTransport.Controls.Add(this.lblDspKm2);
330
            this.pnlTransport.Controls.Add(this.lblDspKm1);
331
            this.pnlTransport.Controls.Add(this.label17);
332
            this.pnlTransport.Controls.Add(this.label12);
333
            this.pnlTransport.Controls.Add(this.panel1);
334
            this.pnlTransport.Location = new System.Drawing.Point(7, 40);
335
            this.pnlTransport.Name = "pnlTransport";
336
            this.pnlTransport.Size = new System.Drawing.Size(1330, 610);
337
            this.pnlTransport.TabIndex = 102;
338
            // 
339
            // label11
340
            // 
341
            this.label11.BackColor = System.Drawing.Color.White;
342
            this.label11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
343
            this.label11.Font = new System.Drawing.Font("MS 明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
344
            this.label11.Location = new System.Drawing.Point(396, 61);
345
            this.label11.Name = "label11";
346
            this.label11.Size = new System.Drawing.Size(288, 27);
347
            this.label11.TabIndex = 139;
348
            this.label11.Tag = "";
349
            this.label11.Text = "通  勤";
350
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
351
            // 
352
            // label10
353
            // 
354
            this.label10.BackColor = System.Drawing.Color.White;
355
            this.label10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
356
            this.label10.Font = new System.Drawing.Font("MS 明朝", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
357
            this.label10.Location = new System.Drawing.Point(612, 88);
358
            this.label10.Name = "label10";
359
            this.label10.Size = new System.Drawing.Size(72, 27);
360
            this.label10.TabIndex = 138;
361
            this.label10.Tag = "";
362
            this.label10.Text = "事務所退勤";
363
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
364
            // 
365
            // label5
366
            // 
367
            this.label5.BackColor = System.Drawing.Color.White;
368
            this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
369
            this.label5.Font = new System.Drawing.Font("MS 明朝", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
370
            this.label5.Location = new System.Drawing.Point(540, 88);
371
            this.label5.Name = "label5";
372
            this.label5.Size = new System.Drawing.Size(72, 27);
373
            this.label5.TabIndex = 137;
374
            this.label5.Tag = "";
375
            this.label5.Text = "事務所退勤";
376
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
377
            // 
378
            // label4
379
            // 
380
            this.label4.BackColor = System.Drawing.Color.White;
381
            this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
382
            this.label4.Font = new System.Drawing.Font("MS 明朝", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
383
            this.label4.Location = new System.Drawing.Point(468, 88);
384
            this.label4.Name = "label4";
385
            this.label4.Size = new System.Drawing.Size(72, 27);
386
            this.label4.TabIndex = 136;
387
            this.label4.Tag = "";
388
            this.label4.Text = "出勤時資置";
389
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
390
            // 
391
            // label3
392
            // 
393
            this.label3.BackColor = System.Drawing.Color.White;
394
            this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
395
            this.label3.Font = new System.Drawing.Font("MS 明朝", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
396
            this.label3.Location = new System.Drawing.Point(396, 88);
397
            this.label3.Name = "label3";
398
            this.label3.Size = new System.Drawing.Size(72, 27);
399
            this.label3.TabIndex = 135;
400
            this.label3.Tag = "";
401
            this.label3.Text = "事務所出勤";
402
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
403
            // 
404
            // label9
405
            // 
406
            this.label9.BackColor = System.Drawing.Color.White;
407
            this.label9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
408
            this.label9.Font = new System.Drawing.Font("MS 明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
409
            this.label9.Location = new System.Drawing.Point(6, 61);
410
            this.label9.Name = "label9";
411
            this.label9.Size = new System.Drawing.Size(390, 27);
412
            this.label9.TabIndex = 134;
413
            this.label9.Tag = "";
414
            this.label9.Text = "現 場 移 動(出張費)";
415
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
416
            // 
417
            // label8
418
            // 
419
            this.label8.BackColor = System.Drawing.Color.White;
420
            this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
421
            this.label8.Font = new System.Drawing.Font("MS 明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
422
            this.label8.Location = new System.Drawing.Point(276, 88);
423
            this.label8.Name = "label8";
424
            this.label8.Size = new System.Drawing.Size(120, 27);
425
            this.label8.TabIndex = 133;
426
            this.label8.Tag = "";
427
            this.label8.Text = "当 日 計";
428
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
429
            // 
430
            // label7
431
            // 
432
            this.label7.BackColor = System.Drawing.Color.White;
433
            this.label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
434
            this.label7.Font = new System.Drawing.Font("MS 明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
435
            this.label7.Location = new System.Drawing.Point(156, 88);
436
            this.label7.Name = "label7";
437
            this.label7.Size = new System.Drawing.Size(120, 27);
438
            this.label7.TabIndex = 132;
439
            this.label7.Tag = "";
440
            this.label7.Text = "事務所着";
441
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
442
            // 
443
            // label6
444
            // 
445
            this.label6.BackColor = System.Drawing.Color.White;
446
            this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
447
            this.label6.Font = new System.Drawing.Font("MS 明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
448
            this.label6.Location = new System.Drawing.Point(36, 88);
449
            this.label6.Name = "label6";
450
            this.label6.Size = new System.Drawing.Size(120, 27);
451
            this.label6.TabIndex = 131;
452
            this.label6.Tag = "";
453
            this.label6.Text = "事務所発";
454
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
455
            // 
456
            // label2
457
            // 
458
            this.label2.BackColor = System.Drawing.Color.White;
459
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
460
            this.label2.Location = new System.Drawing.Point(6, 88);
461
            this.label2.Name = "label2";
462
            this.label2.Size = new System.Drawing.Size(30, 27);
463
            this.label2.TabIndex = 130;
464
            this.label2.Tag = "";
465
            this.label2.Text = "日";
466
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
467
            // 
468
            // label60
469
            // 
470
            this.label60.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
471
            this.label60.BackColor = System.Drawing.Color.White;
472
            this.label60.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
473
            this.label60.Font = new System.Drawing.Font("Century", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
474
            this.label60.Location = new System.Drawing.Point(654, 413);
475
            this.label60.Name = "label60";
476
            this.label60.Size = new System.Drawing.Size(30, 27);
477
            this.label60.TabIndex = 129;
478
            this.label60.Text = "回";
479
            this.label60.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
480
            // 
481
            // textBox5
482
            // 
483
            this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
484
            this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
485
            this.textBox5.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
486
            this.textBox5.Location = new System.Drawing.Point(612, 413);
487
            this.textBox5.Name = "textBox5";
488
            this.textBox5.Size = new System.Drawing.Size(42, 27);
489
            this.textBox5.TabIndex = 128;
490
            this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
491
            // 
492
            // label59
493
            // 
494
            this.label59.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
495
            this.label59.BackColor = System.Drawing.Color.White;
496
            this.label59.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
497
            this.label59.Font = new System.Drawing.Font("Century", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
498
            this.label59.Location = new System.Drawing.Point(582, 413);
499
            this.label59.Name = "label59";
500
            this.label59.Size = new System.Drawing.Size(30, 27);
501
            this.label59.TabIndex = 127;
502
            this.label59.Text = "回";
503
            this.label59.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
504
            // 
505
            // textBox4
506
            // 
507
            this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
508
            this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
509
            this.textBox4.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
510
            this.textBox4.Location = new System.Drawing.Point(540, 413);
511
            this.textBox4.Name = "textBox4";
512
            this.textBox4.Size = new System.Drawing.Size(42, 27);
513
            this.textBox4.TabIndex = 126;
514
            this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
515
            // 
516
            // label58
517
            // 
518
            this.label58.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
519
            this.label58.BackColor = System.Drawing.Color.White;
520
            this.label58.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
521
            this.label58.Font = new System.Drawing.Font("Century", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
522
            this.label58.Location = new System.Drawing.Point(510, 413);
523
            this.label58.Name = "label58";
524
            this.label58.Size = new System.Drawing.Size(30, 27);
525
            this.label58.TabIndex = 125;
526
            this.label58.Text = "回";
527
            this.label58.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
528
            // 
529
            // textBox3
530
            // 
531
            this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
532
            this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
533
            this.textBox3.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
534
            this.textBox3.Location = new System.Drawing.Point(468, 413);
535
            this.textBox3.Name = "textBox3";
536
            this.textBox3.Size = new System.Drawing.Size(42, 27);
537
            this.textBox3.TabIndex = 124;
538
            this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
539
            // 
540
            // label57
541
            // 
542
            this.label57.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
543
            this.label57.BackColor = System.Drawing.Color.White;
544
            this.label57.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
545
            this.label57.Font = new System.Drawing.Font("Century", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
546
            this.label57.Location = new System.Drawing.Point(438, 413);
547
            this.label57.Name = "label57";
548
            this.label57.Size = new System.Drawing.Size(30, 27);
549
            this.label57.TabIndex = 123;
550
            this.label57.Text = "回";
551
            this.label57.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
552
            // 
553
            // textBox2
554
            // 
555
            this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
556
            this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
557
            this.textBox2.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
558
            this.textBox2.Location = new System.Drawing.Point(396, 413);
559
            this.textBox2.Name = "textBox2";
560
            this.textBox2.Size = new System.Drawing.Size(42, 27);
561
            this.textBox2.TabIndex = 122;
562
            this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
563
            // 
564
            // label56
565
            // 
566
            this.label56.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
567
            this.label56.BackColor = System.Drawing.Color.White;
568
            this.label56.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
569
            this.label56.Font = new System.Drawing.Font("Century", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
570
            this.label56.Location = new System.Drawing.Point(366, 413);
571
            this.label56.Name = "label56";
572
            this.label56.Size = new System.Drawing.Size(30, 27);
573
            this.label56.TabIndex = 121;
574
            this.label56.Text = "Km";
575
            this.label56.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
576
            // 
577
            // textBox1
578
            // 
579
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
580
            this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
581
            this.textBox1.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
582
            this.textBox1.Location = new System.Drawing.Point(276, 413);
583
            this.textBox1.Name = "textBox1";
584
            this.textBox1.Size = new System.Drawing.Size(90, 27);
585
            this.textBox1.TabIndex = 120;
586
            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
587
            // 
588
            // label55
589
            // 
590
            this.label55.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
591
            this.label55.BackColor = System.Drawing.Color.White;
592
            this.label55.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
593
            this.label55.Font = new System.Drawing.Font("MS 明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
594
            this.label55.Location = new System.Drawing.Point(6, 413);
595
            this.label55.Name = "label55";
596
            this.label55.Size = new System.Drawing.Size(270, 27);
597
            this.label55.TabIndex = 119;
598
            this.label55.Tag = "";
599
            this.label55.Text = "合  計";
600
            this.label55.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
601
            // 
602
            // label54
603
            // 
604
            this.label54.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
605
            this.label54.BackColor = System.Drawing.Color.White;
606
            this.label54.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
607
            this.label54.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
608
            this.label54.Location = new System.Drawing.Point(983, 453);
609
            this.label54.Name = "label54";
610
            this.label54.Size = new System.Drawing.Size(170, 30);
611
            this.label54.TabIndex = 118;
612
            this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
613
            // 
614
            // label53
615
            // 
616
            this.label53.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
617
            this.label53.BackColor = System.Drawing.Color.White;
618
            this.label53.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
619
            this.label53.Location = new System.Drawing.Point(573, 573);
620
            this.label53.Name = "label53";
621
            this.label53.Size = new System.Drawing.Size(580, 30);
622
            this.label53.TabIndex = 117;
623
            this.label53.Text = "① + ② + ③ + ④";
624
            this.label53.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
625
            // 
626
            // label50
627
            // 
628
            this.label50.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
629
            this.label50.BackColor = System.Drawing.Color.White;
630
            this.label50.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
631
            this.label50.Location = new System.Drawing.Point(1283, 573);
632
            this.label50.Name = "label50";
633
            this.label50.Size = new System.Drawing.Size(40, 30);
634
            this.label50.TabIndex = 116;
635
            this.label50.Text = "円";
636
            this.label50.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
637
            // 
638
            // label51
639
            // 
640
            this.label51.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
641
            this.label51.BackColor = System.Drawing.Color.White;
642
            this.label51.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
643
            this.label51.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
644
            this.label51.Location = new System.Drawing.Point(1183, 573);
645
            this.label51.Name = "label51";
646
            this.label51.Size = new System.Drawing.Size(100, 30);
647
            this.label51.TabIndex = 115;
648
            this.label51.Text = "9,999,999";
649
            this.label51.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
650
            // 
651
            // label52
652
            // 
653
            this.label52.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
654
            this.label52.BackColor = System.Drawing.Color.White;
655
            this.label52.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
656
            this.label52.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
657
            this.label52.Location = new System.Drawing.Point(1153, 573);
658
            this.label52.Name = "label52";
659
            this.label52.Size = new System.Drawing.Size(30, 30);
660
            this.label52.TabIndex = 114;
661
            this.label52.Text = "=";
662
            this.label52.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
663
            // 
664
            // label47
665
            // 
666
            this.label47.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
667
            this.label47.BackColor = System.Drawing.Color.White;
668
            this.label47.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
669
            this.label47.Location = new System.Drawing.Point(1283, 453);
670
            this.label47.Name = "label47";
671
            this.label47.Size = new System.Drawing.Size(40, 30);
672
            this.label47.TabIndex = 113;
673
            this.label47.Text = "円";
674
            this.label47.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
675
            // 
676
            // label48
677
            // 
678
            this.label48.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
679
            this.label48.BackColor = System.Drawing.Color.White;
680
            this.label48.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
681
            this.label48.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
682
            this.label48.Location = new System.Drawing.Point(1183, 453);
683
            this.label48.Name = "label48";
684
            this.label48.Size = new System.Drawing.Size(100, 30);
685
            this.label48.TabIndex = 112;
686
            this.label48.Text = "9,999,999";
687
            this.label48.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
688
            // 
689
            // label49
690
            // 
691
            this.label49.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
692
            this.label49.BackColor = System.Drawing.Color.White;
693
            this.label49.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
694
            this.label49.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
695
            this.label49.Location = new System.Drawing.Point(1153, 453);
696
            this.label49.Name = "label49";
697
            this.label49.Size = new System.Drawing.Size(30, 30);
698
            this.label49.TabIndex = 111;
699
            this.label49.Text = "=";
700
            this.label49.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
701
            // 
702
            // label38
703
            // 
704
            this.label38.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
705
            this.label38.BackColor = System.Drawing.Color.White;
706
            this.label38.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
707
            this.label38.Location = new System.Drawing.Point(1283, 543);
708
            this.label38.Name = "label38";
709
            this.label38.Size = new System.Drawing.Size(40, 30);
710
            this.label38.TabIndex = 110;
711
            this.label38.Text = "円";
712
            this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
713
            // 
714
            // label39
715
            // 
716
            this.label39.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
717
            this.label39.BackColor = System.Drawing.Color.White;
718
            this.label39.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
719
            this.label39.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
720
            this.label39.Location = new System.Drawing.Point(1183, 543);
721
            this.label39.Name = "label39";
722
            this.label39.Size = new System.Drawing.Size(100, 30);
723
            this.label39.TabIndex = 109;
724
            this.label39.Text = "9,999,999";
725
            this.label39.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
726
            // 
727
            // label40
728
            // 
729
            this.label40.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
730
            this.label40.BackColor = System.Drawing.Color.White;
731
            this.label40.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
732
            this.label40.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
733
            this.label40.Location = new System.Drawing.Point(1153, 543);
734
            this.label40.Name = "label40";
735
            this.label40.Size = new System.Drawing.Size(30, 30);
736
            this.label40.TabIndex = 108;
737
            this.label40.Text = "=";
738
            this.label40.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
739
            // 
740
            // label41
741
            // 
742
            this.label41.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
743
            this.label41.BackColor = System.Drawing.Color.White;
744
            this.label41.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
745
            this.label41.Location = new System.Drawing.Point(1283, 513);
746
            this.label41.Name = "label41";
747
            this.label41.Size = new System.Drawing.Size(40, 30);
748
            this.label41.TabIndex = 107;
749
            this.label41.Text = "円";
750
            this.label41.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
751
            // 
752
            // label42
753
            // 
754
            this.label42.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
755
            this.label42.BackColor = System.Drawing.Color.White;
756
            this.label42.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
757
            this.label42.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
758
            this.label42.Location = new System.Drawing.Point(1183, 513);
759
            this.label42.Name = "label42";
760
            this.label42.Size = new System.Drawing.Size(100, 30);
761
            this.label42.TabIndex = 106;
762
            this.label42.Text = "9,999,999";
763
            this.label42.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
764
            // 
765
            // label43
766
            // 
767
            this.label43.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
768
            this.label43.BackColor = System.Drawing.Color.White;
769
            this.label43.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
770
            this.label43.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
771
            this.label43.Location = new System.Drawing.Point(1153, 513);
772
            this.label43.Name = "label43";
773
            this.label43.Size = new System.Drawing.Size(30, 30);
774
            this.label43.TabIndex = 105;
775
            this.label43.Text = "=";
776
            this.label43.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
777
            // 
778
            // label44
779
            // 
780
            this.label44.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
781
            this.label44.BackColor = System.Drawing.Color.White;
782
            this.label44.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
783
            this.label44.Location = new System.Drawing.Point(1283, 483);
784
            this.label44.Name = "label44";
785
            this.label44.Size = new System.Drawing.Size(40, 30);
786
            this.label44.TabIndex = 104;
787
            this.label44.Text = "円";
788
            this.label44.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
789
            // 
790
            // label45
791
            // 
792
            this.label45.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
793
            this.label45.BackColor = System.Drawing.Color.White;
794
            this.label45.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
795
            this.label45.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
796
            this.label45.Location = new System.Drawing.Point(1183, 483);
797
            this.label45.Name = "label45";
798
            this.label45.Size = new System.Drawing.Size(100, 30);
799
            this.label45.TabIndex = 103;
800
            this.label45.Text = "9,999,999";
801
            this.label45.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
802
            // 
803
            // label46
804
            // 
805
            this.label46.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
806
            this.label46.BackColor = System.Drawing.Color.White;
807
            this.label46.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
808
            this.label46.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
809
            this.label46.Location = new System.Drawing.Point(1153, 483);
810
            this.label46.Name = "label46";
811
            this.label46.Size = new System.Drawing.Size(30, 30);
812
            this.label46.TabIndex = 102;
813
            this.label46.Text = "=";
814
            this.label46.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
815
            // 
816
            // label35
817
            // 
818
            this.label35.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
819
            this.label35.BackColor = System.Drawing.Color.White;
820
            this.label35.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
821
            this.label35.Location = new System.Drawing.Point(1113, 543);
822
            this.label35.Name = "label35";
823
            this.label35.Size = new System.Drawing.Size(40, 30);
824
            this.label35.TabIndex = 101;
825
            this.label35.Text = "回";
826
            this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
827
            // 
828
            // label36
829
            // 
830
            this.label36.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
831
            this.label36.BackColor = System.Drawing.Color.White;
832
            this.label36.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
833
            this.label36.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
834
            this.label36.Location = new System.Drawing.Point(1013, 543);
835
            this.label36.Name = "label36";
836
            this.label36.Size = new System.Drawing.Size(100, 30);
837
            this.label36.TabIndex = 100;
838
            this.label36.Text = "9,999,999";
839
            this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
840
            // 
841
            // label37
842
            // 
843
            this.label37.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
844
            this.label37.BackColor = System.Drawing.Color.White;
845
            this.label37.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
846
            this.label37.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
847
            this.label37.Location = new System.Drawing.Point(983, 543);
848
            this.label37.Name = "label37";
849
            this.label37.Size = new System.Drawing.Size(30, 30);
850
            this.label37.TabIndex = 99;
851
            this.label37.Text = "×";
852
            this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
853
            // 
854
            // label32
855
            // 
856
            this.label32.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
857
            this.label32.BackColor = System.Drawing.Color.White;
858
            this.label32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
859
            this.label32.Location = new System.Drawing.Point(1113, 513);
860
            this.label32.Name = "label32";
861
            this.label32.Size = new System.Drawing.Size(40, 30);
862
            this.label32.TabIndex = 98;
863
            this.label32.Text = "回";
864
            this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
865
            // 
866
            // label33
867
            // 
868
            this.label33.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
869
            this.label33.BackColor = System.Drawing.Color.White;
870
            this.label33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
871
            this.label33.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
872
            this.label33.Location = new System.Drawing.Point(1013, 513);
873
            this.label33.Name = "label33";
874
            this.label33.Size = new System.Drawing.Size(100, 30);
875
            this.label33.TabIndex = 97;
876
            this.label33.Text = "9,999,999";
877
            this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
878
            // 
879
            // label34
880
            // 
881
            this.label34.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
882
            this.label34.BackColor = System.Drawing.Color.White;
883
            this.label34.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
884
            this.label34.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
885
            this.label34.Location = new System.Drawing.Point(983, 513);
886
            this.label34.Name = "label34";
887
            this.label34.Size = new System.Drawing.Size(30, 30);
888
            this.label34.TabIndex = 96;
889
            this.label34.Text = "×";
890
            this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
891
            // 
892
            // label29
893
            // 
894
            this.label29.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
895
            this.label29.BackColor = System.Drawing.Color.White;
896
            this.label29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
897
            this.label29.Location = new System.Drawing.Point(1113, 483);
898
            this.label29.Name = "label29";
899
            this.label29.Size = new System.Drawing.Size(40, 30);
900
            this.label29.TabIndex = 95;
901
            this.label29.Text = "回";
902
            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
903
            // 
904
            // label31
905
            // 
906
            this.label31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
907
            this.label31.BackColor = System.Drawing.Color.White;
908
            this.label31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
909
            this.label31.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
910
            this.label31.Location = new System.Drawing.Point(1013, 483);
911
            this.label31.Name = "label31";
912
            this.label31.Size = new System.Drawing.Size(100, 30);
913
            this.label31.TabIndex = 94;
914
            this.label31.Text = "9,999,999";
915
            this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
916
            // 
917
            // label27
918
            // 
919
            this.label27.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
920
            this.label27.BackColor = System.Drawing.Color.White;
921
            this.label27.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
922
            this.label27.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
923
            this.label27.Location = new System.Drawing.Point(983, 483);
924
            this.label27.Name = "label27";
925
            this.label27.Size = new System.Drawing.Size(30, 30);
926
            this.label27.TabIndex = 93;
927
            this.label27.Text = "×";
928
            this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
929
            // 
930
            // label30
931
            // 
932
            this.label30.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
933
            this.label30.BackColor = System.Drawing.Color.White;
934
            this.label30.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
935
            this.label30.Location = new System.Drawing.Point(943, 543);
936
            this.label30.Name = "label30";
937
            this.label30.Size = new System.Drawing.Size(40, 30);
938
            this.label30.TabIndex = 92;
939
            this.label30.Text = "円";
940
            this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
941
            // 
942
            // lblDspCosts4
943
            // 
944
            this.lblDspCosts4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
945
            this.lblDspCosts4.BackColor = System.Drawing.Color.White;
946
            this.lblDspCosts4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
947
            this.lblDspCosts4.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
948
            this.lblDspCosts4.Location = new System.Drawing.Point(843, 543);
949
            this.lblDspCosts4.Name = "lblDspCosts4";
... 差分の行数が表示可能な上限を超えました。超過分は表示しません。

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