popupWindow.setAnimationStyle(R.style.popupAnimation);
//// confirmButton = (Button) popupWindowView
//// .findViewById(R.id.confirmButton);
//// confirmButton.setOnClickListener(new OnClickListener() {
//// @Override
//// public void onClick(View view) {
//// popupWindow.dismiss();
//// }
//// });
// cancleButton = (Button) popupWindowView
// .findViewById(R.id.cancleButton);
// cancleButton.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// popupWindow.dismiss();
// }
// });
// TextView tvO1 = (TextView) popupWindowView.findViewById(R.id.tvOne);
// tvO1.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("国网电卡");
// popupWindow.dismiss();
// }
// });
// TextView tvT2 = (TextView) popupWindowView.findViewById(R.id.tvTwo);
// tvT2.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("普天电卡");
// popupWindow.dismiss();
// }
// });
// TextView tvTh3 = (TextView) popupWindowView.findViewById(R.id.tvThree);
// tvTh3.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("特来电APP");
// popupWindow.dismiss();
// }
// });
// TextView tvF4 = (TextView) popupWindowView.findViewById(R.id.tvFour);
// tvF4.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("现金");
// popupWindow.dismiss();
// }
// });
// tvFi = (TextView) popupWindowView.findViewById(R.id.tvFive);
// tvFi.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("其他");
// popupWindow.dismiss();
// }
// });
// TextView tvF6 = (TextView) popupWindowView.findViewById(R.id.tvSix);
// tvF6.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("4S店电卡");
// popupWindow.dismiss();
// }
// });
// TextView tvF7 = (TextView) popupWindowView.findViewById(R.id.tvSeven);
// tvF7.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("小易充电");
// popupWindow.dismiss();
// }
// });
// TextView tvF8 = (TextView) popupWindowView.findViewById(R.id.tvEight);
// tvF8.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("国网高速公路专用卡");
// popupWindow.dismiss();
// }
// });
// TextView tvXingXing = (TextView) popupWindowView.findViewById(R.id.tvXingXing);
// tvXingXing.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// Log.e("!!!","点击");
// costWay.setText("星星充电APP");
// popupWindow.dismiss();
//
// }
// });
//
//
// TextView tvJuDian = (TextView) popupWindowView.findViewById(R.id.tvJuDian);
// tvJuDian.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View v) {
// Log.e("!!!","点击");
// costWay.setText("聚电桩APP");
// popupWindow.dismiss();
// }
// });
// TextView tvEv = (TextView) popupWindowView.findViewById(R.id.tvev);
// tvEv.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("EVCARD电卡");
// popupWindow.dismiss();
//
// }
// });
//
// TextView tvyi = (TextView) popupWindowView.findViewById(R.id.tvYiChong);
// tvyi.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// costWay.setText("易充卡");
// popupWindow.dismiss();
//
// }
// });
// popupWindow.showAtLocation(cancleButton, Gravity.CENTER, 0, 0);
break;
// case R.id.iv_back:
// finish();
// break;
case R.id.share_next:
case R.id.share_next: // 立即提交
if (et_share_address.getText().toString().equals("")) {
Toast.makeText(this, "请选择充电站地址", Toast.LENGTH_SHORT).show();
} else if (zhanName.getText().toString().equals("")) {
@ -775,12 +594,16 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
Toast.makeText(this, "请填写桩数量", Toast.LENGTH_SHORT).show();
} else if (chargeCost.getText().toString().equals("")) {
Toast.makeText(this, "请填写充电费", Toast.LENGTH_SHORT).show();
} else if (chargeCostWay.getText().toString().equals("")) {
Toast.makeText(this, "请填写收费方式", Toast.LENGTH_SHORT).show();
} else if (et_serviceCost.getText().toString().equals("")) {
Toast.makeText(this, "请填写服务费", Toast.LENGTH_SHORT).show();
} else if (parkCost.getText().toString().equals("")) {
Toast.makeText(this, "请填写停车费", Toast.LENGTH_SHORT).show();
} else if (costWay.getText().toString().equals("")) {
Toast.makeText(this, "请选择运营商", Toast.LENGTH_SHORT).show();
} else if (telephone.getText().toString().equals("")) {
Toast.makeText(this, "请填写运营商电话", Toast.LENGTH_SHORT).show();
} else if (Bimp.tempSelectBitmap.size() == 0) {
Toast.makeText(this, "请上传图片", Toast.LENGTH_SHORT).show();
} else {
@ -800,210 +623,18 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
new Thread(new Runnable() {
@Override
public void run() {
// submitShareTwo();
try {
shite("");
} catch (Exception e) {
e.printStackTrace();
}
// uploadFile();
}
}).start();
}
// if (!zhanName.getText().toString().equals("") && !fastNum.getText().toString().equals("") && !slowNum.getText().toString().equals("")
// && !chargeCost.getText().toString().equals("") && !costWay.getText().toString().equals("请选择支付方式")
// && !parkCost.getText().toString().equals("") && !et_share_address.getText().toString().equals("")
// && !et_serviceCost.getText().toString().equals("")) {
// createDialog();
// new Thread(new Runnable() {
// @Override
// public void run() {
//// submitShareTwo();
//
// try {
//
// shite("");
//
//
// } catch (Exception e) {
// e.printStackTrace();
// }
//
//// uploadFile();
// }
// }).start();
// }else{
// Toast.makeText(ShareTwoActivity.this,"请确认必填项是否全部填写",Toast.LENGTH_SHORT).show();
// }
break;
// case R.id.rl_open_object:
// LayoutInflater inflater1 = (LayoutInflater) getSystemService(LAYOUT_INFLATER_SERVICE);
// popupWindowView = inflater1.inflate(R.layout.popupwindow_open, null);
// popupWindow = new PopupWindow(popupWindowView,
// ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT,
// true);
// popupWindow.setBackgroundDrawable(new BitmapDrawable());
// // 设置PopupWindow的弹出和消失效果
// popupWindow.setAnimationStyle(R.style.popupAnimation);
//// confirmButton = (Button) popupWindowView
//// .findViewById(R.id.confirmButton);
//// confirmButton.setOnClickListener(new View.OnClickListener() {
//// @Override
//// public void onClick(View view) {
//// Toast.makeText(ShareTwoActivity.this, "YES", Toast.LENGTH_SHORT).show();
//// popupWindow.dismiss();
//// }
//// });
// cancleButton = (Button) popupWindowView
// .findViewById(R.id.cancleButton);
// cancleButton.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
//// Toast.makeText(ShareTwoActivity.this, "NO", Toast.LENGTH_SHORT).show();
// popupWindow.dismiss();
// }
// });
// TextView tvOne1 = (TextView) popupWindowView.findViewById(R.id.tvOne);
// tvOne1.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// et_open_object.setText("开放");
// popupWindow.dismiss();
// }
// });
// TextView tvTwo1 = (TextView) popupWindowView.findViewById(R.id.tvTwo);
// tvTwo1.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// et_open_object.setText("对内开放");
// popupWindow.dismiss();
// }
// });
// popupWindow.showAtLocation(cancleButton, Gravity.CENTER, 0, 0);
// break;
// case R.id.rl_charge_cost_style:
// LayoutInflater inflater = (LayoutInflater) getSystemService(LAYOUT_INFLATER_SERVICE);
// popupWindowView = inflater.inflate(R.layout.popupwindow_cost, null);
// popupWindow = new PopupWindow(popupWindowView,
// ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT,
// true);
// popupWindow.setBackgroundDrawable(new BitmapDrawable());
// // 设置PopupWindow的弹出和消失效果
// popupWindow.setAnimationStyle(R.style.popupAnimation);
//// confirmButton = (Button) popupWindowView
// .findViewById(R.id.confirmButton);
// confirmButton.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// Toast.makeText(ShareTwoActivity.this, "YES", Toast.LENGTH_SHORT).show();
// popupWindow.dismiss();
// }
// });
// cancleButton = (Button) popupWindowView
// .findViewById(R.id.cancleButton);
// cancleButton.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
//// Toast.makeText(ShareTwoActivity.this, "NO", Toast.LENGTH_SHORT).show();
// popupWindow.dismiss();
// }
// });
// tvOne = (TextView) popupWindowView.findViewById(R.id.tvOne);
// tvOne.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// et_style.setText("北京国家电网充电卡");
// popupWindow.dismiss();
// }
// });
// tvTwo = (TextView) popupWindowView.findViewById(R.id.tvTwo);
// tvTwo.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// et_style.setText("北京富电科技充电卡");
// popupWindow.dismiss();
// }
// });
// tvThree = (TextView) popupWindowView.findViewById(R.id.tvThree);
// tvThree.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// et_style.setText("北京普天新能源充电卡");
// popupWindow.dismiss();
// }
// });
// tvFour = (TextView) popupWindowView.findViewById(R.id.tvFour);
// tvFour.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// et_style.setText("上海国家电网充电卡");
// popupWindow.dismiss();
// }
// });
// tvFive = (TextView) popupWindowView.findViewById(R.id.tvFive);
// tvFive.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// et_style.setText("上海普天新能源充电卡");
// popupWindow.dismiss();
// }
// });
// tvSix = (TextView) popupWindowView.findViewById(R.id.tvSix);
// tvSix.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// et_style.setFocusableInTouchMode(true);
// popupWindow.dismiss();
// }
// });
// popupWindow.showAtLocation(cancleButton, Gravity.CENTER, 0, 0);
// break;
// case R.id.ll_add_photo:
// CharSequence[] items = { "手机相册","拍照" };
// // CharSequence[] items = { "手机相册", "手机拍照" };
// imageChooseItem(items);
//
//
// break;
// case R.id.tv_holiday_start_time:
// if (tpd_holiday_open == null) {
// TimePickerDialog.OnTimeSetListener otsl = new TimePickerDialog.OnTimeSetListener() {
// public void onTimeSet(TimePicker view, int hourOfDay, int minute) {
// holiday_open.setText(((hourOfDay < 10 ? 0 + "" + hourOfDay : hourOfDay) + ":" + (minute < 10 ? 0 + "" + minute : minute)).toString());
// //close_time.setText(((hourOfDay < 10 ? 0 +""+ hourOfDay : hourOfDay)+":"+(minute<10?0+""+minute:minute)).toString());
// tpd_holiday_open.dismiss();
// }
// };
// Calendar calendar = Calendar.getInstance(TimeZone.getDefault());
// int hourOfDay = calendar.get(Calendar.HOUR_OF_DAY);
// int minute = calendar.get(Calendar.MINUTE);
// tpd_holiday_open = new TimePickerDialog(this, otsl, hourOfDay, minute, true);
// }
// tpd_holiday_open.show();
// break;
//
// case R.id.tv_holiday_stop_time:
// if (tpd_holiday_close == null) {
// TimePickerDialog.OnTimeSetListener otsl = new TimePickerDialog.OnTimeSetListener() {
// public void onTimeSet(TimePicker view, int hourOfDay, int minute) {
// holiday_close.setText(((hourOfDay < 10 ? 0 + "" + hourOfDay : hourOfDay) + ":" + (minute < 10 ? 0 + "" + minute : minute)).toString());
// //close_time.setText(((hourOfDay < 10 ? 0 +""+ hourOfDay : hourOfDay)+":"+(minute<10?0+""+minute:minute)).toString());
// tpd_holiday_close.dismiss();
// }
// };
// Calendar calendar = Calendar.getInstance(TimeZone.getDefault());
// int hourOfDay = calendar.get(Calendar.HOUR_OF_DAY);
// int minute = calendar.get(Calendar.MINUTE);
// tpd_holiday_close = new TimePickerDialog(this, otsl, hourOfDay, minute, true);
// }
// tpd_holiday_close.show();
// break;
case R.id.tv_prefect_start_time:
if (tpd_open == null) {
TimePickerDialog.OnTimeSetListener otsl = new TimePickerDialog.OnTimeSetListener() {
@ -1024,7 +655,6 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
if (tpd_close == null) {
TimePickerDialog.OnTimeSetListener otsl = new TimePickerDialog.OnTimeSetListener() {
public void onTimeSet(TimePicker view, int hourOfDay, int minute) {
//open_time.setText(((hourOfDay < 10 ? 0 +""+ hourOfDay : hourOfDay)+":"+(minute<10?0+""+minute:minute)).toString());
close_time.setText(((hourOfDay < 10 ? 0 + "" + hourOfDay : hourOfDay) + ":" + (minute < 10 ? 0 + "" + minute : minute)).toString());
tpd_close.dismiss();
}
@ -1036,212 +666,13 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
}
tpd_close.show();
break;
// case R.id.tv_next:
// Intent intent = new Intent(getApplication(), ShareThreeActivity.class);
// intent.putExtra("location", share_address);
// intent.putExtra("POI_jing", poi_jing);
// intent.putExtra("POI_wei", poi_wei);
// intent.putExtra("fast_num", et_fast_num.getText().toString());
// intent.putExtra("slow_num", et_slow_num.getText().toString());
// intent.putExtra("suit_car", tv_suit_car.getText().toString());
// intent.putExtra("belong_attribute", tv_belong_type.getText().toString());
// intent.putExtra("telephone", et_phone.getText().toString());
// intent.putExtra("Person_name", et_belong.getText().toString());
// intent.putExtra("company_name", et_belong.getText().toString());
// intent.putExtra("open_time", open_time.getText().toString());
// intent.putExtra("zhan_name", et_name.getText().toString());
// intent.putExtra("close_time", close_time.getText().toString());
// intent.putExtra("holiday_open", holiday_open.getText().toString());
// intent.putExtra("holiday_close", holiday_close.getText().toString());
// intent.putExtra("open_object", et_open_object.getText().toString());
// intent.putExtra("run_state", tv_run_state.getText().toString());
// intent.putExtra("pic", srcPath);
// intent.putExtra("city", city);
// if (checkText()) {
// startActivity(intent);
// }
// break;
case R.id.iv_back:
SharedPreferencesUtil sharedPreferencesUtil = new SharedPreferencesUtil(getApplication());
sharedPreferencesUtil.setFileName("shareInfo");
sharedPreferencesUtil.clearData();
finish();
break;
// case R.id.iv_run_state:
// final String[] operationSelect = {"正常", "故障", "废弃", "调试"};
// new AlertDialog.Builder(ShareTwoActivity.this)
// .setTitle("请选择")
// .setItems(operationSelect, new DialogInterface.OnClickListener() {
// @Override
// public void onClick(DialogInterface dialog, int which) {
// switch (which) {
// case 0:
// tv_run_state.setText(operationSelect[0]);
// break;
// case 1:
// tv_run_state.setText(operationSelect[1]);
// break;
// case 2:
// tv_run_state.setText(operationSelect[2]);
// break;
// case 3:
// tv_run_state.setText(operationSelect[3]);
// default:
// break;
// }
// }
// })
// .setNegativeButton("取消", new DialogInterface.OnClickListener() {
// @Override
// public void onClick(DialogInterface dialog, int which) {
// dialog.cancel();
// }
// }).show();
// break;
// case R.id.iv_prefect_change_suit:
//
// String[] changeSelect = {"国标充电", "特斯拉", "德系"};
// new AlertDialog.Builder(ShareTwoActivity.this)
// .setTitle("请选择")
// .setItems(changeSelect, new DialogInterface.OnClickListener() {
// @Override
// public void onClick(DialogInterface dialog, int which) {
// switch (which) {
// case 0:
// tv_suit_car.setText("国标充电");
// break;
// case 1:
// tv_suit_car.setText("特斯拉");
// break;
// case 2:
// tv_suit_car.setText("德系");
// break;
// default:
// break;
// }
// }
// })
// .setNegativeButton("取消", new DialogInterface.OnClickListener() {
// @Override
// public void onClick(DialogInterface dialog, int which) {
// dialog.cancel();
// }
// }).show();
// break;
// case R.id.rl_perfect_belong:
// final String[] belongSelect = {"企业", "私人"};
// new AlertDialog.Builder(ShareTwoActivity.this)
// .setTitle("请选择")
// .setItems(belongSelect, new DialogInterface.OnClickListener() {
// @Override
// public void onClick(DialogInterface dialog, int which) {
// switch (which) {
// case 0:
// tv_belong_type.setText(belongSelect[0]);
// break;
// case 1:
// tv_belong_type.setText(belongSelect[1]);
//// tv_belong_style.setText("联系人");
//// et_belong.setText("王先生");
// break;
// default:
// break;
// }
// }
// })
// .setNegativeButton("取消", new DialogInterface.OnClickListener() {
// @Override
// public void onClick(DialogInterface dialog, int which) {
// dialog.cancel();
// }
// }).show();
// LayoutInflater inflater2 = (LayoutInflater) getSystemService(LAYOUT_INFLATER_SERVICE);
// popupWindowView = inflater2.inflate(R.layout.popupwindow_belong, null);
// popupWindow = new PopupWindow(popupWindowView,
// ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT,
// true);
// popupWindow.setBackgroundDrawable(new BitmapDrawable());
// // 设置PopupWindow的弹出和消失效果
// popupWindow.setAnimationStyle(R.style.popupAnimation);
// confirmButton = (Button) popupWindowView
// .findViewById(R.id.confirmButton);
// confirmButton.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// Toast.makeText(ShareTwoActivity.this, "YES", Toast.LENGTH_SHORT).show();
// popupWindow.dismiss();
// }
// });
// cancleButton = (Button) popupWindowView
// .findViewById(R.id.cancleButton);
// cancleButton.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
//// Toast.makeText(ShareTwoActivity.this, "NO", Toast.LENGTH_SHORT).show();
// popupWindow.dismiss();
// }
// });
// TextView tvOne2 = (TextView) popupWindowView.findViewById(R.id.tvOne);
// tvOne2.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// tv_belong_type.setText("企业");
// popupWindow.dismiss();
// }
// });
// TextView tvTwo2 = (TextView) popupWindowView.findViewById(R.id.tvTwo);
// tvTwo2.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View view) {
// tv_belong_type.setText("私人");
// popupWindow.dismiss();
// }
// });
// popupWindow.showAtLocation(cancleButton, Gravity.CENTER, 0, 0);
// break;
// case R.id.tv_submit:
// if (!et_serviceCost.getText().toString().equals("")&& Bimp.tempSelectBitmap.size() != 0) {
// createDialog();
// new Thread(new Runnable() {
// @Override
// public void run() {
//// submitShareTwo();
//
// try {
//
// shite("");
//
//
// } catch (Exception e) {
// e.printStackTrace();
// }
//
//// uploadFile();
// }
// }).start();
// }else if (Bimp.tempSelectBitmap.size() == 0){
// Toast.makeText(getApplication(),"请提交站点照片",Toast.LENGTH_SHORT).show();
// } else{
// Toast.makeText(ClaimSurveyTwoActivity.this,"请确认必填项是否全部填写",Toast.LENGTH_SHORT).show();
// }
// break;
// case R.id.zoomin1:
// mBaiduMap.setMapStatus(MapStatusUpdateFactory
// .zoomTo(mapStatus.zoom + 1));
// controlZoomShow();
// break;
// case R.id.zoomout1:
// mBaiduMap.setMapStatus(MapStatusUpdateFactory
// .zoomTo(mapStatus.zoom - 1));
// controlZoomShow();
// break;
}
// mapStatus = mBaiduMap.getMapStatus();
}
@ -1256,95 +687,6 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
}
//地图缩放方法
// private void controlZoomShow() {
// float zoom = mBaiduMap.getMapStatus().zoom;
// try {
// if (zoom >= maxZoomLevel) {
// inBtn.setImageResource(R.drawable.icon_nojia2_0);
// inBtn.setEnabled(false);
//// Toast.makeText(getApplication(), "已放大到最大级别", Toast.LENGTH_SHORT)
//// .show();
// return;
// } else {
// inBtn.setImageResource(R.drawable.icon_jia2_0);
// inBtn.setEnabled(true);
// }
//
// if (zoom <= minZoomLevel) {
// outBtn.setImageResource(R.drawable.icon_nojian2_0);
// outBtn.setEnabled(false);
//// Toast.makeText(getApplication(), "已缩小到最小级别", Toast.LENGTH_SHORT)
//// .show();
// return;
// } else {
// outBtn.setImageResource(R.drawable.icon_jian2_0);
// outBtn.setEnabled(true);
// }
// } catch (Exception e) {
// e.printStackTrace();
// }
//
// }
// public void getPoint() {
// if (!isGetData) {
// isGetData = true;
// new Handler().postDelayed(new Runnable() {
//
// @Override
// public void run() {
// MyLocationData locCenter = mBaiduMap.getLocationData();
// if (locCenter != null) {
// center = new LatLng(locCenter.latitude,
// locCenter.longitude);
//
//// mBaiduMap.addOverlay(new MarkerOptions().position(center).icon(
//// BitmapDescriptorFactory
//// .fromResource(R.drawable.position_icon)));
// } else {
// return;
// }
//// Point p1 = new Point(0, 0);
//// LatLng locLeftTop = mBaiduMap.getProjection()
//// .fromScreenLocation(p1);
//// Point p2 = new Point(MainApplication.mScreenWidth, mMapView
//// .getHeight());
//// LatLng llRightBottom = mBaiduMap.getProjection()
//// .fromScreenLocation(p2);
//// MainMap();
// }
// }, 500);
// }
// }
// private void MainMap() {
// new Thread(new Runnable() {
// Point p1 = new Point(0,0);
// LatLng locLeftTop = mBaiduMap.getProjection()
// .fromScreenLocation(p1);
// Point p2 = new Point(MainApplication.mScreenWidth, mMapView
// .getHeight());
// LatLng llRightBottom = mBaiduMap.getProjection()
// .fromScreenLocation(p2);
//
//
// // GeoPoint centerPoint = mapview.getMapCenter();// 地图中心坐标
//// int tbSpan = mapview.getLatitudeSpan();// 当前纬线的跨度(从地图的上边缘到下边缘)
//// int lrSpan = mapview.getLongitudeSpan();// 当前经度的跨度(从地图的左边缘到地图的右边缘)
//// GeoPoint ltPoint = new GeoPoint(centerPoint.getLatitudeE6() - tbSpan / 2, centerPoint.getLongitudeE6() - lrSpan
//// / 2);// 左上角坐标
//// GeoPoint rbPoint = new GeoPoint(centerPoint.getLatitudeE6()// 右下角坐标
//// + tbSpan / 2, centerPoint.getLongitudeE6() + lrSpan / 2);
// @Override
// public void run() {
// String url=MainApplication.url+"/zhannew/basic/web/index.php/zhanlist/getlist?poi_lux="+ locLeftTop.longitude+""+"&poi_luy="+ locLeftTop.latitude+"" +"&poi_rdx="+ llRightBottom.longitude+""+"&poi_rdy="+ llRightBottom.latitude+ ""+"&suit_car2="+MainApplication.userTpye;
// submitShowMap(url);
// }
// }).start();
//
// }
private void submitShowMap(String sms) {
@ -1453,7 +795,6 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
}
}
// String fast = fastNum
par.put("zhan_name", zhanName.getText().toString());
par.put("zhan_id", zhan_id);
@ -1464,8 +805,6 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
String weii = roundByScale(Double.parseDouble(wei), 16);
par.put("poi_jing", jingg);
par.put("poi_wei", weii);
// Log.e("poi_jing",jingg);
// Log.e("poi_wei",weii);
par.put("total_num", "");
par.put("fast_num", fastNum.getText().toString());
par.put("slow_num", slowNum.getText().toString());
@ -1475,8 +814,9 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
par.put("stop_cost_way", "");
par.put("charge_cost", chargeCost.getText().toString());
par.put("charge_cost_way", "");
par.put("telephone", telephone.getText().toString());
par.put("charge_cost_way", chargeCostWay.getText().toString());
par.put("other_cost", et_serviceCost.getText().toString());
par.put("telephone", "");
par.put("zhuang_produce", "");
par.put("remarks", et_remark.getText().toString());
Log.e("remarks", et_remark.getText().toString());
@ -1536,9 +876,6 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
public void permissionTask() {
if (isPermissionOK()) {
callGallery();
// Have permission, do the thing!
// Toast.makeText(this, "TODO: Camera things", Toast.LENGTH_LONG).show();
// ifTimeout();
} else {
// Ask for one permission
EasyPermissions.requestPermissions(
@ -1681,94 +1018,14 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
private static final int TAKE_PICTURE = 0x000001;
public void photo() {
// Intent openCameraIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
// startActivityForResult(openCameraIntent, TAKE_PICTURE);
// Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
// File file = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/myimage/", String.valueOf(System
// .currentTimeMillis()) + ".jpg");
// camePath = file.getPath();
// Uri imageUri = Uri.fromFile(file);
// intent.putExtra(MediaStore.EXTRA_OUTPUT, imageUri);
// startActivityForResult(intent, TAKE_PICTURE);
if (hasSdcard()) {
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);//���������
if (sdkVersion < 19) {
intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(tempFile));
} else {
Uri photoURI = FileProvider.getUriForFile(getApplicationContext(), getApplicationContext().getPackageName() + ".provider", tempFile);
intent.putExtra(MediaStore.EXTRA_OUTPUT, photoURI);
}
// intent.putExtra(MediaStore.EXTRA_OUTPUT, cutImgUri);
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
Uri photoURI = FileProvider.getUriForFile(getApplicationContext(), getApplicationContext().getPackageName() + ".provider", tempFile);
intent.putExtra(MediaStore.EXTRA_OUTPUT, photoURI);
startActivityForResult(intent, PHOTO_REQUEST_CAMERA);
}
// Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
// intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(new File(
// Environment.getExternalStorageDirectory(), "androidapp.jpg")));
// ((Activity) mContext).startActivityForResult(intent, 2);
}
// public void photo() {
// Intent openCameraIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
// startActivityForResult(openCameraIntent, TAKE_PICTURE);
//// Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
//// File file = new File(Environment.getExternalStorageDirectory() + "/myimage/", String.valueOf(System
//// .currentTimeMillis()) + ".jpg");
//// camePath = file.getPath();
//// Uri imageUri = Uri.fromFile(file);
//// intent.putExtra(MediaStore.EXTRA_OUTPUT, imageUri);
//// startActivityForResult(intent, TAKE_PICTURE);
// }
// protected void onActivityResult(int requestCode, int resultCode, Intent data) {
// System.out.println("--------data------->"+data);
// //���ѡȡ
// if(requestCode == PHOTO_REQUEST_CAMERA && resultCode == Activity.RESULT_OK ){
// //��������ͼƬ�ͽ�ȡ���ͼƬ�ļ���д����ͬһ���ļ���photo.jpg
//
//
// new Handler().post(new Runnable() {
// @Override
// public void run() {
// if (sdkVersion < 19){
// crop(Uri.fromFile(tempFile),Uri.fromFile(tempFile));
// }else {
// Uri photoURI = FileProvider.getUriForFile(getApplicationContext(), getApplicationContext().getPackageName() + ".provider", tempFile);
// crop(photoURI,photoURI);
// }
// }
// });
//
//
//
// }
// //���ؽ�ȡ��ͼƬ
// else if(requestCode == PHOTO_REQUEST_CUT ){
// //���д�ͼʹ��Uri
// Bitmap bitmap ;
//
// if (sdkVersion <19){
// bitmap = decodeUriAsBitmap(Uri.fromFile(tempFile));//decode bitmap
// }else {
// Uri photoURI = FileProvider.getUriForFile(getApplicationContext(), getApplicationContext().getPackageName() + ".provider", tempFile);
// bitmap = decodeUriAsBitmap(photoURI);//decode bitmap
// }
//
//// mFace.setImageBitmap(bitmap);
// String fileName = String.valueOf(System.currentTimeMillis());
// ImageItem takePhoto = new ImageItem();
// takePhoto.setBitmap(bitmap);
// takePhoto.setImagePath(FileUtils.SDPATH + fileName + ".JPEG");
// Bimp.tempSelectBitmap.add(takePhoto);
// }else {
//// Toast.makeText(getApplicationContext(), "��ȡͼƬʧ��", Toast.LENGTH_SHORT).show();
// }
// super.onActivityResult(requestCode, resultCode, data);
// }
@Override
protected void onDestroy() {
@ -1794,22 +1051,13 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
private void crop(Uri uri, Uri cutImgUri) {
// �ü�ͼƬ��ͼ
Intent intent = new Intent("com.android.camera.action.CROP");
intent.setDataAndType(uri, "image/*");
intent.putExtra("crop", "true");
// �ü���ı�����1��1
// intent.putExtra("aspectX", 4);
// intent.putExtra("aspectY", 3);
// �ü������ͼƬ�ijߴ��С
// intent.putExtra("outputX", 400);
// intent.putExtra("outputY", 300);
// ͼƬ��ʽ
intent.putExtra("outputFormat", "JPEG");
intent.putExtra("noFaceDetection", true);// ȡ������ʶ��
intent.putExtra("return-data", false);// true:������uri��false������uri
intent.putExtra(MediaStore.EXTRA_OUTPUT, cutImgUri);//д���ȡ��ͼƬ
intent.putExtra("noFaceDetection", true);
intent.putExtra("return-data", false);
intent.putExtra(MediaStore.EXTRA_OUTPUT, cutImgUri);
startActivityForResult(intent, PHOTO_REQUEST_CUT);
}
@ -1894,8 +1142,6 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
matrix.postScale(scaleWidth, scaleHeight);
Bitmap bitmap = Bitmap.createBitmap(bgimage, 0, 0, (int) width,
(int) height, matrix, true);
// iv_2.setImageBitmap(bitmap);
// tv_2.setText(bitmap.getRowBytes() * bitmap.getHeight() + "");
return bitmap;
}
@ -1909,10 +1155,6 @@ public class ShareTwoActivity extends Activity implements View.OnClickListener,
jing = sharedPreferencesUtil.getString("poi_jing", "");
wei = sharedPreferencesUtil.getString("poi_wei", "");
// String tel =sharedPreferencesUtil.getString("tel", "");
//// String car =sharedPreferencesUtil.getString("car", "");
// String alipay =sharedPreferencesUtil.getString("alipay", "");
// carType.setText(car);
et_share_address.setText(address);
costWay.setText(costway);
}
|
||
| 1069 | 1069 |
|
| 1070 | 1070 |
|
| 1071 | 1071 |
|
| 1072 |
|
|
| 1072 | 1073 |
|
| 1073 | 1074 |
|
| 1074 | 1075 |
|
|
||
| 1 | 1 |
|
| 2 | 2 |
|
| 3 |
|
|
| 3 | 4 |
|
| 4 | 5 |
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 | 6 |
|
| 9 |
|
|
| 7 |
|
|
| 8 |
|
|
| 10 | 9 |
|
| 11 | 10 |
|
| 12 | 11 |
|
| 13 | 12 |
|
| 14 | 13 |
|
| 15 |
|
|
| 16 |
|
|
| 14 |
|
|
| 15 |
|
|
| 17 | 16 |
|
| 18 | 17 |
|
| 19 | 18 |
|
|
||
| 41 | 40 |
|
| 42 | 41 |
|
| 43 | 42 |
|
| 44 |
|
|
| 45 | 43 |
|
| 44 |
|
|
| 46 | 45 |
|
| 47 |
|
|
| 48 | 46 |
|
| 49 |
|
|
| 47 |
|
|
| 48 |
|
|
| 50 | 49 |
|
| 51 | 50 |
|
| 52 | 51 |
|
| 53 | 52 |
|
| 54 | 53 |
|
| 55 | 54 |
|
| 56 |
|
|
| 55 |
|
|
| 57 | 56 |
|
| 58 | 57 |
|
| 59 | 58 |
|
| 60 | 59 |
|
| 61 | 60 |
|
| 62 |
|
|
| 63 | 61 |
|
| 62 |
|
|
| 64 | 63 |
|
| 64 |
|
|
| 65 | 65 |
|
| 66 | 66 |
|
| 67 | 67 |
|
| 68 |
|
|
| 69 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 | 70 |
|
| 71 |
|
|
| 72 | 71 |
|
| 73 | 72 |
|
| 74 |
|
|
| 75 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 | 76 |
|
| 77 | 77 |
|
| 78 | 78 |
|
|
||
| 85 | 85 |
|
| 86 | 86 |
|
| 87 | 87 |
|
| 88 |
|
|
| 88 | 89 |
|
| 89 | 90 |
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 91 |
|
|
| 96 | 92 |
|
| 97 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 | 98 |
|
| 99 | 99 |
|
| 100 | 100 |
|
| 101 | 101 |
|
| 102 | 102 |
|
| 103 |
|
|
| 104 |
|
|
| 105 |
|
|
| 106 | 103 |
|
| 107 |
|
|
| 108 | 104 |
|
| 105 |
|
|
| 109 | 106 |
|
| 110 | 107 |
|
| 111 |
|
|
| 108 |
|
|
| 109 |
|
|
| 110 |
|
|
| 111 |
|
|
| 112 | 112 |
|
| 113 | 113 |
|
| 114 | 114 |
|
| 115 | 115 |
|
| 116 | 116 |
|
| 117 | 117 |
|
| 118 |
|
|
| 118 |
|
|
| 119 | 119 |
|
| 120 | 120 |
|
| 121 | 121 |
|
| 122 |
|
|
| 123 | 122 |
|
| 124 | 123 |
|
| 125 | 124 |
|
| 126 | 125 |
|
| 127 | 126 |
|
| 128 |
|
|
| 127 |
|
|
| 129 | 128 |
|
| 130 | 129 |
|
| 131 | 130 |
|
| 132 | 131 |
|
| 133 | 132 |
|
| 133 |
|
|
| 134 | 134 |
|
| 135 | 135 |
|
| 136 | 136 |
|
| 137 | 137 |
|
| 138 |
|
|
| 139 |
|
|
| 138 |
|
|
| 139 |
|
|
| 140 | 140 |
|
| 141 | 141 |
|
| 142 | 142 |
|
| 143 | 143 |
|
| 144 | 144 |
|
| 145 |
|
|
| 146 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 | 147 |
|
| 148 | 148 |
|
| 149 | 149 |
|
|
||
| 155 | 155 |
|
| 156 | 156 |
|
| 157 | 157 |
|
| 158 |
|
|
| 158 | 159 |
|
| 159 |
|
|
| 160 |
|
|
| 160 |
|
|
| 161 |
|
|
| 161 | 162 |
|
| 162 | 163 |
|
| 163 | 164 |
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 165 | 168 |
|
| 169 |
|
|
| 166 | 170 |
|
| 167 |
|
|
| 168 |
|
|
| 169 |
|
|
| 170 |
|
|
| 171 |
|
|
| 171 | 172 |
|
| 172 | 173 |
|
| 173 | 174 |
|
|
||
| 179 | 180 |
|
| 180 | 181 |
|
| 181 | 182 |
|
| 182 |
|
|
| 183 |
|
|
| 183 |
|
|
| 184 | 184 |
|
| 185 | 185 |
|
| 186 | 186 |
|
| 187 | 187 |
|
| 188 |
|
|
| 189 |
|
|
| 190 | 188 |
|
| 191 |
|
|
| 189 |
|
|
| 190 |
|
|
| 191 |
|
|
| 192 | 192 |
|
| 193 | 193 |
|
| 194 | 194 |
|
| 195 | 195 |
|
| 196 |
|
|
| 197 |
|
|
| 198 | 196 |
|
| 197 |
|
|
| 198 |
|
|
| 199 | 199 |
|
| 200 | 200 |
|
| 201 | 201 |
|
|
||
| 203 | 203 |
|
| 204 | 204 |
|
| 205 | 205 |
|
| 206 |
|
|
| 206 |
|
|
| 207 | 207 |
|
| 208 |
|
|
| 208 |
|
|
| 209 | 209 |
|
| 210 | 210 |
|
| 211 | 211 |
|
|
||
| 227 | 227 |
|
| 228 | 228 |
|
| 229 | 229 |
|
| 230 |
|
|
| 231 |
|
|
| 230 |
|
|
| 232 | 231 |
|
| 233 | 232 |
|
| 234 |
|
|
| 235 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 236 | 236 |
|
| 237 | 237 |
|
| 238 | 238 |
|
|
||
| 246 | 246 |
|
| 247 | 247 |
|
| 248 | 248 |
|
| 249 |
|
|
| 249 | 250 |
|
| 250 | 251 |
|
| 251 |
|
|
| 252 | 252 |
|
| 253 |
|
|
| 254 | 253 |
|
| 255 | 254 |
|
| 255 |
|
|
| 256 | 256 |
|
| 257 | 257 |
|
| 258 | 258 |
|
|
||
| 275 | 275 |
|
| 276 | 276 |
|
| 277 | 277 |
|
| 278 |
|
|
| 278 | 279 |
|
| 279 | 280 |
|
| 280 |
|
|
| 281 |
|
|
| 281 |
|
|
| 282 |
|
|
| 283 |
|
|
| 282 | 284 |
|
| 283 | 285 |
|
| 286 |
|
|
| 284 | 287 |
|
| 285 |
|
|
| 286 |
|
|
| 287 |
|
|
| 288 |
|
|
| 288 |
|
|
| 289 | 289 |
|
| 290 | 290 |
|
| 291 | 291 |
|
| 292 | 292 |
|
| 293 | 293 |
|
| 294 |
|
|
| 295 |
|
|
| 296 |
|
|
| 294 | 297 |
|
| 295 | 298 |
|
| 296 | 299 |
|
| 297 |
|
|
| 298 |
|
|
| 299 |
|
|
| 300 |
|
|
| 300 |
|
|
| 301 | 301 |
|
| 302 | 302 |
|
| 303 | 303 |
|
|
||
| 305 | 305 |
|
| 306 | 306 |
|
| 307 | 307 |
|
| 308 |
|
|
| 309 |
|
|
| 310 |
|
|
| 311 |
|
|
| 312 |
|
|
| 313 |
|
|
| 314 |
|
|
| 308 | 315 |
|
| 316 |
|
|
| 317 |
|
|
| 318 |
|
|
| 309 | 319 |
|
| 310 | 320 |
|
| 321 |
|
|
| 311 | 322 |
|
| 312 |
|
|
| 313 |
|
|
| 314 |
|
|
| 315 |
|
|
| 316 |
|
|
| 317 | 323 |
|
| 318 | 324 |
|
| 319 |
|
|
| 320 |
|
|
| 321 |
|
|
| 322 |
|
|
| 323 |
|
|
| 324 |
|
|
| 325 |
|
|
| 325 |
|
|
| 326 | 326 |
|
| 327 | 327 |
|
| 328 | 328 |
|
|
||
| 340 | 340 |
|
| 341 | 341 |
|
| 342 | 342 |
|
| 343 |
|
|
| 343 | 344 |
|
| 344 | 345 |
|
| 345 |
|
|
| 346 |
|
|
| 347 |
|
|
| 348 |
|
|
| 349 |
|
|
| 350 |
|
|
| 351 | 346 |
|
| 352 |
|
|
| 347 |
|
|
| 353 | 348 |
|
| 354 |
|
|
| 349 |
|
|
| 350 |
|
|
| 351 |
|
|
| 352 |
|
|
| 353 |
|
|
| 354 |
|
|
| 355 | 355 |
|
| 356 | 356 |
|
| 357 |
|
|
| 357 | 358 |
|
| 358 | 359 |
|
| 359 |
|
|
| 360 |
|
|
| 361 |
|
|
| 362 |
|
|
| 363 | 360 |
|
| 364 |
|
|
| 361 |
|
|
| 365 | 362 |
|
| 366 |
|
|
| 363 |
|
|
| 364 |
|
|
| 365 |
|
|
| 366 |
|
|
| 367 | 367 |
|
| 368 | 368 |
|
| 369 | 369 |
|
| 370 | 370 |
|
| 371 | 371 |
|
| 372 |
|
|
| 373 |
|
|
| 374 |
|
|
| 375 |
|
|
| 376 | 372 |
|
| 377 |
|
|
| 373 |
|
|
| 374 |
|
|
| 375 |
|
|
| 376 |
|
|
| 377 |
|
|
| 378 | 378 |
|
| 379 | 379 |
|
| 380 | 380 |
|
|
||
| 390 | 390 |
|
| 391 | 391 |
|
| 392 | 392 |
|
| 393 |
|
|
| 394 |
|
|
| 393 |
|
|
| 395 | 394 |
|
| 396 | 395 |
|
| 397 | 396 |
|
|
||
| 408 | 407 |
|
| 409 | 408 |
|
| 410 | 409 |
|
| 410 |
|
|
| 411 | 411 |
|
| 412 | 412 |
|
| 413 |
|
|
| 414 |
|
|
| 415 |
|
|
| 416 | 413 |
|
| 417 |
|
|
| 418 | 414 |
|
| 415 |
|
|
| 419 | 416 |
|
| 420 |
|
|
| 421 | 417 |
|
| 422 |
|
|
| 418 |
|
|
| 419 |
|
|
| 420 |
|
|
| 421 |
|
|
| 423 | 422 |
|
| 424 | 423 |
|
| 424 |
|
|
| 425 | 425 |
|
| 426 | 426 |
|
| 427 |
|
|
| 428 |
|
|
| 429 |
|
|
| 430 |
|
|
| 431 | 427 |
|
| 428 |
|
|
| 432 | 429 |
|
| 433 |
|
|
| 430 |
|
|
| 431 |
|
|
| 432 |
|
|
| 433 |
|
|
| 434 | 434 |
|
| 435 |
|
|
| 435 | 436 |
|
| 436 | 437 |
|
| 437 |
|
|
| 438 |
|
|
| 438 | 439 |
|
| 439 |
|
|
| 440 | 440 |
|
| 441 |
|
|
| 441 |
|
|
| 442 | 442 |
|
| 443 |
|
|
| 443 |
|
|
| 444 | 444 |
|
| 445 | 445 |
|
| 446 | 446 |
|
| 447 | 447 |
|
| 448 | 448 |
|
| 449 |
|
|
| 450 |
|
|
| 451 |
|
|
| 452 |
|
|
| 449 | 453 |
|
| 450 |
|
|
| 451 | 454 |
|
| 452 | 455 |
|
| 453 | 456 |
|
| 454 | 457 |
|
| 458 |
|
|
| 455 | 459 |
|
| 456 | 460 |
|
| 457 | 461 |
|
| 458 |
|
|
| 459 |
|
|
| 460 |
|
|
| 461 |
|
|
| 462 |
|
|
| 462 |
|
|
| 463 | 463 |
|
| 464 | 464 |
|
| 465 |
|
|
| 465 | 466 |
|
| 466 | 467 |
|
| 467 |
|
|
| 468 |
|
|
| 469 | 468 |
|
| 469 |
|
|
| 470 | 470 |
|
| 471 | 471 |
|
| 472 |
|
|
| 472 |
|
|
| 473 | 473 |
|
| 474 | 474 |
|
| 475 | 475 |
|
| 476 | 476 |
|
| 477 | 477 |
|
| 478 |
|
|
| 479 |
|
|
| 480 |
|
|
| 481 |
|
|
| 478 | 482 |
|
| 479 |
|
|
| 480 | 483 |
|
| 481 | 484 |
|
| 482 | 485 |
|
| 483 | 486 |
|
| 487 |
|
|
| 484 | 488 |
|
| 485 | 489 |
|
| 486 | 490 |
|
| 487 |
|
|
| 488 |
|
|
| 489 |
|
|
| 490 |
|
|
| 491 |
|
|
| 491 |
|
|
| 492 | 492 |
|
| 493 | 493 |
|
| 494 | 494 |
|
|
||
| 510 | 510 |
|
| 511 | 511 |
|
| 512 | 512 |
|
| 513 |
|
|
| 514 |
|
|
| 513 |
|
|
| 514 |
|
|
| 515 | 515 |
|
| 516 | 516 |
|
| 517 | 517 |
|
| 518 | 518 |
|
| 519 |
|
|
| 520 |
|
|
| 519 |
|
|
| 521 | 520 |
|
| 522 | 521 |
|
| 523 |
|
|
| 524 |
|
|
| 522 |
|
|
| 523 |
|
|
| 524 |
|
|
| 525 | 525 |
|
| 526 | 526 |
|
| 527 | 527 |
|
|
||
| 536 | 536 |
|
| 537 | 537 |
|
| 538 | 538 |
|
| 539 |
|
|
| 540 | 539 |
|
| 540 |
|
|
| 541 | 541 |
|
| 542 |
|
|
| 543 | 542 |
|
| 544 |
|
|
| 545 | 543 |
|
| 544 |
|
|
| 546 | 545 |
|
| 547 | 546 |
|
| 548 | 547 |
|
| 549 | 548 |
|
| 550 | 549 |
|
| 551 | 550 |
|
| 552 |
|
|
| 553 | 551 |
|
| 554 | 552 |
|
| 555 | 553 |
|
| 556 | 554 |
|
| 557 | 555 |
|
| 558 |
|
|
| 559 | 556 |
|
| 560 | 557 |
|
| 558 |
|
|
| 561 | 559 |
|
| 562 | 560 |
|
| 561 |
|
|
| 563 | 562 |
|
| 564 | 563 |
|
| 565 | 564 |
|
|
||
| 574 | 573 |
|
| 575 | 574 |
|
| 576 | 575 |
|
| 576 |
|
|
| 577 | 577 |
|
| 578 | 578 |
|
| 579 |
|
|
| 580 |
|
|
| 579 |
|
|
| 580 |
|
|
| 581 |
|
|
| 581 | 582 |
|
| 582 | 583 |
|
| 584 |
|
|
| 583 | 585 |
|
| 584 |
|
|
| 585 |
|
|
| 586 |
|
|
| 587 |
|
|
| 586 |
|
|
| 588 | 587 |
|
| 589 | 588 |
|
| 590 | 589 |
|
| 591 | 590 |
|
| 592 |
|
|
| 593 |
|
|
| 594 |
|
|
| 595 | 591 |
|
| 592 |
|
|
| 596 | 593 |
|
| 597 |
|
|
| 594 |
|
|
| 595 |
|
|
| 596 |
|
|
| 598 | 597 |
|
| 599 | 598 |
|
| 600 | 599 |
|
| 601 | 600 |
|
| 602 |
|
|
| 603 | 601 |
|
| 604 | 602 |
|
| 603 |
|
|
| 604 |
|
|
| 605 |
|
|
| 606 |
|
|
| 607 |
|
|
| 605 | 608 |
|
| 606 | 609 |
|
| 610 |
|
|
| 611 |
|
|
| 607 | 612 |
|
| 608 | 613 |
|
| 609 | 614 |
|
| 610 |
|
|
| 611 |
|
|
| 612 |
|
|
| 613 |
|
|
| 614 |
|
|
| 615 |
|
|
| 616 |
|
|
| 615 |
|
|
| 617 | 616 |
|
| 618 | 617 |
|
| 619 | 618 |
|
|
||
| 625 | 624 |
|
| 626 | 625 |
|
| 627 | 626 |
|
| 628 |
|
|
| 629 |
|
|
| 627 |
|
|
| 628 |
|
|
| 630 | 629 |
|
| 631 | 630 |
|
| 632 | 631 |
|
| 633 | 632 |
|
| 633 |
|
|
| 634 |
|
|
| 635 |
|
|
| 634 | 636 |
|
| 635 |
|
|
| 637 |
|
|
| 638 |
|
|
| 639 |
|
|
| 640 |
|
|
| 641 |
|
|
| 642 |
|
|
| 643 |
|
|
| 644 |
|
|
| 645 |
|
|
| 646 |
|
|
| 647 |
|
|
| 648 |
|
|
| 649 |
|
|
| 650 |
|
|
| 651 |
|
|
| 652 |
|
|
| 653 |
|
|
| 654 |
|
|
| 655 |
|
|
| 656 |
|
|
| 657 |
|
|
| 658 |
|
|
| 659 |
|
|
| 660 |
|
|
| 661 |
|
|
| 662 |
|
|
| 663 |
|
|
| 664 |
|
|
| 665 |
|
|
| 666 |
|
|
| 667 |
|
|
| 668 |
|
|
| 669 |
|
|
| 670 |
|
|
| 671 |
|
|
| 672 |
|
|
| 673 |
|
|
| 674 |
|
|
| 675 |
|
|
| 676 |
|
|
| 677 |
|
|
| 678 |
|
|
| 679 |
|
|
| 680 |
|
|
| 681 |
|
|
| 682 |
|
|
| 636 | 683 |
|
| 637 | 684 |
|
| 685 |
|
|
| 638 | 686 |
|
| 639 |
|
|
| 687 |
|
|
| 640 | 688 |
|
| 641 | 689 |
|
| 642 | 690 |
|
|
||
| 651 | 699 |
|
| 652 | 700 |
|
| 653 | 701 |
|
| 654 |
|
|
| 655 | 702 |
|
| 703 |
|
|
| 656 | 704 |
|
| 657 |
|
|
| 658 | 705 |
|
| 659 |
|
|
| 660 | 706 |
|
| 707 |
|
|
| 661 | 708 |
|
| 662 | 709 |
|
| 663 | 710 |
|
| 664 | 711 |
|
| 665 | 712 |
|
| 666 | 713 |
|
| 667 |
|
|
| 668 | 714 |
|
| 715 |
|
|
| 669 | 716 |
|
| 670 | 717 |
|
| 671 | 718 |
|
|
||
| 673 | 720 |
|
| 674 | 721 |
|
| 675 | 722 |
|
| 676 |
|
|
| 677 |
|
|
| 678 | 723 |
|
| 679 | 724 |
|
| 680 | 725 |
|
|
||
| 682 | 727 |
|
| 683 | 728 |
|
| 684 | 729 |
|
| 730 |
|
|
| 685 | 731 |
|
| 686 | 732 |
|
| 687 |
|
|
| 688 |
|
|
| 689 |
|
|
| 690 | 733 |
|
| 691 |
|
|
| 692 | 734 |
|
| 735 |
|
|
| 693 | 736 |
|
| 694 |
|
|
| 695 | 737 |
|
| 696 |
|
|
| 738 |
|
|
| 739 |
|
|
| 740 |
|
|
| 741 |
|
|
| 697 | 742 |
|
| 698 | 743 |
|
| 744 |
|
|
| 699 | 745 |
|
| 700 | 746 |
|
| 701 |
|
|
| 702 |
|
|
| 703 |
|
|
| 704 |
|
|
| 705 | 747 |
|
| 748 |
|
|
| 706 | 749 |
|
| 707 |
|
|
| 750 |
|
|
| 751 |
|
|
| 752 |
|
|
| 708 | 753 |
|
| 709 | 754 |
|
| 710 | 755 |
|
| 711 | 756 |
|
| 712 | 757 |
|
| 713 | 758 |
|
| 759 |
|
|
| 760 |
|
|
| 761 |
|
|
| 714 | 762 |
|
| 715 |
|
|
| 716 |
|
|
| 717 |
|
|
| 718 | 763 |
|
| 719 |
|
|
| 720 |
|
|
| 721 |
|
|
| 764 |
|
|
| 722 | 765 |
|
| 723 |
|
|
| 724 |
|
|
| 725 |
|
|
| 766 |
|
|
| 767 |
|
|
| 768 |
|
|
| 769 |
|
|
| 726 | 770 |
|
| 727 | 771 |
|
| 772 |
|
|
| 728 | 773 |
|
| 729 | 774 |
|
| 730 |
|
|
| 731 |
|
|
| 732 |
|
|
| 733 |
|
|
| 775 |
|
|
| 734 | 776 |
|
| 735 |
|
|
| 777 |
|
|
| 778 |
|
|
| 779 |
|
|
| 736 | 780 |
|
| 737 | 781 |
|
| 738 | 782 |
|
| 739 | 783 |
|
| 784 |
|
|
| 785 |
|
|
| 786 |
|
|
| 787 |
|
|
| 788 |
|
|
| 789 |
|
|
| 790 |
|
|
| 791 |
|
|
| 792 |
|
|
| 793 |
|
|
| 794 |
|
|
| 795 |
|
|
| 796 |
|
|
| 797 |
|
|
| 798 |
|
|
| 799 |
|
|
| 800 |
|
|
| 801 |
|
|
| 802 |
|
|
| 803 |
|
|
| 804 |
|
|
| 805 |
|
|
| 806 |
|
|
| 807 |
|
|
| 808 |
|
|
| 809 |
|
|
| 810 |
|
|
| 811 |
|
|
| 812 |
|
|
| 813 |
|
|
| 814 |
|
|
| 815 |
|
|
| 816 |
|
|
| 817 |
|
|
| 818 |
|
|
| 819 |
|
|
| 820 |
|
|
| 821 |
|
|
| 822 |
|
|
| 823 |
|
|
| 824 |
|
|
| 825 |
|
|
| 826 |
|
|
| 827 |
|
|
| 828 |
|
|
| 829 |
|
|
| 830 |
|
|
| 831 |
|
|
| 832 |
|
|
| 833 |
|
|
| 740 | 834 |
|
| 741 | 835 |
|
| 742 | 836 |
|
|
||
| 759 | 853 |
|
| 760 | 854 |
|
| 761 | 855 |
|
| 856 |
|
|
| 762 | 857 |
|
| 763 | 858 |
|
| 764 |
|
|
| 765 |
|
|
| 859 |
|
|
| 860 |
|
|
| 861 |
|
|
| 766 | 862 |
|
| 767 | 863 |
|
| 864 |
|
|
| 768 | 865 |
|
| 769 |
|
|
| 770 |
|
|
| 771 |
|
|
| 772 |
|
|
| 866 |
|
|
| 773 | 867 |
|
| 774 | 868 |
|
| 869 |
|
|
| 775 | 870 |
|
| 776 | 871 |
|
| 777 |
|
|
| 778 |
|
|
| 779 |
|
|
| 780 |
|
|
| 781 | 872 |
|
| 873 |
|
|
| 782 | 874 |
|
| 783 |
|
|
| 875 |
|
|
| 876 |
|
|
| 877 |
|
|
| 784 | 878 |
|
| 785 | 879 |
|
| 786 | 880 |
|
| 787 | 881 |
|
| 788 | 882 |
|
| 789 |
|
|
| 790 |
|
|
| 791 |
|
|
| 792 |
|
|
| 793 | 883 |
|
| 794 |
|
|
| 884 |
|
|
| 885 |
|
|
| 886 |
|
|
| 887 |
|
|
| 888 |
|
|
| 795 | 889 |
|
| 796 | 890 |
|
| 797 | 891 |
|
|
||
| 799 | 893 |
|
| 800 | 894 |
|
| 801 | 895 |
|
| 802 |
|
|
| 803 |
|
|
| 896 |
|
|
| 804 | 897 |
|
| 805 | 898 |
|
| 806 | 899 |
|
|
||
| 808 | 901 |
|
| 809 | 902 |
|
| 810 | 903 |
|
| 811 |
|
|
| 812 |
|
|
| 904 |
|
|
| 813 | 905 |
|
| 814 | 906 |
|
| 815 | 907 |
|
|
||
| 818 | 910 |
|
| 819 | 911 |
|
| 820 | 912 |
|
| 821 |
|
|
| 913 |
|
|
| 822 | 914 |
|
| 823 | 915 |
|
| 824 | 916 |
|
|
||
| 829 | 921 |
|
| 830 | 922 |
|
| 831 | 923 |
|
| 832 |
|
|
| 833 | 924 |
|
| 834 | 925 |
|
| 835 | 926 |
|
| 927 |
|
|
| 836 | 928 |
|
| 837 | 929 |
|
| 838 | 930 |
|
| 839 |
|
|
| 931 |
|
|
| 840 | 932 |
|
| 841 | 933 |
|
| 842 | 934 |
|
| 843 | 935 |
|
| 844 | 936 |
|
| 937 |
|
|
| 938 |
|
|
| 939 |
|
|
| 845 | 940 |
|
| 846 | 941 |
|
| 942 |
|
|
| 943 |
|
|
| 847 | 944 |
|
| 848 | 945 |
|
| 849 | 946 |
|
| 850 |
|
|
| 851 |
|
|
| 852 |
|
|
| 853 |
|
|
| 854 |
|
|
| 855 |
|
|
| 947 |
|
|
| 856 | 948 |
|
| 857 | 949 |
|
| 858 | 950 |
|
| 859 | 951 |
|
| 860 | 952 |
|
| 953 |
|
|
| 861 | 954 |
|
| 862 |
|
|
| 863 |
|
|
| 955 |
|
|
| 864 | 956 |
|
| 865 | 957 |
|
| 866 | 958 |
|
| 867 | 959 |
|
| 868 | 960 |
|
| 869 |
|
|
| 961 |
|
|
| 962 |
|
|
| 963 |
|
|
| 870 | 964 |
|
| 965 |
|
|
| 871 | 966 |
|
| 967 |
|
|
| 968 |
|
|
| 872 | 969 |
|
| 873 | 970 |
|
| 874 | 971 |
|
| 875 |
|
|
| 876 |
|
|
| 877 |
|
|
| 878 |
|
|
| 879 |
|
|
| 880 | 972 |
|
| 881 |
|
|
| 973 |
|
|
| 882 | 974 |
|
| 883 | 975 |
|
| 884 | 976 |
|
| 885 | 977 |
|
| 886 | 978 |
|
| 887 | 979 |
|
| 888 |
|
|
| 980 |
|
|
| 889 | 981 |
|
| 890 | 982 |
|
| 891 | 983 |
|
| 892 | 984 |
|
| 893 | 985 |
|
| 894 |
|
|
| 986 |
|
|
| 895 | 987 |
|
| 988 |
|
|
| 896 | 989 |
|
| 897 |
|
|
| 898 | 990 |
|
| 991 |
|
|
| 899 | 992 |
|
| 900 |
|
|
| 901 | 993 |
|
| 902 | 994 |
|
| 903 | 995 |
|
|
||
| 905 | 997 |
|
| 906 | 998 |
|
| 907 | 999 |
|
| 908 |
|
|
| 1000 |
|
|
| 909 | 1001 |
|
| 910 | 1002 |
|
| 911 | 1003 |
|
| 912 | 1004 |
|
| 913 | 1005 |
|
| 914 |
|
|
| 915 |
|
|
| 916 |
|
|
| 917 |
|
|
| 918 |
|
|
| 919 |
|
|
| 920 |
|
|
| 921 |
|
|
| 922 |
|
|
| 923 |
|
|
| 924 |
|
|
| 925 |
|
|
| 926 |
|
|
| 927 |
|
|
| 928 |
|
|
| 929 |
|
|
| 930 |
|
|
| 931 |
|
|
| 932 |
|
|
| 933 |
|
|
| 934 |
|
|
| 935 |
|
|
| 936 |
|
|
| 937 |
|
|
| 938 |
|
|
| 939 |
|
|
| 940 |
|
|
| 941 |
|
|
| 942 |
|
|
| 943 |
|
|
| 944 |
|
|
| 945 |
|
|
| 946 |
|
|
| 947 |
|
|
| 948 |
|
|
| 949 |
|
|
| 950 |
|
|
| 951 |
|
|
| 952 |
|
|
| 953 |
|
|
| 954 |
|
|
| 955 |
|
|
| 956 |
|
|
| 957 |
|
|
| 958 |
|
|
| 959 |
|
|
| 960 |
|
|
| 961 |
|
|
| 962 |
|
|
| 963 |
|
|
| 964 |
|
|
| 965 |
|
|
| 966 |
|
|
| 967 |
|
|
| 968 | 1006 |
|
| 969 | 1007 |
|
| 970 | 1008 |
|
|
||
| 974 | 1012 |
|
| 975 | 1013 |
|
| 976 | 1014 |
|
| 977 |
|
|
| 978 | 1015 |
|
| 1016 |
|
|
| 979 | 1017 |
|
| 980 | 1018 |
|
| 981 | 1019 |
|
| 982 | 1020 |
|
| 983 | 1021 |
|
| 984 | 1022 |
|
| 985 |
|
|
| 986 |
|
|
| 987 | 1023 |
|