リビジョン 165
部署まとめ・未作成台帳一覧グリッド選択方法をRowSelectよりCellSelectへ変更
| branches/src/ProcessManagement/ProcessManagement/Common/CommonVersion.cs | ||
|---|---|---|
| 14 | 14 |
/// <summary> |
| 15 | 15 |
/// 本体バージョン |
| 16 | 16 |
/// </summary> |
| 17 |
public static int s_SystemVersion = 38;
|
|
| 17 |
public static int s_SystemVersion = 39;
|
|
| 18 | 18 |
|
| 19 | 19 |
/// <summary> |
| 20 | 20 |
/// コピー・環境バージョン |
| branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/DepExpenssList/FrmDepExpenssList.designer.cs | ||
|---|---|---|
| 705 | 705 |
this.dgvMaster.RowHeadersWidth = 20; |
| 706 | 706 |
this.dgvMaster.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; |
| 707 | 707 |
this.dgvMaster.RowTemplate.Height = 21; |
| 708 |
this.dgvMaster.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
| 708 |
this.dgvMaster.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
| 709 | 709 |
this.dgvMaster.Size = new System.Drawing.Size(1330, 446); |
| 710 | 710 |
this.dgvMaster.TabIndex = 5; |
| 711 | 711 |
this.dgvMaster.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMaster_CellDoubleClick); |
| branches/src/ProcessManagement/ProcessManagement/Forms/SubForms/FrmPriceOfBudget.Designer.cs | ||
|---|---|---|
| 258 | 258 |
this.dgvMain.RowHeadersWidth = 20; |
| 259 | 259 |
this.dgvMain.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; |
| 260 | 260 |
this.dgvMain.RowTemplate.Height = 21; |
| 261 |
this.dgvMain.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
| 261 |
this.dgvMain.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
| 262 | 262 |
this.dgvMain.Size = new System.Drawing.Size(1000, 496); |
| 263 | 263 |
this.dgvMain.TabIndex = 52; |
| 264 | 264 |
this.dgvMain.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMain_CellDoubleClick); |
| branches/src/ProcessManagement/ProcessManagement/Properties/AssemblyInfo.cs | ||
|---|---|---|
| 32 | 32 |
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を |
| 33 | 33 |
// 既定値にすることができます: |
| 34 | 34 |
// [assembly: AssemblyVersion("1.0.*")]
|
| 35 |
[assembly: AssemblyVersion("1.0.0.38")]
|
|
| 36 |
[assembly: AssemblyFileVersion("1.0.0.38")]
|
|
| 35 |
[assembly: AssemblyVersion("1.0.0.39")]
|
|
| 36 |
[assembly: AssemblyFileVersion("1.0.0.39")]
|
|
| 37 | 37 |
// Log4netを使用する |
| 38 | 38 |
[assembly: log4net.Config.XmlConfigurator(ConfigFile = @"log4net.config", Watch = true)] |
他の形式にエクスポート: Unified diff