リビジョン 98
請求まとめ(工事詳細台帳連動実装)、台帳テスト用は削除
branches/src/ProcessManagement/ProcessManagement/Common/CommonVersion.cs | ||
---|---|---|
14 | 14 |
/// <summary> |
15 | 15 |
/// 本体バージョン |
16 | 16 |
/// </summary> |
17 |
public static int s_SystemVersion = 1; |
|
17 |
public static int s_SystemVersion = 18;
|
|
18 | 18 |
|
19 | 19 |
/// <summary> |
20 | 20 |
/// コピー・環境バージョン |
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/FrmLedgerTest.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/ConstructionLedger/FrmLedgerTest.Designer.cs | ||
---|---|---|
1 |
namespace ProcessManagement.Forms.DataEntry |
|
2 |
{ |
|
3 |
partial class FrmLedgerTest |
|
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.btnExec = new System.Windows.Forms.Button(); |
|
32 |
this.btnEnd = new System.Windows.Forms.Button(); |
|
33 |
this.label1 = new System.Windows.Forms.Label(); |
|
34 |
this.textBox1 = new System.Windows.Forms.TextBox(); |
|
35 |
this.btnSetValue = new System.Windows.Forms.Button(); |
|
36 |
this.label2 = new System.Windows.Forms.Label(); |
|
37 |
this.label3 = new System.Windows.Forms.Label(); |
|
38 |
this.label4 = new System.Windows.Forms.Label(); |
|
39 |
this.label5 = new System.Windows.Forms.Label(); |
|
40 |
this.lblDsp01 = new System.Windows.Forms.Label(); |
|
41 |
this.lblDsp02 = new System.Windows.Forms.Label(); |
|
42 |
this.textBox2 = new System.Windows.Forms.TextBox(); |
|
43 |
this.label6 = new System.Windows.Forms.Label(); |
|
44 |
this.SuspendLayout(); |
|
45 |
// |
|
46 |
// btnExec |
|
47 |
// |
|
48 |
this.btnExec.BackColor = System.Drawing.Color.LimeGreen; |
|
49 |
this.btnExec.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
|
50 |
this.btnExec.ForeColor = System.Drawing.Color.Black; |
|
51 |
this.btnExec.Location = new System.Drawing.Point(332, 10); |
|
52 |
this.btnExec.Name = "btnExec"; |
|
53 |
this.btnExec.Size = new System.Drawing.Size(140, 36); |
|
54 |
this.btnExec.TabIndex = 0; |
|
55 |
this.btnExec.Text = "画面起動"; |
|
56 |
this.btnExec.UseVisualStyleBackColor = false; |
|
57 |
this.btnExec.Click += new System.EventHandler(this.btnExec_Click); |
|
58 |
// |
|
59 |
// btnEnd |
|
60 |
// |
|
61 |
this.btnEnd.BackColor = System.Drawing.Color.Red; |
|
62 |
this.btnEnd.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
|
63 |
this.btnEnd.ForeColor = System.Drawing.Color.White; |
|
64 |
this.btnEnd.Location = new System.Drawing.Point(332, 199); |
|
65 |
this.btnEnd.Name = "btnEnd"; |
|
66 |
this.btnEnd.Size = new System.Drawing.Size(140, 36); |
|
67 |
this.btnEnd.TabIndex = 3; |
|
68 |
this.btnEnd.Text = "終 了"; |
|
69 |
this.btnEnd.UseVisualStyleBackColor = false; |
|
70 |
this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click); |
|
71 |
// |
|
72 |
// label1 |
|
73 |
// |
|
74 |
this.label1.AutoSize = true; |
|
75 |
this.label1.Location = new System.Drawing.Point(24, 20); |
|
76 |
this.label1.Name = "label1"; |
|
77 |
this.label1.Size = new System.Drawing.Size(76, 16); |
|
78 |
this.label1.TabIndex = 4; |
|
79 |
this.label1.Text = "工事番号"; |
|
80 |
// |
|
81 |
// textBox1 |
|
82 |
// |
|
83 |
this.textBox1.Location = new System.Drawing.Point(139, 17); |
|
84 |
this.textBox1.Name = "textBox1"; |
|
85 |
this.textBox1.Size = new System.Drawing.Size(151, 23); |
|
86 |
this.textBox1.TabIndex = 5; |
|
87 |
// |
|
88 |
// btnSetValue |
|
89 |
// |
|
90 |
this.btnSetValue.BackColor = System.Drawing.Color.Green; |
|
91 |
this.btnSetValue.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
|
92 |
this.btnSetValue.ForeColor = System.Drawing.Color.Black; |
|
93 |
this.btnSetValue.Location = new System.Drawing.Point(332, 140); |
|
94 |
this.btnSetValue.Name = "btnSetValue"; |
|
95 |
this.btnSetValue.Size = new System.Drawing.Size(140, 36); |
|
96 |
this.btnSetValue.TabIndex = 0; |
|
97 |
this.btnSetValue.Text = "入力値セット"; |
|
98 |
this.btnSetValue.UseVisualStyleBackColor = false; |
|
99 |
this.btnSetValue.Click += new System.EventHandler(this.btnSetValue_Click); |
|
100 |
// |
|
101 |
// label2 |
|
102 |
// |
|
103 |
this.label2.AutoSize = true; |
|
104 |
this.label2.Location = new System.Drawing.Point(24, 85); |
|
105 |
this.label2.Name = "label2"; |
|
106 |
this.label2.Size = new System.Drawing.Size(93, 16); |
|
107 |
this.label2.TabIndex = 4; |
|
108 |
this.label2.Text = "台帳行情報"; |
|
109 |
// |
|
110 |
// label3 |
|
111 |
// |
|
112 |
this.label3.AutoSize = true; |
|
113 |
this.label3.Location = new System.Drawing.Point(24, 150); |
|
114 |
this.label3.Name = "label3"; |
|
115 |
this.label3.Size = new System.Drawing.Size(76, 16); |
|
116 |
this.label3.TabIndex = 4; |
|
117 |
this.label3.Text = "セット値"; |
|
118 |
// |
|
119 |
// label4 |
|
120 |
// |
|
121 |
this.label4.AutoSize = true; |
|
122 |
this.label4.Location = new System.Drawing.Point(147, 62); |
|
123 |
this.label4.Name = "label4"; |
|
124 |
this.label4.Size = new System.Drawing.Size(25, 16); |
|
125 |
this.label4.TabIndex = 6; |
|
126 |
this.label4.Text = "行"; |
|
127 |
// |
|
128 |
// label5 |
|
129 |
// |
|
130 |
this.label5.AutoSize = true; |
|
131 |
this.label5.Location = new System.Drawing.Point(170, 62); |
|
132 |
this.label5.Name = "label5"; |
|
133 |
this.label5.Size = new System.Drawing.Size(59, 16); |
|
134 |
this.label5.TabIndex = 6; |
|
135 |
this.label5.Text = "カラム"; |
|
136 |
// |
|
137 |
// lblDsp01 |
|
138 |
// |
|
139 |
this.lblDsp01.BackColor = System.Drawing.Color.White; |
|
140 |
this.lblDsp01.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
|
141 |
this.lblDsp01.Location = new System.Drawing.Point(139, 78); |
|
142 |
this.lblDsp01.Name = "lblDsp01"; |
|
143 |
this.lblDsp01.Size = new System.Drawing.Size(40, 30); |
|
144 |
this.lblDsp01.TabIndex = 6; |
|
145 |
this.lblDsp01.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
146 |
// |
|
147 |
// lblDsp02 |
|
148 |
// |
|
149 |
this.lblDsp02.BackColor = System.Drawing.Color.White; |
|
150 |
this.lblDsp02.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
|
151 |
this.lblDsp02.Location = new System.Drawing.Point(179, 78); |
|
152 |
this.lblDsp02.Name = "lblDsp02"; |
|
153 |
this.lblDsp02.Size = new System.Drawing.Size(40, 30); |
|
154 |
this.lblDsp02.TabIndex = 6; |
|
155 |
this.lblDsp02.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
156 |
// |
|
157 |
// textBox2 |
|
158 |
// |
|
159 |
this.textBox2.Location = new System.Drawing.Point(139, 147); |
|
160 |
this.textBox2.Name = "textBox2"; |
|
161 |
this.textBox2.Size = new System.Drawing.Size(151, 23); |
|
162 |
this.textBox2.TabIndex = 5; |
|
163 |
// |
|
164 |
// label6 |
|
165 |
// |
|
166 |
this.label6.AutoSize = true; |
|
167 |
this.label6.ForeColor = System.Drawing.Color.Red; |
|
168 |
this.label6.Location = new System.Drawing.Point(219, 85); |
|
169 |
this.label6.Name = "label6"; |
|
170 |
this.label6.Size = new System.Drawing.Size(195, 16); |
|
171 |
this.label6.TabIndex = 6; |
|
172 |
this.label6.Text = "※台帳ダブルクリック時"; |
|
173 |
// |
|
174 |
// FrmLedgerTest |
|
175 |
// |
|
176 |
this.AcceptButton = this.btnExec; |
|
177 |
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
|
178 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|
179 |
this.BackColor = System.Drawing.Color.WhiteSmoke; |
|
180 |
this.ClientSize = new System.Drawing.Size(490, 244); |
|
181 |
this.Controls.Add(this.label6); |
|
182 |
this.Controls.Add(this.label5); |
|
183 |
this.Controls.Add(this.lblDsp02); |
|
184 |
this.Controls.Add(this.lblDsp01); |
|
185 |
this.Controls.Add(this.label4); |
|
186 |
this.Controls.Add(this.textBox2); |
|
187 |
this.Controls.Add(this.textBox1); |
|
188 |
this.Controls.Add(this.label3); |
|
189 |
this.Controls.Add(this.label2); |
|
190 |
this.Controls.Add(this.label1); |
|
191 |
this.Controls.Add(this.btnEnd); |
|
192 |
this.Controls.Add(this.btnSetValue); |
|
193 |
this.Controls.Add(this.btnExec); |
|
194 |
this.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
|
195 |
this.ForeColor = System.Drawing.Color.Black; |
|
196 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
|
197 |
this.KeyPreview = true; |
|
198 |
this.MaximizeBox = false; |
|
199 |
this.MinimizeBox = false; |
|
200 |
this.Name = "FrmLedgerTest"; |
|
201 |
this.ShowIcon = false; |
|
202 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
|
203 |
this.Text = "台帳テスト親フォーム"; |
|
204 |
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmLedgerTest_FormClosed); |
|
205 |
this.Load += new System.EventHandler(this.FrmCostStructureDiag_Load); |
|
206 |
this.ResumeLayout(false); |
|
207 |
this.PerformLayout(); |
|
208 |
|
|
209 |
} |
|
210 |
|
|
211 |
#endregion |
|
212 |
|
|
213 |
private System.Windows.Forms.Button btnExec; |
|
214 |
private System.Windows.Forms.Button btnEnd; |
|
215 |
private System.Windows.Forms.Label label1; |
|
216 |
private System.Windows.Forms.TextBox textBox1; |
|
217 |
private System.Windows.Forms.Button btnSetValue; |
|
218 |
private System.Windows.Forms.Label label2; |
|
219 |
private System.Windows.Forms.Label label3; |
|
220 |
private System.Windows.Forms.Label label4; |
|
221 |
private System.Windows.Forms.Label label5; |
|
222 |
private System.Windows.Forms.Label lblDsp01; |
|
223 |
private System.Windows.Forms.Label lblDsp02; |
|
224 |
private System.Windows.Forms.TextBox textBox2; |
|
225 |
private System.Windows.Forms.Label label6; |
|
226 |
} |
|
227 |
} |
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/FrmLedgerTest.cs | ||
---|---|---|
1 |
using System; |
|
2 |
using System.Collections.Generic; |
|
3 |
using System.ComponentModel; |
|
4 |
using System.Data; |
|
5 |
using System.Drawing; |
|
6 |
using System.Linq; |
|
7 |
using System.Text; |
|
8 |
using System.Windows.Forms; |
|
9 |
|
|
10 |
using ProcessManagement.Common; |
|
11 |
using ProcessManagement.DB.IOAccess; |
|
12 |
using ProcessManagement.DataModel; |
|
13 |
using ProcessManagement.Forms.CustomControls; |
|
14 |
using ProcessManagement.Forms.ControlsAction; |
|
15 |
|
|
16 |
namespace ProcessManagement.Forms.DataEntry |
|
17 |
{ |
|
18 |
public partial class FrmLedgerTest : Form |
|
19 |
{ |
|
20 |
#region ログ使用定義 |
|
21 |
//log4netログを使用する |
|
22 |
private static readonly log4net.ILog logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); |
|
23 |
#endregion |
|
24 |
|
|
25 |
#region 定数 |
|
26 |
|
|
27 |
#endregion |
|
28 |
|
|
29 |
#region 変数 |
|
30 |
/// <summary> |
|
31 |
/// 工事番号 |
|
32 |
/// </summary> |
|
33 |
private int m_ConstructionCode = 0; |
|
34 |
|
|
35 |
/// <summary> |
|
36 |
/// 台帳ハンドル |
|
37 |
/// </summary> |
|
38 |
FrmConstructionLedger m_FrmLedger = null; |
|
39 |
#endregion |
|
40 |
|
|
41 |
#region プロパティ |
|
42 |
/// <summary> |
|
43 |
/// 工事番号 |
|
44 |
/// </summary> |
|
45 |
public int ConstructionCode |
|
46 |
{ |
|
47 |
get { return m_ConstructionCode; } |
|
48 |
set { m_ConstructionCode = value; } |
|
49 |
} |
|
50 |
|
|
51 |
#endregion |
|
52 |
|
|
53 |
#region ×ボタン |
|
54 |
/// <summary> |
|
55 |
/// ×ボタン押下処理 |
|
56 |
/// </summary> |
|
57 |
/// <param name="sender"></param> |
|
58 |
/// <param name="e"></param> |
|
59 |
private void FrmLedgerTest_FormClosed(object sender, FormClosedEventArgs e) |
|
60 |
{ |
|
61 |
} |
|
62 |
#endregion |
|
63 |
|
|
64 |
#region コンストラクタ |
|
65 |
/// <summary> |
|
66 |
/// フォーム初期化 |
|
67 |
/// </summary> |
|
68 |
public FrmLedgerTest() |
|
69 |
{ |
|
70 |
InitializeComponent(); |
|
71 |
} |
|
72 |
#endregion |
|
73 |
|
|
74 |
#region フォームロード |
|
75 |
/// <summary> |
|
76 |
/// フォームロード |
|
77 |
/// </summary> |
|
78 |
/// <param name="sender"></param> |
|
79 |
/// <param name="e"></param> |
|
80 |
private void FrmCostStructureDiag_Load(object sender, EventArgs e) |
|
81 |
{ |
|
82 |
|
|
83 |
} |
|
84 |
#endregion |
|
85 |
|
|
86 |
#region 台帳画面起動 |
|
87 |
/// <summary> |
|
88 |
/// 台帳画面起動 |
|
89 |
/// </summary> |
|
90 |
/// <param name="sender"></param> |
|
91 |
/// <param name="e"></param> |
|
92 |
private void btnExec_Click(object sender, EventArgs e) |
|
93 |
{ |
|
94 |
try |
|
95 |
{ |
|
96 |
m_FrmLedger = new FrmConstructionLedger(); |
|
97 |
m_FrmLedger.FrmLedgerTest = this; |
|
98 |
m_FrmLedger.BillingProc = true; |
|
99 |
m_FrmLedger.ConstructionCode = CommonMotions.cnvInt(textBox1.Text); |
|
100 |
m_FrmLedger.Show(); |
|
101 |
} |
|
102 |
catch (Exception ex) |
|
103 |
{ |
|
104 |
logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message); |
|
105 |
} |
|
106 |
} |
|
107 |
#endregion |
|
108 |
|
|
109 |
/// <summary> |
|
110 |
/// 終了ボタン |
|
111 |
/// </summary> |
|
112 |
/// <param name="sender"></param> |
|
113 |
/// <param name="e"></param> |
|
114 |
private void btnEnd_Click(object sender, EventArgs e) |
|
115 |
{ |
|
116 |
try |
|
117 |
{ |
|
118 |
if (m_FrmLedger != null) |
|
119 |
{ |
|
120 |
m_FrmLedger.FrmLedgerTest = null; |
|
121 |
m_FrmLedger.Dispose(); m_FrmLedger = null; |
|
122 |
} |
|
123 |
this.Close(); |
|
124 |
} |
|
125 |
catch (Exception ex) |
|
126 |
{ |
|
127 |
logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message); |
|
128 |
} |
|
129 |
} |
|
130 |
|
|
131 |
private DataGridViewCell m_LedgerCell = null; |
|
132 |
/// <summary> |
|
133 |
/// 入力値セット |
|
134 |
/// </summary> |
|
135 |
/// <param name="sender"></param> |
|
136 |
/// <param name="e"></param> |
|
137 |
private void btnSetValue_Click(object sender, EventArgs e) |
|
138 |
{ |
|
139 |
try |
|
140 |
{ |
|
141 |
m_FrmLedger.BillingLinkInPut(m_LedgerCell.RowIndex, |
|
142 |
m_LedgerCell.ColumnIndex, |
|
143 |
CommonMotions.cnvInt(textBox2.Text)); |
|
144 |
} |
|
145 |
catch (Exception ex) |
|
146 |
{ |
|
147 |
logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message); |
|
148 |
} |
|
149 |
} |
|
150 |
|
|
151 |
/// <summary> |
|
152 |
/// データ取得処理 |
|
153 |
/// </summary> |
|
154 |
/// <param name="CurRow"></param> |
|
155 |
public void GetchildData(DataGridViewCell CurCell) |
|
156 |
{ |
|
157 |
try |
|
158 |
{ |
|
159 |
m_LedgerCell = CurCell; |
|
160 |
|
|
161 |
lblDsp01.Text = m_LedgerCell.RowIndex.ToString(); |
|
162 |
lblDsp02.Text = m_LedgerCell.ColumnIndex.ToString(); |
|
163 |
|
|
164 |
m_FrmLedger.BillingLinkInPut(m_LedgerCell.RowIndex, |
|
165 |
m_LedgerCell.ColumnIndex, |
|
166 |
1000); |
|
167 |
|
|
168 |
} |
|
169 |
catch (Exception ex) |
|
170 |
{ |
|
171 |
logger.ErrorFormat("システムエラー:{0}:{1}", CommonMotions.GetMethodName(), ex.Message); |
|
172 |
} |
|
173 |
} |
|
174 |
} |
|
175 |
} |
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/FrmConstructionLedger.cs | ||
---|---|---|
633 | 633 |
/// <summary> |
634 | 634 |
/// ?????????A?g?p?e?n???h?? |
635 | 635 |
/// </summary> |
636 |
private FrmLedgerTest m_FrmLedgerTest = null; |
|
636 |
private FrmRequestSummaryList m_FrmRequestSummaryList = null; |
|
637 |
|
|
638 |
/// <summary> |
|
639 |
/// ?????????A?g???z |
|
640 |
/// </summary> |
|
641 |
private int m_AddingRequestPrice = 0; |
|
637 | 642 |
// *-----* ?????????A?g *-----* |
638 | 643 |
#endregion |
639 | 644 |
|
... | ... | |
781 | 786 |
get { return m_BillingProc; } |
782 | 787 |
set { m_BillingProc = value; } |
783 | 788 |
} |
789 |
|
|
784 | 790 |
/// <summary> |
785 | 791 |
/// ?????????A?g?p?e?n???h?? |
786 | 792 |
/// </summary> |
787 |
public FrmLedgerTest FrmLedgerTest
|
|
793 |
public FrmRequestSummaryList FrmRequestSummaryList
|
|
788 | 794 |
{ |
789 |
set { m_FrmLedgerTest = value; }
|
|
795 |
set { m_FrmRequestSummaryList = value; }
|
|
790 | 796 |
} |
797 |
|
|
798 |
/// <summary> |
|
799 |
/// ?????????A?g???z |
|
800 |
/// </summary> |
|
801 |
public int AddingRequestPrice |
|
802 |
{ |
|
803 |
get { return m_AddingRequestPrice; } |
|
804 |
set { m_AddingRequestPrice = value; } |
|
805 |
} |
|
791 | 806 |
// *-----* ?????????A?g *-----* |
792 | 807 |
|
793 | 808 |
#endregion |
... | ... | |
862 | 877 |
private void btnEnd_Click(object sender, EventArgs e) |
863 | 878 |
{ |
864 | 879 |
if (!m_SubForm) m_CloseingProcessOn = true; |
880 |
|
|
881 |
// ?????A?g?????I?? |
|
882 |
if (m_FrmRequestSummaryList != null) |
|
883 |
{ |
|
884 |
m_FrmRequestSummaryList.EndLinkProc(); |
|
885 |
} |
|
886 |
|
|
865 | 887 |
this.Close(); |
866 | 888 |
} |
867 | 889 |
#endregion |
... | ... | |
1361 | 1383 |
|
1362 | 1384 |
CommonMotions.EntryEndMessage("?H???????f?[?^"); |
1363 | 1385 |
|
1386 |
// ?????A?g?????I?? |
|
1387 |
if (m_FrmRequestSummaryList != null) |
|
1388 |
{ |
|
1389 |
m_FrmRequestSummaryList.EndLinkProc(); |
|
1390 |
} |
|
1391 |
|
|
1364 | 1392 |
// ?I?? |
1365 | 1393 |
this.Close(); |
1366 | 1394 |
} |
... | ... | |
1385 | 1413 |
|
1386 | 1414 |
CommonMotions.RemoveEndMessage("?H???????f?[?^"); |
1387 | 1415 |
|
1416 |
// ?????A?g?????I?? |
|
1417 |
if (m_FrmRequestSummaryList != null) |
|
1418 |
{ |
|
1419 |
m_FrmRequestSummaryList.EndLinkProc(); |
|
1420 |
} |
|
1421 |
|
|
1388 | 1422 |
// ?I?? |
1389 | 1423 |
this.Close(); |
1390 | 1424 |
} |
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/FrmConstructionLedgerAuxiliary.cs | ||
---|---|---|
7684 | 7684 |
try |
7685 | 7685 |
{ |
7686 | 7686 |
DataGridView dgv = dgvAllDisplay; |
7687 |
m_FrmLedgerTest.GetchildData(dgv.CurrentCell); |
|
7687 |
if (m_FrmRequestSummaryList != null) |
|
7688 |
{ |
|
7689 |
m_FrmRequestSummaryList.GetchildData(dgv.CurrentCell); |
|
7690 |
} |
|
7688 | 7691 |
} |
7689 | 7692 |
catch (Exception ex) |
7690 | 7693 |
{ |
... | ... | |
7697 | 7700 |
/// <summary> |
7698 | 7701 |
/// 請求処理連携時インプット処理 |
7699 | 7702 |
/// </summary> |
7700 |
public void BillingLinkInPut(int SetRow, int SetCol, int SetValue)
|
|
7703 |
public void BillingLinkInPut(int SetRow, int SetCol) |
|
7701 | 7704 |
{ |
7702 | 7705 |
try |
7703 | 7706 |
{ |
... | ... | |
7706 | 7709 |
|
7707 | 7710 |
DataGridView dgv = dgvAllDisplay; |
7708 | 7711 |
|
7709 |
dgv.Rows[SetRow].Cells[SetCol].Value = SetValue;
|
|
7712 |
dgv.Rows[SetRow].Cells[SetCol].Value = m_AddingRequestPrice;
|
|
7710 | 7713 |
dgv.EndEdit(); |
7711 | 7714 |
} |
7712 | 7715 |
catch (Exception ex) |
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/RequestInput/FrmRequestInput.cs | ||
---|---|---|
151 | 151 |
// 前プロセスに戻る |
152 | 152 |
ClsExcute.BackProcess(); |
153 | 153 |
|
154 |
Close(); |
|
155 |
|
|
154 | 156 |
return; |
155 | 157 |
} |
156 | 158 |
|
... | ... | |
379 | 381 |
// データ登録 |
380 | 382 |
SaveDispData(); |
381 | 383 |
|
384 |
m_EndButton = DialogResult.Cancel; |
|
385 |
|
|
386 |
// 前プロセスに戻る |
|
387 |
ClsExcute.BackProcess(); |
|
388 |
|
|
382 | 389 |
// Formを閉じる |
383 | 390 |
Close(); |
384 | 391 |
} |
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/RequestSummaryList/FrmRequestSummaryList.cs | ||
---|---|---|
204 | 204 |
PurchaseOrderReturnDate, /*???????????*/ |
205 | 205 |
PaData, // ?\?Z?? |
206 | 206 |
} |
207 |
|
|
208 |
/// <summary> |
|
209 |
/// ???n???h?? |
|
210 |
/// </summary> |
|
211 |
FrmConstructionLedger m_FrmLedger = null; |
|
207 | 212 |
#endregion |
208 | 213 |
|
209 | 214 |
#region ??? |
... | ... | |
381 | 386 |
/// <param name="e"></param> |
382 | 387 |
private void btnEnd_Click(object sender, EventArgs e) |
383 | 388 |
{ |
389 |
if (m_FrmLedger != null) |
|
390 |
{ |
|
391 |
m_FrmLedger.Close(); |
|
392 |
m_FrmLedger.Dispose(); |
|
393 |
m_FrmLedger = null; |
|
394 |
} |
|
384 | 395 |
this.Close(); |
385 | 396 |
} |
386 | 397 |
#endregion |
... | ... | |
982 | 993 |
dgv.Rows[icnt].Cells[(int)DispColumn.KyoryokuUmu].ReadOnly = true; |
983 | 994 |
} |
984 | 995 |
|
985 |
|
|
986 | 996 |
icnt++; |
987 | 997 |
iGoukeiSeq++; |
988 | 998 |
|
... | ... | |
1716 | 1726 |
// ???v?Z?o |
1717 | 1727 |
ShoukeiSanshutu(e.ColumnIndex, Code_Column, CommonMotions.cnvInt(dgv[Code_Column, e.RowIndex].Value)); |
1718 | 1728 |
|
1729 |
// ???????z?A?g |
|
1730 |
if (e.ColumnIndex == (int)DispColumn.KojiSeikyu) |
|
1731 |
{ |
|
1732 |
if (m_FrmLedger != null) |
|
1733 |
{ |
|
1734 |
if (m_FrmLedger.AddingRequestPrice != CommonMotions.cnvInt(dgv.Rows[e.RowIndex].Cells[(int)DispColumn.KojiSeikyu].Value)) |
|
1735 |
{ |
|
1736 |
m_FrmLedger.AddingRequestPrice = CommonMotions.cnvInt(dgv.Rows[e.RowIndex].Cells[(int)DispColumn.KojiSeikyu].Value); |
|
1737 |
} |
|
1738 |
} |
|
1739 |
|
|
1740 |
} |
|
1741 |
|
|
1719 | 1742 |
// ????J?z |
1720 | 1743 |
if (e.ColumnIndex == (int)DispColumn.SomuSeikyu || |
1721 | 1744 |
e.ColumnIndex == (int)DispColumn.KojiSeikyu || |
... | ... | |
3383 | 3406 |
return; |
3384 | 3407 |
} |
3385 | 3408 |
|
3386 |
|
|
3387 | 3409 |
if (e.ColumnIndex == m_GenbaNM_Column) |
3388 | 3410 |
{ |
3389 |
// ???????????????? |
|
3411 |
// ????????H???????????N?????? |
|
3412 |
try |
|
3413 |
{ |
|
3414 |
if (CommonMotions.cnvInt(dgv.Rows[e.RowIndex].Cells[m_Genba_Column].Value) != 0) |
|
3415 |
{ |
|
3416 |
if (m_FrmLedger != null) |
|
3417 |
{ |
|
3418 |
MessageBox.Show("?H??????????????N????????????B?H???????????I??????A??x???????_?u???N???b?N???????????", "???N???m?F" |
|
3419 |
, MessageBoxButtons.OK, MessageBoxIcon.Warning); |
|
3420 |
return; |
|
3421 |
} |
|
3422 |
m_FrmLedger = new FrmConstructionLedger(); |
|
3423 |
m_FrmLedger.FrmRequestSummaryList = this; |
|
3424 |
m_FrmLedger.BillingProc = true; |
|
3425 |
m_FrmLedger.ConstructionCode = CommonMotions.cnvInt(dgv.Rows[e.RowIndex].Cells[m_Genba_Column].Value); |
|
3426 |
m_FrmLedger.AddingRequestPrice = CommonMotions.cnvInt(dgv.Rows[e.RowIndex].Cells[(int)DispColumn.KojiSeikyu].Value); |
|
3427 |
m_FrmLedger.Show(); |
|
3428 |
} |
|
3429 |
} |
|
3430 |
catch (Exception ex) |
|
3431 |
{ |
|
3432 |
logger.ErrorFormat("?V?X?e???G???[?F{0}?F{1}", CommonMotions.GetMethodName(), ex.Message); |
|
3433 |
} |
|
3390 | 3434 |
|
3391 | 3435 |
} |
3392 | 3436 |
else if (e.ColumnIndex >= (int)DispColumn.TantoShonin && e.ColumnIndex < (int)DispColumn.Bikou && TargetRowtype == 0) |
... | ... | |
3571 | 3615 |
} |
3572 | 3616 |
|
3573 | 3617 |
/// <summary> |
3618 |
/// ?f?[?^?????? |
|
3619 |
/// </summary> |
|
3620 |
/// <param name="CurRow"></param> |
|
3621 |
public void GetchildData(DataGridViewCell CurCell) |
|
3622 |
{ |
|
3623 |
try |
|
3624 |
{ |
|
3625 |
m_FrmLedger.BillingLinkInPut(CurCell.RowIndex, |
|
3626 |
CurCell.ColumnIndex); |
|
3627 |
|
|
3628 |
} |
|
3629 |
catch (Exception ex) |
|
3630 |
{ |
|
3631 |
logger.ErrorFormat("?V?X?e???G???[?F{0}?F{1}", CommonMotions.GetMethodName(), ex.Message); |
|
3632 |
} |
|
3633 |
} |
|
3634 |
|
|
3635 |
/// <summary> |
|
3636 |
/// ???A?g?????I?? |
|
3637 |
/// </summary> |
|
3638 |
public void EndLinkProc() |
|
3639 |
{ |
|
3640 |
m_FrmLedger.Dispose(); |
|
3641 |
m_FrmLedger = null; |
|
3642 |
} |
|
3643 |
|
|
3644 |
/// <summary> |
|
3574 | 3645 |
/// ?A???U???????@???????f?[?^???S??V?K?????? |
3575 | 3646 |
/// </summary> |
3576 | 3647 |
private void ResetSeqNo(int CompanyCode) |
branches/src/ProcessManagement/ProcessManagement/Forms/ZMenu/FrmMenu.Designer.cs | ||
---|---|---|
717 | 717 |
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); |
718 | 718 |
this.timer_StaffAssign = new System.Windows.Forms.Timer(this.components); |
719 | 719 |
this.btnDataCopyE = new System.Windows.Forms.Button(); |
720 |
this.button1 = new System.Windows.Forms.Button(); |
|
721 | 720 |
this.tabMenu.SuspendLayout(); |
722 | 721 |
this.tabPage1.SuspendLayout(); |
723 | 722 |
((System.ComponentModel.ISupportInitialize)(this.dgvBusinessMessage)).BeginInit(); |
... | ... | |
771 | 770 |
this.lblTitle.Anchor = System.Windows.Forms.AnchorStyles.Top; |
772 | 771 |
this.lblTitle.BackColor = System.Drawing.Color.White; |
773 | 772 |
this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
774 |
this.lblTitle.Font = new System.Drawing.Font("AR丸ゴシック体E", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
773 |
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
775 | 774 |
this.lblTitle.ForeColor = System.Drawing.Color.Black; |
776 | 775 |
this.lblTitle.Location = new System.Drawing.Point(360, 10); |
777 | 776 |
this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
... | ... | |
5394 | 5393 |
this.tblLayoutConstruction.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F)); |
5395 | 5394 |
this.tblLayoutConstruction.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F)); |
5396 | 5395 |
this.tblLayoutConstruction.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F)); |
5397 |
this.tblLayoutConstruction.Size = new System.Drawing.Size(1126, 1224);
|
|
5396 |
this.tblLayoutConstruction.Size = new System.Drawing.Size(1109, 1224);
|
|
5398 | 5397 |
this.tblLayoutConstruction.TabIndex = 15; |
5399 | 5398 |
// |
5400 | 5399 |
// lblConstrLine01 |
... | ... | |
5404 | 5403 |
this.tblLayoutConstruction.SetColumnSpan(this.lblConstrLine01, 10); |
5405 | 5404 |
this.lblConstrLine01.Location = new System.Drawing.Point(3, 267); |
5406 | 5405 |
this.lblConstrLine01.Name = "lblConstrLine01"; |
5407 |
this.lblConstrLine01.Size = new System.Drawing.Size(1120, 6);
|
|
5406 |
this.lblConstrLine01.Size = new System.Drawing.Size(1103, 6);
|
|
5408 | 5407 |
this.lblConstrLine01.TabIndex = 15; |
5409 | 5408 |
// |
5410 | 5409 |
// btnConstruction0000 |
5411 | 5410 |
// |
5412 | 5411 |
this.btnConstruction0000.Dock = System.Windows.Forms.DockStyle.Fill; |
5413 |
this.btnConstruction0000.Location = new System.Drawing.Point(105, 39);
|
|
5412 |
this.btnConstruction0000.Location = new System.Drawing.Point(103, 39);
|
|
5414 | 5413 |
this.btnConstruction0000.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5415 | 5414 |
this.btnConstruction0000.Name = "btnConstruction0000"; |
5416 |
this.btnConstruction0000.Size = new System.Drawing.Size(183, 30);
|
|
5415 |
this.btnConstruction0000.Size = new System.Drawing.Size(180, 30);
|
|
5417 | 5416 |
this.btnConstruction0000.TabIndex = 15; |
5418 | 5417 |
this.btnConstruction0000.Text = "各工事詳細台帳閲覧"; |
5419 | 5418 |
this.btnConstruction0000.UseVisualStyleBackColor = true; |
... | ... | |
5426 | 5425 |
| System.Windows.Forms.AnchorStyles.Right))); |
5427 | 5426 |
this.lblConstrTitle01.AutoSize = true; |
5428 | 5427 |
this.lblConstrTitle01.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
5429 |
this.lblConstrTitle01.Location = new System.Drawing.Point(104, 0);
|
|
5428 |
this.lblConstrTitle01.Location = new System.Drawing.Point(102, 0);
|
|
5430 | 5429 |
this.lblConstrTitle01.Name = "lblConstrTitle01"; |
5431 |
this.lblConstrTitle01.Size = new System.Drawing.Size(185, 36);
|
|
5430 |
this.lblConstrTitle01.Size = new System.Drawing.Size(182, 36);
|
|
5432 | 5431 |
this.lblConstrTitle01.TabIndex = 15; |
5433 | 5432 |
this.lblConstrTitle01.Text = "日次(施工)管理"; |
5434 | 5433 |
this.lblConstrTitle01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
5442 | 5441 |
this.lblConstr00.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
5443 | 5442 |
this.lblConstr00.Location = new System.Drawing.Point(3, 36); |
5444 | 5443 |
this.lblConstr00.Name = "lblConstr00"; |
5445 |
this.lblConstr00.Size = new System.Drawing.Size(95, 36);
|
|
5444 |
this.lblConstr00.Size = new System.Drawing.Size(93, 36);
|
|
5446 | 5445 |
this.lblConstr00.TabIndex = 15; |
5447 | 5446 |
this.lblConstr00.Text = "毎日"; |
5448 | 5447 |
this.lblConstr00.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
5450 | 5449 |
// btnConstruction0001 |
5451 | 5450 |
// |
5452 | 5451 |
this.btnConstruction0001.Dock = System.Windows.Forms.DockStyle.Fill; |
5453 |
this.btnConstruction0001.Location = new System.Drawing.Point(312, 39);
|
|
5452 |
this.btnConstruction0001.Location = new System.Drawing.Point(307, 39);
|
|
5454 | 5453 |
this.btnConstruction0001.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5455 | 5454 |
this.btnConstruction0001.Name = "btnConstruction0001"; |
5456 |
this.btnConstruction0001.Size = new System.Drawing.Size(183, 30);
|
|
5455 |
this.btnConstruction0001.Size = new System.Drawing.Size(180, 30);
|
|
5457 | 5456 |
this.btnConstruction0001.TabIndex = 15; |
5458 | 5457 |
this.btnConstruction0001.Text = "各工事日報"; |
5459 | 5458 |
this.btnConstruction0001.UseVisualStyleBackColor = true; |
... | ... | |
5462 | 5461 |
// btnConstruction0002 |
5463 | 5462 |
// |
5464 | 5463 |
this.btnConstruction0002.Dock = System.Windows.Forms.DockStyle.Fill; |
5465 |
this.btnConstruction0002.Location = new System.Drawing.Point(519, 39);
|
|
5464 |
this.btnConstruction0002.Location = new System.Drawing.Point(511, 39);
|
|
5466 | 5465 |
this.btnConstruction0002.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5467 | 5466 |
this.btnConstruction0002.Name = "btnConstruction0002"; |
5468 |
this.btnConstruction0002.Size = new System.Drawing.Size(183, 30);
|
|
5467 |
this.btnConstruction0002.Size = new System.Drawing.Size(180, 30);
|
|
5469 | 5468 |
this.btnConstruction0002.TabIndex = 15; |
5470 | 5469 |
this.btnConstruction0002.Text = "各工事打合わせ議事録"; |
5471 | 5470 |
this.btnConstruction0002.UseVisualStyleBackColor = true; |
... | ... | |
5474 | 5473 |
// btnConstruction0003 |
5475 | 5474 |
// |
5476 | 5475 |
this.btnConstruction0003.Dock = System.Windows.Forms.DockStyle.Fill; |
5477 |
this.btnConstruction0003.Location = new System.Drawing.Point(726, 39);
|
|
5476 |
this.btnConstruction0003.Location = new System.Drawing.Point(715, 39);
|
|
5478 | 5477 |
this.btnConstruction0003.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5479 | 5478 |
this.btnConstruction0003.Name = "btnConstruction0003"; |
5480 |
this.btnConstruction0003.Size = new System.Drawing.Size(183, 30);
|
|
5479 |
this.btnConstruction0003.Size = new System.Drawing.Size(180, 30);
|
|
5481 | 5480 |
this.btnConstruction0003.TabIndex = 15; |
5482 | 5481 |
this.btnConstruction0003.Text = "各工事交通費・購入品入力"; |
5483 | 5482 |
this.btnConstruction0003.UseVisualStyleBackColor = true; |
... | ... | |
5486 | 5485 |
// btnConstruction0004 |
5487 | 5486 |
// |
5488 | 5487 |
this.btnConstruction0004.Dock = System.Windows.Forms.DockStyle.Fill; |
5489 |
this.btnConstruction0004.Location = new System.Drawing.Point(933, 39);
|
|
5488 |
this.btnConstruction0004.Location = new System.Drawing.Point(919, 39);
|
|
5490 | 5489 |
this.btnConstruction0004.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5491 | 5490 |
this.btnConstruction0004.Name = "btnConstruction0004"; |
5492 |
this.btnConstruction0004.Size = new System.Drawing.Size(189, 30);
|
|
5491 |
this.btnConstruction0004.Size = new System.Drawing.Size(186, 30);
|
|
5493 | 5492 |
this.btnConstruction0004.TabIndex = 15; |
5494 | 5493 |
this.btnConstruction0004.Text = "出勤管理"; |
5495 | 5494 |
this.btnConstruction0004.UseVisualStyleBackColor = true; |
... | ... | |
5498 | 5497 |
// btnConstruction0100 |
5499 | 5498 |
// |
5500 | 5499 |
this.btnConstruction0100.Dock = System.Windows.Forms.DockStyle.Fill; |
5501 |
this.btnConstruction0100.Location = new System.Drawing.Point(105, 111);
|
|
5500 |
this.btnConstruction0100.Location = new System.Drawing.Point(103, 111);
|
|
5502 | 5501 |
this.btnConstruction0100.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5503 | 5502 |
this.btnConstruction0100.Name = "btnConstruction0100"; |
5504 |
this.btnConstruction0100.Size = new System.Drawing.Size(183, 30);
|
|
5503 |
this.btnConstruction0100.Size = new System.Drawing.Size(180, 30);
|
|
5505 | 5504 |
this.btnConstruction0100.TabIndex = 15; |
5506 | 5505 |
this.btnConstruction0100.Text = "行動予定入力"; |
5507 | 5506 |
this.btnConstruction0100.UseVisualStyleBackColor = true; |
... | ... | |
5510 | 5509 |
// btnConstruction0101 |
5511 | 5510 |
// |
5512 | 5511 |
this.btnConstruction0101.Dock = System.Windows.Forms.DockStyle.Fill; |
5513 |
this.btnConstruction0101.Location = new System.Drawing.Point(312, 111);
|
|
5512 |
this.btnConstruction0101.Location = new System.Drawing.Point(307, 111);
|
|
5514 | 5513 |
this.btnConstruction0101.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5515 | 5514 |
this.btnConstruction0101.Name = "btnConstruction0101"; |
5516 |
this.btnConstruction0101.Size = new System.Drawing.Size(183, 30);
|
|
5515 |
this.btnConstruction0101.Size = new System.Drawing.Size(180, 30);
|
|
5517 | 5516 |
this.btnConstruction0101.TabIndex = 15; |
5518 | 5517 |
this.btnConstruction0101.Text = "車両予約"; |
5519 | 5518 |
this.btnConstruction0101.UseVisualStyleBackColor = true; |
... | ... | |
5528 | 5527 |
this.lblConstr01.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
5529 | 5528 |
this.lblConstr01.Location = new System.Drawing.Point(3, 108); |
5530 | 5529 |
this.lblConstr01.Name = "lblConstr01"; |
5531 |
this.lblConstr01.Size = new System.Drawing.Size(95, 36);
|
|
5530 |
this.lblConstr01.Size = new System.Drawing.Size(93, 36);
|
|
5532 | 5531 |
this.lblConstr01.TabIndex = 15; |
5533 | 5532 |
this.lblConstr01.Text = "毎日"; |
5534 | 5533 |
this.lblConstr01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
5536 | 5535 |
// btnConstruction0102 |
5537 | 5536 |
// |
5538 | 5537 |
this.btnConstruction0102.Dock = System.Windows.Forms.DockStyle.Fill; |
5539 |
this.btnConstruction0102.Location = new System.Drawing.Point(519, 111);
|
|
5538 |
this.btnConstruction0102.Location = new System.Drawing.Point(511, 111);
|
|
5540 | 5539 |
this.btnConstruction0102.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5541 | 5540 |
this.btnConstruction0102.Name = "btnConstruction0102"; |
5542 |
this.btnConstruction0102.Size = new System.Drawing.Size(183, 30);
|
|
5541 |
this.btnConstruction0102.Size = new System.Drawing.Size(180, 30);
|
|
5543 | 5542 |
this.btnConstruction0102.TabIndex = 15; |
5544 | 5543 |
this.btnConstruction0102.UseVisualStyleBackColor = true; |
5545 | 5544 |
this.btnConstruction0102.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5547 | 5546 |
// btnConstruction0103 |
5548 | 5547 |
// |
5549 | 5548 |
this.btnConstruction0103.Dock = System.Windows.Forms.DockStyle.Fill; |
5550 |
this.btnConstruction0103.Location = new System.Drawing.Point(726, 111);
|
|
5549 |
this.btnConstruction0103.Location = new System.Drawing.Point(715, 111);
|
|
5551 | 5550 |
this.btnConstruction0103.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5552 | 5551 |
this.btnConstruction0103.Name = "btnConstruction0103"; |
5553 |
this.btnConstruction0103.Size = new System.Drawing.Size(183, 30);
|
|
5552 |
this.btnConstruction0103.Size = new System.Drawing.Size(180, 30);
|
|
5554 | 5553 |
this.btnConstruction0103.TabIndex = 15; |
5555 | 5554 |
this.btnConstruction0103.UseVisualStyleBackColor = true; |
5556 | 5555 |
this.btnConstruction0103.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5558 | 5557 |
// btnConstruction0104 |
5559 | 5558 |
// |
5560 | 5559 |
this.btnConstruction0104.Dock = System.Windows.Forms.DockStyle.Fill; |
5561 |
this.btnConstruction0104.Location = new System.Drawing.Point(933, 111);
|
|
5560 |
this.btnConstruction0104.Location = new System.Drawing.Point(919, 111);
|
|
5562 | 5561 |
this.btnConstruction0104.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5563 | 5562 |
this.btnConstruction0104.Name = "btnConstruction0104"; |
5564 |
this.btnConstruction0104.Size = new System.Drawing.Size(189, 30);
|
|
5563 |
this.btnConstruction0104.Size = new System.Drawing.Size(186, 30);
|
|
5565 | 5564 |
this.btnConstruction0104.TabIndex = 15; |
5566 | 5565 |
this.btnConstruction0104.UseVisualStyleBackColor = true; |
5567 | 5566 |
this.btnConstruction0104.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5575 | 5574 |
this.lblConstr02.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
5576 | 5575 |
this.lblConstr02.Location = new System.Drawing.Point(3, 180); |
5577 | 5576 |
this.lblConstr02.Name = "lblConstr02"; |
5578 |
this.lblConstr02.Size = new System.Drawing.Size(95, 36);
|
|
5577 |
this.lblConstr02.Size = new System.Drawing.Size(93, 36);
|
|
5579 | 5578 |
this.lblConstr02.TabIndex = 15; |
5580 | 5579 |
this.lblConstr02.Text = "毎回"; |
5581 | 5580 |
this.lblConstr02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
5583 | 5582 |
// btnConstruction0200 |
5584 | 5583 |
// |
5585 | 5584 |
this.btnConstruction0200.Dock = System.Windows.Forms.DockStyle.Fill; |
5586 |
this.btnConstruction0200.Location = new System.Drawing.Point(105, 183);
|
|
5585 |
this.btnConstruction0200.Location = new System.Drawing.Point(103, 183);
|
|
5587 | 5586 |
this.btnConstruction0200.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5588 | 5587 |
this.btnConstruction0200.Name = "btnConstruction0200"; |
5589 |
this.btnConstruction0200.Size = new System.Drawing.Size(183, 30);
|
|
5588 |
this.btnConstruction0200.Size = new System.Drawing.Size(180, 30);
|
|
5590 | 5589 |
this.btnConstruction0200.TabIndex = 15; |
5591 | 5590 |
this.btnConstruction0200.Text = "資材入力"; |
5592 | 5591 |
this.btnConstruction0200.UseVisualStyleBackColor = true; |
... | ... | |
5595 | 5594 |
// btnConstruction0201 |
5596 | 5595 |
// |
5597 | 5596 |
this.btnConstruction0201.Dock = System.Windows.Forms.DockStyle.Fill; |
5598 |
this.btnConstruction0201.Location = new System.Drawing.Point(312, 183);
|
|
5597 |
this.btnConstruction0201.Location = new System.Drawing.Point(307, 183);
|
|
5599 | 5598 |
this.btnConstruction0201.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5600 | 5599 |
this.btnConstruction0201.Name = "btnConstruction0201"; |
5601 |
this.btnConstruction0201.Size = new System.Drawing.Size(183, 30);
|
|
5600 |
this.btnConstruction0201.Size = new System.Drawing.Size(180, 30);
|
|
5602 | 5601 |
this.btnConstruction0201.TabIndex = 15; |
5603 | 5602 |
this.btnConstruction0201.Text = "資材貸出"; |
5604 | 5603 |
this.btnConstruction0201.UseVisualStyleBackColor = true; |
... | ... | |
5607 | 5606 |
// btnConstruction0202 |
5608 | 5607 |
// |
5609 | 5608 |
this.btnConstruction0202.Dock = System.Windows.Forms.DockStyle.Fill; |
5610 |
this.btnConstruction0202.Location = new System.Drawing.Point(519, 183);
|
|
5609 |
this.btnConstruction0202.Location = new System.Drawing.Point(511, 183);
|
|
5611 | 5610 |
this.btnConstruction0202.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5612 | 5611 |
this.btnConstruction0202.Name = "btnConstruction0202"; |
5613 |
this.btnConstruction0202.Size = new System.Drawing.Size(183, 30);
|
|
5612 |
this.btnConstruction0202.Size = new System.Drawing.Size(180, 30);
|
|
5614 | 5613 |
this.btnConstruction0202.TabIndex = 15; |
5615 | 5614 |
this.btnConstruction0202.Text = "資材返却"; |
5616 | 5615 |
this.btnConstruction0202.UseVisualStyleBackColor = true; |
... | ... | |
5619 | 5618 |
// btnConstruction0203 |
5620 | 5619 |
// |
5621 | 5620 |
this.btnConstruction0203.Dock = System.Windows.Forms.DockStyle.Fill; |
5622 |
this.btnConstruction0203.Location = new System.Drawing.Point(726, 183);
|
|
5621 |
this.btnConstruction0203.Location = new System.Drawing.Point(715, 183);
|
|
5623 | 5622 |
this.btnConstruction0203.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5624 | 5623 |
this.btnConstruction0203.Name = "btnConstruction0203"; |
5625 |
this.btnConstruction0203.Size = new System.Drawing.Size(183, 30);
|
|
5624 |
this.btnConstruction0203.Size = new System.Drawing.Size(180, 30);
|
|
5626 | 5625 |
this.btnConstruction0203.TabIndex = 15; |
5627 | 5626 |
this.btnConstruction0203.UseVisualStyleBackColor = true; |
5628 | 5627 |
this.btnConstruction0203.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5630 | 5629 |
// btnConstruction0204 |
5631 | 5630 |
// |
5632 | 5631 |
this.btnConstruction0204.Dock = System.Windows.Forms.DockStyle.Fill; |
5633 |
this.btnConstruction0204.Location = new System.Drawing.Point(933, 183);
|
|
5632 |
this.btnConstruction0204.Location = new System.Drawing.Point(919, 183);
|
|
5634 | 5633 |
this.btnConstruction0204.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5635 | 5634 |
this.btnConstruction0204.Name = "btnConstruction0204"; |
5636 |
this.btnConstruction0204.Size = new System.Drawing.Size(189, 30);
|
|
5635 |
this.btnConstruction0204.Size = new System.Drawing.Size(186, 30);
|
|
5637 | 5636 |
this.btnConstruction0204.TabIndex = 15; |
5638 | 5637 |
this.btnConstruction0204.UseVisualStyleBackColor = true; |
5639 | 5638 |
this.btnConstruction0204.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5647 | 5646 |
this.lblConstr03.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
5648 | 5647 |
this.lblConstr03.Location = new System.Drawing.Point(3, 324); |
5649 | 5648 |
this.lblConstr03.Name = "lblConstr03"; |
5650 |
this.lblConstr03.Size = new System.Drawing.Size(95, 36);
|
|
5649 |
this.lblConstr03.Size = new System.Drawing.Size(93, 36);
|
|
5651 | 5650 |
this.lblConstr03.TabIndex = 15; |
5652 | 5651 |
this.lblConstr03.Text = "着工前"; |
5653 | 5652 |
this.lblConstr03.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
5659 | 5658 |
| System.Windows.Forms.AnchorStyles.Right))); |
5660 | 5659 |
this.lblConstrTitle02.AutoSize = true; |
5661 | 5660 |
this.lblConstrTitle02.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
5662 |
this.lblConstrTitle02.Location = new System.Drawing.Point(104, 288);
|
|
5661 |
this.lblConstrTitle02.Location = new System.Drawing.Point(102, 288);
|
|
5663 | 5662 |
this.lblConstrTitle02.Name = "lblConstrTitle02"; |
5664 |
this.lblConstrTitle02.Size = new System.Drawing.Size(185, 36);
|
|
5663 |
this.lblConstrTitle02.Size = new System.Drawing.Size(182, 36);
|
|
5665 | 5664 |
this.lblConstrTitle02.TabIndex = 15; |
5666 | 5665 |
this.lblConstrTitle02.Text = "書類管理"; |
5667 | 5666 |
this.lblConstrTitle02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
5669 | 5668 |
// btnConstruction0300 |
5670 | 5669 |
// |
5671 | 5670 |
this.btnConstruction0300.Dock = System.Windows.Forms.DockStyle.Fill; |
5672 |
this.btnConstruction0300.Location = new System.Drawing.Point(105, 327);
|
|
5671 |
this.btnConstruction0300.Location = new System.Drawing.Point(103, 327);
|
|
5673 | 5672 |
this.btnConstruction0300.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5674 | 5673 |
this.btnConstruction0300.Name = "btnConstruction0300"; |
5675 |
this.btnConstruction0300.Size = new System.Drawing.Size(183, 30);
|
|
5674 |
this.btnConstruction0300.Size = new System.Drawing.Size(180, 30);
|
|
5676 | 5675 |
this.btnConstruction0300.TabIndex = 15; |
5677 | 5676 |
this.btnConstruction0300.Text = "工事予算書作成"; |
5678 | 5677 |
this.btnConstruction0300.UseVisualStyleBackColor = true; |
... | ... | |
5681 | 5680 |
// btnConstruction0301 |
5682 | 5681 |
// |
5683 | 5682 |
this.btnConstruction0301.Dock = System.Windows.Forms.DockStyle.Fill; |
5684 |
this.btnConstruction0301.Location = new System.Drawing.Point(312, 327);
|
|
5683 |
this.btnConstruction0301.Location = new System.Drawing.Point(307, 327);
|
|
5685 | 5684 |
this.btnConstruction0301.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5686 | 5685 |
this.btnConstruction0301.Name = "btnConstruction0301"; |
5687 |
this.btnConstruction0301.Size = new System.Drawing.Size(183, 30);
|
|
5686 |
this.btnConstruction0301.Size = new System.Drawing.Size(180, 30);
|
|
5688 | 5687 |
this.btnConstruction0301.TabIndex = 15; |
5689 | 5688 |
this.btnConstruction0301.Text = "工事予算書承認"; |
5690 | 5689 |
this.btnConstruction0301.UseVisualStyleBackColor = true; |
... | ... | |
5693 | 5692 |
// btnConstruction0302 |
5694 | 5693 |
// |
5695 | 5694 |
this.btnConstruction0302.Dock = System.Windows.Forms.DockStyle.Fill; |
5696 |
this.btnConstruction0302.Location = new System.Drawing.Point(519, 327);
|
|
5695 |
this.btnConstruction0302.Location = new System.Drawing.Point(511, 327);
|
|
5697 | 5696 |
this.btnConstruction0302.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5698 | 5697 |
this.btnConstruction0302.Name = "btnConstruction0302"; |
5699 |
this.btnConstruction0302.Size = new System.Drawing.Size(183, 30);
|
|
5698 |
this.btnConstruction0302.Size = new System.Drawing.Size(180, 30);
|
|
5700 | 5699 |
this.btnConstruction0302.TabIndex = 15; |
5701 | 5700 |
this.btnConstruction0302.UseVisualStyleBackColor = true; |
5702 | 5701 |
this.btnConstruction0302.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5704 | 5703 |
// btnConstruction0303 |
5705 | 5704 |
// |
5706 | 5705 |
this.btnConstruction0303.Dock = System.Windows.Forms.DockStyle.Fill; |
5707 |
this.btnConstruction0303.Location = new System.Drawing.Point(726, 327);
|
|
5706 |
this.btnConstruction0303.Location = new System.Drawing.Point(715, 327);
|
|
5708 | 5707 |
this.btnConstruction0303.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5709 | 5708 |
this.btnConstruction0303.Name = "btnConstruction0303"; |
5710 |
this.btnConstruction0303.Size = new System.Drawing.Size(183, 30);
|
|
5709 |
this.btnConstruction0303.Size = new System.Drawing.Size(180, 30);
|
|
5711 | 5710 |
this.btnConstruction0303.TabIndex = 15; |
5712 | 5711 |
this.btnConstruction0303.UseVisualStyleBackColor = true; |
5713 | 5712 |
this.btnConstruction0303.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5715 | 5714 |
// btnConstruction0304 |
5716 | 5715 |
// |
5717 | 5716 |
this.btnConstruction0304.Dock = System.Windows.Forms.DockStyle.Fill; |
5718 |
this.btnConstruction0304.Location = new System.Drawing.Point(933, 327);
|
|
5717 |
this.btnConstruction0304.Location = new System.Drawing.Point(919, 327);
|
|
5719 | 5718 |
this.btnConstruction0304.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5720 | 5719 |
this.btnConstruction0304.Name = "btnConstruction0304"; |
5721 |
this.btnConstruction0304.Size = new System.Drawing.Size(189, 30);
|
|
5720 |
this.btnConstruction0304.Size = new System.Drawing.Size(186, 30);
|
|
5722 | 5721 |
this.btnConstruction0304.TabIndex = 15; |
5723 | 5722 |
this.btnConstruction0304.UseVisualStyleBackColor = true; |
5724 | 5723 |
this.btnConstruction0304.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5732 | 5731 |
this.lblConstr04.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
5733 | 5732 |
this.lblConstr04.Location = new System.Drawing.Point(3, 396); |
5734 | 5733 |
this.lblConstr04.Name = "lblConstr04"; |
5735 |
this.lblConstr04.Size = new System.Drawing.Size(95, 36);
|
|
5734 |
this.lblConstr04.Size = new System.Drawing.Size(93, 36);
|
|
5736 | 5735 |
this.lblConstr04.TabIndex = 15; |
5737 | 5736 |
this.lblConstr04.Text = "着工前"; |
5738 | 5737 |
this.lblConstr04.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
5740 | 5739 |
// btnConstruction0400 |
5741 | 5740 |
// |
5742 | 5741 |
this.btnConstruction0400.Dock = System.Windows.Forms.DockStyle.Fill; |
5743 |
this.btnConstruction0400.Location = new System.Drawing.Point(105, 399);
|
|
5742 |
this.btnConstruction0400.Location = new System.Drawing.Point(103, 399);
|
|
5744 | 5743 |
this.btnConstruction0400.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5745 | 5744 |
this.btnConstruction0400.Name = "btnConstruction0400"; |
5746 |
this.btnConstruction0400.Size = new System.Drawing.Size(183, 30);
|
|
5745 |
this.btnConstruction0400.Size = new System.Drawing.Size(180, 30);
|
|
5747 | 5746 |
this.btnConstruction0400.TabIndex = 15; |
5748 | 5747 |
this.btnConstruction0400.Text = "注文書作成"; |
5749 | 5748 |
this.btnConstruction0400.UseVisualStyleBackColor = true; |
... | ... | |
5752 | 5751 |
// btnConstruction0401 |
5753 | 5752 |
// |
5754 | 5753 |
this.btnConstruction0401.Dock = System.Windows.Forms.DockStyle.Fill; |
5755 |
this.btnConstruction0401.Location = new System.Drawing.Point(312, 399);
|
|
5754 |
this.btnConstruction0401.Location = new System.Drawing.Point(307, 399);
|
|
5756 | 5755 |
this.btnConstruction0401.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5757 | 5756 |
this.btnConstruction0401.Name = "btnConstruction0401"; |
5758 |
this.btnConstruction0401.Size = new System.Drawing.Size(183, 30);
|
|
5757 |
this.btnConstruction0401.Size = new System.Drawing.Size(180, 30);
|
|
5759 | 5758 |
this.btnConstruction0401.TabIndex = 15; |
5760 | 5759 |
this.btnConstruction0401.Text = "注文書承認"; |
5761 | 5760 |
this.btnConstruction0401.UseVisualStyleBackColor = true; |
... | ... | |
5764 | 5763 |
// btnConstruction0402 |
5765 | 5764 |
// |
5766 | 5765 |
this.btnConstruction0402.Dock = System.Windows.Forms.DockStyle.Fill; |
5767 |
this.btnConstruction0402.Location = new System.Drawing.Point(519, 399);
|
|
5766 |
this.btnConstruction0402.Location = new System.Drawing.Point(511, 399);
|
|
5768 | 5767 |
this.btnConstruction0402.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5769 | 5768 |
this.btnConstruction0402.Name = "btnConstruction0402"; |
5770 |
this.btnConstruction0402.Size = new System.Drawing.Size(183, 30);
|
|
5769 |
this.btnConstruction0402.Size = new System.Drawing.Size(180, 30);
|
|
5771 | 5770 |
this.btnConstruction0402.TabIndex = 15; |
5772 | 5771 |
this.btnConstruction0402.Text = "注文書印刷"; |
5773 | 5772 |
this.btnConstruction0402.UseVisualStyleBackColor = true; |
... | ... | |
5776 | 5775 |
// btnConstruction0403 |
5777 | 5776 |
// |
5778 | 5777 |
this.btnConstruction0403.Dock = System.Windows.Forms.DockStyle.Fill; |
5779 |
this.btnConstruction0403.Location = new System.Drawing.Point(726, 399);
|
|
5778 |
this.btnConstruction0403.Location = new System.Drawing.Point(715, 399);
|
|
5780 | 5779 |
this.btnConstruction0403.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5781 | 5780 |
this.btnConstruction0403.Name = "btnConstruction0403"; |
5782 |
this.btnConstruction0403.Size = new System.Drawing.Size(183, 30);
|
|
5781 |
this.btnConstruction0403.Size = new System.Drawing.Size(180, 30);
|
|
5783 | 5782 |
this.btnConstruction0403.TabIndex = 15; |
5784 | 5783 |
this.btnConstruction0403.Text = "注文書状況確認"; |
5785 | 5784 |
this.btnConstruction0403.UseVisualStyleBackColor = true; |
... | ... | |
5788 | 5787 |
// btnConstruction0404 |
5789 | 5788 |
// |
5790 | 5789 |
this.btnConstruction0404.Dock = System.Windows.Forms.DockStyle.Fill; |
5791 |
this.btnConstruction0404.Location = new System.Drawing.Point(933, 399);
|
|
5790 |
this.btnConstruction0404.Location = new System.Drawing.Point(919, 399);
|
|
5792 | 5791 |
this.btnConstruction0404.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5793 | 5792 |
this.btnConstruction0404.Name = "btnConstruction0404"; |
5794 |
this.btnConstruction0404.Size = new System.Drawing.Size(189, 30);
|
|
5793 |
this.btnConstruction0404.Size = new System.Drawing.Size(186, 30);
|
|
5795 | 5794 |
this.btnConstruction0404.TabIndex = 15; |
5796 | 5795 |
this.btnConstruction0404.UseVisualStyleBackColor = true; |
5797 | 5796 |
this.btnConstruction0404.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5805 | 5804 |
this.lblConstr05.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
5806 | 5805 |
this.lblConstr05.Location = new System.Drawing.Point(3, 468); |
5807 | 5806 |
this.lblConstr05.Name = "lblConstr05"; |
5808 |
this.lblConstr05.Size = new System.Drawing.Size(95, 36);
|
|
5807 |
this.lblConstr05.Size = new System.Drawing.Size(93, 36);
|
|
5809 | 5808 |
this.lblConstr05.TabIndex = 15; |
5810 | 5809 |
this.lblConstr05.Text = "着工前"; |
5811 | 5810 |
this.lblConstr05.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
5813 | 5812 |
// btnConstruction0500 |
5814 | 5813 |
// |
5815 | 5814 |
this.btnConstruction0500.Dock = System.Windows.Forms.DockStyle.Fill; |
5816 |
this.btnConstruction0500.Location = new System.Drawing.Point(105, 471);
|
|
5815 |
this.btnConstruction0500.Location = new System.Drawing.Point(103, 471);
|
|
5817 | 5816 |
this.btnConstruction0500.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5818 | 5817 |
this.btnConstruction0500.Name = "btnConstruction0500"; |
5819 |
this.btnConstruction0500.Size = new System.Drawing.Size(183, 30);
|
|
5818 |
this.btnConstruction0500.Size = new System.Drawing.Size(180, 30);
|
|
5820 | 5819 |
this.btnConstruction0500.TabIndex = 15; |
5821 | 5820 |
this.btnConstruction0500.Text = "工程表作成・印刷"; |
5822 | 5821 |
this.btnConstruction0500.UseVisualStyleBackColor = true; |
... | ... | |
5825 | 5824 |
// btnConstruction0501 |
5826 | 5825 |
// |
5827 | 5826 |
this.btnConstruction0501.Dock = System.Windows.Forms.DockStyle.Fill; |
5828 |
this.btnConstruction0501.Location = new System.Drawing.Point(312, 471);
|
|
5827 |
this.btnConstruction0501.Location = new System.Drawing.Point(307, 471);
|
|
5829 | 5828 |
this.btnConstruction0501.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5830 | 5829 |
this.btnConstruction0501.Name = "btnConstruction0501"; |
5831 |
this.btnConstruction0501.Size = new System.Drawing.Size(183, 30);
|
|
5830 |
this.btnConstruction0501.Size = new System.Drawing.Size(180, 30);
|
|
5832 | 5831 |
this.btnConstruction0501.TabIndex = 15; |
5833 | 5832 |
this.btnConstruction0501.Text = "施工計画書作成・印刷"; |
5834 | 5833 |
this.btnConstruction0501.UseVisualStyleBackColor = true; |
... | ... | |
5837 | 5836 |
// btnConstruction0502 |
5838 | 5837 |
// |
5839 | 5838 |
this.btnConstruction0502.Dock = System.Windows.Forms.DockStyle.Fill; |
5840 |
this.btnConstruction0502.Location = new System.Drawing.Point(519, 471);
|
|
5839 |
this.btnConstruction0502.Location = new System.Drawing.Point(511, 471);
|
|
5841 | 5840 |
this.btnConstruction0502.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5842 | 5841 |
this.btnConstruction0502.Name = "btnConstruction0502"; |
5843 |
this.btnConstruction0502.Size = new System.Drawing.Size(183, 30);
|
|
5842 |
this.btnConstruction0502.Size = new System.Drawing.Size(180, 30);
|
|
5844 | 5843 |
this.btnConstruction0502.TabIndex = 15; |
5845 | 5844 |
this.btnConstruction0502.Text = "施工体制台帳作成・印刷"; |
5846 | 5845 |
this.btnConstruction0502.UseVisualStyleBackColor = true; |
... | ... | |
5849 | 5848 |
// btnConstruction0503 |
5850 | 5849 |
// |
5851 | 5850 |
this.btnConstruction0503.Dock = System.Windows.Forms.DockStyle.Fill; |
5852 |
this.btnConstruction0503.Location = new System.Drawing.Point(726, 471);
|
|
5851 |
this.btnConstruction0503.Location = new System.Drawing.Point(715, 471);
|
|
5853 | 5852 |
this.btnConstruction0503.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5854 | 5853 |
this.btnConstruction0503.Name = "btnConstruction0503"; |
5855 |
this.btnConstruction0503.Size = new System.Drawing.Size(183, 30);
|
|
5854 |
this.btnConstruction0503.Size = new System.Drawing.Size(180, 30);
|
|
5856 | 5855 |
this.btnConstruction0503.TabIndex = 15; |
5857 | 5856 |
this.btnConstruction0503.UseVisualStyleBackColor = true; |
5858 | 5857 |
this.btnConstruction0503.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5860 | 5859 |
// btnConstruction0504 |
5861 | 5860 |
// |
5862 | 5861 |
this.btnConstruction0504.Dock = System.Windows.Forms.DockStyle.Fill; |
5863 |
this.btnConstruction0504.Location = new System.Drawing.Point(933, 471);
|
|
5862 |
this.btnConstruction0504.Location = new System.Drawing.Point(919, 471);
|
|
5864 | 5863 |
this.btnConstruction0504.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5865 | 5864 |
this.btnConstruction0504.Name = "btnConstruction0504"; |
5866 |
this.btnConstruction0504.Size = new System.Drawing.Size(189, 30);
|
|
5865 |
this.btnConstruction0504.Size = new System.Drawing.Size(186, 30);
|
|
5867 | 5866 |
this.btnConstruction0504.TabIndex = 15; |
5868 | 5867 |
this.btnConstruction0504.UseVisualStyleBackColor = true; |
5869 | 5868 |
this.btnConstruction0504.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5877 | 5876 |
this.lblConstr06.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
5878 | 5877 |
this.lblConstr06.Location = new System.Drawing.Point(3, 540); |
5879 | 5878 |
this.lblConstr06.Name = "lblConstr06"; |
5880 |
this.lblConstr06.Size = new System.Drawing.Size(95, 36);
|
|
5879 |
this.lblConstr06.Size = new System.Drawing.Size(93, 36);
|
|
5881 | 5880 |
this.lblConstr06.TabIndex = 15; |
5882 | 5881 |
this.lblConstr06.Text = "着工前・中"; |
5883 | 5882 |
this.lblConstr06.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
5885 | 5884 |
// btnConstruction0600 |
5886 | 5885 |
// |
5887 | 5886 |
this.btnConstruction0600.Dock = System.Windows.Forms.DockStyle.Fill; |
5888 |
this.btnConstruction0600.Location = new System.Drawing.Point(105, 543);
|
|
5887 |
this.btnConstruction0600.Location = new System.Drawing.Point(103, 543);
|
|
5889 | 5888 |
this.btnConstruction0600.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5890 | 5889 |
this.btnConstruction0600.Name = "btnConstruction0600"; |
5891 |
this.btnConstruction0600.Size = new System.Drawing.Size(183, 30);
|
|
5890 |
this.btnConstruction0600.Size = new System.Drawing.Size(180, 30);
|
|
5892 | 5891 |
this.btnConstruction0600.TabIndex = 15; |
5893 | 5892 |
this.btnConstruction0600.Text = "工事施工図承諾願い"; |
5894 | 5893 |
this.btnConstruction0600.UseVisualStyleBackColor = true; |
... | ... | |
5897 | 5896 |
// btnConstruction0601 |
5898 | 5897 |
// |
5899 | 5898 |
this.btnConstruction0601.Dock = System.Windows.Forms.DockStyle.Fill; |
5900 |
this.btnConstruction0601.Location = new System.Drawing.Point(312, 543);
|
|
5899 |
this.btnConstruction0601.Location = new System.Drawing.Point(307, 543);
|
|
5901 | 5900 |
this.btnConstruction0601.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5902 | 5901 |
this.btnConstruction0601.Name = "btnConstruction0601"; |
5903 |
this.btnConstruction0601.Size = new System.Drawing.Size(183, 30);
|
|
5902 |
this.btnConstruction0601.Size = new System.Drawing.Size(180, 30);
|
|
5904 | 5903 |
this.btnConstruction0601.TabIndex = 15; |
5905 | 5904 |
this.btnConstruction0601.Text = "工事使用材料承諾願い"; |
5906 | 5905 |
this.btnConstruction0601.UseVisualStyleBackColor = true; |
... | ... | |
5909 | 5908 |
// btnConstruction0602 |
5910 | 5909 |
// |
5911 | 5910 |
this.btnConstruction0602.Dock = System.Windows.Forms.DockStyle.Fill; |
5912 |
this.btnConstruction0602.Location = new System.Drawing.Point(519, 543);
|
|
5911 |
this.btnConstruction0602.Location = new System.Drawing.Point(511, 543);
|
|
5913 | 5912 |
this.btnConstruction0602.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5914 | 5913 |
this.btnConstruction0602.Name = "btnConstruction0602"; |
5915 |
this.btnConstruction0602.Size = new System.Drawing.Size(183, 30);
|
|
5914 |
this.btnConstruction0602.Size = new System.Drawing.Size(180, 30);
|
|
5916 | 5915 |
this.btnConstruction0602.TabIndex = 15; |
5917 | 5916 |
this.btnConstruction0602.Text = "安全パトロール申請"; |
5918 | 5917 |
this.btnConstruction0602.UseVisualStyleBackColor = true; |
... | ... | |
5921 | 5920 |
// btnConstruction0603 |
5922 | 5921 |
// |
5923 | 5922 |
this.btnConstruction0603.Dock = System.Windows.Forms.DockStyle.Fill; |
5924 |
this.btnConstruction0603.Location = new System.Drawing.Point(726, 543);
|
|
5923 |
this.btnConstruction0603.Location = new System.Drawing.Point(715, 543);
|
|
5925 | 5924 |
this.btnConstruction0603.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5926 | 5925 |
this.btnConstruction0603.Name = "btnConstruction0603"; |
5927 |
this.btnConstruction0603.Size = new System.Drawing.Size(183, 30);
|
|
5926 |
this.btnConstruction0603.Size = new System.Drawing.Size(180, 30);
|
|
5928 | 5927 |
this.btnConstruction0603.TabIndex = 15; |
5929 | 5928 |
this.btnConstruction0603.Text = "社内検査申請"; |
5930 | 5929 |
this.btnConstruction0603.UseVisualStyleBackColor = true; |
... | ... | |
5933 | 5932 |
// btnConstruction0604 |
5934 | 5933 |
// |
5935 | 5934 |
this.btnConstruction0604.Dock = System.Windows.Forms.DockStyle.Fill; |
5936 |
this.btnConstruction0604.Location = new System.Drawing.Point(933, 543);
|
|
5935 |
this.btnConstruction0604.Location = new System.Drawing.Point(919, 543);
|
|
5937 | 5936 |
this.btnConstruction0604.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5938 | 5937 |
this.btnConstruction0604.Name = "btnConstruction0604"; |
5939 |
this.btnConstruction0604.Size = new System.Drawing.Size(189, 30);
|
|
5938 |
this.btnConstruction0604.Size = new System.Drawing.Size(186, 30);
|
|
5940 | 5939 |
this.btnConstruction0604.TabIndex = 15; |
5941 | 5940 |
this.btnConstruction0604.UseVisualStyleBackColor = true; |
5942 | 5941 |
this.btnConstruction0604.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5944 | 5943 |
// btnConstruction0700 |
5945 | 5944 |
// |
5946 | 5945 |
this.btnConstruction0700.Dock = System.Windows.Forms.DockStyle.Fill; |
5947 |
this.btnConstruction0700.Location = new System.Drawing.Point(105, 615);
|
|
5946 |
this.btnConstruction0700.Location = new System.Drawing.Point(103, 615);
|
|
5948 | 5947 |
this.btnConstruction0700.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5949 | 5948 |
this.btnConstruction0700.Name = "btnConstruction0700"; |
5950 |
this.btnConstruction0700.Size = new System.Drawing.Size(183, 30);
|
|
5949 |
this.btnConstruction0700.Size = new System.Drawing.Size(180, 30);
|
|
5951 | 5950 |
this.btnConstruction0700.TabIndex = 15; |
5952 | 5951 |
this.btnConstruction0700.UseVisualStyleBackColor = true; |
5953 | 5952 |
this.btnConstruction0700.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5955 | 5954 |
// btnConstruction0701 |
5956 | 5955 |
// |
5957 | 5956 |
this.btnConstruction0701.Dock = System.Windows.Forms.DockStyle.Fill; |
5958 |
this.btnConstruction0701.Location = new System.Drawing.Point(312, 615);
|
|
5957 |
this.btnConstruction0701.Location = new System.Drawing.Point(307, 615);
|
|
5959 | 5958 |
this.btnConstruction0701.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5960 | 5959 |
this.btnConstruction0701.Name = "btnConstruction0701"; |
5961 |
this.btnConstruction0701.Size = new System.Drawing.Size(183, 30);
|
|
5960 |
this.btnConstruction0701.Size = new System.Drawing.Size(180, 30);
|
|
5962 | 5961 |
this.btnConstruction0701.TabIndex = 15; |
5963 | 5962 |
this.btnConstruction0701.UseVisualStyleBackColor = true; |
5964 | 5963 |
this.btnConstruction0701.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5966 | 5965 |
// btnConstruction0702 |
5967 | 5966 |
// |
5968 | 5967 |
this.btnConstruction0702.Dock = System.Windows.Forms.DockStyle.Fill; |
5969 |
this.btnConstruction0702.Location = new System.Drawing.Point(519, 615);
|
|
5968 |
this.btnConstruction0702.Location = new System.Drawing.Point(511, 615);
|
|
5970 | 5969 |
this.btnConstruction0702.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5971 | 5970 |
this.btnConstruction0702.Name = "btnConstruction0702"; |
5972 |
this.btnConstruction0702.Size = new System.Drawing.Size(183, 30);
|
|
5971 |
this.btnConstruction0702.Size = new System.Drawing.Size(180, 30);
|
|
5973 | 5972 |
this.btnConstruction0702.TabIndex = 15; |
5974 | 5973 |
this.btnConstruction0702.UseVisualStyleBackColor = true; |
5975 | 5974 |
this.btnConstruction0702.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5977 | 5976 |
// btnConstruction0703 |
5978 | 5977 |
// |
5979 | 5978 |
this.btnConstruction0703.Dock = System.Windows.Forms.DockStyle.Fill; |
5980 |
this.btnConstruction0703.Location = new System.Drawing.Point(726, 615);
|
|
5979 |
this.btnConstruction0703.Location = new System.Drawing.Point(715, 615);
|
|
5981 | 5980 |
this.btnConstruction0703.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5982 | 5981 |
this.btnConstruction0703.Name = "btnConstruction0703"; |
5983 |
this.btnConstruction0703.Size = new System.Drawing.Size(183, 30);
|
|
5982 |
this.btnConstruction0703.Size = new System.Drawing.Size(180, 30);
|
|
5984 | 5983 |
this.btnConstruction0703.TabIndex = 15; |
5985 | 5984 |
this.btnConstruction0703.UseVisualStyleBackColor = true; |
5986 | 5985 |
this.btnConstruction0703.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
5988 | 5987 |
// btnConstruction0704 |
5989 | 5988 |
// |
5990 | 5989 |
this.btnConstruction0704.Dock = System.Windows.Forms.DockStyle.Fill; |
5991 |
this.btnConstruction0704.Location = new System.Drawing.Point(933, 615);
|
|
5990 |
this.btnConstruction0704.Location = new System.Drawing.Point(919, 615);
|
|
5992 | 5991 |
this.btnConstruction0704.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
5993 | 5992 |
this.btnConstruction0704.Name = "btnConstruction0704"; |
5994 |
this.btnConstruction0704.Size = new System.Drawing.Size(189, 30);
|
|
5993 |
this.btnConstruction0704.Size = new System.Drawing.Size(186, 30);
|
|
5995 | 5994 |
this.btnConstruction0704.TabIndex = 15; |
5996 | 5995 |
this.btnConstruction0704.UseVisualStyleBackColor = true; |
5997 | 5996 |
this.btnConstruction0704.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
6005 | 6004 |
this.lblConstr08.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
6006 | 6005 |
this.lblConstr08.Location = new System.Drawing.Point(3, 684); |
6007 | 6006 |
this.lblConstr08.Name = "lblConstr08"; |
6008 |
this.lblConstr08.Size = new System.Drawing.Size(95, 36);
|
|
6007 |
this.lblConstr08.Size = new System.Drawing.Size(93, 36);
|
|
6009 | 6008 |
this.lblConstr08.TabIndex = 15; |
6010 | 6009 |
this.lblConstr08.Text = "着工中\r\n・完了後"; |
6011 | 6010 |
this.lblConstr08.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
... | ... | |
6013 | 6012 |
// btnConstruction0800 |
6014 | 6013 |
// |
6015 | 6014 |
this.btnConstruction0800.Dock = System.Windows.Forms.DockStyle.Fill; |
6016 |
this.btnConstruction0800.Location = new System.Drawing.Point(105, 687);
|
|
6015 |
this.btnConstruction0800.Location = new System.Drawing.Point(103, 687);
|
|
6017 | 6016 |
this.btnConstruction0800.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
6018 | 6017 |
this.btnConstruction0800.Name = "btnConstruction0800"; |
6019 |
this.btnConstruction0800.Size = new System.Drawing.Size(183, 30);
|
|
6018 |
this.btnConstruction0800.Size = new System.Drawing.Size(180, 30);
|
|
6020 | 6019 |
this.btnConstruction0800.TabIndex = 15; |
6021 | 6020 |
this.btnConstruction0800.Text = "完成図書作成・印刷"; |
6022 | 6021 |
this.btnConstruction0800.UseVisualStyleBackColor = true; |
... | ... | |
6025 | 6024 |
// btnConstruction0801 |
6026 | 6025 |
// |
6027 | 6026 |
this.btnConstruction0801.Dock = System.Windows.Forms.DockStyle.Fill; |
6028 |
this.btnConstruction0801.Location = new System.Drawing.Point(312, 687);
|
|
6027 |
this.btnConstruction0801.Location = new System.Drawing.Point(307, 687);
|
|
6029 | 6028 |
this.btnConstruction0801.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); |
6030 | 6029 |
this.btnConstruction0801.Name = "btnConstruction0801"; |
6031 |
this.btnConstruction0801.Size = new System.Drawing.Size(183, 30);
|
|
6030 |
this.btnConstruction0801.Size = new System.Drawing.Size(180, 30);
|
|
6032 | 6031 |
this.btnConstruction0801.TabIndex = 15; |
6033 | 6032 |
this.btnConstruction0801.UseVisualStyleBackColor = true; |
6034 | 6033 |
this.btnConstruction0801.Click += new System.EventHandler(this.btnConstruction_Click); |
... | ... | |
6036 | 6035 |
// btnConstruction0802 |
他の形式にエクスポート: Unified diff